Trace number 1092498

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 71.2742 71.4773

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-105-3.xml
MD5SUM223aaf1483a6ca1bf0f0bb4b746a8074
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 benchmark54.0714
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1748
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 18:33:13 2008
0.00/0.04	c 0	PID 19966
0.00/0.04	c 0	HOST node82.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1092498-1215275593.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1092498-1215275593.xml' 'HOME/temp.csp'
0.03/0.67	c 1	400 domains, 400 variables, 2 predicates, 0 relations, 4180 constraints
0.03/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.67	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.64/0.75	c 1	Parsing HOME/temp.csp
0.64/0.99	c 1	parsed 4982 expressions
0.64/1.00	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.64/1.00	c 1	Converting to clausal form CSP
0.95/1.02	c 1	converted 499 (10%) expressions
0.95/1.09	c 1	converted 997 (20%) expressions
1.05/1.19	c 1	converted 1495 (30%) expressions
1.14/1.22	c 1	converted 1993 (40%) expressions
1.14/1.24	c 1	converted 2491 (50%) expressions
1.14/1.25	c 1	converted 2990 (60%) expressions
1.14/1.26	c 1	converted 3488 (70%) expressions
1.14/1.27	c 1	converted 3986 (80%) expressions
1.14/1.29	c 1	converted 4484 (90%) expressions
1.25/1.34	c 1	converted 4982 (100%) expressions
1.25/1.34	c 1	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 1748
1.25/1.34	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.34	c 1	Propagation in CSP
1.45/1.58	c 1	387600 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.45/1.58	c 1	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 943
1.45/1.58	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.45/1.59	c 1	Simplifing CSP by introducing new Boolean variables
1.55/1.68	c 2	CSP : 400 integers, 7600 booleans, 11780 clauses, largest domain size 943
1.55/1.68	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.73	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.64/1.78	c 2	40 (10%) CSP integer variables are encoded (28900 clauses, 411384 bytes)
1.74/1.81	c 2	80 (20%) CSP integer variables are encoded (55280 clauses, 807084 bytes)
1.74/1.84	c 2	120 (30%) CSP integer variables are encoded (84240 clauses, 1241484 bytes)
1.74/1.88	c 2	160 (40%) CSP integer variables are encoded (115800 clauses, 1746767 bytes)
1.84/1.92	c 2	200 (50%) CSP integer variables are encoded (143240 clauses, 2213247 bytes)
1.84/1.95	c 2	240 (60%) CSP integer variables are encoded (170280 clauses, 2672927 bytes)
1.84/1.99	c 2	280 (70%) CSP integer variables are encoded (203200 clauses, 3232567 bytes)
1.94/2.03	c 2	320 (80%) CSP integer variables are encoded (230740 clauses, 3700747 bytes)
1.94/2.06	c 2	360 (90%) CSP integer variables are encoded (255220 clauses, 4116907 bytes)
2.04/2.10	c 2	400 (100%) CSP integer variables are encoded (290800 clauses, 4721767 bytes)
2.64/2.77	c 3	1178 (10%) CSP clauses are encoded (626685 clauses, 12276608 bytes)
3.24/3.34	c 3	2356 (20%) CSP clauses are encoded (917330 clauses, 19045030 bytes)
3.74/3.88	c 4	3534 (30%) CSP clauses are encoded (1196101 clauses, 25537509 bytes)
4.35/4.45	c 4	4712 (40%) CSP clauses are encoded (1496019 clauses, 32536250 bytes)
4.92/5.09	c 5	5890 (50%) CSP clauses are encoded (1817428 clauses, 40040325 bytes)
5.63/5.72	c 6	7068 (60%) CSP clauses are encoded (2152012 clauses, 47930154 bytes)
6.22/6.36	c 6	8246 (70%) CSP clauses are encoded (2494150 clauses, 56284130 bytes)
6.83/6.92	c 7	9424 (80%) CSP clauses are encoded (2791960 clauses, 63524319 bytes)
7.52/7.63	c 8	10602 (90%) CSP clauses are encoded (3171731 clauses, 72683042 bytes)
8.12/8.25	c 8	11780 (100%) CSP clauses are encoded (3522174 clauses, 80728960 bytes)
8.12/8.25	c 8	11780 CSP clauses encoded
8.12/8.25	c 8	Writing map file : HOME/temp.map
8.12/8.26	c 8	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.12/8.26	c 8	SAT : 298800 SAT variables, 3522174 SAT clauses, 80728960 bytes
8.12/8.26	c 8	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.12/8.27	c 8	SOLVING HOME/temp.cnf
8.12/8.27	c 8	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
70.72/70.95	c 71	DECODING HOME/temp.out WITH HOME/temp.map
70.72/70.95	c 71	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
70.79/71.04	c 71	Decoding HOME/temp.out
70.79/71.37	s SATISFIABLE
70.79/71.38	v 0 171 251 288 380 409 505 542 591 703 805 888 999 1060 1111 1146 1200 1228 1321 1368 30 107 183 191 289 375 506 521 757 848 868 998 1106 1174 1271 1370 1400 1443 1663 1734 30 36 135 251 342 400 463 599 662 725 739 757 847 957 1074 1184 1276 1370 1439 1650 0 81 329 520 660 746 847 911 999 1068 1093 1166 1196 1259 1330 1400 1479 1526 1568 1665 1 84 139 166 241 272 338 410 525 634 679 708 972 1068 1209 1386 1466 1556 1622 1672 264 279 366 615 702 757 806 829 863 904 1017 1151 1200 1275 1347 1428 1504 1577 1601 1660 0 32 54 153 163 248 327 329 383 505 507 565 598 757 867 1362 1435 1471 1519 1704 4 82 84 103 169 217 228 342 411 482 884 931 999 1052 1115 1231 1247 1454 1601 1706 0 153 183 507 622 714 805 817 850 909 952 973 1057 1081 1161 1243 1360 1610 1657 1686 0 186 264 409 463 476 518 578 807 1093 1106 1190 1212 1290 1377 1461 1516 1525 1625 1648 1 109 118 195 328 429 521 774 839 862 869 945 1153 1186 1196 1202 1287 1375 1434 1528 0 724 757 852 863 888 955 1016 1044 1113 1180 1189 1271 1314 1367 1415 1477 1548 1623 1704 23 285 466 684 757 787 812 833 885 891 932 961 982 1247 1333 1429 1461 1501 1547 1666 0 205 357 455 520 619 690 953 1017 1025 1081 1106 1199 1237 1328 1563 1589 1648 1708 1710 13 121 176 412 546 641 680 993 1066 1145 1210 1289 1377 1442 1466 1504 1521 1524 1597 1656 0 3 31 50 289 399 451 530 610 661 701 868 951 1018 1212 1276 1325 1396 1556 1642 116 211 220 304 423 505 574 609 648 663 787 915 1123 1221 1316 1390 1471 1562 1642 1690 0 13 109 135 139 626 724 807 815 885 953 990 1010 1045 1146 1174 1186 1316 1521 1673 7 82 83 118 286 322 338 376 444 514 590 606 757 820 948 1068 1148 1412 1596 1648 54 85 121 223 247 283 289 325 416 466 514 540 690 751 783 881 952 1027 1056 1063
70.79/71.39	c 71	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
71.20/71.44	c 71	CPU 55.01 (0.04 0 54.97 16.2)
71.20/71.44	c 71	END Sat Jul  5 18:34:24 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-1092498-1215275593/watcher-1092498-1215275593 -o /tmp/evaluation-result-1092498-1215275593/solver-1092498-1215275593 -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-1092498-1215275593.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.00 2.00 2.00 4/82 19966
/proc/meminfo: memFree=1718584/2055920 swapFree=4180672/4192956
[pid=19966] ppid=19964 vsize=12132 CPUtime=0
/proc/19966/stat : 19966 (sugar) R 19964 19966 17011 0 -1 4194304 269 0 0 0 0 0 0 0 20 0 1 0 262033105 12423168 237 996147200 4194304 4206940 548682068608 18446744073709551615 224264950640 0 0 4224 0 0 0 0 17 1 0 0
/proc/19966/statm: 3033 237 180 3 0 133 0

