Trace number 1074681

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (MO) 979.3 980.649

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-95-6.xml
MD5SUM5cd20cea40cbbe199e65e8aaf2196708
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.21236
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1284
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 15:48:43 2008
0.00/0.04	c 0	PID 3771
0.00/0.05	c 0	HOST node48.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1074681-1215179323.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1074681-1215179323.xml' 'HOME/temp.csp'
0.96/1.08	c 1	400 domains, 400 variables, 1 predicates, 0 relations, 7600 constraints
0.96/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.10	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.05/1.18	c 1	Parsing HOME/temp.csp
1.05/1.54	c 2	parsed 8401 expressions
1.05/1.54	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.54	c 2	Converting to clausal form CSP
1.05/1.60	c 2	converted 841 (10%) expressions
1.05/1.77	c 2	converted 1681 (20%) expressions
1.05/1.84	c 2	converted 2521 (30%) expressions
1.05/1.86	c 2	converted 3361 (40%) expressions
1.05/1.89	c 2	converted 4201 (50%) expressions
1.05/1.92	c 2	converted 5041 (60%) expressions
1.05/1.94	c 2	converted 5881 (70%) expressions
1.05/2.02	c 2	converted 6721 (80%) expressions
1.05/2.04	c 2	converted 7561 (90%) expressions
1.05/2.06	c 2	converted 8401 (100%) expressions
1.05/2.06	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1284
1.05/2.06	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/2.06	c 2	Propagation in CSP
2.03/2.15	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.03/2.15	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1284
2.03/2.15	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.16	c 2	Simplifing CSP by introducing new Boolean variables
2.23/2.31	c 2	CSP : 400 integers, 15200 booleans, 22800 clauses, largest domain size 1284
2.23/2.31	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.23/2.39	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.32/2.48	c 3	40 (10%) CSP integer variables are encoded (49646 clauses, 722562 bytes)
2.42/2.54	c 3	80 (20%) CSP integer variables are encoded (98876 clauses, 1461012 bytes)
2.52/2.61	c 3	120 (30%) CSP integer variables are encoded (147999 clauses, 2294018 bytes)
2.52/2.67	c 3	160 (40%) CSP integer variables are encoded (196969 clauses, 3126508 bytes)
2.62/2.73	c 3	200 (50%) CSP integer variables are encoded (245769 clauses, 3956108 bytes)
2.72/2.80	c 3	240 (60%) CSP integer variables are encoded (295604 clauses, 4803303 bytes)
2.72/2.86	c 3	280 (70%) CSP integer variables are encoded (344488 clauses, 5634331 bytes)
2.82/2.94	c 3	320 (80%) CSP integer variables are encoded (393798 clauses, 6472601 bytes)
2.91/3.01	c 3	360 (90%) CSP integer variables are encoded (443136 clauses, 7311347 bytes)
2.91/3.07	c 3	400 (100%) CSP integer variables are encoded (492315 clauses, 8147390 bytes)
6.47/6.61	c 7	2280 (10%) CSP clauses are encoded (2307767 clauses, 50015206 bytes)
9.86/10.20	c 10	4560 (20%) CSP clauses are encoded (4120505 clauses, 92755760 bytes)
13.40/13.75	c 14	6840 (30%) CSP clauses are encoded (5913111 clauses, 135468641 bytes)
16.94/17.33	c 17	9120 (40%) CSP clauses are encoded (7702991 clauses, 180186001 bytes)
20.36/20.88	c 21	11400 (50%) CSP clauses are encoded (9484803 clauses, 224701661 bytes)
23.90/24.40	c 25	13680 (60%) CSP clauses are encoded (11262045 clauses, 269103071 bytes)
27.39/28.05	c 28	15960 (70%) CSP clauses are encoded (13071685 clauses, 314314431 bytes)
30.89/31.62	c 32	18240 (80%) CSP clauses are encoded (14862835 clauses, 359063541 bytes)
34.41/35.22	c 35	20520 (90%) CSP clauses are encoded (16662993 clauses, 404037851 bytes)
37.91/38.83	c 39	22800 (100%) CSP clauses are encoded (18459855 clauses, 448929761 bytes)
37.91/38.83	c 39	22800 CSP clauses encoded
37.91/38.83	c 39	Writing map file : HOME/temp.map
37.91/38.84	c 39	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.91/38.84	c 39	SAT : 507915 SAT variables, 18459855 SAT clauses, 448929761 bytes
37.91/38.84	c 39	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.91/38.88	c 39	SOLVING HOME/temp.cnf
37.91/38.88	c 39	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
37.91/38.89	c 39	This is MiniSat 2.0 beta
37.91/38.89	c 39	WARNING: for repeatability, setting FPU to use double precision
37.91/38.89	c 39	============================[ Problem Statistics ]=============================
37.91/38.89	c 39	|                                                                             |
37.91/38.89	c 39	|  Number of variables:  507915                                               |
37.91/38.89	c 39	|  Number of clauses:    18459855                                             |
47.77/48.72	c 49	|  Parsing time:         8.59         s                                       |
48.17/49.17	c 49	============================[ Search Statistics ]==============================
48.17/49.17	c 49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
48.17/49.17	c 49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
48.17/49.17	c 49	===============================================================================
48.17/49.17	c 49	|         0 |  507915 18459855 54849250 |  6153285        0    nan |  0.000 % |
49.27/50.26	c 50	|       100 |  507915 18459855 54849250 |  6768613      100     11 |  0.000 % |
49.77/50.76	c 51	|       250 |  507915 18459855 54849250 |  7445474      250     15 |  0.000 % |
50.77/51.73	c 52	|       475 |  507915 18459855 54849250 |  8190022      475     15 |  0.000 % |
51.37/52.33	c 52	|       812 |  507915 18459855 54849250 |  9009024      812     14 |  0.000 % |
51.78/52.75	c 53	|      1319 |  507915 18459855 54849250 |  9909927     1319     13 |  0.000 % |
52.67/53.69	c 54	|      2078 |  507915 18459855 54849250 | 10900919     2078     14 |  0.000 % |
54.57/55.59	c 56	|      3217 |  507915 18459855 54849250 | 11991011     3217     14 |  0.000 % |
56.56/57.58	c 58	|      4926 |  507915 18459855 54849250 | 13190112     4926     13 |  0.000 % |
58.77/59.79	c 60	|      7489 |  507915 18459855 54849250 | 14509124     7489     14 |  0.000 % |
62.87/63.88	c 64	|     11334 |  507915 18459855 54849250 | 15960036    11334     16 |  0.000 % |
72.16/73.16	c 73	|     17100 |  507915 18459855 54849250 | 17556040    17100     17 |  0.000 % |
82.67/83.66	c 84	|     25749 |  507915 18459855 54849250 | 19311644    25749     17 |  0.000 % |
93.95/94.90	c 95	|     38724 |  507915 18459855 54849250 | 21242808    38724     16 |  0.000 % |
113.94/114.98	c 115	|     58186 |  507915 18459855 54849250 | 23367089    58186     17 |  0.000 % |
166.13/167.16	c 167	|     87378 |  507915 18459855 54849250 | 25703798    87378     19 |  0.000 % |
238.71/239.78	c 240	|    131168 |  507915 18459855 54849250 | 28274178   131168     20 |  0.000 % |
387.04/388.19	c 388	|    196854 |  507915 18459855 54849250 | 31101596   196854     21 |  0.000 % |
644.05/645.22	c 645	|    295380 |  507915 18459855 54849250 | 34211755   295380     24 |  0.000 % |
979.02/980.31	c ERROR INTERRUPTED
979.13/980.44	s UNKNOWN
979.13/980.44	c 981	CPU 34.63 (0.03 0.01 34.6 3.34)
979.13/980.44	c 981	END Fri Jul  4 16:05:04 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074681-1215179323/watcher-1074681-1215179323 -o /tmp/evaluation-result-1074681-1215179323/solver-1074681-1215179323 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1074681-1215179323.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.98 1.99 4/80 3771
/proc/meminfo: memFree=1724344/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=12268 CPUtime=0
/proc/3771/stat : 3771 (sugar) R 3769 3771 1053 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1996904502 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255539772005 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/3771/statm: 3067 316 241 3 0 167 0

