Trace number 2086317

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.14.6+minisat? (TO) 1800.08 1817.49

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-15-75-40-8-20_glb.xml
MD5SUMf7470a8c664894812a78068eb633ff7c
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables9000
Number of constraints8070
Maximum constraint arity75
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7875
Global constraints used (with number of constraints)weightedsum(195)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 09:23:51 2009
0.00/0.08	c 0	PID 29888
0.00/0.08	c 0	HOST node68.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2086317-1247383430.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2086317-1247383430.xml' 'HOME/temp.csp'
1.25/1.32	c 1	1 domains, 9000 variables, 1 predicates, 0 relations, 8070 constraints
1.25/1.34	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.25/1.34	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.28/1.42	c 1	Parsing HOME/temp.csp
1.28/1.56	c 1	parsed 10000 expressions
1.28/1.71	c 1	parsed 17072 expressions
1.28/1.72	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.28/1.72	c 1	Converting to clausal form CSP
1.28/1.77	c 1	converted 1708 (10%) expressions
1.28/1.78	c 1	converted 3415 (20%) expressions
1.28/1.78	c 1	converted 5122 (30%) expressions
1.28/1.78	c 1	converted 6829 (40%) expressions
1.28/1.79	c 1	converted 8536 (50%) expressions
2.41/2.51	c 2	converted 10244 (60%) expressions
2.91/3.08	c 3	converted 11951 (70%) expressions
3.40/3.50	c 3	converted 13658 (80%) expressions
3.99/4.15	c 4	converted 15365 (90%) expressions
5.17/5.34	c 5	converted 17072 (100%) expressions
5.17/5.34	c 5	CSP : 30240 integers, 15750 booleans, 90120 clauses, largest domain size 26
5.17/5.34	c 5	Heap : 58 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.17/5.34	c 5	Propagation in CSP
5.76/5.96	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.76/5.96	c 5	CSP : 30240 integers, 15750 booleans, 90120 clauses, largest domain size 26
5.76/5.96	c 5	Heap : 57 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.76/5.99	c 5	Simplifing CSP by introducing new Boolean variables
5.86/6.04	c 6	CSP : 30240 integers, 15750 booleans, 90120 clauses, largest domain size 26
5.86/6.04	c 6	Heap : 57 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.26/6.50	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.36/6.54	c 6	3024 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.36/6.55	c 6	6048 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.36/6.55	c 6	9072 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.36/6.56	c 6	12096 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.36/6.56	c 6	15120 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.36/6.56	c 6	18144 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.36/6.57	c 6	21168 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.36/6.57	c 6	24192 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.45/6.61	c 6	27216 (90%) CSP integer variables are encoded (20889 clauses, 313399 bytes)
6.45/6.65	c 6	30240 (100%) CSP integer variables are encoded (49185 clauses, 737839 bytes)
6.55/6.74	c 6	9012 (10%) CSP clauses are encoded (58197 clauses, 872444 bytes)
6.66/6.81	c 6	18024 (20%) CSP clauses are encoded (67209 clauses, 1013442 bytes)
6.66/6.87	c 6	27036 (30%) CSP clauses are encoded (76221 clauses, 1156326 bytes)
6.76/6.93	c 6	36048 (40%) CSP clauses are encoded (85233 clauses, 1299261 bytes)
6.86/7.00	c 6	45060 (50%) CSP clauses are encoded (94245 clauses, 1442263 bytes)
6.86/7.06	c 7	54072 (60%) CSP clauses are encoded (103257 clauses, 1585293 bytes)
6.95/7.13	c 7	63084 (70%) CSP clauses are encoded (112269 clauses, 1728560 bytes)
6.95/7.19	c 7	72096 (80%) CSP clauses are encoded (121281 clauses, 1872038 bytes)
7.75/7.92	c 7	81108 (90%) CSP clauses are encoded (284285 clauses, 5300200 bytes)
11.30/11.52	c 11	90120 (100%) CSP clauses are encoded (1077585 clauses, 23761562 bytes)
11.30/11.52	c 11	90120 CSP clauses encoded
11.30/11.52	c 11	Writing map file : HOME/temp.map
11.30/11.56	c 11	Heap : 53 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.30/11.56	c 11	SAT : 95175 SAT variables, 1077585 SAT clauses, 23761562 bytes
11.30/11.56	c 11	Heap : 53 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.37/11.62	c 11	SOLVING HOME/temp.cnf
11.37/11.62	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.37/11.62	c 11	This is MiniSat 2.0 beta
11.37/11.62	c 11	WARNING: for repeatability, setting FPU to use double precision
11.37/11.62	c 11	============================[ Problem Statistics ]=============================
11.37/11.63	c 11	|                                                                             |
11.37/11.63	c 11	|  Number of variables:  95175                                                |
11.37/11.63	c 11	|  Number of clauses:    1077585                                              |
11.97/12.25	c 12	|  Parsing time:         0.54         s                                       |
11.97/12.29	c 12	============================[ Search Statistics ]==============================
11.97/12.29	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.97/12.29	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.97/12.29	c 12	===============================================================================
11.97/12.29	c 12	|         0 |   95175  1077585  3638025 |   359195        0    nan |  0.000 % |
12.07/12.31	c 12	|       100 |   95175  1077585  3638025 |   395114      100     36 |  0.000 % |
12.07/12.33	c 12	|       250 |   95175  1077585  3638025 |   434625      250     29 |  0.000 % |
12.17/12.45	c 12	|       475 |   95175  1077585  3638025 |   478088      475     23 |  0.000 % |
12.37/12.60	c 12	|       813 |   95175  1077585  3638025 |   525897      813     20 |  0.000 % |
12.47/12.71	c 12	|      1319 |   95175  1077585  3638025 |   578487     1319     20 |  0.000 % |
12.56/12.81	c 12	|      2078 |   95175  1077585  3638025 |   636335     2078     22 |  0.000 % |
12.66/12.95	c 12	|      3217 |   95175  1077585  3638025 |   699969     3217     25 |  0.000 % |
12.95/13.27	c 13	|      4926 |   95175  1077585  3638025 |   769966     4926     25 |  0.000 % |
13.75/14.03	c 14	|      7489 |   95175  1077585  3638025 |   846963     7489     27 |  0.000 % |
14.54/14.85	c 14	|     11333 |   95175  1077585  3638025 |   931659    11333     31 |  0.000 % |
15.72/16.04	c 16	|     17099 |   95175  1077585  3638025 |  1024825    17099     28 |  0.000 % |
17.32/17.64	c 17	|     25748 |   95175  1077585  3638025 |  1127307    25748     26 |  0.000 % |
20.58/20.91	c 20	|     38723 |   95175  1077585  3638025 |  1240038    38723     27 |  0.000 % |
25.43/25.87	c 25	|     58186 |   95175  1077585  3638025 |  1364042    58186     26 |  0.000 % |
35.04/35.53	c 35	|     87378 |   95175  1077585  3638025 |  1500446    87378     29 |  0.000 % |
49.19/49.89	c 49	|    131169 |   95175  1077585  3638025 |  1650491   131169     31 |  0.000 % |
72.37/73.20	c 73	|    196854 |   95175  1077585  3638025 |  1815540   196854     31 |  0.000 % |
123.48/124.85	c 124	|    295384 |   95175  1077585  3638025 |  1997094   295384     32 |  0.000 % |
203.41/205.56	c 205	|    443173 |   95175  1077585  3638025 |  2196803   443173     33 |  0.000 % |
379.03/382.87	c 382	|    664857 |   95175  1077585  3638025 |  2416484   664857     38 |  0.000 % |
766.52/774.06	c 774	|    997383 |   95175  1077585  3638025 |  2658132   997383     41 |  0.000 % |
1580.27/1595.52	c 1595	|   1496171 |   95175  1077585  3638025 |  2923946  1496171     42 |  0.000 % |
1800.08/1817.42	c ERROR INTERRUPTED
1800.08/1817.47	s UNKNOWN
1800.08/1817.47	c 1817	CPU 11.41 (0.06 0.02 10.92 0.41)
1800.08/1817.47	c 1817	END Sun Jul 12 09:54:08 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2086317-1247383430/watcher-2086317-1247383430 -o /tmp/evaluation-result-2086317-1247383430/solver-2086317-1247383430 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2086317-1247383430.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 29888
/proc/meminfo: memFree=1879488/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=18576 CPUtime=0
/proc/29888/stat : 29888 (runsolver) R 29886 29888 28079 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25405736 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 209560595751 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29888/statm: 4644 284 249 26 0 2626 0

