Trace number 1074743

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosatSAT 201.615 202.792

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 benchmark8.19175
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 (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 15:53:06 2008
0.00/0.05	c 0	PID 9199
0.00/0.05	c 0	HOST node47.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1074743-1215179586.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1074743-1215179586.xml' 'HOME/temp.csp'
0.03/0.91	c 1	400 domains, 400 variables, 1 predicates, 0 relations, 7600 constraints
0.03/0.95	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.95	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.91/1.04	c 1	Parsing HOME/temp.csp
1.31/1.41	c 1	parsed 8401 expressions
1.31/1.41	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.31/1.41	c 1	Converting to clausal form CSP
1.31/1.47	c 1	converted 841 (10%) expressions
1.50/1.65	c 1	converted 1681 (20%) expressions
1.61/1.73	c 2	converted 2521 (30%) expressions
1.61/1.75	c 2	converted 3361 (40%) expressions
1.61/1.78	c 2	converted 4201 (50%) expressions
1.70/1.80	c 2	converted 5041 (60%) expressions
1.70/1.83	c 2	converted 5881 (70%) expressions
1.81/1.90	c 2	converted 6721 (80%) expressions
1.81/1.92	c 2	converted 7561 (90%) expressions
1.81/1.95	c 2	converted 8401 (100%) expressions
1.81/1.95	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1310
1.81/1.95	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.81/1.95	c 2	Propagation in CSP
1.90/2.03	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.90/2.03	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1310
1.90/2.03	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.90/2.03	c 2	Simplifing CSP by introducing new Boolean variables
2.00/2.19	c 2	CSP : 400 integers, 15200 booleans, 22800 clauses, largest domain size 1310
2.00/2.19	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.11/2.27	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.20/2.37	c 2	40 (10%) CSP integer variables are encoded (50254 clauses, 731680 bytes)
2.29/2.43	c 2	80 (20%) CSP integer variables are encoded (100454 clauses, 1485749 bytes)
2.29/2.49	c 2	120 (30%) CSP integer variables are encoded (150782 clauses, 2341325 bytes)
2.39/2.56	c 2	160 (40%) CSP integer variables are encoded (201081 clauses, 3196408 bytes)
2.49/2.63	c 2	200 (50%) CSP integer variables are encoded (251311 clauses, 4050318 bytes)
2.59/2.70	c 3	240 (60%) CSP integer variables are encoded (301754 clauses, 4907849 bytes)
2.59/2.77	c 3	280 (70%) CSP integer variables are encoded (352027 clauses, 5762490 bytes)
2.69/2.84	c 3	320 (80%) CSP integer variables are encoded (402288 clauses, 6616927 bytes)
2.79/2.91	c 3	360 (90%) CSP integer variables are encoded (452676 clauses, 7473523 bytes)
2.79/2.97	c 3	400 (100%) CSP integer variables are encoded (502996 clauses, 8328963 bytes)
6.45/6.62	c 6	2280 (10%) CSP clauses are encoded (2335870 clauses, 50614433 bytes)
10.07/10.31	c 10	4560 (20%) CSP clauses are encoded (4173228 clauses, 93939802 bytes)
13.70/14.02	c 14	6840 (30%) CSP clauses are encoded (6011008 clauses, 137840140 bytes)
17.34/17.75	c 18	9120 (40%) CSP clauses are encoded (7845002 clauses, 183660350 bytes)
21.09/21.53	c 21	11400 (50%) CSP clauses are encoded (9686992 clauses, 229680460 bytes)
24.78/25.34	c 25	13680 (60%) CSP clauses are encoded (11525670 clauses, 275617770 bytes)
28.46/29.15	c 29	15960 (70%) CSP clauses are encoded (13366150 clauses, 321600130 bytes)
31.98/32.73	c 33	18240 (80%) CSP clauses are encoded (15208858 clauses, 367638190 bytes)
35.25/36.05	c 36	20520 (90%) CSP clauses are encoded (17042202 clauses, 413442150 bytes)
38.57/39.44	c 39	22800 (100%) CSP clauses are encoded (18887092 clauses, 459534760 bytes)
38.57/39.44	c 39	22800 CSP clauses encoded
38.57/39.44	c 39	Writing map file : HOME/temp.map
38.57/39.45	c 39	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
38.57/39.45	c 39	SAT : 518596 SAT variables, 18887092 SAT clauses, 459534760 bytes
38.57/39.45	c 39	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
38.57/39.49	c 39	SOLVING HOME/temp.cnf
38.57/39.49	c 39	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
200.72/201.93	c 202	DECODING HOME/temp.out WITH HOME/temp.map
200.72/201.93	c 202	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
200.77/202.02	c 202	Decoding HOME/temp.out
201.31/202.53	s SATISFIABLE
201.31/202.55	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
201.31/202.55	c 202	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
201.31/202.57	c 202	CPU 111.78 (0.03 0.01 111.75 89.58)
201.31/202.57	c 202	END Fri Jul  4 15:56:28 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 2.26 2.09 1.95 4/81 9199
/proc/meminfo: memFree=1003600/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=12268 CPUtime=0
/proc/9199/stat : 9199 (sugar) R 9197 9199 8597 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1996930847 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 208717707877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/9199/statm: 3067 316 241 3 0 167 0

[startup+0.0567981 s]
/proc/loadavg: 2.26 2.09 1.95 4/81 9199
/proc/meminfo: memFree=1003600/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=13600 CPUtime=0.03
/proc/9199/stat : 9199 (sugar) S 9197 9199 8597 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1996930847 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9199/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.105039 s]
/proc/loadavg: 2.26 2.09 1.95 4/81 9199
/proc/meminfo: memFree=1003600/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=13600 CPUtime=0.03
/proc/9199/stat : 9199 (sugar) S 9197 9199 8597 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1996930847 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9199/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301075 s]
/proc/loadavg: 2.26 2.09 1.95 4/81 9199
/proc/meminfo: memFree=1003600/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=13600 CPUtime=0.03
/proc/9199/stat : 9199 (sugar) S 9197 9199 8597 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1996930847 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9199/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701149 s]
/proc/loadavg: 2.26 2.09 1.95 4/81 9199
/proc/meminfo: memFree=1003600/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=13600 CPUtime=0.03
/proc/9199/stat : 9199 (sugar) S 9197 9199 8597 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1996930847 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9199/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5023 s]
/proc/loadavg: 2.26 2.09 1.95 5/92 9221
/proc/meminfo: memFree=998064/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=13600 CPUtime=0.88
/proc/9199/stat : 9199 (sugar) S 9197 9199 8597 0 -1 4194304 974 8342 0 1 2 1 79 6 15 0 1 0 1996930847 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9199/statm: 3400 797 370 3 0 500 0
[pid=9212] ppid=9199 vsize=5356 CPUtime=0
/proc/9212/stat : 9212 (sh) S 9199 9199 8597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996930942 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9212/statm: 1339 233 193 169 0 50 0
[pid=9213] ppid=9212 vsize=864320 CPUtime=0.52
/proc/9213/stat : 9213 (java) S 9212 9199 8597 0 -1 0 4673 0 1 0 50 2 0 0 18 0 9 0 1996930942 885063680 4095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9213/statm: 216080 4095 1731 9 0 210655 0
[pid=9213/tid=9214] ppid=9212 vsize=864320 CPUtime=0.36
/proc/9213/task/9214/stat : 9214 (java) R 9212 9199 8597 0 -1 64 2674 0 1 0 35 1 0 0 22 0 9 0 1996930943 885063680 4095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9215] ppid=9212 vsize=864320 CPUtime=0.05
/proc/9213/task/9215/stat : 9215 (java) S 9212 9199 8597 0 -1 64 960 0 0 0 5 0 0 0 16 0 9 0 1996930944 885063680 4095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9216] ppid=9212 vsize=864320 CPUtime=0
/proc/9213/task/9216/stat : 9216 (java) S 9212 9199 8597 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1996930944 885063680 4095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9217] ppid=9212 vsize=864320 CPUtime=0
/proc/9213/task/9217/stat : 9217 (java) S 9212 9199 8597 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996930944 885063680 4095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9218] ppid=9212 vsize=864320 CPUtime=0
/proc/9213/task/9218/stat : 9218 (java) S 9212 9199 8597 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996930946 885063680 4095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9219] ppid=9212 vsize=864320 CPUtime=0.1
/proc/9213/task/9219/stat : 9219 (java) R 9212 9199 8597 0 -1 64 347 0 0 0 10 0 0 0 16 0 9 0 1996930946 885063680 4095 996147200 134512640 134550740 4294955952 18446744073709551615 101768726 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9220] ppid=9212 vsize=864320 CPUtime=0
/proc/9213/task/9220/stat : 9220 (java) S 9212 9199 8597 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996930947 885063680 4095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9221] ppid=9212 vsize=864320 CPUtime=0
/proc/9213/task/9221/stat : 9221 (java) S 9212 9199 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996930947 885063680 4095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883276

