Trace number 2073128

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? (MO) 1525.74 1530.94

General information on the benchmark

Namecsp/pseudoGLB/
normalized-robin18.xml
MD5SUM41ef1c424a83810014d2d1a1b4688746
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 variables23409
Number of constraints1386
Maximum constraint arity289
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(1386)

Solver Data

0.06/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.07	c 0	BEGIN Sun Jul 12 02:14:13 2009
0.06/0.07	c 0	PID 17551
0.06/0.07	c 0	HOST node63.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2073128-1247357652.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2073128-1247357652.xml' 'HOME/temp.csp'
1.95/2.05	c 2	1 domains, 23409 variables, 0 predicates, 0 relations, 1386 constraints
2.02/2.11	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.02/2.11	c 2	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'
2.02/2.19	c 2	Parsing HOME/temp.csp
2.03/2.36	c 2	parsed 10000 expressions
2.03/2.45	c 2	parsed 20000 expressions
3.98/4.12	c 4	parsed 24796 expressions
3.98/4.13	c 4	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.98/4.13	c 4	Converting to clausal form CSP
3.98/4.17	c 4	converted 2480 (10%) expressions
3.98/4.17	c 4	converted 4960 (20%) expressions
3.98/4.18	c 4	converted 7439 (30%) expressions
3.98/4.18	c 4	converted 9919 (40%) expressions
3.98/4.18	c 4	converted 12398 (50%) expressions
3.98/4.19	c 4	converted 14878 (60%) expressions
3.98/4.19	c 4	converted 17358 (70%) expressions
3.98/4.19	c 4	converted 19837 (80%) expressions
3.98/4.20	c 4	converted 22317 (90%) expressions
14.73/14.95	c 15	converted 24796 (100%) expressions
14.73/14.96	c 15	CSP : 93555 integers, 0 booleans, 141678 clauses, largest domain size 52
14.73/14.96	c 15	Heap : 130 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.73/14.96	c 15	Propagation in CSP
17.61/17.88	c 18	413316 values, 0 unsatisfiable literals, and 0 valid clauses are removed
17.61/17.89	c 18	CSP : 93555 integers, 0 booleans, 141678 clauses, largest domain size 52
17.61/17.89	c 18	Heap : 135 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.71/17.94	c 18	Simplifing CSP by introducing new Boolean variables
17.71/17.99	c 18	CSP : 93555 integers, 0 booleans, 141678 clauses, largest domain size 52
17.71/17.99	c 18	Heap : 133 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.32/18.59	c 18	Encoding CSP to SAT : HOME/temp.cnf
18.42/18.64	c 19	9356 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
18.42/18.65	c 19	18711 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
18.42/18.70	c 19	28067 (30%) CSP integer variables are encoded (29183 clauses, 437809 bytes)
18.52/18.77	c 19	37422 (40%) CSP integer variables are encoded (88097 clauses, 1365560 bytes)
18.61/18.85	c 19	46778 (50%) CSP integer variables are encoded (146992 clauses, 2366775 bytes)
18.71/18.93	c 19	56133 (60%) CSP integer variables are encoded (205903 clauses, 3368262 bytes)
18.81/19.01	c 19	65489 (70%) CSP integer variables are encoded (264823 clauses, 4369902 bytes)
18.81/19.09	c 19	74844 (80%) CSP integer variables are encoded (323757 clauses, 5371780 bytes)
18.91/19.14	c 19	84200 (90%) CSP integer variables are encoded (352715 clauses, 5864066 bytes)
18.91/19.16	c 19	93555 (100%) CSP integer variables are encoded (362070 clauses, 6023101 bytes)
23.17/23.42	c 23	14168 (10%) CSP clauses are encoded (1340824 clauses, 28105950 bytes)
27.44/27.72	c 28	28336 (20%) CSP clauses are encoded (2319380 clauses, 51634276 bytes)
31.71/32.07	c 32	42504 (30%) CSP clauses are encoded (3298000 clauses, 75648451 bytes)
36.07/36.41	c 36	56672 (40%) CSP clauses are encoded (4279671 clauses, 99692443 bytes)
40.34/40.80	c 41	70839 (50%) CSP clauses are encoded (5261857 clauses, 124347175 bytes)
44.79/45.29	c 45	85007 (60%) CSP clauses are encoded (6244046 clauses, 149572648 bytes)
49.25/49.76	c 50	99175 (70%) CSP clauses are encoded (7223996 clauses, 174742079 bytes)
53.32/53.83	c 54	113343 (80%) CSP clauses are encoded (8099428 clauses, 197107432 bytes)
54.81/55.35	c 55	127511 (90%) CSP clauses are encoded (8310340 clauses, 201744075 bytes)
56.31/56.86	c 57	141678 (100%) CSP clauses are encoded (8521218 clauses, 206409194 bytes)
56.31/56.86	c 57	141678 CSP clauses encoded
56.31/56.86	c 57	Writing map file : HOME/temp.map
56.40/56.92	c 57	Heap : 91 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
56.40/56.92	c 57	SAT : 455625 SAT variables, 8521218 SAT clauses, 206409194 bytes
56.40/56.92	c 57	Heap : 91 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
56.47/57.01	c 57	SOLVING HOME/temp.cnf
56.47/57.01	c 57	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
56.47/57.01	c 57	This is MiniSat 2.0 beta
56.47/57.01	c 57	WARNING: for repeatability, setting FPU to use double precision
56.47/57.01	c 57	============================[ Problem Statistics ]=============================
56.47/57.01	c 57	|                                                                             |
56.47/57.02	c 57	|  Number of variables:  455625                                               |
56.47/57.02	c 57	|  Number of clauses:    8521218                                              |
61.03/61.61	c 61	|  Parsing time:         4.04         s                                       |
61.34/61.90	c 62	============================[ Search Statistics ]==============================
61.34/61.90	c 62	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
61.34/61.90	c 62	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
61.34/61.90	c 62	===============================================================================
61.34/61.90	c 62	|         0 |  455625  8521218 27746820 |  2840406        0    nan |  0.000 % |
63.92/64.52	c 64	|       100 |  455625  8521218 27746820 |  3124446      100     11 |  0.000 % |
66.31/66.99	c 67	|       250 |  455625  8521218 27746820 |  3436891      250     43 |  0.000 % |
69.30/69.92	c 70	|       475 |  455625  8521218 27746820 |  3780580      475     81 |  0.000 % |
72.69/73.38	c 73	|       812 |  455625  8521218 27746820 |  4158638      812    106 |  0.000 % |
76.87/77.55	c 77	|      1318 |  455625  8521218 27746820 |  4574502     1318    182 |  0.000 % |
84.24/84.93	c 85	|      2077 |  455625  8521218 27746820 |  5031952     2077    188 |  0.000 % |
96.99/97.76	c 98	|      3216 |  455625  8521218 27746820 |  5535147     3216    216 |  0.000 % |
110.82/111.69	c 112	|      4925 |  455625  8521218 27746820 |  6088662     4925    255 |  0.000 % |
135.11/136.06	c 136	|      7489 |  455625  8521218 27746820 |  6697528     7489    289 |  0.000 % |
171.33/172.45	c 172	|     11333 |  455625  8521218 27746820 |  7367281    11333    346 |  0.000 % |
207.45/208.74	c 209	|     17100 |  455625  8521218 27746820 |  8104009    17100    319 |  0.000 % |
288.07/289.70	c 290	|     25751 |  455625  8521218 27746820 |  8914410    25751    357 |  0.000 % |
407.00/409.21	c 409	|     38727 |  455625  8521218 27746820 |  9805851    38727    561 |  0.000 % |
579.01/583.54	c 583	|     58188 |  455625  8521218 27746820 | 10786437    58188    628 |  0.000 % |
864.34/869.34	c 869	|     87381 |  455625  8521218 27746820 | 11865080    87381    692 |  0.000 % |
1338.82/1343.93	c 1344	|    131170 |  455625  8521218 27746820 | 13051588   131170    835 |  0.000 % |
1525.57/1530.71	c ERROR INTERRUPTED
1525.68/1530.83	s UNKNOWN
1525.68/1530.83	c 1531	CPU 56.48 (0.07 0.01 54.72 1.68)
1525.68/1530.83	c 1531	END Sun Jul 12 02:39:44 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-2073128-1247357652/watcher-2073128-1247357652 -o /tmp/evaluation-result-2073128-1247357652/solver-2073128-1247357652 -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-2073128-1247357652.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 1.98 1.99 4/74 17551
/proc/meminfo: memFree=1870040/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=12268 CPUtime=0
/proc/17551/stat : 17551 (sugar) R 17549 17551 16439 0 -1 4194304 325 0 0 0 0 0 0 0 20 0 1 0 22827850 12562432 293 996147200 4194304 4206940 548682068608 18446744073709551615 244294695720 0 0 4224 0 0 0 0 17 1 0 0
/proc/17551/statm: 3067 293 219 3 0 167 0

