Trace number 2076493

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+picosatSAT 212.215 215.417

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-100-3.xml
MD5SUMb03ce6bb41b3c7eeec8edd1190e4268e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.06092
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1310
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 03:41:35 2009
0.00/0.08	c 0	PID 16174
0.06/0.08	c 0	HOST node9.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2076493-1247362895.xml TO HOME/temp.csp
0.06/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-2076493-1247362895.xml' 'HOME/temp.csp'
0.96/1.08	c 1	400 domains, 400 variables, 1 predicates, 0 relations, 7600 constraints
1.04/1.13	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.04/1.13	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.04/1.22	c 1	Parsing HOME/temp.csp
1.04/1.38	c 1	parsed 8401 expressions
1.04/1.39	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.39	c 1	Converting to clausal form CSP
1.04/1.45	c 1	converted 841 (10%) expressions
1.04/1.69	c 2	converted 1681 (20%) expressions
1.04/1.72	c 2	converted 2521 (30%) expressions
1.04/1.75	c 2	converted 3361 (40%) expressions
1.04/1.78	c 2	converted 4201 (50%) expressions
1.04/1.81	c 2	converted 5041 (60%) expressions
1.04/1.90	c 2	converted 5881 (70%) expressions
1.04/1.93	c 2	converted 6721 (80%) expressions
1.04/1.96	c 2	converted 7561 (90%) expressions
1.04/1.99	c 2	converted 8401 (100%) expressions
1.04/1.99	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1310
1.04/1.99	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.99	c 2	Propagation in CSP
1.05/2.03	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.05/2.03	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1310
1.05/2.03	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.05/2.04	c 2	Simplifing CSP by introducing new Boolean variables
1.99/2.19	c 2	CSP : 400 integers, 15200 booleans, 22800 clauses, largest domain size 1310
1.99/2.19	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.09/2.27	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.18/2.36	c 2	40 (10%) CSP integer variables are encoded (50254 clauses, 731680 bytes)
2.28/2.42	c 2	80 (20%) CSP integer variables are encoded (100454 clauses, 1485749 bytes)
2.28/2.49	c 2	120 (30%) CSP integer variables are encoded (150782 clauses, 2341325 bytes)
2.38/2.56	c 2	160 (40%) CSP integer variables are encoded (201081 clauses, 3196408 bytes)
2.48/2.62	c 3	200 (50%) CSP integer variables are encoded (251311 clauses, 4050318 bytes)
2.48/2.69	c 3	240 (60%) CSP integer variables are encoded (301754 clauses, 4907849 bytes)
2.58/2.75	c 3	280 (70%) CSP integer variables are encoded (352027 clauses, 5762490 bytes)
2.68/2.82	c 3	320 (80%) CSP integer variables are encoded (402288 clauses, 6616927 bytes)
2.68/2.89	c 3	360 (90%) CSP integer variables are encoded (452676 clauses, 7473523 bytes)
2.78/2.95	c 3	400 (100%) CSP integer variables are encoded (502996 clauses, 8328963 bytes)
6.30/6.67	c 7	2280 (10%) CSP clauses are encoded (2335870 clauses, 50614433 bytes)
9.73/10.16	c 10	4560 (20%) CSP clauses are encoded (4173228 clauses, 93939802 bytes)
13.20/13.63	c 14	6840 (30%) CSP clauses are encoded (6011008 clauses, 137840140 bytes)
16.63/17.24	c 17	9120 (40%) CSP clauses are encoded (7845002 clauses, 183660350 bytes)
20.07/20.78	c 21	11400 (50%) CSP clauses are encoded (9686992 clauses, 229680460 bytes)
23.56/24.33	c 24	13680 (60%) CSP clauses are encoded (11525670 clauses, 275617770 bytes)
26.97/27.99	c 28	15960 (70%) CSP clauses are encoded (13366150 clauses, 321600130 bytes)
30.47/31.56	c 31	18240 (80%) CSP clauses are encoded (15208858 clauses, 367638190 bytes)
33.97/35.11	c 35	20520 (90%) CSP clauses are encoded (17042202 clauses, 413442150 bytes)
37.41/38.83	c 39	22800 (100%) CSP clauses are encoded (18887092 clauses, 459534760 bytes)
37.41/38.83	c 39	22800 CSP clauses encoded
37.41/38.83	c 39	Writing map file : HOME/temp.map
37.41/38.85	c 39	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
37.41/38.85	c 39	SAT : 518596 SAT variables, 18887092 SAT clauses, 459534760 bytes
37.41/38.85	c 39	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
37.41/38.89	c 39	SOLVING HOME/temp.cnf
37.41/38.89	c 39	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
211.12/214.32	c 214	DECODING HOME/temp.out WITH HOME/temp.map
211.12/214.32	c 214	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
211.21/214.41	c 214	Decoding HOME/temp.out
211.89/215.10	s SATISFIABLE
211.89/215.12	v 1148 48 968 532 4 0 618 735 832 935 379 855 478 185 596 18 118 278 1210 1042 389 113 760 1241 363 1109 342 241 105 453 199 250 1158 215 14 226 1015 864 595 951 7 1031 632 280 879 951 1054 806 454 712 18 189 1187 310 1290 82 39 302 1099 549 715 890 85 1142 317 37 586 283 823 970 498 177 8 401 190 1242 1061 48 763 347 725 545 791 1099 326 1179 105 135 410 488 1016 4 338 258 123 175 887 1247 550 7 573 714 618 488 22 977 817 940 549 1236 1070 1164 0 85 260 337 252 449 99 162 1056 374 744 283 423 841 414 126 141 467 216 881 1133 19 164 0 972 175 652 7 0 1116 449 335 1210 672 4 1018 17 126 583 634 260 771 864 87 406 265 933 142 430 802 1018 1122 739 673 133 8 899 617 956 40 1052 1231 384 87 0 408 251 506 1242 1098 374 1007 918 1164 618 337 138 401 951 542 740 201 828 270 656 459 6 99 768 1139 564 431 684 1226 864 408 647 466 523 251 205 747 283 165 0 309 60 98 532 1051 921 369 0 980 737 823 583 288 265 459 636 399 238 160 12 98 113 176 899 817 1020 1079 82 744 340 1120 672 274 282 251 626 22 87 0 155 358 562 431 958 1044 1212 763 636 58 652 2 697 573 383 13 292 82 458 535 85 850 133 182 756 672 901 631 177 74 1187 550 486 384 344 56 98 4 18 213 233 262 467 30 958 807 996 1056 749 906 696 827 1200 518 568 619 0 61 330 249 75 169 378 434 793 864 565 625 726 937 983 1093 365 430 515 339 251 246 6 97 135 0 165 169 632 733 823 278 946 47 1023 1259 0 281 352 230 390 461 541 58 6 137 175 270 1092 1128 1146 1187 1262 523 612 187 1 4 706 213 18 100 247 272 346 442 472 760 249 362 409 477 523 525 552 613 625 708 739 744 820 874 940 970 1068 1129 1195 1273
211.89/215.13	c 215	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
211.89/215.18	c 215	CPU 211.95 (0.06 0.01 116.62 95.26)
211.89/215.18	c 215	END Sun Jul 12 03:45:10 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2076493-1247362895/watcher-2076493-1247362895 -o /tmp/evaluation-result-2076493-1247362895/solver-2076493-1247362895 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2076493-1247362895.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.03 2.02 2.00 4/73 16174
/proc/meminfo: memFree=1781892/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=12132 CPUtime=0
/proc/16174/stat : 16174 (sugar) R 16172 16174 13456 0 -1 4194304 220 0 0 0 0 0 0 0 20 0 1 0 23356606 12423168 188 996147200 4194304 4206940 548682068608 18446744073709551615 215418835681 0 0 4224 0 0 0 0 17 1 0 0
/proc/16174/statm: 3033 188 142 3 0 133 0