[startup+0.069573 s]
/proc/loadavg: 1.91 1.98 1.99 4/80 3771
/proc/meminfo: memFree=1724344/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=0.04
/proc/3771/stat : 3771 (sugar) S 3769 3771 1053 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1996904502 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3771/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101998 s]
/proc/loadavg: 1.91 1.98 1.99 4/80 3771
/proc/meminfo: memFree=1724344/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=0.04
/proc/3771/stat : 3771 (sugar) S 3769 3771 1053 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1996904502 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3771/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302014 s]
/proc/loadavg: 1.91 1.98 1.99 4/80 3771
/proc/meminfo: memFree=1724344/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=0.04
/proc/3771/stat : 3771 (sugar) S 3769 3771 1053 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1996904502 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3771/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702061 s]
/proc/loadavg: 1.91 1.98 1.99 4/80 3771
/proc/meminfo: memFree=1724344/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=0.04
/proc/3771/stat : 3771 (sugar) S 3769 3771 1053 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1996904502 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3771/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50213 s]
/proc/loadavg: 1.91 1.98 1.99 3/91 3783
/proc/meminfo: memFree=1704104/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=1.05
/proc/3771/stat : 3771 (sugar) S 3769 3771 1053 0 -1 4194304 973 8352 0 1 3 1 96 5 16 0 1 0 1996904502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3771/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 13600

