Trace number 1069321

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+picosatUNSAT 238.32 241.045

General information on the benchmark

Namecsp/pseudoGLB/
normalized-43s-smv.xml
MD5SUM90a03adc27107c0475a8a8ba9438e5a1
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark111.955
Satisfiable
(Un)Satisfiability was proved
Number of variables3655
Number of constraints8686
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(8686)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 10:17:08 2008
0.00/0.04	c 0	PID 27022
0.00/0.05	c 0	HOST node42.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1069321-1215159428.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-1069321-1215159428.xml' 'HOME/temp.csp'
1.36/1.45	c 1	1 domains, 3655 variables, 0 predicates, 0 relations, 8686 constraints
1.36/1.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.36/1.47	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'
1.43/1.55	c 1	Parsing HOME/temp.csp
1.43/2.05	c 2	parsed 10000 expressions
2.14/2.29	c 2	parsed 12342 expressions
2.14/2.30	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.14/2.30	c 2	Converting to clausal form CSP
2.23/2.34	c 2	converted 1235 (10%) expressions
2.23/2.35	c 2	converted 2469 (20%) expressions
2.23/2.37	c 2	converted 3703 (30%) expressions
2.43/2.55	c 2	converted 4937 (40%) expressions
2.43/2.59	c 2	converted 6171 (50%) expressions
2.53/2.63	c 2	converted 7406 (60%) expressions
2.53/2.67	c 2	converted 8640 (70%) expressions
2.63/2.71	c 2	converted 9874 (80%) expressions
2.63/2.75	c 3	converted 11108 (90%) expressions
3.51/3.63	c 3	converted 12342 (100%) expressions
3.51/3.63	c 3	CSP : 12807 integers, 0 booleans, 26990 clauses, largest domain size 318
3.51/3.63	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.51/3.63	c 3	Propagation in CSP
4.60/4.73	c 5	30364 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.60/4.74	c 5	CSP : 12807 integers, 0 booleans, 26990 clauses, largest domain size 256
4.60/4.74	c 5	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.60/4.75	c 5	Simplifing CSP by introducing new Boolean variables
4.60/4.77	c 5	CSP : 12807 integers, 0 booleans, 26990 clauses, largest domain size 256
4.60/4.77	c 5	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.70/4.88	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.80/4.91	c 5	1281 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.80/4.92	c 5	2562 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.80/4.94	c 5	3843 (30%) CSP integer variables are encoded (9782 clauses, 133315 bytes)
4.90/5.03	c 5	5123 (40%) CSP integer variables are encoded (84256 clauses, 1250425 bytes)
5.00/5.12	c 5	6404 (50%) CSP integer variables are encoded (153945 clauses, 2413239 bytes)
5.10/5.21	c 5	7685 (60%) CSP integer variables are encoded (222086 clauses, 3571636 bytes)
5.19/5.31	c 5	8965 (70%) CSP integer variables are encoded (290841 clauses, 4740471 bytes)
5.30/5.41	c 5	10246 (80%) CSP integer variables are encoded (366859 clauses, 6032777 bytes)
5.39/5.53	c 5	11527 (90%) CSP integer variables are encoded (452169 clauses, 7483047 bytes)
5.49/5.62	c 5	12807 (100%) CSP integer variables are encoded (518367 clauses, 8608413 bytes)
5.49/5.68	c 5	2699 (10%) CSP clauses are encoded (520472 clauses, 8634809 bytes)
5.49/5.69	c 5	5398 (20%) CSP clauses are encoded (522655 clauses, 8663188 bytes)
5.68/5.89	c 6	8097 (30%) CSP clauses are encoded (629576 clauses, 10613655 bytes)
9.03/9.29	c 9	10796 (40%) CSP clauses are encoded (2483933 clauses, 49542837 bytes)
11.98/12.23	c 12	13495 (50%) CSP clauses are encoded (3983332 clauses, 84662705 bytes)
14.94/15.23	c 15	16194 (60%) CSP clauses are encoded (5506923 clauses, 121296564 bytes)
18.17/18.70	c 18	18893 (70%) CSP clauses are encoded (7196018 clauses, 161973462 bytes)
22.50/23.07	c 23	21592 (80%) CSP clauses are encoded (9409569 clauses, 215432177 bytes)
27.96/28.61	c 28	24291 (90%) CSP clauses are encoded (12180066 clauses, 282419079 bytes)
31.36/32.16	c 32	26990 (100%) CSP clauses are encoded (13952907 clauses, 325177216 bytes)
31.36/32.16	c 32	26990 CSP clauses encoded
31.36/32.16	c 32	Writing map file : HOME/temp.map
31.47/32.21	c 32	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.47/32.21	c 32	SAT : 530655 SAT variables, 13952907 SAT clauses, 325177216 bytes
31.47/32.21	c 32	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.47/32.27	c 32	SOLVING HOME/temp.cnf
31.47/32.27	c 32	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
237.68/240.40	c 240	DECODING HOME/temp.out WITH HOME/temp.map
237.68/240.40	c 240	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
237.68/240.49	c 240	Decoding HOME/temp.out
238.06/240.86	s UNSATISFIABLE
238.06/240.86	c 241	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
238.06/240.88	c 241	CPU 168.2 (0.04 0.01 168.16 69.92)
238.06/240.88	c 241	END Fri Jul  4 10:21:09 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1069321-1215159428/watcher-1069321-1215159428 -o /tmp/evaluation-result-1069321-1215159428/solver-1069321-1215159428 -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-1069321-1215159428.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.06 2.02 2.00 4/81 27022
/proc/meminfo: memFree=1739904/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=12268 CPUtime=0
/proc/27022/stat : 27022 (sugar) R 27020 27022 26433 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1994915248 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259415308901 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27022/statm: 3067 316 241 3 0 167 0