[startup+0.086043 s]
/proc/loadavg: 2.03 2.02 2.00 4/73 16174
/proc/meminfo: memFree=1781892/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16740 CPUtime=0.06
/proc/16174/stat : 16174 (sugar) S 16172 16174 13456 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23356606 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16174/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.100472 s]
/proc/loadavg: 2.03 2.02 2.00 4/73 16174
/proc/meminfo: memFree=1781892/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=0.06
/proc/16174/stat : 16174 (sugar) S 16172 16174 13456 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23356606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16174/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301488 s]
/proc/loadavg: 2.03 2.02 2.00 4/73 16174
/proc/meminfo: memFree=1781892/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=0.06
/proc/16174/stat : 16174 (sugar) S 16172 16174 13456 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23356606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16174/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701537 s]
/proc/loadavg: 2.03 2.02 2.00 4/73 16174
/proc/meminfo: memFree=1781892/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=0.06
/proc/16174/stat : 16174 (sugar) S 16172 16174 13456 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23356606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16174/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50163 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 16186
/proc/meminfo: memFree=1760364/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=1.04
/proc/16174/stat : 16174 (sugar) S 16172 16174 13456 0 -1 4194304 1309 8432 0 1 5 1 94 4 16 0 1 0 23356606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16174/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 16868