[startup+0.0680571 s]
/proc/loadavg: 2.00 1.98 1.99 4/74 17551
/proc/meminfo: memFree=1870040/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16608 CPUtime=0.06
/proc/17551/stat : 17551 (sugar) R 17549 17551 16439 0 -1 4194304 1063 0 0 0 5 1 0 0 20 0 1 0 22827850 17006592 1031 996147200 4194304 4206940 548682068608 18446744073709551615 244294693508 0 0 4224 0 0 0 0 17 0 0 0
/proc/17551/statm: 4152 1031 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.101054 s]
/proc/loadavg: 2.00 1.98 1.99 4/74 17551
/proc/meminfo: memFree=1870040/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16868 CPUtime=0.06
/proc/17551/stat : 17551 (sugar) S 17549 17551 16439 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22827850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17551/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301074 s]
/proc/loadavg: 2.00 1.98 1.99 4/74 17551
/proc/meminfo: memFree=1870040/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16868 CPUtime=0.06
/proc/17551/stat : 17551 (sugar) S 17549 17551 16439 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22827850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17551/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70112 s]
/proc/loadavg: 2.00 1.98 1.99 4/74 17551
/proc/meminfo: memFree=1870040/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16868 CPUtime=0.06
/proc/17551/stat : 17551 (sugar) S 17549 17551 16439 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22827850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17551/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50221 s]
/proc/loadavg: 2.08 2.00 2.00 4/85 17563
/proc/meminfo: memFree=1836608/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16868 CPUtime=0.06
/proc/17551/stat : 17551 (sugar) S 17549 17551 16439 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22827850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17551/statm: 4217 1111 409 3 0 796 0
[pid=17554] ppid=17551 vsize=5356 CPUtime=0
/proc/17554/stat : 17554 (sh) S 17551 17551 16439 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22827858 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17554/statm: 1339 233 193 169 0 50 0
[pid=17555] ppid=17554 vsize=864792 CPUtime=1.4
/proc/17555/stat : 17555 (java) S 17554 17551 16439 0 -1 0 12360 0 1 0 133 7 0 0 18 0 9 0 22827858 885547008 10875 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17555/statm: 216198 10875 2556 9 0 210710 0
[pid=17555/tid=17556] ppid=17554 vsize=864792 CPUtime=0.89
/proc/17555/task/17556/stat : 17556 (java) R 17554 17551 16439 0 -1 64 3127 0 1 0 87 2 0 0 25 0 9 0 22827859 885547008 10875 996147200 134512640 134550932 4294955984 18446744073709551615 4126796739 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17555/tid=17557] ppid=17554 vsize=864792 CPUtime=0.32
/proc/17555/task/17557/stat : 17557 (java) S 17554 17551 16439 0 -1 64 7982 0 0 0 29 3 0 0 16 0 9 0 22827860 885547008 10875 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17555/tid=17558] ppid=17554 vsize=864792 CPUtime=0
/proc/17555/task/17558/stat : 17558 (java) S 17554 17551 16439 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22827860 885547008 10875 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17555/tid=17559] ppid=17554 vsize=864792 CPUtime=0
/proc/17555/task/17559/stat : 17559 (java) S 17554 17551 16439 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 22827860 885547008 10875 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17555/tid=17560] ppid=17554 vsize=864792 CPUtime=0
/proc/17555/task/17560/stat : 17560 (java) S 17554 17551 16439 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22827862 885547008 10875 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17555/tid=17561] ppid=17554 vsize=864792 CPUtime=0.16
/proc/17555/task/17561/stat : 17561 (java) S 17554 17551 16439 0 -1 64 546 0 0 0 16 0 0 0 16 0 9 0 22827862 885547008 10875 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17555/tid=17562] ppid=17554 vsize=864792 CPUtime=0
/proc/17555/task/17562/stat : 17562 (java) S 17554 17551 16439 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22827862 885547008 10875 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17555/tid=17563] ppid=17554 vsize=864792 CPUtime=0
/proc/17555/task/17563/stat : 17563 (java) S 17554 17551 16439 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22827862 885547008 10875 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 887016