[startup+0.0854461 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 29888
/proc/meminfo: memFree=1879488/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=0.06
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25405736 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.10145 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 29888
/proc/meminfo: memFree=1879488/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=0.06
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25405736 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30148 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 29888
/proc/meminfo: memFree=1879488/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=0.06
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25405736 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702552 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 29888
/proc/meminfo: memFree=1879488/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=0.06
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25405736 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50169 s]
/proc/loadavg: 2.16 2.03 2.01 4/95 29900
/proc/meminfo: memFree=1854120/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=1.28
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1309 10253 0 1 5 1 115 7 15 0 1 0 25405736 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 16868

[startup+3.10296 s]
/proc/loadavg: 2.16 2.03 2.01 4/95 29910
/proc/meminfo: memFree=1856040/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=1.28
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1309 10253 0 1 5 1 115 7 15 0 1 0 25405736 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1111 409 3 0 796 0
[pid=29901] ppid=29888 vsize=5356 CPUtime=0
/proc/29901/stat : 29901 (sh) S 29888 29888 28079 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25405871 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 1339 233 193 169 0 50 0
[pid=29902] ppid=29901 vsize=868576 CPUtime=1.72
/proc/29902/stat : 29902 (java) S 29901 29888 28079 0 -1 0 12515 0 1 0 165 7 0 0 18 0 9 0 25405871 889421824 11420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29902/statm: 217144 11420 2566 9 0 211649 0
[pid=29902/tid=29903] ppid=29901 vsize=868576 CPUtime=0.92
/proc/29902/task/29903/stat : 29903 (java) R 29901 29888 28079 0 -1 64 2877 0 1 0 91 1 0 0 25 0 9 0 25405872 889421824 11420 996147200 134512640 134550932 4294955936 18446744073709551615 4126646506 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29904] ppid=29901 vsize=868576 CPUtime=0.56
/proc/29902/task/29904/stat : 29904 (java) S 29901 29888 28079 0 -1 64 7435 0 0 0 53 3 0 0 16 0 9 0 25405873 889421824 11420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29905] ppid=29901 vsize=868576 CPUtime=0
/proc/29902/task/29905/stat : 29905 (java) S 29901 29888 28079 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25405873 889421824 11420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29906] ppid=29901 vsize=868576 CPUtime=0
/proc/29902/task/29906/stat : 29906 (java) S 29901 29888 28079 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25405873 889421824 11420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29907] ppid=29901 vsize=868576 CPUtime=0
/proc/29902/task/29907/stat : 29907 (java) S 29901 29888 28079 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25405875 889421824 11420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29908] ppid=29901 vsize=868576 CPUtime=0.19
/proc/29902/task/29908/stat : 29908 (java) S 29901 29888 28079 0 -1 64 1501 0 0 0 19 0 0 0 16 0 9 0 25405875 889421824 11420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29909] ppid=29901 vsize=868576 CPUtime=0
/proc/29902/task/29909/stat : 29909 (java) S 29901 29888 28079 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25405875 889421824 11420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29910] ppid=29901 vsize=868576 CPUtime=0
/proc/29902/task/29910/stat : 29910 (java) S 29901 29888 28079 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25405875 889421824 11420 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890800