[startup+0.095369 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 27022
/proc/meminfo: memFree=1739904/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=0.04
/proc/27022/stat : 27022 (sugar) S 27020 27022 26433 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1994915248 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27022/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101366 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 27022
/proc/meminfo: memFree=1739904/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=0.04
/proc/27022/stat : 27022 (sugar) S 27020 27022 26433 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1994915248 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27022/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301387 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 27022
/proc/meminfo: memFree=1739904/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=0.04
/proc/27022/stat : 27022 (sugar) S 27020 27022 26433 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1994915248 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27022/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701436 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 27022
/proc/meminfo: memFree=1739904/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=0.04
/proc/27022/stat : 27022 (sugar) S 27020 27022 26433 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1994915248 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27022/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50153 s]
/proc/loadavg: 2.06 2.02 2.00 3/92 27034
/proc/meminfo: memFree=1714152/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=1.43
/proc/27022/stat : 27022 (sugar) S 27020 27022 26433 0 -1 4194304 956 10292 0 1 3 1 132 7 16 0 1 0 1994915248 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27022/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 13600

[startup+3.1027 s]
/proc/loadavg: 2.06 2.02 2.00 3/92 27044
/proc/meminfo: memFree=1725032/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=1.43
/proc/27022/stat : 27022 (sugar) S 27020 27022 26433 0 -1 4194304 974 10292 0 1 3 1 132 7 15 0 1 0 1994915248 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27022/statm: 3400 797 370 3 0 500 0
[pid=27035] ppid=27022 vsize=5356 CPUtime=0
/proc/27035/stat : 27035 (sh) S 27022 27022 26433 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994915395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27035/statm: 1339 233 193 169 0 50 0
[pid=27036] ppid=27035 vsize=868412 CPUtime=1.59
/proc/27036/stat : 27036 (java) S 27035 27022 26433 0 -1 0 10059 0 1 0 153 6 0 0 18 0 9 0 1994915395 889253888 9119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27036/statm: 217103 9119 2541 9 0 211678 0
[pid=27036/tid=27037] ppid=27035 vsize=868412 CPUtime=1
/proc/27036/task/27037/stat : 27037 (java) R 27035 27022 26433 0 -1 64 2768 0 1 0 99 1 0 0 25 0 9 0 1994915396 889253888 9119 996147200 134512640 134550740 4294955952 18446744073709551615 4126370945 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27038] ppid=27035 vsize=868412 CPUtime=0.36
/proc/27036/task/27038/stat : 27038 (java) S 27035 27022 26433 0 -1 64 5112 0 0 0 33 3 0 0 16 0 9 0 1994915397 889253888 9119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27039] ppid=27035 vsize=868412 CPUtime=0
/proc/27036/task/27039/stat : 27039 (java) S 27035 27022 26433 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994915397 889253888 9119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27040] ppid=27035 vsize=868412 CPUtime=0
/proc/27036/task/27040/stat : 27040 (java) S 27035 27022 26433 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994915397 889253888 9119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27041] ppid=27035 vsize=868412 CPUtime=0
/proc/27036/task/27041/stat : 27041 (java) S 27035 27022 26433 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994915399 889253888 9119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27042] ppid=27035 vsize=868412 CPUtime=0.21
/proc/27036/task/27042/stat : 27042 (java) S 27035 27022 26433 0 -1 64 1483 0 0 0 20 1 0 0 16 0 9 0 1994915399 889253888 9119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27043] ppid=27035 vsize=868412 CPUtime=0
/proc/27036/task/27043/stat : 27043 (java) S 27035 27022 26433 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994915399 889253888 9119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27044] ppid=27035 vsize=868412 CPUtime=0
/proc/27036/task/27044/stat : 27044 (java) S 27035 27022 26433 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994915399 889253888 9119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887368