[startup+3.1024 s]
/proc/loadavg: 2.08 2.00 2.00 2/85 17563
/proc/meminfo: memFree=1828032/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16868 CPUtime=2.03
/proc/17551/stat : 17551 (sugar) S 17549 17551 16439 0 -1 4194304 1309 13208 0 1 5 1 186 11 15 0 1 0 22827850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17551/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30276 s]
/proc/loadavg: 2.07 2.00 2.00 3/85 17573
/proc/meminfo: memFree=1797120/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16868 CPUtime=2.03
/proc/17551/stat : 17551 (sugar) S 17549 17551 16439 0 -1 4194304 1309 13208 0 1 5 1 186 11 16 0 1 0 22827850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17551/statm: 4217 1111 409 3 0 796 0
[pid=17564] ppid=17551 vsize=5356 CPUtime=0
/proc/17564/stat : 17564 (sh) S 17551 17551 16439 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22828062 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17564/statm: 1339 233 193 169 0 50 0
[pid=17565] ppid=17564 vsize=868676 CPUtime=4.15
/proc/17565/stat : 17565 (java) S 17564 17551 16439 0 -1 0 22185 0 1 0 403 12 0 0 20 0 9 0 22828062 889524224 20961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17565/statm: 217169 20961 2568 9 0 211674 0
[pid=17565/tid=17566] ppid=17564 vsize=868676 CPUtime=2.81
/proc/17565/task/17566/stat : 17566 (java) R 17564 17551 16439 0 -1 64 3286 0 1 0 280 1 0 0 25 0 9 0 22828063 889524224 20961 996147200 134512640 134550932 4294955936 18446744073709551615 4126562485 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17567] ppid=17564 vsize=868676 CPUtime=1.12
/proc/17565/task/17567/stat : 17567 (java) S 17564 17551 16439 0 -1 64 16698 0 0 0 104 8 0 0 16 0 9 0 22828064 889524224 20961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17568] ppid=17564 vsize=868676 CPUtime=0
/proc/17565/task/17568/stat : 17568 (java) S 17564 17551 16439 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22828064 889524224 20961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17569] ppid=17564 vsize=868676 CPUtime=0
/proc/17565/task/17569/stat : 17569 (java) S 17564 17551 16439 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22828064 889524224 20961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17570] ppid=17564 vsize=868676 CPUtime=0
/proc/17565/task/17570/stat : 17570 (java) S 17564 17551 16439 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22828066 889524224 20961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17571] ppid=17564 vsize=868676 CPUtime=0.17
/proc/17565/task/17571/stat : 17571 (java) S 17564 17551 16439 0 -1 64 1498 0 0 0 17 0 0 0 16 0 9 0 22828066 889524224 20961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17572] ppid=17564 vsize=868676 CPUtime=0
/proc/17565/task/17572/stat : 17572 (java) S 17564 17551 16439 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22828066 889524224 20961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17573] ppid=17564 vsize=868676 CPUtime=0
/proc/17565/task/17573/stat : 17573 (java) S 17564 17551 16439 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22828066 889524224 20961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890900

