Trace number 1066802

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 280.426 282.169

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg10-14_ext.xml
MD5SUM2266fcf4147c2bc9f044c25c6adc6248
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.238962
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints24
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.17	c 0	Sugar v1-13 + HOME/picosat
0.00/0.17	c 0	BEGIN Fri Jul  4 07:23:51 2008
0.00/0.17	c 0	PID 5119
0.00/0.17	c 0	HOST node54.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1066802-1215149031.xml TO HOME/temp.csp
0.00/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1066802-1215149031.xml' 'HOME/temp.csp'
0.04/0.40	c 1	1 domains, 140 variables, 0 predicates, 2 relations, 24 constraints
0.04/0.43	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.43	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.26/0.51	c 1	Parsing HOME/temp.csp
0.26/0.65	c 1	parsed 167 expressions
0.26/0.66	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.26/0.66	c 1	Converting to clausal form CSP
0.26/0.68	c 1	converted 17 (10%) expressions
0.26/0.68	c 1	converted 34 (20%) expressions
0.26/0.68	c 1	converted 51 (30%) expressions
0.26/0.68	c 1	converted 67 (40%) expressions
0.26/0.68	c 1	converted 84 (50%) expressions
0.26/0.68	c 1	converted 101 (60%) expressions
0.26/0.68	c 1	converted 117 (70%) expressions
0.26/0.68	c 1	converted 134 (80%) expressions
1.20/1.43	c 2	converted 151 (90%) expressions
1.90/2.10	c 2	converted 167 (100%) expressions
1.90/2.10	c 2	CSP : 140 integers, 0 booleans, 24 clauses, largest domain size 26
1.90/2.10	c 2	Heap : 47 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.90/2.10	c 2	Propagation in CSP
1.90/2.10	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.90/2.11	c 2	CSP : 140 integers, 0 booleans, 24 clauses, largest domain size 26
1.90/2.11	c 2	Heap : 47 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.90/2.11	c 2	Simplifing CSP by introducing new Boolean variables
1.90/2.11	c 2	CSP : 140 integers, 0 booleans, 24 clauses, largest domain size 26
1.90/2.11	c 2	Heap : 47 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.09/2.30	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.09/2.32	c 3	14 (10%) CSP integer variables are encoded (336 clauses, 3552 bytes)
2.09/2.32	c 3	28 (20%) CSP integer variables are encoded (672 clauses, 7248 bytes)
2.09/2.33	c 3	42 (30%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
2.09/2.33	c 3	56 (40%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
2.09/2.33	c 3	70 (50%) CSP integer variables are encoded (1680 clauses, 19777 bytes)
2.09/2.33	c 3	84 (60%) CSP integer variables are encoded (2016 clauses, 24145 bytes)
2.09/2.33	c 3	98 (70%) CSP integer variables are encoded (2352 clauses, 28513 bytes)
2.09/2.33	c 3	112 (80%) CSP integer variables are encoded (2688 clauses, 32881 bytes)
2.09/2.33	c 3	126 (90%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
2.09/2.33	c 3	140 (100%) CSP integer variables are encoded (3360 clauses, 41617 bytes)
39.89/40.34	c 41	3 (10%) CSP clauses are encoded (182517 clauses, 12126724 bytes)
65.45/66.09	c 66	5 (20%) CSP clauses are encoded (301955 clauses, 20335284 bytes)
104.25/105.04	c 105	8 (30%) CSP clauses are encoded (481112 clauses, 32818713 bytes)
129.32/130.28	c 131	10 (40%) CSP clauses are encoded (600550 clauses, 41140999 bytes)
155.49/156.50	c 157	12 (50%) CSP clauses are encoded (719988 clauses, 49463790 bytes)
181.35/182.57	c 183	15 (60%) CSP clauses are encoded (853491 clauses, 58973491 bytes)
183.43/184.61	c 185	17 (70%) CSP clauses are encoded (881621 clauses, 61135330 bytes)
186.71/187.99	c 188	20 (80%) CSP clauses are encoded (923816 clauses, 65067349 bytes)
188.80/190.04	c 190	22 (90%) CSP clauses are encoded (951946 clauses, 67688695 bytes)
190.79/192.08	c 192	24 (100%) CSP clauses are encoded (980076 clauses, 70310041 bytes)
190.79/192.08	c 192	24 CSP clauses encoded
190.79/192.08	c 192	Writing map file : HOME/temp.map
190.79/192.09	c 192	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
190.79/192.09	c 192	SAT : 3500 SAT variables, 980076 SAT clauses, 70310041 bytes
190.79/192.09	c 192	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
190.87/192.13	c 192	SOLVING HOME/temp.cnf
190.87/192.13	c 192	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
280.18/281.96	c 282	DECODING HOME/temp.out WITH HOME/temp.map
280.18/281.96	c 282	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
280.24/282.05	c 282	Decoding HOME/temp.out
280.24/282.08	s UNSATISFIABLE
280.24/282.09	c 282	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
280.24/282.14	c 282	CPU 262 (0.03 0.01 261.97 18.35)
280.24/282.14	c 282	END Fri Jul  4 07:28:33 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-1066802-1215149031/watcher-1066802-1215149031 -o /tmp/evaluation-result-1066802-1215149031/solver-1066802-1215149031 -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-1066802-1215149031.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.92 1.95 1.98 4/82 5119
/proc/meminfo: memFree=1867112/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=18572 CPUtime=0
/proc/5119/stat : 5119 (runsolver) R 5117 5119 4906 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1993875777 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 234211568935 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5119/statm: 4643 292 257 25 0 2626 0

[startup+0.0326139 s]
/proc/loadavg: 1.92 1.95 1.98 4/82 5119
/proc/meminfo: memFree=1867112/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=124 CPUtime=0
/proc/5119/stat : 5119 (sugar) D 5117 5119 4906 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 1993875777 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 234208949641 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/5119/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102629 s]
/proc/loadavg: 1.92 1.95 1.98 4/82 5119
/proc/meminfo: memFree=1867112/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=12272 CPUtime=0
/proc/5119/stat : 5119 (sugar) D 5117 5119 4906 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 1993875777 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/5119/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302675 s]
/proc/loadavg: 1.92 1.95 1.98 4/82 5119
/proc/meminfo: memFree=1867112/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=13600 CPUtime=0.04
/proc/5119/stat : 5119 (sugar) S 5117 5119 4906 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993875777 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5119/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701758 s]
/proc/loadavg: 1.92 1.95 1.98 4/82 5119
/proc/meminfo: memFree=1867112/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=13600 CPUtime=0.26
/proc/5119/stat : 5119 (sugar) S 5117 5119 4906 0 -1 4194304 973 4898 0 1 3 1 20 2 15 0 1 0 1993875777 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5119/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13600