[startup+0.0955669 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 19966
/proc/meminfo: memFree=1718584/2055920 swapFree=4180672/4192956
[pid=19966] ppid=19964 vsize=13600 CPUtime=0.03
/proc/19966/stat : 19966 (sugar) S 19964 19966 17011 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 262033105 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19966/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10257 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 19966
/proc/meminfo: memFree=1718584/2055920 swapFree=4180672/4192956
[pid=19966] ppid=19964 vsize=13600 CPUtime=0.03
/proc/19966/stat : 19966 (sugar) S 19964 19966 17011 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 262033105 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19966/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30259 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 19966
/proc/meminfo: memFree=1718584/2055920 swapFree=4180672/4192956
[pid=19966] ppid=19964 vsize=13600 CPUtime=0.03
/proc/19966/stat : 19966 (sugar) S 19964 19966 17011 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 262033105 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19966/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70263 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 19966
/proc/meminfo: memFree=1718584/2055920 swapFree=4180672/4192956
[pid=19966] ppid=19964 vsize=13600 CPUtime=0.64
/proc/19966/stat : 19966 (sugar) S 19964 19966 17011 0 -1 4194304 956 7187 0 1 3 0 57 4 16 0 1 0 262033105 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19966/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13600

[startup+1.50172 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 19988
/proc/meminfo: memFree=1708768/2055920 swapFree=4180672/4192956
[pid=19966] ppid=19964 vsize=13600 CPUtime=0.64
/proc/19966/stat : 19966 (sugar) S 19964 19966 17011 0 -1 4194304 974 7187 0 1 3 0 57 4 15 0 1 0 262033105 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19966/statm: 3400 797 370 3 0 500 0
[pid=19979] ppid=19966 vsize=5356 CPUtime=0
/proc/19979/stat : 19979 (sh) S 19966 19966 17011 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 262033173 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19979/statm: 1339 233 193 169 0 50 0
[pid=19980] ppid=19979 vsize=868352 CPUtime=0.81
/proc/19980/stat : 19980 (java) S 19979 19966 17011 0 -1 0 7329 0 1 0 76 5 0 0 18 0 9 0 262033173 889192448 6534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19980/statm: 217088 6534 2540 9 0 211663 0
[pid=19980/tid=19981] ppid=19979 vsize=868352 CPUtime=0.5
/proc/19980/task/19981/stat : 19981 (java) R 19979 19966 17011 0 -1 64 2697 0 1 0 49 1 0 0 20 0 9 0 262033174 889192448 6534 996147200 134512640 134550740 4294955952 18446744073709551615 4126597974 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19982] ppid=19979 vsize=868352 CPUtime=0.1
/proc/19980/task/19982/stat : 19982 (java) S 19979 19966 17011 0 -1 64 2489 0 0 0 9 1 0 0 16 0 9 0 262033175 889192448 6534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19983] ppid=19979 vsize=868352 CPUtime=0
/proc/19980/task/19983/stat : 19983 (java) S 19979 19966 17011 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 262033175 889192448 6534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19984] ppid=19979 vsize=868352 CPUtime=0
/proc/19980/task/19984/stat : 19984 (java) S 19979 19966 17011 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 262033175 889192448 6534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19985] ppid=19979 vsize=868352 CPUtime=0
/proc/19980/task/19985/stat : 19985 (java) S 19979 19966 17011 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 262033177 889192448 6534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19986] ppid=19979 vsize=868352 CPUtime=0.18
/proc/19980/task/19986/stat : 19986 (java) S 19979 19966 17011 0 -1 64 1451 0 0 0 17 1 0 0 16 0 9 0 262033177 889192448 6534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19987] ppid=19979 vsize=868352 CPUtime=0
/proc/19980/task/19987/stat : 19987 (java) S 19979 19966 17011 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 262033177 889192448 6534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19988] ppid=19979 vsize=868352 CPUtime=0
/proc/19980/task/19988/stat : 19988 (java) S 19979 19966 17011 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 262033177 889192448 6534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887308