[startup+12.7015 s]
/proc/loadavg: 2.07 2.00 2.00 4/85 17573
/proc/meminfo: memFree=1711680/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16868 CPUtime=2.03
/proc/17551/stat : 17551 (sugar) S 17549 17551 16439 0 -1 4194304 1309 13208 0 1 5 1 186 11 16 0 1 0 22827850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17551/statm: 4217 1111 409 3 0 796 0
[pid=17564] ppid=17551 vsize=5356 CPUtime=0
/proc/17564/stat : 17564 (sh) S 17551 17551 16439 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22828062 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17564/statm: 1339 233 193 169 0 50 0
[pid=17565] ppid=17564 vsize=868676 CPUtime=10.52
/proc/17565/stat : 17565 (java) S 17564 17551 16439 0 -1 0 56638 0 1 0 1024 28 0 0 20 0 9 0 22828062 889524224 35798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17565/statm: 217169 35798 2567 9 0 211674 0
[pid=17565/tid=17566] ppid=17564 vsize=868676 CPUtime=7.28
/proc/17565/task/17566/stat : 17566 (java) R 17564 17551 16439 0 -1 64 4622 0 1 0 726 2 0 0 25 0 9 0 22828063 889524224 35798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17567] ppid=17564 vsize=868676 CPUtime=3.03
/proc/17565/task/17567/stat : 17567 (java) S 17564 17551 16439 0 -1 64 49815 0 0 0 280 23 0 0 15 0 9 0 22828064 889524224 35798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17568] ppid=17564 vsize=868676 CPUtime=0
/proc/17565/task/17568/stat : 17568 (java) S 17564 17551 16439 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22828064 889524224 35798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17569] ppid=17564 vsize=868676 CPUtime=0
/proc/17565/task/17569/stat : 17569 (java) S 17564 17551 16439 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22828064 889524224 35798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17570] ppid=17564 vsize=868676 CPUtime=0
/proc/17565/task/17570/stat : 17570 (java) S 17564 17551 16439 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22828066 889524224 35798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17571] ppid=17564 vsize=868676 CPUtime=0.17
/proc/17565/task/17571/stat : 17571 (java) S 17564 17551 16439 0 -1 64 1498 0 0 0 17 0 0 0 16 0 9 0 22828066 889524224 35798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17572] ppid=17564 vsize=868676 CPUtime=0
/proc/17565/task/17572/stat : 17572 (java) S 17564 17551 16439 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22828066 889524224 35798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17573] ppid=17564 vsize=868676 CPUtime=0
/proc/17565/task/17573/stat : 17573 (java) S 17564 17551 16439 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22828066 889524224 35798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 890900