[startup+3.10275 s]
/proc/loadavg: 2.32 2.11 1.95 4/92 9221
/proc/meminfo: memFree=977904/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=13600 CPUtime=0.89
/proc/9199/stat : 9199 (sugar) S 9197 9199 8597 0 -1 4194304 974 8342 0 1 3 1 79 6 15 0 1 0 1996930847 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9199/statm: 3400 797 370 3 0 500 0
[pid=9212] ppid=9199 vsize=5356 CPUtime=0
/proc/9212/stat : 9212 (sh) S 9199 9199 8597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996930942 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9212/statm: 1339 233 193 169 0 50 0
[pid=9213] ppid=9212 vsize=868464 CPUtime=2.11
/proc/9213/stat : 9213 (java) S 9212 9199 8597 0 -1 0 9988 0 1 0 199 12 0 0 18 0 9 0 1996930942 889307136 8941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9213/statm: 217116 8941 2565 9 0 211663 0
[pid=9213/tid=9214] ppid=9212 vsize=868464 CPUtime=1.39
/proc/9213/task/9214/stat : 9214 (java) R 9212 9199 8597 0 -1 64 3017 0 1 0 133 6 0 0 24 0 9 0 1996930943 889307136 8941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9215] ppid=9212 vsize=868464 CPUtime=0.44
/proc/9213/task/9215/stat : 9215 (java) S 9212 9199 8597 0 -1 64 4796 0 0 0 41 3 0 0 15 0 9 0 1996930944 889307136 8941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9216] ppid=9212 vsize=868464 CPUtime=0
/proc/9213/task/9216/stat : 9216 (java) S 9212 9199 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996930944 889307136 8941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9217] ppid=9212 vsize=868464 CPUtime=0
/proc/9213/task/9217/stat : 9217 (java) S 9212 9199 8597 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996930944 889307136 8941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9218] ppid=9212 vsize=868464 CPUtime=0
/proc/9213/task/9218/stat : 9218 (java) S 9212 9199 8597 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996930946 889307136 8941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9219] ppid=9212 vsize=868464 CPUtime=0.24
/proc/9213/task/9219/stat : 9219 (java) S 9212 9199 8597 0 -1 64 1482 0 0 0 23 1 0 0 16 0 9 0 1996930946 889307136 8941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9220] ppid=9212 vsize=868464 CPUtime=0
/proc/9213/task/9220/stat : 9220 (java) S 9212 9199 8597 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996930947 889307136 8941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9221] ppid=9212 vsize=868464 CPUtime=0
/proc/9213/task/9221/stat : 9221 (java) S 9212 9199 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996930947 889307136 8941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887420

