Trace number 1081166

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 128.633 130.033

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-6.xml
MD5SUM86cc81d2eef8616c56c5321a1700a380
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 benchmark126.636
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1235
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
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 01:54:27 2008
0.00/0.04	c 0	PID 18226
0.00/0.05	c 0	HOST node21.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081166-1215215667.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-1081166-1215215667.xml' 'HOME/temp.csp'
0.03/0.74	c 1	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	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.71/0.86	c 1	Parsing HOME/temp.csp
0.71/1.06	c 1	parsed 2237 expressions
0.71/1.07	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.71/1.07	c 1	Converting to clausal form CSP
0.71/1.09	c 1	converted 224 (10%) expressions
0.71/1.10	c 1	converted 448 (20%) expressions
1.01/1.17	c 1	converted 672 (30%) expressions
1.11/1.26	c 1	converted 895 (40%) expressions
1.11/1.28	c 1	converted 1119 (50%) expressions
1.21/1.30	c 1	converted 1343 (60%) expressions
1.21/1.31	c 1	converted 1566 (70%) expressions
1.21/1.32	c 1	converted 1790 (80%) expressions
1.21/1.33	c 1	converted 2014 (90%) expressions
1.21/1.33	c 1	converted 2237 (100%) expressions
1.21/1.33	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1235
1.21/1.33	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.33	c 1	Propagation in CSP
1.30/1.44	c 1	161742 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.30/1.44	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 700
1.30/1.44	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.45	c 1	Simplifing CSP by introducing new Boolean variables
1.30/1.48	c 1	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 700
1.30/1.48	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.52	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.40/1.55	c 1	23 (10%) CSP integer variables are encoded (13878 clauses, 186056 bytes)
1.40/1.56	c 1	45 (20%) CSP integer variables are encoded (21345 clauses, 298061 bytes)
1.40/1.58	c 1	68 (30%) CSP integer variables are encoded (33206 clauses, 475976 bytes)
1.40/1.59	c 1	90 (40%) CSP integer variables are encoded (43905 clauses, 636461 bytes)
1.50/1.60	c 1	113 (50%) CSP integer variables are encoded (53872 clauses, 785966 bytes)
1.50/1.61	c 2	135 (60%) CSP integer variables are encoded (62535 clauses, 915911 bytes)
1.50/1.63	c 2	158 (70%) CSP integer variables are encoded (72132 clauses, 1059866 bytes)
1.50/1.64	c 2	180 (80%) CSP integer variables are encoded (82740 clauses, 1218986 bytes)
1.50/1.65	c 2	203 (90%) CSP integer variables are encoded (94081 clauses, 1389101 bytes)
1.50/1.67	c 2	225 (100%) CSP integer variables are encoded (104355 clauses, 1552354 bytes)
1.80/1.91	c 2	494 (10%) CSP clauses are encoded (218665 clauses, 3981889 bytes)
1.89/2.08	c 2	987 (20%) CSP clauses are encoded (296027 clauses, 5691230 bytes)
2.09/2.22	c 2	1481 (30%) CSP clauses are encoded (353413 clauses, 6977870 bytes)
2.20/2.35	c 2	1974 (40%) CSP clauses are encoded (415574 clauses, 8361272 bytes)
2.39/2.53	c 2	2468 (50%) CSP clauses are encoded (502184 clauses, 10299081 bytes)
2.48/2.67	c 3	2961 (60%) CSP clauses are encoded (571622 clauses, 11843873 bytes)
2.69/2.84	c 3	3455 (70%) CSP clauses are encoded (656153 clauses, 13720267 bytes)
2.78/2.96	c 3	3948 (80%) CSP clauses are encoded (720970 clauses, 15151185 bytes)
2.98/3.11	c 3	4442 (90%) CSP clauses are encoded (794838 clauses, 16759938 bytes)
3.09/3.28	c 3	4935 (100%) CSP clauses are encoded (888789 clauses, 18689278 bytes)
3.09/3.28	c 3	4935 CSP clauses encoded
3.09/3.28	c 3	Writing map file : HOME/temp.map
3.09/3.29	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.09/3.29	c 3	SAT : 107730 SAT variables, 888789 SAT clauses, 18689278 bytes
3.09/3.29	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.18/3.34	c 3	SOLVING HOME/temp.cnf
3.18/3.34	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
128.02/129.49	c 129	DECODING HOME/temp.out WITH HOME/temp.map
128.02/129.49	c 129	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
128.13/129.57	c 129	Decoding HOME/temp.out
128.52/129.96	s SATISFIABLE
128.52/129.97	v 0 53 72 78 103 113 139 545 676 703 752 819 899 946 1174 0 107 192 222 300 386 478 542 562 668 683 769 803 963 997 16 141 285 359 422 517 546 591 662 753 842 938 964 1139 1204 30 40 293 443 591 668 751 752 819 845 872 893 996 1070 1215 0 83 135 208 287 300 328 425 485 514 602 683 803 909 1200 25 52 83 304 401 622 800 883 894 903 996 1003 1052 1131 1176 2 98 205 209 260 445 450 570 622 669 724 774 883 1053 1145 0 25 229 353 368 438 501 642 734 838 968 1025 1041 1075 1174 0 104 138 176 483 570 618 677 740 769 872 932 979 1070 1176 156 213 287 356 421 488 545 678 709 728 811 920 1081 1138 1204 0 44 192 205 328 353 428 518 613 809 858 881 935 1045 1046 194 290 386 432 500 501 539 593 709 850 920 998 1071 1130 1172 0 205 286 298 474 496 680 773 802 836 875 901 1018 1061 1141 84 162 240 269 375 426 472 518 593 773 875 933 1045 1062 1124 0 137 181 262 294 338 423 477 500 603 669 704 752 986 1031
128.52/129.97	c 130	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
128.59/130.03	c 130	CPU 124.18 (0.04 0.01 124.14 4.42)
128.59/130.03	c 130	END Sat Jul  5 01:56:37 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-1081166-1215215667/watcher-1081166-1215215667 -o /tmp/evaluation-result-1081166-1215215667/solver-1081166-1215215667 -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-1081166-1215215667.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: 1.99 1.98 1.99 4/81 18226
/proc/meminfo: memFree=1275520/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=12268 CPUtime=0
/proc/18226/stat : 18226 (sugar) R 18224 18226 16052 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2000540956 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221236656741 0 0 4224 0 0 0 0 17 1 0 0
/proc/18226/statm: 3067 316 241 3 0 167 0