[startup+3.10188 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 19988
/proc/meminfo: memFree=1692896/2055920 swapFree=4180672/4192956
[pid=19966] ppid=19964 vsize=13600 CPUtime=0.64
/proc/19966/stat : 19966 (sugar) S 19964 19966 17011 0 -1 4194304 974 7187 0 1 3 0 57 4 15 0 1 0 262033105 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19966/statm: 3400 797 370 3 0 500 0
[pid=19979] ppid=19966 vsize=5356 CPUtime=0
/proc/19979/stat : 19979 (sh) S 19966 19966 17011 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 262033173 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19979/statm: 1339 233 193 169 0 50 0
[pid=19980] ppid=19979 vsize=868464 CPUtime=2.4
/proc/19980/stat : 19980 (java) S 19979 19966 17011 0 -1 0 8407 0 1 0 223 17 0 0 18 0 9 0 262033173 889307136 7181 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19980/statm: 217116 7181 2564 9 0 211663 0
[pid=19980/tid=19981] ppid=19979 vsize=868464 CPUtime=1.85
/proc/19980/task/19981/stat : 19981 (java) R 19979 19966 17011 0 -1 64 3172 0 1 0 174 11 0 0 25 0 9 0 262033174 889307136 7181 996147200 134512640 134550740 4294955952 18446744073709551615 4126936280 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19982] ppid=19979 vsize=868464 CPUtime=0.31
/proc/19980/task/19982/stat : 19982 (java) S 19979 19966 17011 0 -1 64 3067 0 0 0 27 4 0 0 16 0 9 0 262033175 889307136 7181 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19983] ppid=19979 vsize=868464 CPUtime=0
/proc/19980/task/19983/stat : 19983 (java) S 19979 19966 17011 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 262033175 889307136 7181 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19984] ppid=19979 vsize=868464 CPUtime=0
/proc/19980/task/19984/stat : 19984 (java) S 19979 19966 17011 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 262033175 889307136 7181 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19985] ppid=19979 vsize=868464 CPUtime=0
/proc/19980/task/19985/stat : 19985 (java) S 19979 19966 17011 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 262033177 889307136 7181 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19986] ppid=19979 vsize=868464 CPUtime=0.22
/proc/19980/task/19986/stat : 19986 (java) S 19979 19966 17011 0 -1 64 1476 0 0 0 21 1 0 0 16 0 9 0 262033177 889307136 7181 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19987] ppid=19979 vsize=868464 CPUtime=0
/proc/19980/task/19987/stat : 19987 (java) S 19979 19966 17011 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 262033177 889307136 7181 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19988] ppid=19979 vsize=868464 CPUtime=0
/proc/19980/task/19988/stat : 19988 (java) S 19979 19966 17011 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 262033177 889307136 7181 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887420