[startup+3.10281 s]
/proc/loadavg: 2.03 2.02 2.00 4/84 16196
/proc/meminfo: memFree=1754796/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=1.05
/proc/16174/stat : 16174 (sugar) S 16172 16174 13456 0 -1 4194304 1310 8432 0 1 6 1 94 4 15 0 1 0 23356606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16174/statm: 4217 1111 409 3 0 796 0
[pid=16187] ppid=16174 vsize=5356 CPUtime=0
/proc/16187/stat : 16187 (sh) S 16174 16174 13456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23356719 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16187/statm: 1339 233 193 169 0 50 0
[pid=16188] ppid=16187 vsize=868676 CPUtime=1.92
/proc/16188/stat : 16188 (java) S 16187 16174 13456 0 -1 0 9820 0 1 0 180 12 0 0 18 0 9 0 23356720 889524224 8798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16188/statm: 217169 8798 2590 9 0 211646 0
[pid=16188/tid=16189] ppid=16187 vsize=868676 CPUtime=1.29
/proc/16188/task/16189/stat : 16189 (java) R 16187 16174 13456 0 -1 64 3015 0 1 0 122 7 0 0 24 0 9 0 23356721 889524224 8798 996147200 134512640 134550932 4294955936 18446744073709551615 4126940224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16190] ppid=16187 vsize=868676 CPUtime=0.4
/proc/16188/task/16190/stat : 16190 (java) S 16187 16174 13456 0 -1 64 4592 0 0 0 37 3 0 0 16 0 9 0 23356722 889524224 8798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16191] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16191/stat : 16191 (java) S 16187 16174 13456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23356722 889524224 8798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16192] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16192/stat : 16192 (java) S 16187 16174 13456 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23356722 889524224 8798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16193] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16193/stat : 16193 (java) S 16187 16174 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23356724 889524224 8798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16194] ppid=16187 vsize=868676 CPUtime=0.21
/proc/16188/task/16194/stat : 16194 (java) S 16187 16174 13456 0 -1 64 1515 0 0 0 20 1 0 0 16 0 9 0 23356725 889524224 8798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16195] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16195/stat : 16195 (java) S 16187 16174 13456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23356725 889524224 8798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16196] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16196/stat : 16196 (java) S 16187 16174 13456 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23356725 889524224 8798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890900