[startup+6.3023 s]
/proc/loadavg: 2.32 2.11 1.95 3/92 9221
/proc/meminfo: memFree=938928/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=13600 CPUtime=0.89
/proc/9199/stat : 9199 (sugar) S 9197 9199 8597 0 -1 4194304 974 8342 0 1 3 1 79 6 15 0 1 0 1996930847 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9199/statm: 3400 797 370 3 0 500 0
[pid=9212] ppid=9199 vsize=5356 CPUtime=0
/proc/9212/stat : 9212 (sh) S 9199 9199 8597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996930942 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9212/statm: 1339 233 193 169 0 50 0
[pid=9213] ppid=9212 vsize=868464 CPUtime=5.26
/proc/9213/stat : 9213 (java) S 9212 9199 8597 0 -1 0 10614 0 1 0 485 41 0 0 18 0 9 0 1996930942 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9213/statm: 217116 8946 2565 9 0 211663 0
[pid=9213/tid=9214] ppid=9212 vsize=868464 CPUtime=4.3
/proc/9213/task/9214/stat : 9214 (java) R 9212 9199 8597 0 -1 64 3638 0 1 0 400 30 0 0 25 0 9 0 1996930943 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9215] ppid=9212 vsize=868464 CPUtime=0.67
/proc/9213/task/9215/stat : 9215 (java) S 9212 9199 8597 0 -1 64 4796 0 0 0 59 8 0 0 15 0 9 0 1996930944 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9216] ppid=9212 vsize=868464 CPUtime=0
/proc/9213/task/9216/stat : 9216 (java) S 9212 9199 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996930944 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9217] ppid=9212 vsize=868464 CPUtime=0
/proc/9213/task/9217/stat : 9217 (java) S 9212 9199 8597 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996930944 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9218] ppid=9212 vsize=868464 CPUtime=0
/proc/9213/task/9218/stat : 9218 (java) S 9212 9199 8597 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996930946 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9219] ppid=9212 vsize=868464 CPUtime=0.25
/proc/9213/task/9219/stat : 9219 (java) S 9212 9199 8597 0 -1 64 1487 0 0 0 24 1 0 0 15 0 9 0 1996930946 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9220] ppid=9212 vsize=868464 CPUtime=0
/proc/9213/task/9220/stat : 9220 (java) S 9212 9199 8597 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996930947 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9221] ppid=9212 vsize=868464 CPUtime=0
/proc/9213/task/9221/stat : 9221 (java) S 9212 9199 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996930947 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887420