[startup+25.5029 s]
/proc/loadavg: 2.06 2.00 2.00 3/85 17573
/proc/meminfo: memFree=1665216/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16868 CPUtime=2.04
/proc/17551/stat : 17551 (sugar) S 17549 17551 16439 0 -1 4194304 1310 13208 0 1 6 1 186 11 16 0 1 0 22827850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17551/statm: 4217 1111 409 3 0 796 0
[pid=17564] ppid=17551 vsize=5356 CPUtime=0
/proc/17564/stat : 17564 (sh) S 17551 17551 16439 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22828062 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17564/statm: 1339 233 193 169 0 50 0
[pid=17565] ppid=17564 vsize=868788 CPUtime=23.21
/proc/17565/stat : 17565 (java) S 17564 17551 16439 0 -1 0 63921 0 1 0 2269 52 0 0 20 0 9 0 22828062 889638912 42582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17565/statm: 217197 42582 2591 9 0 211674 0
[pid=17565/tid=17566] ppid=17564 vsize=868788 CPUtime=18.77
/proc/17565/task/17566/stat : 17566 (java) R 17564 17551 16439 0 -1 64 4838 0 1 0 1855 22 0 0 25 0 9 0 22828063 889638912 42582 996147200 134512640 134550932 4294955936 18446744073709551615 4126564109 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17567] ppid=17564 vsize=868788 CPUtime=4.18
/proc/17565/task/17567/stat : 17567 (java) S 17564 17551 16439 0 -1 64 56842 0 0 0 391 27 0 0 16 0 9 0 22828064 889638912 42582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17568] ppid=17564 vsize=868788 CPUtime=0
/proc/17565/task/17568/stat : 17568 (java) S 17564 17551 16439 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22828064 889638912 42582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17569] ppid=17564 vsize=868788 CPUtime=0
/proc/17565/task/17569/stat : 17569 (java) S 17564 17551 16439 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22828064 889638912 42582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17570] ppid=17564 vsize=868788 CPUtime=0
/proc/17565/task/17570/stat : 17570 (java) S 17564 17551 16439 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22828066 889638912 42582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17571] ppid=17564 vsize=868788 CPUtime=0.23
/proc/17565/task/17571/stat : 17571 (java) S 17564 17551 16439 0 -1 64 1538 0 0 0 23 0 0 0 16 0 9 0 22828066 889638912 42582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17572] ppid=17564 vsize=868788 CPUtime=0
/proc/17565/task/17572/stat : 17572 (java) S 17564 17551 16439 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22828066 889638912 42582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17565/tid=17573] ppid=17564 vsize=868788 CPUtime=0
/proc/17565/task/17573/stat : 17573 (java) S 17564 17551 16439 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22828066 889638912 42582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 891012