[startup+6.30206 s]
/proc/loadavg: 2.13 2.04 2.01 3/92 27044
/proc/meminfo: memFree=1696424/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=1.43
/proc/27022/stat : 27022 (sugar) S 27020 27022 26433 0 -1 4194304 974 10292 0 1 3 1 132 7 15 0 1 0 1994915248 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27022/statm: 3400 797 370 3 0 500 0
[pid=27035] ppid=27022 vsize=5356 CPUtime=0
/proc/27035/stat : 27035 (sh) S 27022 27022 26433 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994915395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27035/statm: 1339 233 193 169 0 50 0
[pid=27036] ppid=27035 vsize=868524 CPUtime=4.75
/proc/27036/stat : 27036 (java) S 27035 27022 26433 0 -1 0 12591 0 1 0 457 18 0 0 18 0 9 0 1994915395 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27036/statm: 217131 11112 2565 9 0 211678 0
[pid=27036/tid=27037] ppid=27035 vsize=868524 CPUtime=3.64
/proc/27036/task/27037/stat : 27037 (java) R 27035 27022 26433 0 -1 64 3226 0 1 0 354 10 0 0 25 0 9 0 1994915396 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4126658173 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27038] ppid=27035 vsize=868524 CPUtime=0.81
/proc/27036/task/27038/stat : 27038 (java) S 27035 27022 26433 0 -1 64 7144 0 0 0 75 6 0 0 16 0 9 0 1994915397 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27039] ppid=27035 vsize=868524 CPUtime=0
/proc/27036/task/27039/stat : 27039 (java) S 27035 27022 26433 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994915397 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27040] ppid=27035 vsize=868524 CPUtime=0
/proc/27036/task/27040/stat : 27040 (java) S 27035 27022 26433 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994915397 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27041] ppid=27035 vsize=868524 CPUtime=0
/proc/27036/task/27041/stat : 27041 (java) S 27035 27022 26433 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994915399 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27042] ppid=27035 vsize=868524 CPUtime=0.28
/proc/27036/task/27042/stat : 27042 (java) S 27035 27022 26433 0 -1 64 1525 0 0 0 27 1 0 0 16 0 9 0 1994915399 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27043] ppid=27035 vsize=868524 CPUtime=0
/proc/27036/task/27043/stat : 27043 (java) S 27035 27022 26433 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994915399 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27044] ppid=27035 vsize=868524 CPUtime=0
/proc/27036/task/27044/stat : 27044 (java) S 27035 27022 26433 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994915399 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887480