[startup+12.7024 s]
/proc/loadavg: 2.34 2.12 1.96 4/92 9221
/proc/meminfo: memFree=861432/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=13600 CPUtime=0.89
/proc/9199/stat : 9199 (sugar) S 9197 9199 8597 0 -1 4194304 974 8342 0 1 3 1 79 6 16 0 1 0 1996930847 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9199/statm: 3400 797 370 3 0 500 0
[pid=9212] ppid=9199 vsize=5356 CPUtime=0
/proc/9212/stat : 9212 (sh) S 9199 9199 8597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996930942 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9212/statm: 1339 233 193 169 0 50 0
[pid=9213] ppid=9212 vsize=868464 CPUtime=11.53
/proc/9213/stat : 9213 (java) S 9212 9199 8597 0 -1 0 11856 0 1 0 1057 96 0 0 18 0 9 0 1996930942 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9213/statm: 217116 8948 2565 9 0 211663 0
[pid=9213/tid=9214] ppid=9212 vsize=868464 CPUtime=10.13
/proc/9213/task/9214/stat : 9214 (java) R 9212 9199 8597 0 -1 64 4878 0 1 0 936 77 0 0 25 0 9 0 1996930943 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4126972160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9215] ppid=9212 vsize=868464 CPUtime=1.1
/proc/9213/task/9215/stat : 9215 (java) S 9212 9199 8597 0 -1 64 4796 0 0 0 95 15 0 0 16 0 9 0 1996930944 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9216] ppid=9212 vsize=868464 CPUtime=0
/proc/9213/task/9216/stat : 9216 (java) S 9212 9199 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996930944 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9217] ppid=9212 vsize=868464 CPUtime=0
/proc/9213/task/9217/stat : 9217 (java) S 9212 9199 8597 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996930944 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9218] ppid=9212 vsize=868464 CPUtime=0
/proc/9213/task/9218/stat : 9218 (java) S 9212 9199 8597 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996930946 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9219] ppid=9212 vsize=868464 CPUtime=0.26
/proc/9213/task/9219/stat : 9219 (java) S 9212 9199 8597 0 -1 64 1489 0 0 0 25 1 0 0 16 0 9 0 1996930946 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9220] ppid=9212 vsize=868464 CPUtime=0
/proc/9213/task/9220/stat : 9220 (java) S 9212 9199 8597 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996930947 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9221] ppid=9212 vsize=868464 CPUtime=0
/proc/9213/task/9221/stat : 9221 (java) R 9212 9199 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996930947 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 887420