[startup+51.1028 s]
/proc/loadavg: 2.03 2.00 2.00 3/85 17573
/proc/meminfo: memFree=1524288/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16868 CPUtime=2.04
/proc/17551/stat : 17551 (sugar) S 17549 17551 16439 0 -1 4194304 1310 13208 0 1 6 1 186 11 16 0 1 0 22827850 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17551/statm: 4217 1111 409 3 0 796 0
[pid=17564] ppid=17551 vsize=5356 CPUtime=0
/proc/17564/stat : 17564 (sh) S 17551 17551 16439 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22828062 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17564/statm: 1339 233 193 169 0 50 0
[pid=17565] ppid=17564 vsize=868788 CPUtime=48.61
/proc/17565/stat : 17565 (java) S 17564 17551 16439 0 -1 0 64251 0 1 0 4720 141 0 0 20 0 9 0 22828062 889638912 42582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

/proc/17575/stat : 17575 (minisat) R 17574 17551 16439 0 -1 4194304 187737 0 0 0 111959 119 0 0 25 0 1 0 22833552 785125376 187723 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/17575/statm: 191681 187723 76 150 0 191528 0
Current children cumulated CPU time (s) 1177.26
Current children cumulated vsize (KiB) 788948

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17658
/proc/meminfo: memFree=809136/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16868 CPUtime=56.48
/proc/17551/stat : 17551 (sugar) S 17549 17551 16439 0 -1 4194304 1376 77835 0 2 7 1 5472 168 16 0 1 0 22827850 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17551/statm: 4217 1113 409 3 0 796 0
[pid=17574] ppid=17551 vsize=5356 CPUtime=0
/proc/17574/stat : 17574 (sh) S 17551 17551 16439 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22833552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17574/statm: 1339 232 193 169 0 50 0
[pid=17575] ppid=17574 vsize=788228 CPUtime=1180.77
/proc/17575/stat : 17575 (minisat) R 17574 17551 16439 0 -1 4194304 193113 0 0 0 117954 123 0 0 25 0 1 0 22833552 807145472 193099 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/17575/statm: 197057 193099 76 150 0 196904 0
Current children cumulated CPU time (s) 1237.25
Current children cumulated vsize (KiB) 810452

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17658
/proc/meminfo: memFree=773296/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16868 CPUtime=56.48
/proc/17551/stat : 17551 (sugar) S 17549 17551 16439 0 -1 4194304 1376 77835 0 2 7 1 5472 168 16 0 1 0 22827850 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17551/statm: 4217 1113 409 3 0 796 0
[pid=17574] ppid=17551 vsize=5356 CPUtime=0
/proc/17574/stat : 17574 (sh) S 17551 17551 16439 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22833552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17574/statm: 1339 232 193 169 0 50 0
[pid=17575] ppid=17574 vsize=822468 CPUtime=1240.75
/proc/17575/stat : 17575 (minisat) R 17574 17551 16439 0 -1 4194304 201686 0 0 0 123947 128 0 0 25 0 1 0 22833552 842207232 201672 996147200 134512640 135127466 4294956256 18446744073709551615 134527213 0 0 4096 3 0 0 0 17 1 0 0
/proc/17575/statm: 205617 201672 76 150 0 205464 0
Current children cumulated CPU time (s) 1297.23
Current children cumulated vsize (KiB) 844692

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17658
/proc/meminfo: memFree=748144/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16868 CPUtime=56.48
/proc/17551/stat : 17551 (sugar) S 17549 17551 16439 0 -1 4194304 1376 77835 0 2 7 1 5472 168 16 0 1 0 22827850 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17551/statm: 4217 1113 409 3 0 796 0
[pid=17574] ppid=17551 vsize=5356 CPUtime=0
/proc/17574/stat : 17574 (sh) S 17551 17551 16439 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22833552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17574/statm: 1339 232 193 169 0 50 0
[pid=17575] ppid=17574 vsize=847508 CPUtime=1300.74
/proc/17575/stat : 17575 (minisat) R 17574 17551 16439 0 -1 4194304 207924 0 0 0 129942 132 0 0 25 0 1 0 22833552 867848192 207910 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/17575/statm: 211877 207910 76 150 0 211724 0
Current children cumulated CPU time (s) 1357.22
Current children cumulated vsize (KiB) 869732

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17658
/proc/meminfo: memFree=734448/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16868 CPUtime=56.48
/proc/17551/stat : 17551 (sugar) S 17549 17551 16439 0 -1 4194304 1376 77835 0 2 7 1 5472 168 16 0 1 0 22827850 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17551/statm: 4217 1113 409 3 0 796 0
[pid=17574] ppid=17551 vsize=5356 CPUtime=0
/proc/17574/stat : 17574 (sh) S 17551 17551 16439 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22833552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17574/statm: 1339 232 193 169 0 50 0
[pid=17575] ppid=17574 vsize=861364 CPUtime=1360.72
/proc/17575/stat : 17575 (minisat) R 17574 17551 16439 0 -1 4194304 211338 0 0 0 135937 135 0 0 25 0 1 0 22833552 882036736 211324 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17575/statm: 215341 211324 76 150 0 215188 0
Current children cumulated CPU time (s) 1417.2
Current children cumulated vsize (KiB) 883588

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17658
/proc/meminfo: memFree=712048/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16868 CPUtime=56.48
/proc/17551/stat : 17551 (sugar) S 17549 17551 16439 0 -1 4194304 1376 77835 0 2 7 1 5472 168 16 0 1 0 22827850 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17551/statm: 4217 1113 409 3 0 796 0
[pid=17574] ppid=17551 vsize=5356 CPUtime=0
/proc/17574/stat : 17574 (sh) S 17551 17551 16439 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22833552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17574/statm: 1339 232 193 169 0 50 0
[pid=17575] ppid=17574 vsize=883956 CPUtime=1420.7
/proc/17575/stat : 17575 (minisat) R 17574 17551 16439 0 -1 4194304 216988 0 0 0 141931 139 0 0 25 0 1 0 22833552 905170944 216974 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17575/statm: 220989 216974 76 150 0 220836 0
Current children cumulated CPU time (s) 1477.18
Current children cumulated vsize (KiB) 906180



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1530.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17658
/proc/meminfo: memFree=696304/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16868 CPUtime=56.48
/proc/17551/stat : 17551 (sugar) S 17549 17551 16439 0 -1 4194304 1376 77835 0 2 7 1 5472 168 16 0 1 0 22827850 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17551/statm: 4217 1113 409 3 0 796 0
[pid=17574] ppid=17551 vsize=5356 CPUtime=0
/proc/17574/stat : 17574 (sh) S 17551 17551 16439 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22833552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17574/statm: 1339 232 193 169 0 50 0
[pid=17575] ppid=17574 vsize=899464 CPUtime=1469.09
/proc/17575/stat : 17575 (minisat) R 17574 17551 16439 0 -1 4194304 220861 0 0 0 146766 143 0 0 25 0 1 0 22833552 921051136 220847 996147200 134512640 135127466 4294956256 18446744073709551615 134522669 0 0 4096 3 0 0 0 17 1 0 0
/proc/17575/statm: 224866 220847 76 150 0 224713 0
Current children cumulated CPU time (s) 1525.57
Current children cumulated vsize (KiB) 921688

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