[startup+6.30216 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 16196
/proc/meminfo: memFree=1717676/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=1.05
/proc/16174/stat : 16174 (sugar) S 16172 16174 13456 0 -1 4194304 1310 8432 0 1 6 1 94 4 15 0 1 0 23356606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16174/statm: 4217 1111 409 3 0 796 0
[pid=16187] ppid=16174 vsize=5356 CPUtime=0
/proc/16187/stat : 16187 (sh) S 16174 16174 13456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23356719 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16187/statm: 1339 233 193 169 0 50 0
[pid=16188] ppid=16187 vsize=868676 CPUtime=4.95
/proc/16188/stat : 16188 (java) S 16187 16174 13456 0 -1 0 10407 0 1 0 460 35 0 0 18 0 9 0 23356720 889524224 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16188/statm: 217169 8803 2590 9 0 211646 0
[pid=16188/tid=16189] ppid=16187 vsize=868676 CPUtime=4.12
/proc/16188/task/16189/stat : 16189 (java) R 16187 16174 13456 0 -1 64 3597 0 1 0 385 27 0 0 25 0 9 0 23356721 889524224 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4126813480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16190] ppid=16187 vsize=868676 CPUtime=0.58
/proc/16188/task/16190/stat : 16190 (java) S 16187 16174 13456 0 -1 64 4592 0 0 0 53 5 0 0 16 0 9 0 23356722 889524224 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16191] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16191/stat : 16191 (java) S 16187 16174 13456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23356722 889524224 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16192] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16192/stat : 16192 (java) S 16187 16174 13456 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23356722 889524224 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16193] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16193/stat : 16193 (java) S 16187 16174 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23356724 889524224 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16194] ppid=16187 vsize=868676 CPUtime=0.22
/proc/16188/task/16194/stat : 16194 (java) S 16187 16174 13456 0 -1 64 1520 0 0 0 21 1 0 0 15 0 9 0 23356725 889524224 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16195] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16195/stat : 16195 (java) S 16187 16174 13456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23356725 889524224 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16196] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16196/stat : 16196 (java) S 16187 16174 13456 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23356725 889524224 8803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 890900

[startup+12.7029 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 16196
/proc/meminfo: memFree=1635436/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=1.05
/proc/16174/stat : 16174 (sugar) S 16172 16174 13456 0 -1 4194304 1310 8432 0 1 6 1 94 4 16 0 1 0 23356606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16174/statm: 4217 1111 409 3 0 796 0
[pid=16187] ppid=16174 vsize=5356 CPUtime=0
/proc/16187/stat : 16187 (sh) S 16174 16174 13456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23356719 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16187/statm: 1339 233 193 169 0 50 0
[pid=16188] ppid=16187 vsize=868676 CPUtime=11.26
/proc/16188/stat : 16188 (java) S 16187 16174 13456 0 -1 0 11658 0 1 0 1037 89 0 0 18 0 9 0 23356720 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16188/statm: 217169 8806 2590 9 0 211646 0
[pid=16188/tid=16189] ppid=16187 vsize=868676 CPUtime=10.05
/proc/16188/task/16189/stat : 16189 (java) R 16187 16174 13456 0 -1 64 4846 0 1 0 930 75 0 0 25 0 9 0 23356721 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4126842113 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16190] ppid=16187 vsize=868676 CPUtime=0.95
/proc/16188/task/16190/stat : 16190 (java) S 16187 16174 13456 0 -1 64 4592 0 0 0 84 11 0 0 16 0 9 0 23356722 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16191] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16191/stat : 16191 (java) S 16187 16174 13456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23356722 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16192] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16192/stat : 16192 (java) S 16187 16174 13456 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23356722 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16193] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16193/stat : 16193 (java) S 16187 16174 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23356724 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16194] ppid=16187 vsize=868676 CPUtime=0.23
/proc/16188/task/16194/stat : 16194 (java) S 16187 16174 13456 0 -1 64 1522 0 0 0 22 1 0 0 17 0 9 0 23356725 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16195] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16195/stat : 16195 (java) S 16187 16174 13456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23356725 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16196] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16196/stat : 16196 (java) S 16187 16174 13456 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23356725 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 890900