[startup+6.30223 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 19988
/proc/meminfo: memFree=1652192/2055920 swapFree=4180672/4192956
[pid=19966] ppid=19964 vsize=13600 CPUtime=0.64
/proc/19966/stat : 19966 (sugar) S 19964 19966 17011 0 -1 4194304 974 7187 0 1 3 0 57 4 15 0 1 0 262033105 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19966/statm: 3400 797 370 3 0 500 0
[pid=19979] ppid=19966 vsize=5356 CPUtime=0
/proc/19979/stat : 19979 (sh) S 19966 19966 17011 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 262033173 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19979/statm: 1339 233 193 169 0 50 0
[pid=19980] ppid=19979 vsize=868464 CPUtime=5.58
/proc/19980/stat : 19980 (java) S 19979 19966 17011 0 -1 0 9371 0 1 0 514 44 0 0 18 0 9 0 262033173 889307136 7190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19980/statm: 217116 7190 2565 9 0 211663 0
[pid=19980/tid=19981] ppid=19979 vsize=868464 CPUtime=4.81
/proc/19980/task/19981/stat : 19981 (java) R 19979 19966 17011 0 -1 64 4127 0 1 0 448 33 0 0 25 0 9 0 262033174 889307136 7190 996147200 134512640 134550740 4294955952 18446744073709551615 4126372864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19982] ppid=19979 vsize=868464 CPUtime=0.52
/proc/19980/task/19982/stat : 19982 (java) S 19979 19966 17011 0 -1 64 3067 0 0 0 43 9 0 0 16 0 9 0 262033175 889307136 7190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19983] ppid=19979 vsize=868464 CPUtime=0
/proc/19980/task/19983/stat : 19983 (java) S 19979 19966 17011 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 262033175 889307136 7190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19984] ppid=19979 vsize=868464 CPUtime=0
/proc/19980/task/19984/stat : 19984 (java) S 19979 19966 17011 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 262033175 889307136 7190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19985] ppid=19979 vsize=868464 CPUtime=0
/proc/19980/task/19985/stat : 19985 (java) S 19979 19966 17011 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 262033177 889307136 7190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19986] ppid=19979 vsize=868464 CPUtime=0.23
/proc/19980/task/19986/stat : 19986 (java) S 19979 19966 17011 0 -1 64 1485 0 0 0 22 1 0 0 16 0 9 0 262033177 889307136 7190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19987] ppid=19979 vsize=868464 CPUtime=0
/proc/19980/task/19987/stat : 19987 (java) S 19979 19966 17011 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 262033177 889307136 7190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19980/tid=19988] ppid=19979 vsize=868464 CPUtime=0
/proc/19980/task/19988/stat : 19988 (java) S 19979 19966 17011 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 262033177 889307136 7190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 887420