[startup+1.50193 s]
/proc/loadavg: 1.92 1.95 1.98 4/93 5141
/proc/meminfo: memFree=1845264/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=13600 CPUtime=0.26
/proc/5119/stat : 5119 (sugar) S 5117 5119 4906 0 -1 4194304 973 4898 0 1 3 1 20 2 15 0 1 0 1993875777 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5119/statm: 3400 797 370 3 0 500 0
[pid=5132] ppid=5119 vsize=5356 CPUtime=0
/proc/5132/stat : 5132 (sh) S 5119 5119 4906 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993875820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5132/statm: 1339 233 193 169 0 50 0
[pid=5133] ppid=5132 vsize=864328 CPUtime=1.04
/proc/5133/stat : 5133 (java) S 5132 5119 4906 0 -1 0 11885 0 1 0 99 5 0 0 18 0 9 0 1993875820 885071872 11153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5133/statm: 216082 11153 2540 9 0 210657 0
[pid=5133/tid=5134] ppid=5132 vsize=864328 CPUtime=0.42
/proc/5133/task/5134/stat : 5134 (java) R 5132 5119 4906 0 -1 64 2914 0 1 0 41 1 0 0 25 0 9 0 1993875821 885071872 11153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5135] ppid=5132 vsize=864328 CPUtime=0.54
/proc/5133/task/5135/stat : 5135 (java) R 5132 5119 4906 0 -1 64 7950 0 0 0 51 3 0 0 17 0 9 0 1993875822 885071872 11153 996147200 134512640 134550740 4294955952 18446744073709551615 102723232 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5136] ppid=5132 vsize=864328 CPUtime=0
/proc/5133/task/5136/stat : 5136 (java) S 5132 5119 4906 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993875823 885071872 11153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5137] ppid=5132 vsize=864328 CPUtime=0
/proc/5133/task/5137/stat : 5137 (java) S 5132 5119 4906 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993875823 885071872 11153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5138] ppid=5132 vsize=864328 CPUtime=0
/proc/5133/task/5138/stat : 5138 (java) S 5132 5119 4906 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1993875824 885071872 11153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5139] ppid=5132 vsize=864328 CPUtime=0.05
/proc/5133/task/5139/stat : 5139 (java) S 5132 5119 4906 0 -1 64 328 0 0 0 5 0 0 0 16 0 9 0 1993875824 885071872 11153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5140] ppid=5132 vsize=864328 CPUtime=0
/proc/5133/task/5140/stat : 5140 (java) S 5132 5119 4906 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1993875824 885071872 11153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5141] ppid=5132 vsize=864328 CPUtime=0
/proc/5133/task/5141/stat : 5141 (java) S 5132 5119 4906 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993875824 885071872 11153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 883284