[startup+25.5013 s]
/proc/loadavg: 2.10 2.04 2.01 3/84 16196
/proc/meminfo: memFree=1463020/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=1.05
/proc/16174/stat : 16174 (sugar) S 16172 16174 13456 0 -1 4194304 1310 8432 0 1 6 1 94 4 16 0 1 0 23356606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16174/statm: 4217 1111 409 3 0 796 0
[pid=16187] ppid=16174 vsize=5356 CPUtime=0
/proc/16187/stat : 16187 (sh) S 16174 16174 13456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23356719 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16187/statm: 1339 233 193 169 0 50 0
[pid=16188] ppid=16187 vsize=868676 CPUtime=23.56
/proc/16188/stat : 16188 (java) S 16187 16174 13456 0 -1 0 14159 0 1 0 2144 212 0 0 18 0 9 0 23356720 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16188/statm: 217169 8806 2590 9 0 211646 0
[pid=16188/tid=16189] ppid=16187 vsize=868676 CPUtime=21.56
/proc/16188/task/16189/stat : 16189 (java) R 16187 16174 13456 0 -1 64 7347 0 1 0 1973 183 0 0 24 0 9 0 23356721 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4126813271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16190] ppid=16187 vsize=868676 CPUtime=1.74
/proc/16188/task/16190/stat : 16190 (java) S 16187 16174 13456 0 -1 64 4592 0 0 0 148 26 0 0 16 0 9 0 23356722 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16191] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16191/stat : 16191 (java) S 16187 16174 13456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23356722 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16192] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16192/stat : 16192 (java) S 16187 16174 13456 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23356722 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16193] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16193/stat : 16193 (java) S 16187 16174 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23356724 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16194] ppid=16187 vsize=868676 CPUtime=0.23
/proc/16188/task/16194/stat : 16194 (java) S 16187 16174 13456 0 -1 64 1522 0 0 0 22 1 0 0 17 0 9 0 23356725 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16195] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16195/stat : 16195 (java) S 16187 16174 13456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23356725 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16188/tid=16196] ppid=16187 vsize=868676 CPUtime=0
/proc/16188/task/16196/stat : 16196 (java) S 16187 16174 13456 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23356725 889524224 8806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.61
Current children cumulated vsize (KiB) 890900

[startup+51.1012 s]
/proc/loadavg: 2.12 2.05 2.01 3/76 16198
/proc/meminfo: memFree=1240492/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=37.48
/proc/16174/stat : 16174 (sugar) S 16172 16174 13456 0 -1 4194304 1365 25507 0 2 6 1 3404 337 16 0 1 0 23356606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16174/statm: 4217 1113 409 3 0 796 0
[pid=16197] ppid=16174 vsize=5356 CPUtime=0
/proc/16197/stat : 16197 (sh) S 16174 16174 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23360496 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16197/statm: 1339 232 193 169 0 50 0
[pid=16198] ppid=16197 vsize=81856 CPUtime=12.07
/proc/16198/stat : 16198 (picosat) R 16197 16174 13456 0 -1 4194304 20005 0 0 0 542 665 0 0 25 0 1 0 23360496 83820544 19991 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16198/statm: 20464 19991 40 102 0 20359 0

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

[startup+102.308 s]
/proc/loadavg: 2.05 2.04 2.00 3/76 16198
/proc/meminfo: memFree=1041516/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=37.48
/proc/16174/stat : 16174 (sugar) S 16172 16174 13456 0 -1 4194304 1365 25507 0 2 6 1 3404 337 16 0 1 0 23356606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16174/statm: 4217 1113 409 3 0 796 0
[pid=16197] ppid=16174 vsize=5356 CPUtime=0
/proc/16197/stat : 16197 (sh) S 16174 16174 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23360496 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16197/statm: 1339 232 193 169 0 50 0
[pid=16198] ppid=16197 vsize=285428 CPUtime=62.66
/proc/16198/stat : 16198 (picosat) R 16197 16174 13456 0 -1 4194304 69255 0 0 0 2875 3391 0 0 25 0 1 0 23360496 292278272 69241 996147200 134512640 134931368 4294956256 18446744073709551615 134560010 0 0 4096 0 0 0 0 17 1 0 0
/proc/16198/statm: 71357 69241 40 102 0 71252 0
Current children cumulated CPU time (s) 100.14
Current children cumulated vsize (KiB) 307652