[startup+6.3025 s]
/proc/loadavg: 2.23 2.05 2.02 4/95 29910
/proc/meminfo: memFree=1802472/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=1.28
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1310 10253 0 1 5 1 115 7 15 0 1 0 25405736 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1111 409 3 0 796 0
[pid=29901] ppid=29888 vsize=5356 CPUtime=0
/proc/29901/stat : 29901 (sh) S 29888 29888 28079 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25405871 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29901/statm: 1339 233 193 169 0 50 0
[pid=29902] ppid=29901 vsize=879828 CPUtime=4.88
/proc/29902/stat : 29902 (java) S 29901 29888 28079 0 -1 0 28666 0 1 0 473 15 0 0 18 0 9 0 25405871 900943872 24137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29902/statm: 219957 24137 2567 9 0 214462 0
[pid=29902/tid=29903] ppid=29901 vsize=879828 CPUtime=2.78
/proc/29902/task/29903/stat : 29903 (java) R 29901 29888 28079 0 -1 64 3620 0 1 0 276 2 0 0 25 0 9 0 25405872 900943872 24137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29904] ppid=29901 vsize=879828 CPUtime=1.83
/proc/29902/task/29904/stat : 29904 (java) R 29901 29888 28079 0 -1 64 22818 0 0 0 172 11 0 0 16 0 9 0 25405873 900943872 24137 996147200 134512640 134550932 4294955936 18446744073709551615 103732935 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29905] ppid=29901 vsize=879828 CPUtime=0
/proc/29902/task/29905/stat : 29905 (java) S 29901 29888 28079 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25405873 900943872 24137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29906] ppid=29901 vsize=879828 CPUtime=0
/proc/29902/task/29906/stat : 29906 (java) S 29901 29888 28079 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25405873 900943872 24137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29907] ppid=29901 vsize=879828 CPUtime=0
/proc/29902/task/29907/stat : 29907 (java) S 29901 29888 28079 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25405875 900943872 24137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29908] ppid=29901 vsize=879828 CPUtime=0.25
/proc/29902/task/29908/stat : 29908 (java) S 29901 29888 28079 0 -1 64 1526 0 0 0 24 1 0 0 15 0 9 0 25405875 900943872 24137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29909] ppid=29901 vsize=879828 CPUtime=0
/proc/29902/task/29909/stat : 29909 (java) S 29901 29888 28079 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25405875 900943872 24137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29902/tid=29910] ppid=29901 vsize=879828 CPUtime=0
/proc/29902/task/29910/stat : 29910 (java) S 29901 29888 28079 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25405875 900943872 24137 996147200 134512640 134550932 4294955936 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) 902052