[startup+25.5028 s]
/proc/loadavg: 2.29 2.12 1.96 3/92 9221
/proc/meminfo: memFree=701432/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=13600 CPUtime=0.89
/proc/9199/stat : 9199 (sugar) S 9197 9199 8597 0 -1 4194304 974 8342 0 1 3 1 79 6 16 0 1 0 1996930847 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9199/statm: 3400 797 370 3 0 500 0
[pid=9212] ppid=9199 vsize=5356 CPUtime=0
/proc/9212/stat : 9212 (sh) S 9199 9199 8597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996930942 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9212/statm: 1339 233 193 169 0 50 0
[pid=9213] ppid=9212 vsize=868464 CPUtime=24.09
/proc/9213/stat : 9213 (java) S 9212 9199 8597 0 -1 0 14345 0 1 0 2187 222 0 0 18 0 9 0 1996930942 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9213/statm: 217116 8948 2565 9 0 211663 0
[pid=9213/tid=9214] ppid=9212 vsize=868464 CPUtime=21.85
/proc/9213/task/9214/stat : 9214 (java) R 9212 9199 8597 0 -1 64 7367 0 1 0 2000 185 0 0 25 0 9 0 1996930943 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4126584791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9215] ppid=9212 vsize=868464 CPUtime=1.94
/proc/9213/task/9215/stat : 9215 (java) S 9212 9199 8597 0 -1 64 4796 0 0 0 161 33 0 0 16 0 9 0 1996930944 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9216] ppid=9212 vsize=868464 CPUtime=0
/proc/9213/task/9216/stat : 9216 (java) S 9212 9199 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996930944 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9217] ppid=9212 vsize=868464 CPUtime=0
/proc/9213/task/9217/stat : 9217 (java) S 9212 9199 8597 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996930944 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=9213/tid=9219] ppid=9212 vsize=868464 CPUtime=0.26
/proc/9213/task/9219/stat : 9219 (java) S 9212 9199 8597 0 -1 64 1489 0 0 0 25 1 0 0 16 0 9 0 1996930946 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9220] ppid=9212 vsize=868464 CPUtime=0
/proc/9213/task/9220/stat : 9220 (java) S 9212 9199 8597 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996930947 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9213/tid=9221] ppid=9212 vsize=868464 CPUtime=0
/proc/9213/task/9221/stat : 9221 (java) S 9212 9199 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996930947 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 887420

[startup+51.1016 s]
/proc/loadavg: 2.13 2.09 1.95 3/84 9299
/proc/meminfo: memFree=1179000/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=13600 CPUtime=38.64
/proc/9199/stat : 9199 (sugar) S 9197 9199 8597 0 -1 4194304 1022 25902 0 2 3 1 3502 358 16 0 1 0 1996930847 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9199/statm: 3400 799 370 3 0 500 0
[pid=9261] ppid=9199 vsize=5356 CPUtime=0
/proc/9261/stat : 9261 (sh) S 9199 9199 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996934796 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9261/statm: 1339 232 193 169 0 50 0
[pid=9262] ppid=9261 vsize=83044 CPUtime=11.56
/proc/9262/stat : 9262 (picosat) R 9261 9199 8597 0 -1 4194304 20343 0 0 0 525 631 0 0 25 0 1 0 1996934796 85037056 20329 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/9262/statm: 20761 20329 40 102 0 20656 0
Current children cumulated CPU time (s) 50.2
Current children cumulated vsize (KiB) 102000