[startup+162.303 s]
/proc/loadavg: 2.02 2.03 2.00 3/76 16198
/proc/meminfo: memFree=812268/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=37.48
/proc/16174/stat : 16174 (sugar) S 16172 16174 13456 0 -1 4194304 1365 25507 0 2 6 1 3404 337 16 0 1 0 23356606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16174/statm: 4217 1113 409 3 0 796 0
[pid=16197] ppid=16174 vsize=5356 CPUtime=0
/proc/16197/stat : 16197 (sh) S 16174 16174 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23360496 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16197/statm: 1339 232 193 169 0 50 0
[pid=16198] ppid=16197 vsize=523192 CPUtime=122.1
/proc/16198/stat : 16198 (picosat) R 16197 16174 13456 0 -1 4194304 126992 0 0 0 5598 6612 0 0 25 0 1 0 23360496 535748608 126978 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16198/statm: 130798 126978 40 102 0 130693 0
Current children cumulated CPU time (s) 159.58
Current children cumulated vsize (KiB) 545416

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

[startup+179.102 s]
/proc/loadavg: 2.01 2.03 2.00 3/76 16198
/proc/meminfo: memFree=748588/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=37.48
/proc/16174/stat : 16174 (sugar) S 16172 16174 13456 0 -1 4194304 1365 25507 0 2 6 1 3404 337 16 0 1 0 23356606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16174/statm: 4217 1113 409 3 0 796 0
[pid=16197] ppid=16174 vsize=5356 CPUtime=0
/proc/16197/stat : 16197 (sh) S 16174 16174 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23360496 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16197/statm: 1339 232 193 169 0 50 0
[pid=16198] ppid=16197 vsize=580612 CPUtime=138.76
/proc/16198/stat : 16198 (picosat) R 16197 16174 13456 0 -1 4194304 143151 0 0 0 6360 7516 0 0 25 0 1 0 23360496 594546688 143137 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16198/statm: 145153 143137 40 102 0 145048 0
Current children cumulated CPU time (s) 176.24
Current children cumulated vsize (KiB) 602836

[startup+191.902 s]
/proc/loadavg: 2.01 2.03 2.00 3/76 16198
/proc/meminfo: memFree=697708/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=37.48
/proc/16174/stat : 16174 (sugar) S 16172 16174 13456 0 -1 4194304 1365 25507 0 2 6 1 3404 337 16 0 1 0 23356606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16174/statm: 4217 1113 409 3 0 796 0
[pid=16197] ppid=16174 vsize=5356 CPUtime=0
/proc/16197/stat : 16197 (sh) S 16174 16174 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23360496 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16197/statm: 1339 232 193 169 0 50 0
[pid=16198] ppid=16197 vsize=624304 CPUtime=151.44
/proc/16198/stat : 16198 (picosat) R 16197 16174 13456 0 -1 4194304 155457 0 0 0 6943 8201 0 0 25 0 1 0 23360496 639287296 155443 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16198/statm: 156076 155443 40 102 0 155971 0
Current children cumulated CPU time (s) 188.92
Current children cumulated vsize (KiB) 646528