[startup+12.7016 s]
/proc/loadavg: 2.21 2.05 2.02 3/87 29912
/proc/meminfo: memFree=1818536/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=11.41
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1376 39437 0 2 6 2 1092 41 15 0 1 0 25405736 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1113 409 3 0 796 0
[pid=29911] ppid=29888 vsize=5356 CPUtime=0
/proc/29911/stat : 29911 (sh) S 29888 29888 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25406898 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29911/statm: 1339 232 193 169 0 50 0
[pid=29912] ppid=29911 vsize=56724 CPUtime=1.06
/proc/29912/stat : 29912 (minisat) R 29911 29888 28079 0 -1 4194304 13283 0 0 0 98 8 0 0 25 0 1 0 25406899 58085376 13269 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/29912/statm: 14181 13269 76 150 0 14028 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 78948

[startup+25.5028 s]
/proc/loadavg: 2.18 2.05 2.01 3/87 29912
/proc/meminfo: memFree=1789224/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=11.41
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1376 39437 0 2 6 2 1092 41 16 0 1 0 25405736 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1113 409 3 0 796 0
[pid=29911] ppid=29888 vsize=5356 CPUtime=0
/proc/29911/stat : 29911 (sh) S 29888 29888 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25406898 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29911/statm: 1339 232 193 169 0 50 0
[pid=29912] ppid=29911 vsize=67032 CPUtime=13.72
/proc/29912/stat : 29912 (minisat) R 29911 29888 28079 0 -1 4194304 15850 0 0 0 1361 11 0 0 25 0 1 0 25406899 68640768 15836 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29912/statm: 16758 15836 76 150 0 16605 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 89256