[startup+102.306 s]
/proc/loadavg: 2.05 2.07 1.95 3/84 9301
/proc/meminfo: memFree=725424/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=13600 CPUtime=38.64
/proc/9199/stat : 9199 (sugar) S 9197 9199 8597 0 -1 4194304 1022 25902 0 2 3 1 3502 358 16 0 1 0 1996930847 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9199/statm: 3400 799 370 3 0 500 0
[pid=9261] ppid=9199 vsize=5356 CPUtime=0
/proc/9261/stat : 9261 (sh) S 9199 9199 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996934796 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9261/statm: 1339 232 193 169 0 50 0
[pid=9262] ppid=9261 vsize=301136 CPUtime=62.58
/proc/9262/stat : 9262 (picosat) R 9261 9199 8597 0 -1 4194304 73681 0 0 0 2841 3417 0 0 25 0 1 0 1996934796 308363264 73667 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/9262/statm: 75284 73667 40 102 0 75179 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 320092

[startup+162.301 s]
/proc/loadavg: 2.02 2.06 1.95 3/84 9301
/proc/meminfo: memFree=477872/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=13600 CPUtime=38.64
/proc/9199/stat : 9199 (sugar) S 9197 9199 8597 0 -1 4194304 1022 25902 0 2 3 1 3502 358 16 0 1 0 1996930847 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9199/statm: 3400 799 370 3 0 500 0
[pid=9261] ppid=9199 vsize=5356 CPUtime=0
/proc/9261/stat : 9261 (sh) S 9199 9199 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996934796 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9261/statm: 1339 232 193 169 0 50 0
[pid=9262] ppid=9261 vsize=555400 CPUtime=122.52
/proc/9262/stat : 9262 (picosat) R 9261 9199 8597 0 -1 4194304 136044 0 0 0 5606 6646 0 0 25 0 1 0 1996934796 568729600 136030 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/9262/statm: 138850 136030 40 102 0 138745 0
Current children cumulated CPU time (s) 161.16
Current children cumulated vsize (KiB) 574356

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

[startup+179.102 s]
/proc/loadavg: 2.01 2.05 1.95 3/84 9301
/proc/meminfo: memFree=409200/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=13600 CPUtime=38.64
/proc/9199/stat : 9199 (sugar) S 9197 9199 8597 0 -1 4194304 1022 25902 0 2 3 1 3502 358 16 0 1 0 1996930847 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9199/statm: 3400 799 370 3 0 500 0
[pid=9261] ppid=9199 vsize=5356 CPUtime=0
/proc/9261/stat : 9261 (sh) S 9199 9199 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996934796 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9261/statm: 1339 232 193 169 0 50 0
[pid=9262] ppid=9261 vsize=617308 CPUtime=139.3
/proc/9262/stat : 9262 (picosat) R 9261 9199 8597 0 -1 4194304 153477 0 0 0 6379 7551 0 0 25 0 1 0 1996934796 632123392 153463 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/9262/statm: 154327 153463 40 102 0 154222 0
Current children cumulated CPU time (s) 177.94
Current children cumulated vsize (KiB) 636264

[startup+191.901 s]
/proc/loadavg: 2.01 2.05 1.95 3/84 9301
/proc/meminfo: memFree=354096/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=13600 CPUtime=38.64
/proc/9199/stat : 9199 (sugar) S 9197 9199 8597 0 -1 4194304 1022 25902 0 2 3 1 3502 358 16 0 1 0 1996930847 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9199/statm: 3400 799 370 3 0 500 0
[pid=9261] ppid=9199 vsize=5356 CPUtime=0
/proc/9261/stat : 9261 (sh) S 9199 9199 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996934796 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9261/statm: 1339 232 193 169 0 50 0
[pid=9262] ppid=9261 vsize=729968 CPUtime=152.1
/proc/9262/stat : 9262 (picosat) R 9261 9199 8597 0 -1 4194304 166771 0 0 0 6963 8247 0 0 25 0 1 0 1996934796 747487232 166757 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/9262/statm: 182492 166758 40 102 0 182387 0
Current children cumulated CPU time (s) 190.74
Current children cumulated vsize (KiB) 748924