[startup+3.10225 s]
/proc/loadavg: 1.92 1.95 1.98 4/93 5141
/proc/meminfo: memFree=1807824/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=13600 CPUtime=0.26
/proc/5119/stat : 5119 (sugar) S 5117 5119 4906 0 -1 4194304 974 4898 0 1 3 1 20 2 15 0 1 0 1993875777 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5119/statm: 3400 797 370 3 0 500 0
[pid=5132] ppid=5119 vsize=5356 CPUtime=0
/proc/5132/stat : 5132 (sh) S 5119 5119 4906 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993875820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5132/statm: 1339 233 193 169 0 50 0
[pid=5133] ppid=5132 vsize=864440 CPUtime=2.63
/proc/5133/stat : 5133 (java) S 5132 5119 4906 0 -1 0 18290 0 1 0 254 9 0 0 18 0 9 0 1993875820 885186560 17515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5133/statm: 216110 17515 2564 9 0 210657 0
[pid=5133/tid=5134] ppid=5132 vsize=864440 CPUtime=1.32
/proc/5133/task/5134/stat : 5134 (java) R 5132 5119 4906 0 -1 64 3325 0 1 0 131 1 0 0 25 0 9 0 1993875821 885186560 17515 996147200 134512640 134550740 4294955952 18446744073709551615 4126586240 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5135] ppid=5132 vsize=864440 CPUtime=1.2
/proc/5133/task/5135/stat : 5135 (java) S 5132 5119 4906 0 -1 64 13923 0 0 0 114 6 0 0 16 0 9 0 1993875822 885186560 17515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5136] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5136/stat : 5136 (java) S 5132 5119 4906 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993875823 885186560 17515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5137] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5137/stat : 5137 (java) S 5132 5119 4906 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993875823 885186560 17515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5138] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5138/stat : 5138 (java) S 5132 5119 4906 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1993875824 885186560 17515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5139] ppid=5132 vsize=864440 CPUtime=0.08
/proc/5133/task/5139/stat : 5139 (java) S 5132 5119 4906 0 -1 64 349 0 0 0 8 0 0 0 16 0 9 0 1993875824 885186560 17515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5140] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5140/stat : 5140 (java) S 5132 5119 4906 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1993875824 885186560 17515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5141] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5141/stat : 5141 (java) S 5132 5119 4906 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993875824 885186560 17515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 883396