[startup+12.7028 s]
/proc/loadavg: 2.12 2.04 2.01 3/92 27044
/proc/meminfo: memFree=1618152/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=1.43
/proc/27022/stat : 27022 (sugar) S 27020 27022 26433 0 -1 4194304 974 10292 0 1 3 1 132 7 16 0 1 0 1994915248 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27022/statm: 3400 797 370 3 0 500 0
[pid=27035] ppid=27022 vsize=5356 CPUtime=0
/proc/27035/stat : 27035 (sh) S 27022 27022 26433 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994915395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27035/statm: 1339 233 193 169 0 50 0
[pid=27036] ppid=27035 vsize=868524 CPUtime=11.05
/proc/27036/stat : 27036 (java) S 27035 27022 26433 0 -1 0 13361 0 1 0 1039 66 0 0 18 0 9 0 1994915395 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27036/statm: 217131 11112 2565 9 0 211678 0
[pid=27036/tid=27037] ppid=27035 vsize=868524 CPUtime=9.63
/proc/27036/task/27037/stat : 27037 (java) R 27035 27022 26433 0 -1 64 3996 0 1 0 910 53 0 0 25 0 9 0 1994915396 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4127053875 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27038] ppid=27035 vsize=868524 CPUtime=1.12
/proc/27036/task/27038/stat : 27038 (java) S 27035 27022 26433 0 -1 64 7144 0 0 0 101 11 0 0 16 0 9 0 1994915397 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27039] ppid=27035 vsize=868524 CPUtime=0
/proc/27036/task/27039/stat : 27039 (java) S 27035 27022 26433 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994915397 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27040] ppid=27035 vsize=868524 CPUtime=0
/proc/27036/task/27040/stat : 27040 (java) S 27035 27022 26433 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994915397 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27041] ppid=27035 vsize=868524 CPUtime=0
/proc/27036/task/27041/stat : 27041 (java) S 27035 27022 26433 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994915399 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27042] ppid=27035 vsize=868524 CPUtime=0.28
/proc/27036/task/27042/stat : 27042 (java) S 27035 27022 26433 0 -1 64 1525 0 0 0 27 1 0 0 16 0 9 0 1994915399 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27043] ppid=27035 vsize=868524 CPUtime=0
/proc/27036/task/27043/stat : 27043 (java) S 27035 27022 26433 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994915399 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27044] ppid=27035 vsize=868524 CPUtime=0
/proc/27036/task/27044/stat : 27044 (java) S 27035 27022 26433 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994915399 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887480