[startup+0.101756 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 18226
/proc/meminfo: memFree=1275520/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=13600 CPUtime=0.03
/proc/18226/stat : 18226 (sugar) S 18224 18226 16052 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000540956 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18226/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202771 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 18226
/proc/meminfo: memFree=1275520/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=13600 CPUtime=0.03
/proc/18226/stat : 18226 (sugar) S 18224 18226 16052 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000540956 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18226/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302788 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 18226
/proc/meminfo: memFree=1275520/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=13600 CPUtime=0.03
/proc/18226/stat : 18226 (sugar) S 18224 18226 16052 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000540956 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18226/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702867 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 18226
/proc/meminfo: memFree=1275520/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=13600 CPUtime=0.03
/proc/18226/stat : 18226 (sugar) S 18224 18226 16052 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000540956 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18226/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50202 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 18248
/proc/meminfo: memFree=1266472/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=13600 CPUtime=0.71
/proc/18226/stat : 18226 (sugar) S 18224 18226 16052 0 -1 4194304 974 5127 0 1 3 0 64 4 15 0 1 0 2000540956 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18226/statm: 3400 797 370 3 0 500 0
[pid=18239] ppid=18226 vsize=5356 CPUtime=0
/proc/18239/stat : 18239 (sh) S 18226 18226 16052 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000541035 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18239/statm: 1339 233 193 169 0 50 0
[pid=18240] ppid=18239 vsize=868272 CPUtime=0.69
/proc/18240/stat : 18240 (java) S 18239 18226 16052 0 -1 0 5860 0 1 0 65 4 0 0 18 0 9 0 2000541035 889110528 5231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18240/statm: 217068 5231 1927 9 0 211643 0
[pid=18240/tid=18241] ppid=18239 vsize=868272 CPUtime=0.4
/proc/18240/task/18241/stat : 18241 (java) R 18239 18226 16052 0 -1 64 2663 0 1 0 39 1 0 0 22 0 9 0 2000541036 889110528 5231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18242] ppid=18239 vsize=868272 CPUtime=0.06
/proc/18240/task/18242/stat : 18242 (java) R 18239 18226 16052 0 -1 64 1041 0 0 0 6 0 0 0 16 0 9 0 2000541037 889110528 5231 996147200 134512640 134550740 4294955952 18446744073709551615 103737197 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18243] ppid=18239 vsize=868272 CPUtime=0
/proc/18240/task/18243/stat : 18243 (java) S 18239 18226 16052 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2000541037 889110528 5231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18244] ppid=18239 vsize=868272 CPUtime=0
/proc/18240/task/18244/stat : 18244 (java) S 18239 18226 16052 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000541037 889110528 5231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18245] ppid=18239 vsize=868272 CPUtime=0
/proc/18240/task/18245/stat : 18245 (java) S 18239 18226 16052 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000541039 889110528 5231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18246] ppid=18239 vsize=868272 CPUtime=0.2
/proc/18240/task/18246/stat : 18246 (java) S 18239 18226 16052 0 -1 64 1464 0 0 0 19 1 0 0 16 0 9 0 2000541039 889110528 5231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18247] ppid=18239 vsize=868272 CPUtime=0
/proc/18240/task/18247/stat : 18247 (java) S 18239 18226 16052 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000541039 889110528 5231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18248] ppid=18239 vsize=868272 CPUtime=0
/proc/18240/task/18248/stat : 18248 (java) S 18239 18226 16052 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000541039 889110528 5231 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) 887228