[startup+6.30191 s]
/proc/loadavg: 1.93 1.95 1.98 3/93 5141
/proc/meminfo: memFree=1804176/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=13600 CPUtime=0.26
/proc/5119/stat : 5119 (sugar) S 5117 5119 4906 0 -1 4194304 974 4898 0 1 3 1 20 2 15 0 1 0 1993875777 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5119/statm: 3400 797 370 3 0 500 0
[pid=5132] ppid=5119 vsize=5356 CPUtime=0
/proc/5132/stat : 5132 (sh) S 5119 5119 4906 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993875820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5132/statm: 1339 233 193 169 0 50 0
[pid=5133] ppid=5132 vsize=864440 CPUtime=5.81
/proc/5133/stat : 5133 (java) S 5132 5119 4906 0 -1 0 18657 0 1 0 572 9 0 0 18 0 9 0 1993875820 885186560 17874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5133/statm: 216110 17874 2564 9 0 210657 0
[pid=5133/tid=5134] ppid=5132 vsize=864440 CPUtime=4.48
/proc/5133/task/5134/stat : 5134 (java) R 5132 5119 4906 0 -1 64 3333 0 1 0 447 1 0 0 25 0 9 0 1993875821 885186560 17874 996147200 134512640 134550740 4294955952 18446744073709551615 4126586287 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5135] ppid=5132 vsize=864440 CPUtime=1.21
/proc/5133/task/5135/stat : 5135 (java) S 5132 5119 4906 0 -1 64 14282 0 0 0 115 6 0 0 16 0 9 0 1993875822 885186560 17874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5136] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5136/stat : 5136 (java) S 5132 5119 4906 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993875823 885186560 17874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5137] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5137/stat : 5137 (java) S 5132 5119 4906 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993875823 885186560 17874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5138] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5138/stat : 5138 (java) S 5132 5119 4906 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1993875824 885186560 17874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5139] ppid=5132 vsize=864440 CPUtime=0.08
/proc/5133/task/5139/stat : 5139 (java) S 5132 5119 4906 0 -1 64 349 0 0 0 8 0 0 0 16 0 9 0 1993875824 885186560 17874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5140] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5140/stat : 5140 (java) S 5132 5119 4906 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1993875824 885186560 17874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5141] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5141/stat : 5141 (java) S 5132 5119 4906 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993875824 885186560 17874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 883396

[startup+12.7022 s]
/proc/loadavg: 1.93 1.96 1.98 3/93 5141
/proc/meminfo: memFree=1798288/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=13600 CPUtime=0.26
/proc/5119/stat : 5119 (sugar) S 5117 5119 4906 0 -1 4194304 974 4898 0 1 3 1 20 2 15 0 1 0 1993875777 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5119/statm: 3400 797 370 3 0 500 0
[pid=5132] ppid=5119 vsize=5356 CPUtime=0
/proc/5132/stat : 5132 (sh) S 5119 5119 4906 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993875820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5132/statm: 1339 233 193 169 0 50 0
[pid=5133] ppid=5132 vsize=864440 CPUtime=12.18
/proc/5133/stat : 5133 (java) S 5132 5119 4906 0 -1 0 19961 0 1 0 1208 10 0 0 18 0 9 0 1993875820 885186560 19153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5133/statm: 216110 19153 2564 9 0 210657 0
[pid=5133/tid=5134] ppid=5132 vsize=864440 CPUtime=10.79
/proc/5133/task/5134/stat : 5134 (java) R 5132 5119 4906 0 -1 64 3358 0 1 0 1077 2 0 0 25 0 9 0 1993875821 885186560 19153 996147200 134512640 134550740 4294955952 18446744073709551615 4126586240 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5135] ppid=5132 vsize=864440 CPUtime=1.29
/proc/5133/task/5135/stat : 5135 (java) S 5132 5119 4906 0 -1 64 15561 0 0 0 122 7 0 0 16 0 9 0 1993875822 885186560 19153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5136] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5136/stat : 5136 (java) S 5132 5119 4906 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993875823 885186560 19153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5137] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5137/stat : 5137 (java) S 5132 5119 4906 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993875823 885186560 19153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5138] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5138/stat : 5138 (java) S 5132 5119 4906 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1993875824 885186560 19153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5139] ppid=5132 vsize=864440 CPUtime=0.08
/proc/5133/task/5139/stat : 5139 (java) S 5132 5119 4906 0 -1 64 349 0 0 0 8 0 0 0 16 0 9 0 1993875824 885186560 19153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5140] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5140/stat : 5140 (java) S 5132 5119 4906 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1993875824 885186560 19153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5141] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5141/stat : 5141 (java) S 5132 5119 4906 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993875824 885186560 19153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 883396