[startup+3.10128 s]
/proc/loadavg: 1.91 1.98 1.99 4/91 3793
/proc/meminfo: memFree=1702376/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=1.05
/proc/3771/stat : 3771 (sugar) S 3769 3771 1053 0 -1 4194304 974 8352 0 1 3 1 96 5 15 0 1 0 1996904502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3771/statm: 3400 797 370 3 0 500 0
[pid=3784] ppid=3771 vsize=5356 CPUtime=0
/proc/3784/stat : 3784 (sh) S 3771 3771 1053 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996904612 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3784/statm: 1339 233 193 169 0 50 0
[pid=3785] ppid=3784 vsize=868464 CPUtime=1.96
/proc/3785/stat : 3785 (java) S 3784 3771 1053 0 -1 0 9965 0 1 0 185 11 0 0 18 0 9 0 1996904613 889307136 8941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3785/statm: 217116 8941 2565 9 0 211663 0
[pid=3785/tid=3786] ppid=3784 vsize=868464 CPUtime=1.27
/proc/3785/task/3786/stat : 3786 (java) R 3784 3771 1053 0 -1 64 2994 0 1 0 121 6 0 0 23 0 9 0 1996904614 889307136 8941 996147200 134512640 134550740 4294955952 18446744073709551615 4126486622 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3787] ppid=3784 vsize=868464 CPUtime=0.42
/proc/3785/task/3787/stat : 3787 (java) S 3784 3771 1053 0 -1 64 4796 0 0 0 40 2 0 0 16 0 9 0 1996904615 889307136 8941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3788] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3788/stat : 3788 (java) S 3784 3771 1053 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1996904615 889307136 8941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3789] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3789/stat : 3789 (java) S 3784 3771 1053 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996904615 889307136 8941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3790] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3790/stat : 3790 (java) S 3784 3771 1053 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996904617 889307136 8941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3791] ppid=3784 vsize=868464 CPUtime=0.24
/proc/3785/task/3791/stat : 3791 (java) S 3784 3771 1053 0 -1 64 1482 0 0 0 23 1 0 0 16 0 9 0 1996904617 889307136 8941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3792] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3792/stat : 3792 (java) S 3784 3771 1053 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996904617 889307136 8941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3793] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3793/stat : 3793 (java) S 3784 3771 1053 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996904617 889307136 8941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887420