[startup+51.1021 s]
/proc/loadavg: 2.11 2.04 2.01 3/87 29912
/proc/meminfo: memFree=1774760/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=11.41
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1376 39437 0 2 6 2 1092 41 16 0 1 0 25405736 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1113 409 3 0 796 0
[pid=29911] ppid=29888 vsize=5356 CPUtime=0
/proc/29911/stat : 29911 (sh) S 29888 29888 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25406898 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29911/statm: 1339 232 193 169 0 50 0
[pid=29912] ppid=29911 vsize=81492 CPUtime=39.07
/proc/29912/stat : 29912 (minisat) R 29911 29888 28079 0 -1 4194304 19468 0 0 0 3893 14 0 0 25 0 1 0 25406899 83447808 19454 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29912/statm: 20373 19454 76 150 0 20220 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 103716

[startup+102.308 s]
/proc/loadavg: 2.04 2.03 2.01 3/87 29912
/proc/meminfo: memFree=1754152/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=11.41
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1376 39437 0 2 6 2 1092 41 16 0 1 0 25405736 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1113 409 3 0 796 0
[pid=29911] ppid=29888 vsize=5356 CPUtime=0
/proc/29911/stat : 29911 (sh) S 29888 29888 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25406898 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29911/statm: 1339 232 193 169 0 50 0
[pid=29912] ppid=29911 vsize=101972 CPUtime=89.79
/proc/29912/stat : 29912 (minisat) R 29911 29888 28079 0 -1 4194304 24544 0 0 0 8959 20 0 0 25 0 1 0 25406899 104419328 24530 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/29912/statm: 25493 24530 76 150 0 25340 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 124196