[startup+25.5029 s]
/proc/loadavg: 1.95 1.96 1.98 3/93 5141
/proc/meminfo: memFree=1784144/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=13600 CPUtime=0.26
/proc/5119/stat : 5119 (sugar) S 5117 5119 4906 0 -1 4194304 974 4898 0 1 3 1 20 2 15 0 1 0 1993875777 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5119/statm: 3400 797 370 3 0 500 0
[pid=5132] ppid=5119 vsize=5356 CPUtime=0
/proc/5132/stat : 5132 (sh) S 5119 5119 4906 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993875820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5132/statm: 1339 233 193 169 0 50 0
[pid=5133] ppid=5132 vsize=864440 CPUtime=24.92
/proc/5133/stat : 5133 (java) S 5132 5119 4906 0 -1 0 22407 0 1 0 2477 15 0 0 18 0 9 0 1993875820 885186560 21527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5133/statm: 216110 21527 2564 9 0 210657 0
[pid=5133/tid=5134] ppid=5132 vsize=864440 CPUtime=23.37
/proc/5133/task/5134/stat : 5134 (java) R 5132 5119 4906 0 -1 64 3430 0 1 0 2332 5 0 0 25 0 9 0 1993875821 885186560 21527 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5135] ppid=5132 vsize=864440 CPUtime=1.43
/proc/5133/task/5135/stat : 5135 (java) S 5132 5119 4906 0 -1 64 17931 0 0 0 134 9 0 0 16 0 9 0 1993875822 885186560 21527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5136] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5136/stat : 5136 (java) S 5132 5119 4906 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993875823 885186560 21527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5137] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5137/stat : 5137 (java) S 5132 5119 4906 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993875823 885186560 21527 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=5133/tid=5139] ppid=5132 vsize=864440 CPUtime=0.1
/proc/5133/task/5139/stat : 5139 (java) S 5132 5119 4906 0 -1 64 358 0 0 0 10 0 0 0 16 0 9 0 1993875824 885186560 26897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5140] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5140/stat : 5140 (java) S 5132 5119 4906 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1993875824 885186560 26897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5141] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5141/stat : 5141 (java) S 5132 5119 4906 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993875824 885186560 26897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 883396

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/93 5141
/proc/meminfo: memFree=1717456/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=13600 CPUtime=0.26
/proc/5119/stat : 5119 (sugar) S 5117 5119 4906 0 -1 4194304 974 4898 0 1 3 1 20 2 16 0 1 0 1993875777 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5119/statm: 3400 797 370 3 0 500 0
[pid=5132] ppid=5119 vsize=5356 CPUtime=0
/proc/5132/stat : 5132 (sh) S 5119 5119 4906 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993875820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5132/statm: 1339 233 193 169 0 50 0
[pid=5133] ppid=5132 vsize=864440 CPUtime=160.99
/proc/5133/stat : 5133 (java) S 5132 5119 4906 0 -1 0 43782 0 1 0 16045 54 0 0 18 0 9 0 1993875820 885186560 26897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5133/statm: 216110 26897 2564 9 0 210657 0
[pid=5133/tid=5134] ppid=5132 vsize=864440 CPUtime=157.08
/proc/5133/task/5134/stat : 5134 (java) R 5132 5119 4906 0 -1 64 4136 0 1 0 15676 32 0 0 25 0 9 0 1993875821 885186560 26897 996147200 134512640 134550740 4294955952 18446744073709551615 4126549152 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5135] ppid=5132 vsize=864440 CPUtime=3.78
/proc/5133/task/5135/stat : 5135 (java) S 5132 5119 4906 0 -1 64 38595 0 0 0 358 20 0 0 16 0 9 0 1993875822 885186560 26897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5136] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5136/stat : 5136 (java) S 5132 5119 4906 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993875823 885186560 26897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5137] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5137/stat : 5137 (java) S 5132 5119 4906 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993875823 885186560 26897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5138] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5138/stat : 5138 (java) S 5132 5119 4906 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1993875824 885186560 26897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5139] ppid=5132 vsize=864440 CPUtime=0.1
/proc/5133/task/5139/stat : 5139 (java) S 5132 5119 4906 0 -1 64 358 0 0 0 10 0 0 0 16 0 9 0 1993875824 885186560 26897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5140] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5140/stat : 5140 (java) S 5132 5119 4906 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1993875824 885186560 26897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5133/tid=5141] ppid=5132 vsize=864440 CPUtime=0
/proc/5133/task/5141/stat : 5141 (java) S 5132 5119 4906 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993875824 885186560 26897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.25
Current children cumulated vsize (KiB) 883396

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/85 5143
/proc/meminfo: memFree=1729040/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=13600 CPUtime=190.91
/proc/5119/stat : 5119 (sugar) S 5117 5119 4906 0 -1 4194304 1021 54332 0 2 3 1 19014 73 16 0 1 0 1993875777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5119/statm: 3400 798 370 3 0 500 0
[pid=5142] ppid=5119 vsize=5356 CPUtime=0
/proc/5142/stat : 5142 (sh) S 5119 5119 4906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993894990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5142/statm: 1339 232 193 169 0 50 0
[pid=5143] ppid=5142 vsize=67324 CPUtime=30.01
/proc/5143/stat : 5143 (picosat) R 5142 5119 4906 0 -1 4194304 16592 0 0 0 1437 1564 0 0 25 0 1 0 1993894990 68939776 16578 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/5143/statm: 16831 16578 40 102 0 16726 0
Current children cumulated CPU time (s) 220.92
Current children cumulated vsize (KiB) 86280

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