[startup+6.30258 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 3793
/proc/meminfo: memFree=1660072/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=1.05
/proc/3771/stat : 3771 (sugar) S 3769 3771 1053 0 -1 4194304 974 8352 0 1 3 1 96 5 15 0 1 0 1996904502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3771/statm: 3400 797 370 3 0 500 0
[pid=3784] ppid=3771 vsize=5356 CPUtime=0
/proc/3784/stat : 3784 (sh) S 3771 3771 1053 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996904612 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3784/statm: 1339 233 193 169 0 50 0
[pid=3785] ppid=3784 vsize=868464 CPUtime=5.11
/proc/3785/stat : 3785 (java) S 3784 3771 1053 0 -1 0 10608 0 1 0 473 38 0 0 18 0 9 0 1996904613 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3785/statm: 217116 8946 2565 9 0 211663 0
[pid=3785/tid=3786] ppid=3784 vsize=868464 CPUtime=4.24
/proc/3785/task/3786/stat : 3786 (java) R 3784 3771 1053 0 -1 64 3632 0 1 0 394 30 0 0 25 0 9 0 1996904614 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4126962785 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3787] ppid=3784 vsize=868464 CPUtime=0.6
/proc/3785/task/3787/stat : 3787 (java) S 3784 3771 1053 0 -1 64 4796 0 0 0 54 6 0 0 16 0 9 0 1996904615 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3788] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3788/stat : 3788 (java) S 3784 3771 1053 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1996904615 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3789] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3789/stat : 3789 (java) S 3784 3771 1053 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996904615 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3790] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3790/stat : 3790 (java) S 3784 3771 1053 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996904617 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3791] ppid=3784 vsize=868464 CPUtime=0.25
/proc/3785/task/3791/stat : 3791 (java) S 3784 3771 1053 0 -1 64 1487 0 0 0 24 1 0 0 15 0 9 0 1996904617 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3792] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3792/stat : 3792 (java) S 3784 3771 1053 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996904617 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3793] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3793/stat : 3793 (java) S 3784 3771 1053 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996904617 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887420

[startup+12.7012 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 3793
/proc/meminfo: memFree=1581224/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=1.05
/proc/3771/stat : 3771 (sugar) S 3769 3771 1053 0 -1 4194304 974 8352 0 1 3 1 96 5 16 0 1 0 1996904502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3771/statm: 3400 797 370 3 0 500 0
[pid=3784] ppid=3771 vsize=5356 CPUtime=0
/proc/3784/stat : 3784 (sh) S 3771 3771 1053 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996904612 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3784/statm: 1339 233 193 169 0 50 0
[pid=3785] ppid=3784 vsize=868464 CPUtime=11.37
/proc/3785/stat : 3785 (java) S 3784 3771 1053 0 -1 0 11860 0 1 0 1041 96 0 0 18 0 9 0 1996904613 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3785/statm: 217116 8948 2565 9 0 211663 0
[pid=3785/tid=3786] ppid=3784 vsize=868464 CPUtime=10.1
/proc/3785/task/3786/stat : 3786 (java) R 3784 3771 1053 0 -1 64 4882 0 1 0 930 80 0 0 25 0 9 0 1996904614 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3787] ppid=3784 vsize=868464 CPUtime=0.97
/proc/3785/task/3787/stat : 3787 (java) S 3784 3771 1053 0 -1 64 4796 0 0 0 84 13 0 0 16 0 9 0 1996904615 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3788] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3788/stat : 3788 (java) S 3784 3771 1053 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1996904615 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3789] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3789/stat : 3789 (java) S 3784 3771 1053 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996904615 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3790] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3790/stat : 3790 (java) S 3784 3771 1053 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996904617 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3791] ppid=3784 vsize=868464 CPUtime=0.26
/proc/3785/task/3791/stat : 3791 (java) S 3784 3771 1053 0 -1 64 1489 0 0 0 25 1 0 0 16 0 9 0 1996904617 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3792] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3792/stat : 3792 (java) S 3784 3771 1053 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996904617 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3793] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3793/stat : 3793 (java) S 3784 3771 1053 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996904617 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 887420