[startup+204.702 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 16198
/proc/meminfo: memFree=646508/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=37.48
/proc/16174/stat : 16174 (sugar) S 16172 16174 13456 0 -1 4194304 1365 25507 0 2 6 1 3404 337 16 0 1 0 23356606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16174/statm: 4217 1113 409 3 0 796 0
[pid=16197] ppid=16174 vsize=5356 CPUtime=0
/proc/16197/stat : 16197 (sh) S 16174 16174 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23360496 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16197/statm: 1339 232 193 169 0 50 0
[pid=16198] ppid=16197 vsize=733664 CPUtime=164.12
/proc/16198/stat : 16198 (picosat) R 16197 16174 13456 0 -1 4194304 167801 0 0 0 7538 8874 0 0 25 0 1 0 23360496 751271936 167787 996147200 134512640 134931368 4294956256 18446744073709551615 134546050 0 0 4096 0 0 0 0 17 1 0 0
/proc/16198/statm: 183416 167787 40 102 0 183311 0
Current children cumulated CPU time (s) 201.6
Current children cumulated vsize (KiB) 755888

[startup+211.102 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 16198
/proc/meminfo: memFree=622764/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=37.48
/proc/16174/stat : 16174 (sugar) S 16172 16174 13456 0 -1 4194304 1365 25507 0 2 6 1 3404 337 16 0 1 0 23356606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16174/statm: 4217 1113 409 3 0 796 0
[pid=16197] ppid=16174 vsize=5356 CPUtime=0
/proc/16197/stat : 16197 (sh) S 16174 16174 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23360496 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16197/statm: 1339 232 193 169 0 50 0
[pid=16198] ppid=16197 vsize=754988 CPUtime=170.47
/proc/16198/stat : 16198 (picosat) R 16197 16174 13456 0 -1 4194304 173533 0 0 0 7876 9171 0 0 25 0 1 0 23360496 773107712 173519 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16198/statm: 188747 173519 42 102 0 188642 0
Current children cumulated CPU time (s) 207.95
Current children cumulated vsize (KiB) 777212

[startup+212.702 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 16198
/proc/meminfo: memFree=622060/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=37.48
/proc/16174/stat : 16174 (sugar) S 16172 16174 13456 0 -1 4194304 1365 25507 0 2 6 1 3404 337 16 0 1 0 23356606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16174/statm: 4217 1113 409 3 0 796 0
[pid=16197] ppid=16174 vsize=5356 CPUtime=0
/proc/16197/stat : 16197 (sh) S 16174 16174 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23360496 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16197/statm: 1339 232 193 169 0 50 0
[pid=16198] ppid=16197 vsize=761144 CPUtime=172.05
/proc/16198/stat : 16198 (picosat) R 16197 16174 13456 0 -1 4194304 173765 0 0 0 8034 9171 0 0 25 0 1 0 23360496 779411456 173751 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16198/statm: 190286 173751 42 102 0 190181 0
Current children cumulated CPU time (s) 209.53
Current children cumulated vsize (KiB) 783368

[startup+214.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 16198
/proc/meminfo: memFree=617836/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=37.48
/proc/16174/stat : 16174 (sugar) S 16172 16174 13456 0 -1 4194304 1365 25507 0 2 6 1 3404 337 16 0 1 0 23356606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16174/statm: 4217 1113 409 3 0 796 0
[pid=16197] ppid=16174 vsize=5356 CPUtime=0
/proc/16197/stat : 16197 (sh) S 16174 16174 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23360496 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16197/statm: 1339 232 193 169 0 50 0
[pid=16198] ppid=16197 vsize=0 CPUtime=173.64
/proc/16198/stat : 16198 (picosat) R 16197 16174 13456 0 -1 4194308 173799 0 0 0 8182 9182 0 0 25 0 1 0 23360496 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/16198/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 211.12
Current children cumulated vsize (KiB) 22224

[startup+215.102 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 16208
/proc/meminfo: memFree=1310508/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=211.15
/proc/16174/stat : 16174 (sugar) S 16172 16174 13456 0 -1 4194304 1446 199591 0 2 6 1 11587 9521 16 0 1 0 23356606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16174/statm: 4217 1113 409 3 0 796 0
[pid=16199] ppid=16174 vsize=5356 CPUtime=0
/proc/16199/stat : 16199 (sh) S 16174 16174 13456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23378038 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16199/statm: 1339 233 193 169 0 50 0
[pid=16200] ppid=16199 vsize=862316 CPUtime=0.74
/proc/16200/stat : 16200 (java) S 16199 16174 13456 0 -1 0 3166 0 1 0 72 2 0 0 18 0 9 0 23378039 883011584 2634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16200/statm: 215579 2634 1280 9 0 210492 0
[pid=16200/tid=16201] ppid=16199 vsize=862316 CPUtime=0.67
/proc/16200/task/16201/stat : 16201 (java) R 16199 16174 13456 0 -1 64 2034 0 1 0 66 1 0 0 23 0 9 0 23378040 883011584 2634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16202] ppid=16199 vsize=862316 CPUtime=0
/proc/16200/task/16202/stat : 16202 (java) S 16199 16174 13456 0 -1 64 127 0 0 0 0 0 0 0 16 0 9 0 23378041 883011584 2634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16203] ppid=16199 vsize=862316 CPUtime=0
/proc/16200/task/16203/stat : 16203 (java) S 16199 16174 13456 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 23378041 883011584 2634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16204] ppid=16199 vsize=862316 CPUtime=0
/proc/16200/task/16204/stat : 16204 (java) S 16199 16174 13456 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 23378041 883011584 2634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16205] ppid=16199 vsize=862316 CPUtime=0
/proc/16200/task/16205/stat : 16205 (java) S 16199 16174 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23378044 883011584 2634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16206] ppid=16199 vsize=862316 CPUtime=0.05
/proc/16200/task/16206/stat : 16206 (java) R 16199 16174 13456 0 -1 64 311 0 0 0 5 0 0 0 16 0 9 0 23378044 883011584 2634 996147200 134512640 134550932 4294955984 18446744073709551615 102026025 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16207] ppid=16199 vsize=862316 CPUtime=0
/proc/16200/task/16207/stat : 16207 (java) S 16199 16174 13456 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23378044 883011584 2634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16208] ppid=16199 vsize=862316 CPUtime=0
/proc/16200/task/16208/stat : 16208 (java) S 16199 16174 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23378044 883011584 2634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 211.89
Current children cumulated vsize (KiB) 884540