[startup+3.10232 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 18248
/proc/meminfo: memFree=1252264/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=13600 CPUtime=0.71
/proc/18226/stat : 18226 (sugar) S 18224 18226 16052 0 -1 4194304 974 5127 0 1 3 0 64 4 15 0 1 0 2000540956 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18226/statm: 3400 797 370 3 0 500 0
[pid=18239] ppid=18226 vsize=5356 CPUtime=0
/proc/18239/stat : 18239 (sh) S 18226 18226 16052 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000541035 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18239/statm: 1339 233 193 169 0 50 0
[pid=18240] ppid=18239 vsize=868384 CPUtime=2.27
/proc/18240/stat : 18240 (java) S 18239 18226 16052 0 -1 0 7260 0 1 0 213 14 0 0 18 0 9 0 2000541035 889225216 6041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18240/statm: 217096 6041 2563 9 0 211643 0
[pid=18240/tid=18241] ppid=18239 vsize=868384 CPUtime=1.83
/proc/18240/task/18241/stat : 18241 (java) R 18239 18226 16052 0 -1 64 3166 0 1 0 173 10 0 0 25 0 9 0 2000541036 889225216 6041 996147200 134512640 134550740 4294955952 18446744073709551615 4126935863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18242] ppid=18239 vsize=868384 CPUtime=0.18
/proc/18240/task/18242/stat : 18242 (java) S 18239 18226 16052 0 -1 64 1914 0 0 0 16 2 0 0 16 0 9 0 2000541037 889225216 6041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18243] ppid=18239 vsize=868384 CPUtime=0
/proc/18240/task/18243/stat : 18243 (java) S 18239 18226 16052 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000541037 889225216 6041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18244] ppid=18239 vsize=868384 CPUtime=0
/proc/18240/task/18244/stat : 18244 (java) S 18239 18226 16052 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000541037 889225216 6041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18245] ppid=18239 vsize=868384 CPUtime=0
/proc/18240/task/18245/stat : 18245 (java) S 18239 18226 16052 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000541039 889225216 6041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18246] ppid=18239 vsize=868384 CPUtime=0.23
/proc/18240/task/18246/stat : 18246 (java) S 18239 18226 16052 0 -1 64 1486 0 0 0 22 1 0 0 16 0 9 0 2000541039 889225216 6041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18247] ppid=18239 vsize=868384 CPUtime=0
/proc/18240/task/18247/stat : 18247 (java) S 18239 18226 16052 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000541039 889225216 6041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18240/tid=18248] ppid=18239 vsize=868384 CPUtime=0
/proc/18240/task/18248/stat : 18248 (java) S 18239 18226 16052 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000541039 889225216 6041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887340