[startup+25.5012 s]
/proc/loadavg: 2.09 2.04 2.00 3/92 27044
/proc/meminfo: memFree=1459304/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=1.43
/proc/27022/stat : 27022 (sugar) S 27020 27022 26433 0 -1 4194304 974 10292 0 1 3 1 132 7 16 0 1 0 1994915248 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27022/statm: 3400 797 370 3 0 500 0
[pid=27035] ppid=27022 vsize=5356 CPUtime=0
/proc/27035/stat : 27035 (sh) S 27022 27022 26433 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994915395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27035/statm: 1339 233 193 169 0 50 0
[pid=27036] ppid=27035 vsize=868524 CPUtime=23.51
/proc/27036/stat : 27036 (java) S 27035 27022 26433 0 -1 0 14890 0 1 0 2175 176 0 0 18 0 9 0 1994915395 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27036/statm: 217131 11112 2565 9 0 211678 0
[pid=27036/tid=27037] ppid=27035 vsize=868524 CPUtime=21.5
/proc/27036/task/27037/stat : 27037 (java) R 27035 27022 26433 0 -1 64 5525 0 1 0 1998 152 0 0 25 0 9 0 1994915396 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4127055271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27038] ppid=27035 vsize=868524 CPUtime=1.7
/proc/27036/task/27038/stat : 27038 (java) S 27035 27022 26433 0 -1 64 7144 0 0 0 149 21 0 0 16 0 9 0 1994915397 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27039] ppid=27035 vsize=868524 CPUtime=0
/proc/27036/task/27039/stat : 27039 (java) S 27035 27022 26433 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994915397 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27040] ppid=27035 vsize=868524 CPUtime=0
/proc/27036/task/27040/stat : 27040 (java) S 27035 27022 26433 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994915397 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27041] ppid=27035 vsize=868524 CPUtime=0
/proc/27036/task/27041/stat : 27041 (java) S 27035 27022 26433 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994915399 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27042] ppid=27035 vsize=868524 CPUtime=0.28
/proc/27036/task/27042/stat : 27042 (java) S 27035 27022 26433 0 -1 64 1525 0 0 0 27 1 0 0 16 0 9 0 1994915399 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27043] ppid=27035 vsize=868524 CPUtime=0
/proc/27036/task/27043/stat : 27043 (java) S 27035 27022 26433 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994915399 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27036/tid=27044] ppid=27035 vsize=868524 CPUtime=0
/proc/27036/task/27044/stat : 27044 (java) S 27035 27022 26433 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994915399 889368576 11112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 887480