[startup+215.302 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 16208
/proc/meminfo: memFree=1310508/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=212.08
/proc/16174/stat : 16174 (sugar) R 16172 16174 13456 0 -1 4194304 1476 203570 0 3 6 14 11662 9526 16 0 1 0 23356606 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16174/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 212.08
Current children cumulated vsize (KiB) 16868

[startup+215.413 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 16208
/proc/meminfo: memFree=1310508/2055920 swapFree=4192812/4192956
[pid=16174] ppid=16172 vsize=16868 CPUtime=212.19
/proc/16174/stat : 16174 (sugar) R 16172 16174 13456 0 -1 4194304 1476 203570 0 3 6 25 11662 9526 16 0 1 0 23356606 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16174/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 212.19
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 215.417
CPU time (s): 212.215
CPU user time (s): 116.694
CPU system time (s): 95.5205
CPU usage (%): 98.5132
Max. virtual memory (cumulated for all children) (KiB): 890976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.694
system time used= 95.5205
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205107
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 67310
involuntary context switches= 71599

runsolver used 0.277957 second user time and 0.72189 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 03:41:35
IDJOB=2076493
IDBENCH=56436
IDSOLVER=738
FILE ID=node9/2076493-1247362895
PBS_JOBID= 9506960
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-100-3.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2076493-1247362895/watcher-2076493-1247362895 -o /tmp/evaluation-result-2076493-1247362895/solver-2076493-1247362895 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2076493-1247362895.xml

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

MD5SUM BENCH= b03ce6bb41b3c7eeec8edd1190e4268e
RANDOM SEED=1529039608

node9.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.216
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.216
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:       1782372 kB
Buffers:         19948 kB
Cached:          86336 kB
SwapCached:          0 kB
Active:         182184 kB
Inactive:        45724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782372 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2352 kB
Writeback:           0 kB
Mapped:         132264 kB
Slab:            30616 kB
Committed_AS:   332736 kB
PageTables:       2068 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= 66388 MiB
End job on node9 at 2009-07-12 03:45:10