[startup+6.30192 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18250
/proc/meminfo: memFree=1239528/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=13600 CPUtime=3.19
/proc/18226/stat : 18226 (sugar) S 18224 18226 16052 0 -1 4194304 1022 12747 0 2 4 0 294 21 16 0 1 0 2000540956 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18226/statm: 3400 799 370 3 0 500 0
[pid=18249] ppid=18226 vsize=5356 CPUtime=0
/proc/18249/stat : 18249 (sh) S 18226 18226 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000541291 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18249/statm: 1339 232 193 169 0 50 0
[pid=18250] ppid=18249 vsize=19904 CPUtime=2.91
/proc/18250/stat : 18250 (picosat) R 18249 18226 16052 0 -1 4194304 4500 0 0 0 131 160 0 0 25 0 1 0 2000541291 20381696 4486 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18250/statm: 4976 4486 40 102 0 4871 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 38860

[startup+12.7011 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18250
/proc/meminfo: memFree=1219632/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=13600 CPUtime=3.19
/proc/18226/stat : 18226 (sugar) S 18224 18226 16052 0 -1 4194304 1022 12747 0 2 4 0 294 21 16 0 1 0 2000540956 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18226/statm: 3400 799 370 3 0 500 0
[pid=18249] ppid=18226 vsize=5356 CPUtime=0
/proc/18249/stat : 18249 (sh) S 18226 18226 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000541291 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18249/statm: 1339 232 193 169 0 50 0
[pid=18250] ppid=18249 vsize=39396 CPUtime=9.25
/proc/18250/stat : 18250 (picosat) R 18249 18226 16052 0 -1 4194304 8758 0 0 0 509 416 0 0 25 0 1 0 2000541291 40341504 8744 996147200 134512640 134931368 4294956256 18446744073709551615 134525629 0 0 4096 0 0 0 0 17 1 0 0
/proc/18250/statm: 9849 8744 42 102 0 9744 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 58352

[startup+25.5025 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18250
/proc/meminfo: memFree=1219760/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=13600 CPUtime=3.19
/proc/18226/stat : 18226 (sugar) S 18224 18226 16052 0 -1 4194304 1022 12747 0 2 4 0 294 21 16 0 1 0 2000540956 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18226/statm: 3400 799 370 3 0 500 0
[pid=18249] ppid=18226 vsize=5356 CPUtime=0
/proc/18249/stat : 18249 (sh) S 18226 18226 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000541291 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18249/statm: 1339 232 193 169 0 50 0
[pid=18250] ppid=18249 vsize=39528 CPUtime=21.93
/proc/18250/stat : 18250 (picosat) R 18249 18226 16052 0 -1 4194304 8790 0 0 0 1777 416 0 0 25 0 1 0 2000541291 40476672 8776 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18250/statm: 9882 8776 42 102 0 9777 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 58484

[startup+51.1024 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 18250
/proc/meminfo: memFree=1219376/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=13600 CPUtime=3.19
/proc/18226/stat : 18226 (sugar) S 18224 18226 16052 0 -1 4194304 1022 12747 0 2 4 0 294 21 16 0 1 0 2000540956 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18226/statm: 3400 799 370 3 0 500 0
[pid=18249] ppid=18226 vsize=5356 CPUtime=0
/proc/18249/stat : 18249 (sh) S 18226 18226 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000541291 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18249/statm: 1339 232 193 169 0 50 0
[pid=18250] ppid=18249 vsize=39924 CPUtime=47.28
/proc/18250/stat : 18250 (picosat) R 18249 18226 16052 0 -1 4194304 8890 0 0 0 4312 416 0 0 25 0 1 0 2000541291 40882176 8876 996147200 134512640 134931368 4294956256 18446744073709551615 134525918 0 0 4096 0 0 0 0 17 1 0 0
/proc/18250/statm: 9981 8876 42 102 0 9876 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 58880

[startup+102.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18250
/proc/meminfo: memFree=1218352/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=13600 CPUtime=3.19
/proc/18226/stat : 18226 (sugar) S 18224 18226 16052 0 -1 4194304 1022 12747 0 2 4 0 294 21 16 0 1 0 2000540956 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18226/statm: 3400 799 370 3 0 500 0
[pid=18249] ppid=18226 vsize=5356 CPUtime=0
/proc/18249/stat : 18249 (sh) S 18226 18226 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000541291 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18249/statm: 1339 232 193 169 0 50 0
[pid=18250] ppid=18249 vsize=40716 CPUtime=98
/proc/18250/stat : 18250 (picosat) R 18249 18226 16052 0 -1 4194304 9106 0 0 0 9384 416 0 0 25 0 1 0 2000541291 41693184 9092 996147200 134512640 134931368 4294956256 18446744073709551615 134524232 0 0 4096 0 0 0 0 17 1 0 0
/proc/18250/statm: 10179 9092 42 102 0 10074 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 59672

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

[startup+102.408 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18250
/proc/meminfo: memFree=1218352/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=13600 CPUtime=3.19
/proc/18226/stat : 18226 (sugar) S 18224 18226 16052 0 -1 4194304 1022 12747 0 2 4 0 294 21 16 0 1 0 2000540956 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18226/statm: 3400 799 370 3 0 500 0
[pid=18249] ppid=18226 vsize=5356 CPUtime=0
/proc/18249/stat : 18249 (sh) S 18226 18226 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000541291 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18249/statm: 1339 232 193 169 0 50 0
[pid=18250] ppid=18249 vsize=40716 CPUtime=98.1
/proc/18250/stat : 18250 (picosat) R 18249 18226 16052 0 -1 4194304 9107 0 0 0 9394 416 0 0 25 0 1 0 2000541291 41693184 9093 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/18250/statm: 10179 9093 42 102 0 10074 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 59672

[startup+115.201 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18250
/proc/meminfo: memFree=1218288/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=13600 CPUtime=3.19
/proc/18226/stat : 18226 (sugar) S 18224 18226 16052 0 -1 4194304 1022 12747 0 2 4 0 294 21 16 0 1 0 2000540956 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18226/statm: 3400 799 370 3 0 500 0
[pid=18249] ppid=18226 vsize=5356 CPUtime=0
/proc/18249/stat : 18249 (sh) S 18226 18226 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000541291 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18249/statm: 1339 232 193 169 0 50 0
[pid=18250] ppid=18249 vsize=40980 CPUtime=110.77
/proc/18250/stat : 18250 (picosat) R 18249 18226 16052 0 -1 4194304 9166 0 0 0 10661 416 0 0 25 0 1 0 2000541291 41963520 9152 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/18250/statm: 10245 9152 42 102 0 10140 0
Current children cumulated CPU time (s) 113.96
Current children cumulated vsize (KiB) 59936

[startup+121.603 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18250
/proc/meminfo: memFree=1218096/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=13600 CPUtime=3.19
/proc/18226/stat : 18226 (sugar) S 18224 18226 16052 0 -1 4194304 1022 12747 0 2 4 0 294 21 16 0 1 0 2000540956 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18226/statm: 3400 799 370 3 0 500 0
[pid=18249] ppid=18226 vsize=5356 CPUtime=0
/proc/18249/stat : 18249 (sh) S 18226 18226 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000541291 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18249/statm: 1339 232 193 169 0 50 0
[pid=18250] ppid=18249 vsize=41112 CPUtime=117.11
/proc/18250/stat : 18250 (picosat) R 18249 18226 16052 0 -1 4194304 9193 0 0 0 11295 416 0 0 25 0 1 0 2000541291 42098688 9179 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18250/statm: 10278 9179 42 102 0 10173 0
Current children cumulated CPU time (s) 120.3
Current children cumulated vsize (KiB) 60068

[startup+124.801 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18250
/proc/meminfo: memFree=1218032/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=13600 CPUtime=3.19
/proc/18226/stat : 18226 (sugar) S 18224 18226 16052 0 -1 4194304 1022 12747 0 2 4 0 294 21 16 0 1 0 2000540956 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18226/statm: 3400 799 370 3 0 500 0
[pid=18249] ppid=18226 vsize=5356 CPUtime=0
/proc/18249/stat : 18249 (sh) S 18226 18226 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000541291 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18249/statm: 1339 232 193 169 0 50 0
[pid=18250] ppid=18249 vsize=41112 CPUtime=120.27
/proc/18250/stat : 18250 (picosat) R 18249 18226 16052 0 -1 4194304 9205 0 0 0 11611 416 0 0 25 0 1 0 2000541291 42098688 9191 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/18250/statm: 10278 9191 42 102 0 10173 0
Current children cumulated CPU time (s) 123.46
Current children cumulated vsize (KiB) 60068

[startup+128.003 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18250
/proc/meminfo: memFree=1217968/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=13600 CPUtime=3.19
/proc/18226/stat : 18226 (sugar) S 18224 18226 16052 0 -1 4194304 1022 12747 0 2 4 0 294 21 16 0 1 0 2000540956 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18226/statm: 3400 799 370 3 0 500 0
[pid=18249] ppid=18226 vsize=5356 CPUtime=0
/proc/18249/stat : 18249 (sh) S 18226 18226 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000541291 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18249/statm: 1339 232 193 169 0 50 0
[pid=18250] ppid=18249 vsize=41244 CPUtime=123.44
/proc/18250/stat : 18250 (picosat) R 18249 18226 16052 0 -1 4194304 9215 0 0 0 11928 416 0 0 25 0 1 0 2000541291 42233856 9201 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 1 0 0
/proc/18250/statm: 10311 9201 42 102 0 10206 0
Current children cumulated CPU time (s) 126.63
Current children cumulated vsize (KiB) 60200

[startup+128.807 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18250
/proc/meminfo: memFree=1217968/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=13600 CPUtime=3.19
/proc/18226/stat : 18226 (sugar) S 18224 18226 16052 0 -1 4194304 1022 12747 0 2 4 0 294 21 16 0 1 0 2000540956 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18226/statm: 3400 799 370 3 0 500 0
[pid=18249] ppid=18226 vsize=5356 CPUtime=0
/proc/18249/stat : 18249 (sh) S 18226 18226 16052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000541291 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18249/statm: 1339 232 193 169 0 50 0
[pid=18250] ppid=18249 vsize=41244 CPUtime=124.24
/proc/18250/stat : 18250 (picosat) R 18249 18226 16052 0 -1 4194304 9217 0 0 0 12008 416 0 0 25 0 1 0 2000541291 42233856 9203 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18250/statm: 10311 9203 42 102 0 10206 0
Current children cumulated CPU time (s) 127.43
Current children cumulated vsize (KiB) 60200

[startup+129.601 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18250
/proc/meminfo: memFree=1217968/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=13600 CPUtime=128.13
/proc/18226/stat : 18226 (sugar) S 18224 18226 16052 0 -1 4194304 1091 22272 0 2 4 0 12370 439 16 0 1 0 2000540956 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18226/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 128.13
Current children cumulated vsize (KiB) 13600

[startup+130.002 s]
/proc/loadavg: 1.99 1.98 1.99 4/92 18260
/proc/meminfo: memFree=1248944/2055920 swapFree=4180412/4192956
[pid=18226] ppid=18224 vsize=13600 CPUtime=128.14
/proc/18226/stat : 18226 (sugar) S 18224 18226 16052 0 -1 4194304 1092 22272 0 2 4 1 12370 439 15 0 1 0 2000540956 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18226/statm: 3400 799 370 3 0 500 0
[pid=18251] ppid=18226 vsize=5356 CPUtime=0
/proc/18251/stat : 18251 (sh) S 18226 18226 16052 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000553906 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18251/statm: 1339 233 193 169 0 50 0
[pid=18252] ppid=18251 vsize=864068 CPUtime=0.45
/proc/18252/stat : 18252 (java) S 18251 18226 16052 0 -1 0 3571 0 1 0 43 2 0 0 18 0 9 0 2000553906 884805632 3040 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18252/statm: 216017 3040 1699 9 0 210592 0
[pid=18252/tid=18253] ppid=18251 vsize=864068 CPUtime=0.4
/proc/18252/task/18253/stat : 18253 (java) S 18251 18226 16052 0 -1 64 2516 0 1 0 39 1 0 0 18 0 9 0 2000553907 884805632 3040 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18252/tid=18254] ppid=18251 vsize=864068 CPUtime=0
/proc/18252/task/18254/stat : 18254 (java) S 18251 18226 16052 0 -1 64 67 0 0 0 0 0 0 0 16 0 9 0 2000553909 884805632 3040 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18252/tid=18255] ppid=18251 vsize=864068 CPUtime=0
/proc/18252/task/18255/stat : 18255 (java) S 18251 18226 16052 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2000553909 884805632 3040 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18252/tid=18256] ppid=18251 vsize=864068 CPUtime=0
/proc/18252/task/18256/stat : 18256 (java) S 18251 18226 16052 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000553909 884805632 3040 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18252/tid=18257] ppid=18251 vsize=864068 CPUtime=0
/proc/18252/task/18257/stat : 18257 (java) S 18251 18226 16052 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000553911 884805632 3040 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18252/tid=18258] ppid=18251 vsize=864068 CPUtime=0.03
/proc/18252/task/18258/stat : 18258 (java) S 18251 18226 16052 0 -1 64 297 0 0 0 3 0 0 0 17 0 9 0 2000553911 884805632 3040 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18252/tid=18259] ppid=18251 vsize=864068 CPUtime=0
/proc/18252/task/18259/stat : 18259 (java) S 18251 18226 16052 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000553911 884805632 3040 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18252/tid=18260] ppid=18251 vsize=864068 CPUtime=0
/proc/18252/task/18260/stat : 18260 (java) S 18251 18226 16052 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000553911 884805632 3040 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 128.59
Current children cumulated vsize (KiB) 883024

Child status: 0
Real time (s): 130.033
CPU time (s): 128.633
CPU user time (s): 124.185
CPU system time (s): 4.44832
CPU usage (%): 98.9237
Max. virtual memory (cumulated for all children) (KiB): 887340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.185
system time used= 4.44832
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27282
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= 5913
involuntary context switches= 10947

runsolver used 0.163975 second user time and 0.445932 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-05 01:54:27
IDJOB=1081166
IDBENCH=57081
IDSOLVER=345
FILE ID=node21/1081166-1215215667
PBS_JOBID= 7881680
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-100-6.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-1081166-1215215667/watcher-1081166-1215215667 -o /tmp/evaluation-result-1081166-1215215667/solver-1081166-1215215667 -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-1081166-1215215667.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 86cc81d2eef8616c56c5321a1700a380
RANDOM SEED=258515822

node21.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.263
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.263
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:       1276000 kB
Buffers:         91984 kB
Cached:         423580 kB
SwapCached:       6472 kB
Active:         370296 kB
Inactive:       341292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1276000 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:         210916 kB
Slab:            53180 kB
Committed_AS:  3781076 kB
PageTables:       2280 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= 66480 MiB
End job on node21 at 2008-07-05 01:56:37