[startup+198.301 s]
/proc/loadavg: 2.01 2.05 1.95 3/84 9301
/proc/meminfo: memFree=326512/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=13600 CPUtime=38.64
/proc/9199/stat : 9199 (sugar) S 9197 9199 8597 0 -1 4194304 1022 25902 0 2 3 1 3502 358 16 0 1 0 1996930847 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9199/statm: 3400 799 370 3 0 500 0
[pid=9261] ppid=9199 vsize=5356 CPUtime=0
/proc/9261/stat : 9261 (sh) S 9199 9199 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996934796 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9261/statm: 1339 232 193 169 0 50 0
[pid=9262] ppid=9261 vsize=753452 CPUtime=158.48
/proc/9262/stat : 9262 (picosat) R 9261 9199 8597 0 -1 4194304 173302 0 0 0 7265 8583 0 0 25 0 1 0 1996934796 771534848 173288 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 0 0 0
/proc/9262/statm: 188363 173289 42 102 0 188258 0
Current children cumulated CPU time (s) 197.12
Current children cumulated vsize (KiB) 772408

[startup+199.902 s]
/proc/loadavg: 2.01 2.05 1.95 3/84 9301
/proc/meminfo: memFree=323952/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=13600 CPUtime=38.64
/proc/9199/stat : 9199 (sugar) S 9197 9199 8597 0 -1 4194304 1022 25902 0 2 3 1 3502 358 16 0 1 0 1996930847 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9199/statm: 3400 799 370 3 0 500 0
[pid=9261] ppid=9199 vsize=5356 CPUtime=0
/proc/9261/stat : 9261 (sh) S 9199 9199 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996934796 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9261/statm: 1339 232 193 169 0 50 0
[pid=9262] ppid=9261 vsize=761144 CPUtime=160.09
/proc/9262/stat : 9262 (picosat) R 9261 9199 8597 0 -1 4194304 173716 0 0 0 7425 8584 0 0 25 0 1 0 1996934796 779411456 173702 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 0 0 0
/proc/9262/statm: 190286 173702 42 102 0 190181 0
Current children cumulated CPU time (s) 198.73
Current children cumulated vsize (KiB) 780100

[startup+201.503 s]
/proc/loadavg: 2.01 2.05 1.95 3/84 9301
/proc/meminfo: memFree=319472/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=13600 CPUtime=38.64
/proc/9199/stat : 9199 (sugar) S 9197 9199 8597 0 -1 4194304 1022 25902 0 2 3 1 3502 358 16 0 1 0 1996930847 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9199/statm: 3400 799 370 3 0 500 0
[pid=9261] ppid=9199 vsize=5356 CPUtime=0
/proc/9261/stat : 9261 (sh) S 9199 9199 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996934796 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9261/statm: 1339 232 193 169 0 50 0
[pid=9262] ppid=9261 vsize=761148 CPUtime=161.68
/proc/9262/stat : 9262 (picosat) R 9261 9199 8597 0 -1 4194304 173798 0 0 0 7583 8585 0 0 25 0 1 0 1996934796 779415552 173784 996147200 134512640 134931368 4294956256 18446744073709551615 134578956 0 0 4096 0 0 0 0 17 0 0 0
/proc/9262/statm: 190287 173784 47 102 0 190182 0
Current children cumulated CPU time (s) 200.32
Current children cumulated vsize (KiB) 780104