############
# WARNING:
# current cumulated CPU time (56.54 s) is less than in the last sample (1525.68 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1469.14 s) to the 'lost time'.

[startup+1530.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17658
/proc/meminfo: memFree=696304/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16868 CPUtime=56.48
/proc/17551/stat : 17551 (sugar) S 17549 17551 16439 0 -1 4194304 1398 77835 0 2 7 1 5472 168 16 0 1 0 22827850 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/17551/statm: 4217 1113 409 3 0 796 0
[pid=17574] ppid=17551 vsize=0 CPUtime=0
/proc/17574/stat : 17574 (sh) Z 17551 17551 16439 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 22833552 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/17574/statm: 0 0 0 0 0 0 0
[pid=17575] ppid=1 vsize=0 CPUtime=1469.2
/proc/17575/stat : 17575 (minisat) R 1 17551 16439 0 -1 4195332 220861 0 0 0 146766 154 0 0 25 0 1 0 22833552 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/17575/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1525.68
Current children cumulated vsize (KiB) 16868

[startup+1530.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17658
/proc/meminfo: memFree=696304/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16868 CPUtime=56.54
/proc/17551/stat : 17551 (sugar) R 17549 17551 16439 0 -1 4194304 1423 78112 0 2 7 7 5472 168 16 0 1 0 22827850 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 244277023785 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17551/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 56.54
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1530.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17658
/proc/meminfo: memFree=696304/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16868 CPUtime=56.48
/proc/17551/stat : 17551 (sugar) S 17549 17551 16439 0 -1 4194304 1398 77835 0 2 7 1 5472 168 16 0 1 0 22827850 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/17551/statm: 4217 1113 409 3 0 796 0
[pid=17574] ppid=17551 vsize=0 CPUtime=0
/proc/17574/stat : 17574 (sh) Z 17551 17551 16439 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 22833552 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/17574/statm: 0 0 0 0 0 0 0
[pid=17575] ppid=1 vsize=0 CPUtime=1469.2
/proc/17575/stat : 17575 (minisat) R 1 17551 16439 0 -1 4195332 220861 0 0 0 146766 154 0 0 25 0 1 0 22833552 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/17575/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1525.68
Current children cumulated vsize (KiB) 16868

[startup+1530.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17658
/proc/meminfo: memFree=696304/2055920 swapFree=4191904/4192956
[pid=17551] ppid=17549 vsize=16868 CPUtime=56.54
/proc/17551/stat : 17551 (sugar) R 17549 17551 16439 0 -1 4194304 1423 78112 0 2 7 7 5472 168 16 0 1 0 22827850 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 244277023785 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17551/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 56.54
Current children cumulated vsize (KiB) 16868

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): 1469.14
#  lost CPU user time (s): 1467.66
#  lost CPU system time (s): 1.48

Real time (s): 1530.94
CPU time (s): 1525.74
CPU user time (s): 1522.46
CPU system time (s): 3.28273
CPU usage (%): 99.6606
Max. virtual memory (cumulated for all children) (KiB): 921688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.7997
system time used= 1.80272
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79594
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= 10415
involuntary context switches= 10985

runsolver used 1.86272 second user time and 4.76328 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-12 02:14:13
IDJOB=2073128
IDBENCH=55945
IDSOLVER=739
FILE ID=node63/2073128-1247357652
PBS_JOBID= 9506939
Free space on /tmp= 66212 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-robin18.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-2073128-1247357652/watcher-2073128-1247357652 -o /tmp/evaluation-result-2073128-1247357652/solver-2073128-1247357652 -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-2073128-1247357652.xml

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

MD5SUM BENCH= 41ef1c424a83810014d2d1a1b4688746
RANDOM SEED=1683326855

node63.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1870456 kB
Buffers:         13560 kB
Cached:          89000 kB
SwapCached:        256 kB
Active:          95884 kB
Inactive:        41792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1870456 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            6840 kB
Writeback:           0 kB
Mapped:          45208 kB
Slab:            32988 kB
Committed_AS:   254380 kB
PageTables:       1872 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= 66212 MiB
End job on node63 at 2009-07-12 02:39:46