[startup+255.902 s]
/proc/loadavg: 1.99 1.97 1.98 3/85 5143
/proc/meminfo: memFree=1719248/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=13600 CPUtime=190.91
/proc/5119/stat : 5119 (sugar) S 5117 5119 4906 0 -1 4194304 1021 54332 0 2 3 1 19014 73 16 0 1 0 1993875777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5119/statm: 3400 798 370 3 0 500 0
[pid=5142] ppid=5119 vsize=5356 CPUtime=0
/proc/5142/stat : 5142 (sh) S 5119 5119 4906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993894990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5142/statm: 1339 232 193 169 0 50 0
[pid=5143] ppid=5142 vsize=75904 CPUtime=63.41
/proc/5143/stat : 5143 (picosat) R 5142 5119 4906 0 -1 4194304 18856 0 0 0 4584 1757 0 0 25 0 1 0 1993894990 77725696 18842 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5143/statm: 18976 18842 42 102 0 18871 0
Current children cumulated CPU time (s) 254.32
Current children cumulated vsize (KiB) 94860

[startup+268.702 s]
/proc/loadavg: 1.99 1.97 1.98 3/85 5143
/proc/meminfo: memFree=1718928/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=13600 CPUtime=190.91
/proc/5119/stat : 5119 (sugar) S 5117 5119 4906 0 -1 4194304 1021 54332 0 2 3 1 19014 73 16 0 1 0 1993875777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5119/statm: 3400 798 370 3 0 500 0
[pid=5142] ppid=5119 vsize=5356 CPUtime=0
/proc/5142/stat : 5142 (sh) S 5119 5119 4906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993894990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5142/statm: 1339 232 193 169 0 50 0
[pid=5143] ppid=5142 vsize=76432 CPUtime=76.14
/proc/5143/stat : 5143 (picosat) R 5142 5119 4906 0 -1 4194304 19012 0 0 0 5857 1757 0 0 25 0 1 0 1993894990 78266368 18998 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5143/statm: 19108 18998 42 102 0 19003 0
Current children cumulated CPU time (s) 267.05
Current children cumulated vsize (KiB) 95388