[startup+25.5024 s]
/proc/loadavg: 1.94 1.98 1.99 3/91 3793
/proc/meminfo: memFree=1414952/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=1.05
/proc/3771/stat : 3771 (sugar) S 3769 3771 1053 0 -1 4194304 974 8352 0 1 3 1 96 5 16 0 1 0 1996904502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3771/statm: 3400 797 370 3 0 500 0
[pid=3784] ppid=3771 vsize=5356 CPUtime=0
/proc/3784/stat : 3784 (sh) S 3771 3771 1053 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996904612 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3784/statm: 1339 233 193 169 0 50 0
[pid=3785] ppid=3784 vsize=868464 CPUtime=23.93
/proc/3785/stat : 3785 (java) S 3784 3771 1053 0 -1 0 14430 0 1 0 2185 208 0 0 18 0 9 0 1996904613 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3785/statm: 217116 8948 2565 9 0 211663 0
[pid=3785/tid=3786] ppid=3784 vsize=868464 CPUtime=21.86
/proc/3785/task/3786/stat : 3786 (java) R 3784 3771 1053 0 -1 64 7452 0 1 0 2010 176 0 0 25 0 9 0 1996904614 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4126867325 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3787] ppid=3784 vsize=868464 CPUtime=1.78
/proc/3785/task/3787/stat : 3787 (java) S 3784 3771 1053 0 -1 64 4796 0 0 0 149 29 0 0 16 0 9 0 1996904615 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3788] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3788/stat : 3788 (java) S 3784 3771 1053 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1996904615 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3789] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3789/stat : 3789 (java) S 3784 3771 1053 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996904615 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3790] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3790/stat : 3790 (java) S 3784 3771 1053 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996904617 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3791] ppid=3784 vsize=868464 CPUtime=0.26
/proc/3785/task/3791/stat : 3791 (java) S 3784 3771 1053 0 -1 64 1489 0 0 0 25 1 0 0 16 0 9 0 1996904617 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3792] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3792/stat : 3792 (java) S 3784 3771 1053 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996904617 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3785/tid=3793] ppid=3784 vsize=868464 CPUtime=0
/proc/3785/task/3793/stat : 3793 (java) S 3784 3771 1053 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996904617 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 887420

[startup+51.1028 s]
/proc/loadavg: 2.15 2.03 2.01 3/83 3795
/proc/meminfo: memFree=533416/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=37.98
/proc/3771/stat : 3771 (sugar) S 3769 3771 1053 0 -1 4194304 1033 25743 0 2 3 1 3460 334 15 0 1 0 1996904502 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3771/statm: 3400 799 370 3 0 500 0
[pid=3794] ppid=3771 vsize=5356 CPUtime=0
/proc/3794/stat : 3794 (sh) S 3771 3771 1053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996908391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3794/statm: 1339 232 193 169 0 50 0
[pid=3795] ppid=3794 vsize=783404 CPUtime=12.19
/proc/3795/stat : 3795 (minisat) R 3794 3771 1053 0 -1 4194304 186118 0 0 0 1091 128 0 0 25 0 1 0 1996908391 802205696 186104 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0

################
# More data... #
################

[pid=3794] ppid=3771 vsize=5356 CPUtime=0
/proc/3794/stat : 3794 (sh) S 3771 3771 1053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996908391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3794/statm: 1339 232 193 169 0 50 0
[pid=3795] ppid=3794 vsize=875836 CPUtime=543.19
/proc/3795/stat : 3795 (minisat) R 3794 3771 1053 0 -1 4194304 209115 0 0 0 54179 140 0 0 25 0 1 0 1996908391 896856064 209101 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3795/statm: 218959 209101 76 150 0 218806 0
Current children cumulated CPU time (s) 581.17
Current children cumulated vsize (KiB) 894792