[startup+162.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 29912
/proc/meminfo: memFree=1734184/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=11.41
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1376 39437 0 2 6 2 1092 41 16 0 1 0 25405736 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1113 409 3 0 796 0
[pid=29911] ppid=29888 vsize=5356 CPUtime=0
/proc/29911/stat : 29911 (sh) S 29888 29888 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25406898 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29911/statm: 1339 232 193 169 0 50 0
[pid=29912] ppid=29911 vsize=122132 CPUtime=149.22
/proc/29912/stat : 29912 (minisat) R 29911 29888 28079 0 -1 4194304 29533 0 0 0 14896 26 0 0 25 0 1 0 25406899 125063168 29519 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29912/statm: 30533 29519 76 150 0 30380 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 144356

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

/proc/meminfo: memFree=1521208/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=11.41
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1376 39437 0 2 6 2 1092 41 16 0 1 0 25405736 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1113 409 3 0 796 0
[pid=29911] ppid=29888 vsize=5356 CPUtime=0
/proc/29911/stat : 29911 (sh) S 29888 29888 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25406898 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29911/statm: 1339 232 193 169 0 50 0
[pid=29912] ppid=29911 vsize=336364 CPUtime=1278.43
/proc/29912/stat : 29912 (minisat) R 29911 29888 28079 0 -1 4194304 82911 0 0 0 127758 85 0 0 25 0 1 0 25406899 344436736 82897 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/29912/statm: 84091 82897 76 150 0 83938 0
Current children cumulated CPU time (s) 1289.84
Current children cumulated vsize (KiB) 358588

[startup+1362.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/78 29941
/proc/meminfo: memFree=1514296/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=11.41
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1376 39437 0 2 6 2 1092 41 16 0 1 0 25405736 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1113 409 3 0 796 0
[pid=29911] ppid=29888 vsize=5356 CPUtime=0
/proc/29911/stat : 29911 (sh) S 29888 29888 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25406898 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29911/statm: 1339 232 193 169 0 50 0
[pid=29912] ppid=29911 vsize=343100 CPUtime=1337.86
/proc/29912/stat : 29912 (minisat) R 29911 29888 28079 0 -1 4194304 84618 0 0 0 133698 88 0 0 25 0 1 0 25406899 351334400 84604 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29912/statm: 85775 84604 76 150 0 85622 0
Current children cumulated CPU time (s) 1349.27
Current children cumulated vsize (KiB) 365324

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/78 29941
/proc/meminfo: memFree=1507384/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=11.41
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1376 39437 0 2 6 2 1092 41 16 0 1 0 25405736 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1113 409 3 0 796 0
[pid=29911] ppid=29888 vsize=5356 CPUtime=0
/proc/29911/stat : 29911 (sh) S 29888 29888 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25406898 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29911/statm: 1339 232 193 169 0 50 0
[pid=29912] ppid=29911 vsize=349856 CPUtime=1397.3
/proc/29912/stat : 29912 (minisat) R 29911 29888 28079 0 -1 4194304 86318 0 0 0 139640 90 0 0 25 0 1 0 25406899 358252544 86304 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29912/statm: 87464 86304 76 150 0 87311 0
Current children cumulated CPU time (s) 1408.71
Current children cumulated vsize (KiB) 372080

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/78 29941
/proc/meminfo: memFree=1501560/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=11.41
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1376 39437 0 2 6 2 1092 41 16 0 1 0 25405736 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1113 409 3 0 796 0
[pid=29911] ppid=29888 vsize=5356 CPUtime=0
/proc/29911/stat : 29911 (sh) S 29888 29888 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25406898 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29911/statm: 1339 232 193 169 0 50 0
[pid=29912] ppid=29911 vsize=355572 CPUtime=1456.73
/proc/29912/stat : 29912 (minisat) R 29911 29888 28079 0 -1 4194304 87803 0 0 0 145581 92 0 0 25 0 1 0 25406899 364105728 87789 996147200 134512640 135127466 4294956256 18446744073709551615 134527107 0 0 4096 3 0 0 0 17 1 0 0
/proc/29912/statm: 88893 87789 76 150 0 88740 0
Current children cumulated CPU time (s) 1468.14
Current children cumulated vsize (KiB) 377796

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/78 29941
/proc/meminfo: memFree=1495608/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=11.41
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1376 39437 0 2 6 2 1092 41 16 0 1 0 25405736 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1113 409 3 0 796 0
[pid=29911] ppid=29888 vsize=5356 CPUtime=0
/proc/29911/stat : 29911 (sh) S 29888 29888 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25406898 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29911/statm: 1339 232 193 169 0 50 0
[pid=29912] ppid=29911 vsize=361408 CPUtime=1516.16
/proc/29912/stat : 29912 (minisat) R 29911 29888 28079 0 -1 4194304 89271 0 0 0 151522 94 0 0 25 0 1 0 25406899 370081792 89257 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29912/statm: 90352 89257 76 150 0 90199 0
Current children cumulated CPU time (s) 1527.57
Current children cumulated vsize (KiB) 383632

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/78 29941
/proc/meminfo: memFree=1489848/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=11.41
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1376 39437 0 2 6 2 1092 41 16 0 1 0 25405736 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1113 409 3 0 796 0
[pid=29911] ppid=29888 vsize=5356 CPUtime=0
/proc/29911/stat : 29911 (sh) S 29888 29888 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25406898 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29911/statm: 1339 232 193 169 0 50 0
[pid=29912] ppid=29911 vsize=366964 CPUtime=1575.61
/proc/29912/stat : 29912 (minisat) R 29911 29888 28079 0 -1 4194304 90704 0 0 0 157465 96 0 0 25 0 1 0 25406899 375771136 90690 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29912/statm: 91741 90690 76 150 0 91588 0
Current children cumulated CPU time (s) 1587.02
Current children cumulated vsize (KiB) 389188

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29943
/proc/meminfo: memFree=1482680/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=11.41
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1376 39437 0 2 6 2 1092 41 16 0 1 0 25405736 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1113 409 3 0 796 0
[pid=29911] ppid=29888 vsize=5356 CPUtime=0
/proc/29911/stat : 29911 (sh) S 29888 29888 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25406898 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29911/statm: 1339 232 193 169 0 50 0
[pid=29912] ppid=29911 vsize=373708 CPUtime=1635.03
/proc/29912/stat : 29912 (minisat) R 29911 29888 28079 0 -1 4194304 92404 0 0 0 163405 98 0 0 25 0 1 0 25406899 382676992 92390 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29912/statm: 93427 92390 76 150 0 93274 0
Current children cumulated CPU time (s) 1646.44
Current children cumulated vsize (KiB) 395932

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29943
/proc/meminfo: memFree=1476536/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=11.41
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1376 39437 0 2 6 2 1092 41 16 0 1 0 25405736 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1113 409 3 0 796 0
[pid=29911] ppid=29888 vsize=5356 CPUtime=0
/proc/29911/stat : 29911 (sh) S 29888 29888 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25406898 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29911/statm: 1339 232 193 169 0 50 0
[pid=29912] ppid=29911 vsize=379704 CPUtime=1694.47
/proc/29912/stat : 29912 (minisat) R 29911 29888 28079 0 -1 4194304 93932 0 0 0 169346 101 0 0 25 0 1 0 25406899 388816896 93918 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/29912/statm: 94926 93918 76 150 0 94773 0
Current children cumulated CPU time (s) 1705.88
Current children cumulated vsize (KiB) 401928

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29943
/proc/meminfo: memFree=1470264/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=11.41
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1376 39437 0 2 6 2 1092 41 16 0 1 0 25405736 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1113 409 3 0 796 0
[pid=29911] ppid=29888 vsize=5356 CPUtime=0
/proc/29911/stat : 29911 (sh) S 29888 29888 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25406898 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29911/statm: 1339 232 193 169 0 50 0
[pid=29912] ppid=29911 vsize=385848 CPUtime=1753.9
/proc/29912/stat : 29912 (minisat) R 29911 29888 28079 0 -1 4194304 95485 0 0 0 175288 102 0 0 25 0 1 0 25406899 395108352 95471 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/29912/statm: 96462 95471 76 150 0 96309 0
Current children cumulated CPU time (s) 1765.31
Current children cumulated vsize (KiB) 408072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29943
/proc/meminfo: memFree=1465976/2055920 swapFree=4192812/4192956
[pid=29888] ppid=29886 vsize=16868 CPUtime=11.41
/proc/29888/stat : 29888 (sugar) S 29886 29888 28079 0 -1 4194304 1376 39437 0 2 6 2 1092 41 16 0 1 0 25405736 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29888/statm: 4217 1113 409 3 0 796 0
[pid=29911] ppid=29888 vsize=5356 CPUtime=0
/proc/29911/stat : 29911 (sh) S 29888 29888 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25406898 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29911/statm: 1339 232 193 169 0 50 0
[pid=29912] ppid=29911 vsize=393020 CPUtime=1788.67
/proc/29912/stat : 29912 (minisat) R 29911 29888 28079 0 -1 4194304 96525 0 0 0 178764 103 0 0 25 0 1 0 25406899 402452480 96511 996147200 134512640 135127466 4294956256 18446744073709551615 134522660 0 0 4096 3 0 0 0 17 1 0 0
/proc/29912/statm: 98255 96511 76 150 0 98102 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 415244

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29888 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=991329
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=449931
# CPU time returned by wait4() is 11.4413
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.49
CPU time (s): 1800.08
CPU user time (s): 1798.62
CPU system time (s): 1.46
CPU usage (%): 99.0423
Max. virtual memory (cumulated for all children) (KiB): 902052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.9913
system time used= 0.449931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41196
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= 4674
involuntary context switches= 4959

runsolver used 2.20366 second user time and 6.08907 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 09:23:50
IDJOB=2086317
IDBENCH=58581
IDSOLVER=739
FILE ID=node68/2086317-1247383430
PBS_JOBID= 9507217
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-15-75-40-8-20_glb.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2086317-1247383430/watcher-2086317-1247383430 -o /tmp/evaluation-result-2086317-1247383430/solver-2086317-1247383430 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2086317-1247383430.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= f7470a8c664894812a78068eb633ff7c
RANDOM SEED=1572053345

node68.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.258
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.258
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:       1879968 kB
Buffers:         13768 kB
Cached:          72184 kB
SwapCached:          0 kB
Active:          92448 kB
Inactive:        29652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1879968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3224 kB
Writeback:           0 kB
Mapped:          56848 kB
Slab:            38588 kB
Committed_AS:   264156 kB
PageTables:       2056 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node68 at 2009-07-12 09:54:10