[startup+51.102 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 27046
/proc/meminfo: memFree=1307944/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=31.51
/proc/27022/stat : 27022 (sugar) S 27020 27022 26433 0 -1 4194304 1022 26288 0 2 4 1 2906 240 16 0 1 0 1994915248 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27022/statm: 3400 799 370 3 0 500 0
[pid=27045] ppid=27022 vsize=5356 CPUtime=0
/proc/27045/stat : 27045 (sh) S 27022 27022 26433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994918475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27045/statm: 1339 232 193 169 0 50 0
[pid=27046] ppid=27045 vsize=139256 CPUtime=18.64
/proc/27046/stat : 27046 (picosat) R 27045 27022 26433 0 -1 4194304 26425 0 0 0 843 1021 0 0 25 0 1 0 1994918475 142598144 26411 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27046/statm: 34814 26411 40 102 0 34709 0
Current children cumulated CPU time (s) 50.15
Current children cumulated vsize (KiB) 158212

[startup+102.308 s]
/proc/loadavg: 2.02 2.03 2.00 3/84 27046
/proc/meminfo: memFree=1115112/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=31.51
/proc/27022/stat : 27022 (sugar) S 27020 27022 26433 0 -1 4194304 1022 26288 0 2 4 1 2906 240 16 0 1 0 1994915248 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27022/statm: 3400 799 370 3 0 500 0
[pid=27045] ppid=27022 vsize=5356 CPUtime=0
/proc/27045/stat : 27045 (sh) S 27022 27022 26433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994918475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27045/statm: 1339 232 193 169 0 50 0
[pid=27046] ppid=27045 vsize=333848 CPUtime=69.36
/proc/27046/stat : 27046 (picosat) R 27045 27022 26433 0 -1 4194304 74145 0 0 0 3167 3769 0 0 25 0 1 0 1994918475 341860352 74131 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27046/statm: 83462 74131 40 102 0 83357 0
Current children cumulated CPU time (s) 100.87
Current children cumulated vsize (KiB) 352804

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 27046
/proc/meminfo: memFree=904552/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=31.51
/proc/27022/stat : 27022 (sugar) S 27020 27022 26433 0 -1 4194304 1022 26288 0 2 4 1 2906 240 16 0 1 0 1994915248 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27022/statm: 3400 799 370 3 0 500 0
[pid=27045] ppid=27022 vsize=5356 CPUtime=0
/proc/27045/stat : 27045 (sh) S 27022 27022 26433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994918475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27045/statm: 1339 232 193 169 0 50 0
[pid=27046] ppid=27045 vsize=559348 CPUtime=128.8
/proc/27046/stat : 27046 (picosat) R 27045 27022 26433 0 -1 4194304 126541 0 0 0 6139 6741 0 0 25 0 1 0 1994918475 572772352 126527 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 1 0 0
/proc/27046/statm: 139837 126527 42 102 0 139732 0
Current children cumulated CPU time (s) 160.31
Current children cumulated vsize (KiB) 578304

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 27046
/proc/meminfo: memFree=904232/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=31.51
/proc/27022/stat : 27022 (sugar) S 27020 27022 26433 0 -1 4194304 1022 26288 0 2 4 1 2906 240 16 0 1 0 1994915248 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27022/statm: 3400 799 370 3 0 500 0
[pid=27045] ppid=27022 vsize=5356 CPUtime=0
/proc/27045/stat : 27045 (sh) S 27022 27022 26433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994918475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27045/statm: 1339 232 193 169 0 50 0
[pid=27046] ppid=27045 vsize=567540 CPUtime=188.23
/proc/27046/stat : 27046 (picosat) R 27045 27022 26433 0 -1 4194304 126595 0 0 0 12082 6741 0 0 25 0 1 0 1994918475 581160960 126581 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 1 0 0
/proc/27046/statm: 141885 126581 42 102 0 141780 0
Current children cumulated CPU time (s) 219.74
Current children cumulated vsize (KiB) 586496

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

[startup+230.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 27046
/proc/meminfo: memFree=904232/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=31.51
/proc/27022/stat : 27022 (sugar) S 27020 27022 26433 0 -1 4194304 1022 26288 0 2 4 1 2906 240 16 0 1 0 1994915248 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27022/statm: 3400 799 370 3 0 500 0
[pid=27045] ppid=27022 vsize=5356 CPUtime=0
/proc/27045/stat : 27045 (sh) S 27022 27022 26433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994918475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27045/statm: 1339 232 193 169 0 50 0
[pid=27046] ppid=27045 vsize=567540 CPUtime=196.16
/proc/27046/stat : 27046 (picosat) R 27045 27022 26433 0 -1 4194304 126595 0 0 0 12875 6741 0 0 25 0 1 0 1994918475 581160960 126581 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/27046/statm: 141885 126581 42 102 0 141780 0
Current children cumulated CPU time (s) 227.67
Current children cumulated vsize (KiB) 586496

[startup+236.703 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 27046
/proc/meminfo: memFree=904232/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=31.51
/proc/27022/stat : 27022 (sugar) S 27020 27022 26433 0 -1 4194304 1022 26288 0 2 4 1 2906 240 16 0 1 0 1994915248 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27022/statm: 3400 799 370 3 0 500 0
[pid=27045] ppid=27022 vsize=5356 CPUtime=0
/proc/27045/stat : 27045 (sh) S 27022 27022 26433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994918475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27045/statm: 1339 232 193 169 0 50 0
[pid=27046] ppid=27045 vsize=567672 CPUtime=202.5
/proc/27046/stat : 27046 (picosat) R 27045 27022 26433 0 -1 4194304 126599 0 0 0 13509 6741 0 0 25 0 1 0 1994918475 581296128 126585 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27046/statm: 141918 126585 42 102 0 141813 0
Current children cumulated CPU time (s) 234.01
Current children cumulated vsize (KiB) 586628

[startup+238.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 27046
/proc/meminfo: memFree=904232/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=31.51
/proc/27022/stat : 27022 (sugar) S 27020 27022 26433 0 -1 4194304 1022 26288 0 2 4 1 2906 240 16 0 1 0 1994915248 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27022/statm: 3400 799 370 3 0 500 0
[pid=27045] ppid=27022 vsize=5356 CPUtime=0
/proc/27045/stat : 27045 (sh) S 27022 27022 26433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994918475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27045/statm: 1339 232 193 169 0 50 0
[pid=27046] ppid=27045 vsize=567672 CPUtime=204.09
/proc/27046/stat : 27046 (picosat) R 27045 27022 26433 0 -1 4194304 126603 0 0 0 13668 6741 0 0 25 0 1 0 1994918475 581296128 126589 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27046/statm: 141918 126589 42 102 0 141813 0
Current children cumulated CPU time (s) 235.6
Current children cumulated vsize (KiB) 586628

[startup+239.902 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 27046
/proc/meminfo: memFree=903656/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=31.51
/proc/27022/stat : 27022 (sugar) S 27020 27022 26433 0 -1 4194304 1022 26288 0 2 4 1 2906 240 16 0 1 0 1994915248 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27022/statm: 3400 799 370 3 0 500 0
[pid=27045] ppid=27022 vsize=5356 CPUtime=0
/proc/27045/stat : 27045 (sh) S 27022 27022 26433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994918475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27045/statm: 1339 232 193 169 0 50 0
[pid=27046] ppid=27045 vsize=568336 CPUtime=205.66
/proc/27046/stat : 27046 (picosat) R 27045 27022 26433 0 -1 4194304 126870 0 0 0 13825 6741 0 0 25 0 1 0 1994918475 581976064 126856 996147200 134512640 134931368 4294956256 18446744073709551615 134580560 0 0 4096 0 0 0 0 17 1 0 0
/proc/27046/statm: 142084 126856 42 102 0 141979 0
Current children cumulated CPU time (s) 237.17
Current children cumulated vsize (KiB) 587292

[startup+240.701 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 27046
/proc/meminfo: memFree=903656/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=237.69
/proc/27022/stat : 27022 (sugar) S 27020 27022 26433 0 -1 4194304 1091 153445 0 2 4 1 16774 6990 16 0 1 0 1994915248 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27022/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 237.69
Current children cumulated vsize (KiB) 13600

[startup+240.906 s]
/proc/loadavg: 2.00 2.01 2.00 4/92 27056
/proc/meminfo: memFree=1405864/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=238.16
/proc/27022/stat : 27022 (sugar) R 27020 27022 26433 0 -1 4194304 1119 157475 0 3 4 4 16816 6992 16 0 1 0 1994915248 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27022/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 238.16
Current children cumulated vsize (KiB) 13600

[startup+241.001 s]
/proc/loadavg: 2.00 2.01 2.00 4/92 27056
/proc/meminfo: memFree=1405864/2055920 swapFree=4180096/4192956
[pid=27022] ppid=27020 vsize=13600 CPUtime=238.26
/proc/27022/stat : 27022 (sugar) R 27020 27022 26433 0 -1 4194304 1119 157475 0 3 4 14 16816 6992 16 0 1 0 1994915248 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27022/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 238.26
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 241.045
CPU time (s): 238.32
CPU user time (s): 168.205
CPU system time (s): 70.1143
CPU usage (%): 98.8693
Max. virtual memory (cumulated for all children) (KiB): 887872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 168.205
system time used= 70.1143
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158624
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= 27579
involuntary context switches= 36404

runsolver used 0.315951 second user time and 0.809876 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-04 10:17:08
IDJOB=1069321
IDBENCH=55598
IDSOLVER=345
FILE ID=node42/1069321-1215159428
PBS_JOBID= 7881407
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-43s-smv.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-1069321-1215159428/watcher-1069321-1215159428 -o /tmp/evaluation-result-1069321-1215159428/solver-1069321-1215159428 -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-1069321-1215159428.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 90a03adc27107c0475a8a8ba9438e5a1
RANDOM SEED=1698979001

node42.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.214
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.214
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:       1740384 kB
Buffers:         52080 kB
Cached:         154864 kB
SwapCached:       6848 kB
Active:         171252 kB
Inactive:        82840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740384 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            3028 kB
Writeback:           0 kB
Mapped:          63196 kB
Slab:            46464 kB
Committed_AS:  3629580 kB
PageTables:       1988 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 node42 at 2008-07-04 10:21:09