[startup+642.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 3795
/proc/meminfo: memFree=429864/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=37.98
/proc/3771/stat : 3771 (sugar) S 3769 3771 1053 0 -1 4194304 1033 25743 0 2 3 1 3460 334 16 0 1 0 1996904502 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3771/statm: 3400 799 370 3 0 500 0
[pid=3794] ppid=3771 vsize=5356 CPUtime=0
/proc/3794/stat : 3794 (sh) S 3771 3771 1053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996908391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3794/statm: 1339 232 193 169 0 50 0
[pid=3795] ppid=3794 vsize=879132 CPUtime=603.17
/proc/3795/stat : 3795 (minisat) R 3794 3771 1053 0 -1 4194304 209969 0 0 0 60176 141 0 0 25 0 1 0 1996908391 900231168 209955 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3795/statm: 219783 209955 76 150 0 219630 0
Current children cumulated CPU time (s) 641.15
Current children cumulated vsize (KiB) 898088

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 3795
/proc/meminfo: memFree=424552/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=37.98
/proc/3771/stat : 3771 (sugar) S 3769 3771 1053 0 -1 4194304 1033 25743 0 2 3 1 3460 334 16 0 1 0 1996904502 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3771/statm: 3400 799 370 3 0 500 0
[pid=3794] ppid=3771 vsize=5356 CPUtime=0
/proc/3794/stat : 3794 (sh) S 3771 3771 1053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996908391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3794/statm: 1339 232 193 169 0 50 0
[pid=3795] ppid=3794 vsize=884800 CPUtime=663.14
/proc/3795/stat : 3795 (minisat) R 3794 3771 1053 0 -1 4194304 211248 0 0 0 66172 142 0 0 25 0 1 0 1996908391 906035200 211234 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3795/statm: 221200 211234 76 150 0 221047 0
Current children cumulated CPU time (s) 701.12
Current children cumulated vsize (KiB) 903756

[startup+762.308 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 3801
/proc/meminfo: memFree=420192/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=37.98
/proc/3771/stat : 3771 (sugar) S 3769 3771 1053 0 -1 4194304 1033 25743 0 2 3 1 3460 334 16 0 1 0 1996904502 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3771/statm: 3400 799 370 3 0 500 0
[pid=3794] ppid=3771 vsize=5356 CPUtime=0
/proc/3794/stat : 3794 (sh) S 3771 3771 1053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996908391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3794/statm: 1339 232 193 169 0 50 0
[pid=3795] ppid=3794 vsize=888780 CPUtime=723.12
/proc/3795/stat : 3795 (minisat) R 3794 3771 1053 0 -1 4194304 212265 0 0 0 72168 144 0 0 25 0 1 0 1996908391 910110720 212251 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3795/statm: 222195 212251 76 150 0 222042 0
Current children cumulated CPU time (s) 761.1
Current children cumulated vsize (KiB) 907736

[startup+822.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 3801
/proc/meminfo: memFree=415904/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=37.98
/proc/3771/stat : 3771 (sugar) S 3769 3771 1053 0 -1 4194304 1033 25743 0 2 3 1 3460 334 16 0 1 0 1996904502 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3771/statm: 3400 799 370 3 0 500 0
[pid=3794] ppid=3771 vsize=5356 CPUtime=0
/proc/3794/stat : 3794 (sh) S 3771 3771 1053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996908391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3794/statm: 1339 232 193 169 0 50 0
[pid=3795] ppid=3794 vsize=892876 CPUtime=783.09
/proc/3795/stat : 3795 (minisat) R 3794 3771 1053 0 -1 4194304 213300 0 0 0 78164 145 0 0 25 0 1 0 1996908391 914305024 213286 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3795/statm: 223219 213286 76 150 0 223066 0
Current children cumulated CPU time (s) 821.07
Current children cumulated vsize (KiB) 911832

[startup+882.302 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 3801
/proc/meminfo: memFree=412000/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=37.98
/proc/3771/stat : 3771 (sugar) S 3769 3771 1053 0 -1 4194304 1033 25743 0 2 3 1 3460 334 16 0 1 0 1996904502 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3771/statm: 3400 799 370 3 0 500 0
[pid=3794] ppid=3771 vsize=5356 CPUtime=0
/proc/3794/stat : 3794 (sh) S 3771 3771 1053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996908391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3794/statm: 1339 232 193 169 0 50 0
[pid=3795] ppid=3794 vsize=896644 CPUtime=843.07
/proc/3795/stat : 3795 (minisat) R 3794 3771 1053 0 -1 4194304 214226 0 0 0 84161 146 0 0 25 0 1 0 1996908391 918163456 214212 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3795/statm: 224161 214212 76 150 0 224008 0
Current children cumulated CPU time (s) 881.05
Current children cumulated vsize (KiB) 915600

[startup+942.303 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 3801
/proc/meminfo: memFree=408352/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=37.98
/proc/3771/stat : 3771 (sugar) S 3769 3771 1053 0 -1 4194304 1033 25743 0 2 3 1 3460 334 16 0 1 0 1996904502 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3771/statm: 3400 799 370 3 0 500 0
[pid=3794] ppid=3771 vsize=5356 CPUtime=0
/proc/3794/stat : 3794 (sh) S 3771 3771 1053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996908391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3794/statm: 1339 232 193 169 0 50 0
[pid=3795] ppid=3794 vsize=900028 CPUtime=903.04
/proc/3795/stat : 3795 (minisat) R 3794 3771 1053 0 -1 4194304 215100 0 0 0 90158 146 0 0 25 0 1 0 1996908391 921628672 215086 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3795/statm: 225007 215086 76 150 0 224854 0
Current children cumulated CPU time (s) 941.02
Current children cumulated vsize (KiB) 918984



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+980.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 3801
/proc/meminfo: memFree=405216/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=37.98
/proc/3771/stat : 3771 (sugar) S 3769 3771 1053 0 -1 4194304 1033 25743 0 2 3 1 3460 334 16 0 1 0 1996904502 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3771/statm: 3400 799 370 3 0 500 0
[pid=3794] ppid=3771 vsize=5356 CPUtime=0
/proc/3794/stat : 3794 (sh) S 3771 3771 1053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996908391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3794/statm: 1339 232 193 169 0 50 0
[pid=3795] ppid=3794 vsize=902668 CPUtime=941.04
/proc/3795/stat : 3795 (minisat) R 3794 3771 1053 0 -1 4194304 215763 0 0 0 93957 147 0 0 25 0 1 0 1996908391 924332032 215749 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3795/statm: 225667 215749 76 150 0 225514 0
Current children cumulated CPU time (s) 979.02
Current children cumulated vsize (KiB) 921624

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+980.419 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 3801
/proc/meminfo: memFree=405216/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=37.98
/proc/3771/stat : 3771 (sugar) S 3769 3771 1053 0 -1 4194304 1044 25743 0 2 3 1 3460 334 16 0 1 0 1996904502 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/3771/statm: 3400 799 370 3 0 500 0
[pid=3794] ppid=3771 vsize=0 CPUtime=0
/proc/3794/stat : 3794 (sh) Z 3771 3771 1053 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1996908391 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/3794/statm: 0 0 0 0 0 0 0
[pid=3795] ppid=1 vsize=0 CPUtime=941.15
/proc/3795/stat : 3795 (minisat) R 1 3771 1053 0 -1 4195332 215763 0 0 0 93957 158 0 0 25 0 1 0 1996908391 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/3795/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 979.13
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (38.05 s) is less than in the last sample (979.13 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (941.08 s) to the 'lost time'.

[startup+980.501 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 3801
/proc/meminfo: memFree=405216/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=38.05
/proc/3771/stat : 3771 (sugar) R 3769 3771 1053 0 -1 4194304 1069 26020 0 2 3 8 3460 334 17 0 1 0 1996904502 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 0 0 0 17 0 0 0
/proc/3771/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 38.05
Current children cumulated vsize (KiB) 13600

Solver just ended. Dumping a history of the last processes samples

[startup+980.601 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 3801
/proc/meminfo: memFree=405216/2055920 swapFree=4180436/4192956
[pid=3771] ppid=3769 vsize=13600 CPUtime=38.15
/proc/3771/stat : 3771 (sugar) R 3769 3771 1053 0 -1 4194304 1069 26020 0 2 3 18 3460 334 17 0 1 0 1996904502 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 0 0 0 17 0 0 0
/proc/3771/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 38.15
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 941.08
#  lost CPU user time (s): 939.57
#  lost CPU system time (s): 1.51

Real time (s): 980.649
CPU time (s): 979.3
CPU user time (s): 974.214
CPU system time (s): 5.08646
CPU usage (%): 99.8625
Max. virtual memory (cumulated for all children) (KiB): 921624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.6437
system time used= 3.57646
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27120
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53938
involuntary context switches= 54575

runsolver used 1.19082 second user time and 3.2985 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-04 15:48:43
IDJOB=1074681
IDBENCH=56429
IDSOLVER=346
FILE ID=node48/1074681-1215179323
PBS_JOBID= 7881441
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-95-6.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074681-1215179323/watcher-1074681-1215179323 -o /tmp/evaluation-result-1074681-1215179323/solver-1074681-1215179323 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1074681-1215179323.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5cd20cea40cbbe199e65e8aaf2196708
RANDOM SEED=1335444692

node48.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1724824 kB
Buffers:         36076 kB
Cached:         115044 kB
SwapCached:       6436 kB
Active:         227660 kB
Inactive:        50048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1724824 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            2312 kB
Writeback:           0 kB
Mapped:         142876 kB
Slab:            38368 kB
Committed_AS:  4963908 kB
PageTables:       1972 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node48 at 2008-07-04 16:05:05