[startup+202.302 s]
/proc/loadavg: 2.01 2.05 1.95 3/92 9311
/proc/meminfo: memFree=1010344/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=13600 CPUtime=200.77
/proc/9199/stat : 9199 (sugar) S 9197 9199 8597 0 -1 4194304 1091 199986 0 2 3 1 11119 8954 16 0 1 0 1996930847 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9199/statm: 3400 799 370 3 0 500 0
[pid=9302] ppid=9199 vsize=5356 CPUtime=0
/proc/9302/stat : 9302 (sh) S 9199 9199 8597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996951041 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9302/statm: 1339 233 193 169 0 50 0
[pid=9303] ppid=9302 vsize=864044 CPUtime=0.34
/proc/9303/stat : 9303 (java) S 9302 9199 8597 0 -1 0 3550 0 1 0 32 2 0 0 19 0 9 0 1996951041 884781056 3023 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9303/statm: 216011 3023 1665 9 0 210593 0
[pid=9303/tid=9304] ppid=9302 vsize=864044 CPUtime=0.29
/proc/9303/task/9304/stat : 9304 (java) R 9302 9199 8597 0 -1 64 2457 0 1 0 28 1 0 0 25 0 9 0 1996951042 884781056 3023 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9303/tid=9305] ppid=9302 vsize=864044 CPUtime=0
/proc/9303/task/9305/stat : 9305 (java) S 9302 9199 8597 0 -1 64 101 0 0 0 0 0 0 0 16 0 9 0 1996951043 884781056 3023 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9303/tid=9306] ppid=9302 vsize=864044 CPUtime=0
/proc/9303/task/9306/stat : 9306 (java) S 9302 9199 8597 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 1996951044 884781056 3023 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9303/tid=9307] ppid=9302 vsize=864044 CPUtime=0
/proc/9303/task/9307/stat : 9307 (java) S 9302 9199 8597 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 1996951044 884781056 3023 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9303/tid=9308] ppid=9302 vsize=864044 CPUtime=0
/proc/9303/task/9308/stat : 9308 (java) S 9302 9199 8597 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1996951046 884781056 3023 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9303/tid=9309] ppid=9302 vsize=864044 CPUtime=0.04
/proc/9303/task/9309/stat : 9309 (java) S 9302 9199 8597 0 -1 64 301 0 0 0 4 0 0 0 16 0 9 0 1996951046 884781056 3023 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9303/tid=9310] ppid=9302 vsize=864044 CPUtime=0
/proc/9303/task/9310/stat : 9310 (java) S 9302 9199 8597 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1996951046 884781056 3023 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9303/tid=9311] ppid=9302 vsize=864044 CPUtime=0
/proc/9303/task/9311/stat : 9311 (java) S 9302 9199 8597 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996951046 884781056 3023 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 201.11
Current children cumulated vsize (KiB) 883000

[startup+202.701 s]
/proc/loadavg: 2.01 2.05 1.95 3/92 9311
/proc/meminfo: memFree=1010344/2055920 swapFree=4117748/4192956
[pid=9199] ppid=9197 vsize=13600 CPUtime=201.51
/proc/9199/stat : 9199 (sugar) R 9197 9199 8597 0 -1 4194304 1119 203914 0 3 3 15 11175 8958 16 0 1 0 1996930847 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 208717714473 0 0 4224 16386 0 0 0 17 0 0 0
/proc/9199/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 201.51
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 202.792
CPU time (s): 201.615
CPU user time (s): 111.791
CPU system time (s): 89.8243
CPU usage (%): 99.4197
Max. virtual memory (cumulated for all children) (KiB): 887496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 111.791
system time used= 89.8243
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205063
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= 55478
involuntary context switches= 56835

runsolver used 0.25696 second user time and 0.706892 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-04 15:53:06
IDJOB=1074743
IDBENCH=56436
IDSOLVER=345
FILE ID=node47/1074743-1215179586
PBS_JOBID= 7881552
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b03ce6bb41b3c7eeec8edd1190e4268e
RANDOM SEED=1430987972

node47.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.281
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.281
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:       1004080 kB
Buffers:         42724 kB
Cached:         127552 kB
SwapCached:      69084 kB
Active:         938496 kB
Inactive:        57104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1004080 kB
SwapTotal:     4192956 kB
SwapFree:      4117748 kB
Dirty:            2308 kB
Writeback:           0 kB
Mapped:         841692 kB
Slab:            39792 kB
Committed_AS:  4755472 kB
PageTables:       3520 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= 66544 MiB
End job on node47 at 2008-07-04 15:56:29