[startup+12.7019 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19990
/proc/meminfo: memFree=1600296/2055920 swapFree=4180672/4192956
[pid=19966] ppid=19964 vsize=13600 CPUtime=8.21
/proc/19966/stat : 19966 (sugar) S 19964 19966 17011 0 -1 4194304 1022 17462 0 2 4 0 747 70 16 0 1 0 262033105 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19966/statm: 3400 799 370 3 0 500 0
[pid=19989] ppid=19966 vsize=5356 CPUtime=0
/proc/19989/stat : 19989 (sh) S 19966 19966 17011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 262033933 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19989/statm: 1339 232 193 169 0 50 0
[pid=19990] ppid=19989 vsize=52544 CPUtime=4.39
/proc/19990/stat : 19990 (picosat) R 19989 19966 17011 0 -1 4194304 9316 0 0 0 199 240 0 0 25 0 1 0 262033933 53805056 9302 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19990/statm: 13136 9302 40 102 0 13031 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 71500

[startup+25.5023 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 19990
/proc/meminfo: memFree=1548968/2055920 swapFree=4180672/4192956
[pid=19966] ppid=19964 vsize=13600 CPUtime=8.21
/proc/19966/stat : 19966 (sugar) S 19964 19966 17011 0 -1 4194304 1022 17462 0 2 4 0 747 70 16 0 1 0 262033105 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19966/statm: 3400 799 370 3 0 500 0
[pid=19989] ppid=19966 vsize=5356 CPUtime=0
/proc/19989/stat : 19989 (sh) S 19966 19966 17011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 262033933 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19989/statm: 1339 232 193 169 0 50 0
[pid=19990] ppid=19989 vsize=104360 CPUtime=17.18
/proc/19990/stat : 19990 (picosat) R 19989 19966 17011 0 -1 4194304 22229 0 0 0 786 932 0 0 25 0 1 0 262033933 106864640 22215 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19990/statm: 26090 22215 40 102 0 25985 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 123316

[startup+51.103 s]
/proc/loadavg: 2.04 2.01 2.00 3/85 19990
/proc/meminfo: memFree=1503976/2055920 swapFree=4180672/4192956
[pid=19966] ppid=19964 vsize=13600 CPUtime=8.21
/proc/19966/stat : 19966 (sugar) S 19964 19966 17011 0 -1 4194304 1022 17462 0 2 4 0 747 70 16 0 1 0 262033105 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19966/statm: 3400 799 370 3 0 500 0
[pid=19989] ppid=19966 vsize=5356 CPUtime=0
/proc/19989/stat : 19989 (sh) S 19966 19966 17011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 262033933 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19989/statm: 1339 232 193 169 0 50 0
[pid=19990] ppid=19989 vsize=158380 CPUtime=42.71
/proc/19990/stat : 19990 (picosat) R 19989 19966 17011 0 -1 4194304 33162 0 0 0 2728 1543 0 0 25 0 1 0 262033933 162181120 33148 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19990/statm: 39595 33148 42 102 0 39490 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 177336

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

[startup+63.9014 s]
/proc/loadavg: 2.04 2.01 2.00 3/85 19990
/proc/meminfo: memFree=1503976/2055920 swapFree=4180672/4192956
[pid=19966] ppid=19964 vsize=13600 CPUtime=8.21
/proc/19966/stat : 19966 (sugar) S 19964 19966 17011 0 -1 4194304 1022 17462 0 2 4 0 747 70 16 0 1 0 262033105 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19966/statm: 3400 799 370 3 0 500 0
[pid=19989] ppid=19966 vsize=5356 CPUtime=0
/proc/19989/stat : 19989 (sh) S 19966 19966 17011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 262033933 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19989/statm: 1339 232 193 169 0 50 0
[pid=19990] ppid=19989 vsize=158512 CPUtime=55.52
/proc/19990/stat : 19990 (picosat) R 19989 19966 17011 0 -1 4194304 33204 0 0 0 4008 1544 0 0 25 0 1 0 262033933 162316288 33190 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/19990/statm: 39628 33190 42 102 0 39523 0
Current children cumulated CPU time (s) 63.73
Current children cumulated vsize (KiB) 177468

[startup+67.1067 s]
/proc/loadavg: 2.03 2.01 2.00 3/85 19990
/proc/meminfo: memFree=1503912/2055920 swapFree=4180672/4192956
[pid=19966] ppid=19964 vsize=13600 CPUtime=8.21
/proc/19966/stat : 19966 (sugar) S 19964 19966 17011 0 -1 4194304 1022 17462 0 2 4 0 747 70 16 0 1 0 262033105 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19966/statm: 3400 799 370 3 0 500 0
[pid=19989] ppid=19966 vsize=5356 CPUtime=0
/proc/19989/stat : 19989 (sh) S 19966 19966 17011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 262033933 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19989/statm: 1339 232 193 169 0 50 0
[pid=19990] ppid=19989 vsize=158644 CPUtime=58.72
/proc/19990/stat : 19990 (picosat) R 19989 19966 17011 0 -1 4194304 33222 0 0 0 4328 1544 0 0 25 0 1 0 262033933 162451456 33208 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 1 0 0
/proc/19990/statm: 39661 33208 42 102 0 39556 0
Current children cumulated CPU time (s) 66.93
Current children cumulated vsize (KiB) 177600

[startup+68.7029 s]
/proc/loadavg: 2.03 2.01 2.00 3/85 19990
/proc/meminfo: memFree=1503912/2055920 swapFree=4180672/4192956
[pid=19966] ppid=19964 vsize=13600 CPUtime=8.21
/proc/19966/stat : 19966 (sugar) S 19964 19966 17011 0 -1 4194304 1022 17462 0 2 4 0 747 70 16 0 1 0 262033105 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19966/statm: 3400 799 370 3 0 500 0
[pid=19989] ppid=19966 vsize=5356 CPUtime=0
/proc/19989/stat : 19989 (sh) S 19966 19966 17011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 262033933 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19989/statm: 1339 232 193 169 0 50 0
[pid=19990] ppid=19989 vsize=158644 CPUtime=60.32
/proc/19990/stat : 19990 (picosat) R 19989 19966 17011 0 -1 4194304 33228 0 0 0 4488 1544 0 0 25 0 1 0 262033933 162451456 33214 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19990/statm: 39661 33214 42 102 0 39556 0
Current children cumulated CPU time (s) 68.53
Current children cumulated vsize (KiB) 177600

[startup+70.3011 s]
/proc/loadavg: 2.03 2.01 2.00 3/85 19990
/proc/meminfo: memFree=1503912/2055920 swapFree=4180672/4192956
[pid=19966] ppid=19964 vsize=13600 CPUtime=8.21
/proc/19966/stat : 19966 (sugar) S 19964 19966 17011 0 -1 4194304 1022 17462 0 2 4 0 747 70 16 0 1 0 262033105 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19966/statm: 3400 799 370 3 0 500 0
[pid=19989] ppid=19966 vsize=5356 CPUtime=0
/proc/19989/stat : 19989 (sh) S 19966 19966 17011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 262033933 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19989/statm: 1339 232 193 169 0 50 0
[pid=19990] ppid=19989 vsize=158644 CPUtime=61.92
/proc/19990/stat : 19990 (picosat) R 19989 19966 17011 0 -1 4194304 33236 0 0 0 4648 1544 0 0 25 0 1 0 262033933 162451456 33222 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19990/statm: 39661 33222 42 102 0 39556 0
Current children cumulated CPU time (s) 70.13
Current children cumulated vsize (KiB) 177600

[startup+71.1012 s]
/proc/loadavg: 2.03 2.01 2.00 3/85 19990
/proc/meminfo: memFree=1503912/2055920 swapFree=4180672/4192956
[pid=19966] ppid=19964 vsize=13600 CPUtime=70.79
/proc/19966/stat : 19966 (sugar) S 19964 19966 17011 0 -1 4194304 1091 51011 0 2 4 0 5458 1617 15 0 1 0 262033105 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19966/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 70.79
Current children cumulated vsize (KiB) 13600

[startup+71.3012 s]
/proc/loadavg: 2.03 2.01 2.00 3/85 19990
/proc/meminfo: memFree=1503912/2055920 swapFree=4180672/4192956
[pid=19966] ppid=19964 vsize=13600 CPUtime=70.79
/proc/19966/stat : 19966 (sugar) S 19964 19966 17011 0 -1 4194304 1091 51011 0 2 4 0 5458 1617 15 0 1 0 262033105 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19966/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 70.79
Current children cumulated vsize (KiB) 13600

[startup+71.4012 s]
/proc/loadavg: 2.03 2.01 2.00 2/93 20000
/proc/meminfo: memFree=1629032/2055920 swapFree=4180672/4192956
[pid=19966] ppid=19964 vsize=13600 CPUtime=70.79
/proc/19966/stat : 19966 (sugar) S 19964 19966 17011 0 -1 4194304 1092 51011 0 2 4 0 5458 1617 15 0 1 0 262033105 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19966/statm: 3400 799 370 3 0 500 0
[pid=19991] ppid=19966 vsize=5356 CPUtime=0
/proc/19991/stat : 19991 (sh) S 19966 19966 17011 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 262040201 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19991/statm: 1339 233 193 169 0 50 0
[pid=19992] ppid=19991 vsize=864040 CPUtime=0.41
/proc/19992/stat : 19992 (java) S 19991 19966 17011 0 -1 0 3612 0 1 0 39 2 0 0 18 0 9 0 262040202 884776960 3080 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19992/statm: 216010 3080 1700 9 0 210585 0
[pid=19992/tid=19993] ppid=19991 vsize=864040 CPUtime=0.35
/proc/19992/task/19993/stat : 19993 (java) S 19991 19966 17011 0 -1 64 2517 0 1 0 34 1 0 0 23 0 9 0 262040203 884776960 3080 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19992/tid=19994] ppid=19991 vsize=864040 CPUtime=0
/proc/19992/task/19994/stat : 19994 (java) S 19991 19966 17011 0 -1 64 99 0 0 0 0 0 0 0 16 0 9 0 262040204 884776960 3080 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19992/tid=19995] ppid=19991 vsize=864040 CPUtime=0
/proc/19992/task/19995/stat : 19995 (java) S 19991 19966 17011 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 262040204 884776960 3080 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19992/tid=19996] ppid=19991 vsize=864040 CPUtime=0
/proc/19992/task/19996/stat : 19996 (java) S 19991 19966 17011 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 262040204 884776960 3080 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19992/tid=19997] ppid=19991 vsize=864040 CPUtime=0
/proc/19992/task/19997/stat : 19997 (java) S 19991 19966 17011 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 262040206 884776960 3080 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19992/tid=19998] ppid=19991 vsize=864040 CPUtime=0.03
/proc/19992/task/19998/stat : 19998 (java) S 19991 19966 17011 0 -1 64 304 0 0 0 3 0 0 0 16 0 9 0 262040206 884776960 3080 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19992/tid=19999] ppid=19991 vsize=864040 CPUtime=0
/proc/19992/task/19999/stat : 19999 (java) S 19991 19966 17011 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 262040206 884776960 3080 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19992/tid=20000] ppid=19991 vsize=864040 CPUtime=0
/proc/19992/task/20000/stat : 20000 (java) S 19991 19966 17011 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 262040206 884776960 3080 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.2
Current children cumulated vsize (KiB) 882996