[startup+275.102 s]
/proc/loadavg: 1.99 1.97 1.98 3/85 5143
/proc/meminfo: memFree=1718608/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=13600 CPUtime=190.91
/proc/5119/stat : 5119 (sugar) S 5117 5119 4906 0 -1 4194304 1021 54332 0 2 3 1 19014 73 16 0 1 0 1993875777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5119/statm: 3400 798 370 3 0 500 0
[pid=5142] ppid=5119 vsize=5356 CPUtime=0
/proc/5142/stat : 5142 (sh) S 5119 5119 4906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993894990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5142/statm: 1339 232 193 169 0 50 0
[pid=5143] ppid=5142 vsize=76696 CPUtime=82.51
/proc/5143/stat : 5143 (picosat) R 5142 5119 4906 0 -1 4194304 19086 0 0 0 6493 1758 0 0 25 0 1 0 1993894990 78536704 19072 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5143/statm: 19174 19072 42 102 0 19069 0
Current children cumulated CPU time (s) 273.42
Current children cumulated vsize (KiB) 95652

[startup+278.306 s]
/proc/loadavg: 1.99 1.97 1.98 3/85 5143
/proc/meminfo: memFree=1718480/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=13600 CPUtime=190.91
/proc/5119/stat : 5119 (sugar) S 5117 5119 4906 0 -1 4194304 1021 54332 0 2 3 1 19014 73 16 0 1 0 1993875777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5119/statm: 3400 798 370 3 0 500 0
[pid=5142] ppid=5119 vsize=5356 CPUtime=0
/proc/5142/stat : 5142 (sh) S 5119 5119 4906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993894990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5142/statm: 1339 232 193 169 0 50 0
[pid=5143] ppid=5142 vsize=76828 CPUtime=85.69
/proc/5143/stat : 5143 (picosat) R 5142 5119 4906 0 -1 4194304 19118 0 0 0 6811 1758 0 0 25 0 1 0 1993894990 78671872 19104 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5143/statm: 19207 19104 42 102 0 19102 0
Current children cumulated CPU time (s) 276.6
Current children cumulated vsize (KiB) 95784

[startup+279.902 s]
/proc/loadavg: 1.99 1.97 1.98 3/85 5143
/proc/meminfo: memFree=1718416/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=13600 CPUtime=190.91
/proc/5119/stat : 5119 (sugar) S 5117 5119 4906 0 -1 4194304 1021 54332 0 2 3 1 19014 73 16 0 1 0 1993875777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5119/statm: 3400 798 370 3 0 500 0
[pid=5142] ppid=5119 vsize=5356 CPUtime=0
/proc/5142/stat : 5142 (sh) S 5119 5119 4906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993894990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5142/statm: 1339 232 193 169 0 50 0
[pid=5143] ppid=5142 vsize=76960 CPUtime=87.28
/proc/5143/stat : 5143 (picosat) R 5142 5119 4906 0 -1 4194304 19133 0 0 0 6970 1758 0 0 25 0 1 0 1993894990 78807040 19119 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5143/statm: 19240 19119 42 102 0 19135 0
Current children cumulated CPU time (s) 278.19
Current children cumulated vsize (KiB) 95916