Child status: 0
Real time (s): 71.4773
CPU time (s): 71.2742
CPU user time (s): 55.0176
CPU system time (s): 16.2565
CPU usage (%): 99.7158
Max. virtual memory (cumulated for all children) (KiB): 887420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.0176
system time used= 16.2565
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56062
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= 17179
involuntary context switches= 17914

runsolver used 0.075988 second user time and 0.206968 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-05 18:33:13
IDJOB=1092498
IDBENCH=58630
IDSOLVER=345
FILE ID=node82/1092498-1215275593
PBS_JOBID= 7882122
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-105-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-1092498-1215275593/watcher-1092498-1215275593 -o /tmp/evaluation-result-1092498-1215275593/solver-1092498-1215275593 -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-1092498-1215275593.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 223aaf1483a6ca1bf0f0bb4b746a8074
RANDOM SEED=1383304580

node82.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.239
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.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1719064 kB
Buffers:         44996 kB
Cached:         223220 kB
SwapCached:       5892 kB
Active:         191740 kB
Inactive:        97804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719064 kB
SwapTotal:     4192956 kB
SwapFree:      4180672 kB
Dirty:            1964 kB
Writeback:           0 kB
Mapped:          37196 kB
Slab:            32564 kB
Committed_AS:   702840 kB
PageTables:       1848 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node82 at 2008-07-05 18:34:24