[startup+281.502 s]
/proc/loadavg: 1.99 1.97 1.98 3/85 5143
/proc/meminfo: memFree=1718288/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=13600 CPUtime=190.91
/proc/5119/stat : 5119 (sugar) S 5117 5119 4906 0 -1 4194304 1021 54332 0 2 3 1 19014 73 16 0 1 0 1993875777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5119/statm: 3400 798 370 3 0 500 0
[pid=5142] ppid=5119 vsize=5356 CPUtime=0
/proc/5142/stat : 5142 (sh) S 5119 5119 4906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993894990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5142/statm: 1339 232 193 169 0 50 0
[pid=5143] ppid=5142 vsize=76960 CPUtime=88.88
/proc/5143/stat : 5143 (picosat) R 5142 5119 4906 0 -1 4194304 19151 0 0 0 7130 1758 0 0 25 0 1 0 1993894990 78807040 19137 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5143/statm: 19240 19137 42 102 0 19135 0
Current children cumulated CPU time (s) 279.79
Current children cumulated vsize (KiB) 95916

[startup+281.902 s]
/proc/loadavg: 1.99 1.97 1.98 3/85 5143
/proc/meminfo: memFree=1718288/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=13600 CPUtime=190.91
/proc/5119/stat : 5119 (sugar) S 5117 5119 4906 0 -1 4194304 1021 54332 0 2 3 1 19014 73 16 0 1 0 1993875777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5119/statm: 3400 798 370 3 0 500 0
[pid=5142] ppid=5119 vsize=5356 CPUtime=0
/proc/5142/stat : 5142 (sh) S 5119 5119 4906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993894990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5142/statm: 1339 232 193 169 0 50 0
[pid=5143] ppid=5142 vsize=72864 CPUtime=89.27
/proc/5143/stat : 5143 (picosat) R 5142 5119 4906 0 -1 4194304 19154 0 0 0 7169 1758 0 0 25 0 1 0 1993894990 74612736 18148 996147200 134512640 134931368 4294956256 18446744073709551615 134579050 0 0 4096 0 0 0 0 17 1 0 0
/proc/5143/statm: 18216 18148 42 102 0 18111 0
Current children cumulated CPU time (s) 280.18
Current children cumulated vsize (KiB) 91820

[startup+282.102 s]
/proc/loadavg: 1.99 1.97 1.98 3/85 5143
/proc/meminfo: memFree=1718288/2055920 swapFree=4179680/4192956
[pid=5119] ppid=5117 vsize=13600 CPUtime=280.24
/proc/5119/stat : 5119 (sugar) S 5117 5119 4906 0 -1 4194304 1089 73773 0 2 3 1 26187 1833 15 0 1 0 1993875777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5119/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 280.24
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 282.169
CPU time (s): 280.426
CPU user time (s): 262.014
CPU system time (s): 18.4122
CPU usage (%): 99.3825
Max. virtual memory (cumulated for all children) (KiB): 893896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 262.014
system time used= 18.4122
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78574
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= 13263
involuntary context switches= 18275

runsolver used 0.352946 second user time and 0.960853 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-04 07:23:51
IDJOB=1066802
IDBENCH=55143
IDSOLVER=345
FILE ID=node54/1066802-1215149031
PBS_JOBID= 7877433
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg10-14_ext.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-1066802-1215149031/watcher-1066802-1215149031 -o /tmp/evaluation-result-1066802-1215149031/solver-1066802-1215149031 -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-1066802-1215149031.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2266fcf4147c2bc9f044c25c6adc6248
RANDOM SEED=1306555429

node54.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.279
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.279
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:       1867592 kB
Buffers:         10872 kB
Cached:          86428 kB
SwapCached:       6536 kB
Active:         106508 kB
Inactive:        16752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1867592 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            1660 kB
Writeback:           0 kB
Mapped:          42104 kB
Slab:            50148 kB
Committed_AS:  3848564 kB
PageTables:       1820 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= 66556 MiB
End job on node54 at 2008-07-04 07:28:34