Trace number 1074344

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 264.508 265.966

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle18.xml
MD5SUM440709f70ad69a79de8494504f306ace
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.202968
Satisfiable
(Un)Satisfiability was proved
Number of variables177
Number of constraints1277
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension86
Number of constraints which are defined in intension1191
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 Fri Jul  4 15:34:18 2008
0.00/0.04	c 0	PID 24153
0.03/0.05	c 0	HOST node55.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1074344-1215178458.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1074344-1215178458.xml' 'HOME/temp.csp'
0.03/0.69	c 0	1 domains, 177 variables, 6 predicates, 4 relations, 1277 constraints
0.03/0.73	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	c 0	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.65/0.81	c 1	Parsing HOME/temp.csp
0.90/1.05	c 1	parsed 1465 expressions
0.90/1.06	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.90/1.06	c 1	Converting to clausal form CSP
0.90/1.08	c 1	converted 147 (10%) expressions
1.90/2.02	c 2	converted 293 (20%) expressions
1.99/2.17	c 2	converted 440 (30%) expressions
1.99/2.19	c 2	converted 586 (40%) expressions
2.09/2.21	c 2	converted 733 (50%) expressions
2.09/2.22	c 2	converted 879 (60%) expressions
2.09/2.24	c 2	converted 1026 (70%) expressions
2.09/2.26	c 2	converted 1172 (80%) expressions
2.09/2.28	c 2	converted 1319 (90%) expressions
2.28/2.40	c 2	converted 1465 (100%) expressions
2.28/2.40	c 2	CSP : 177 integers, 0 booleans, 1277 clauses, largest domain size 26
2.28/2.40	c 2	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.28/2.40	c 2	Propagation in CSP
2.28/2.42	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.28/2.42	c 2	CSP : 177 integers, 0 booleans, 1277 clauses, largest domain size 26
2.28/2.42	c 2	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.28/2.42	c 2	Simplifing CSP by introducing new Boolean variables
2.28/2.46	c 2	CSP : 177 integers, 8832 booleans, 10109 clauses, largest domain size 26
2.28/2.46	c 2	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.49/2.67	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.49/2.69	c 2	18 (10%) CSP integer variables are encoded (432 clauses, 4608 bytes)
2.49/2.69	c 2	36 (20%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.49/2.69	c 2	54 (30%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
2.49/2.69	c 2	71 (40%) CSP integer variables are encoded (1704 clauses, 20089 bytes)
2.49/2.69	c 2	89 (50%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
2.49/2.69	c 2	107 (60%) CSP integer variables are encoded (2568 clauses, 31321 bytes)
2.49/2.70	c 2	124 (70%) CSP integer variables are encoded (2976 clauses, 36625 bytes)
2.49/2.70	c 2	142 (80%) CSP integer variables are encoded (3408 clauses, 42241 bytes)
2.49/2.70	c 2	160 (90%) CSP integer variables are encoded (3840 clauses, 47857 bytes)
2.49/2.70	c 2	177 (100%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
15.61/15.88	c 16	1011 (10%) CSP clauses are encoded (387565 clauses, 14084947 bytes)
15.71/15.93	c 16	2022 (20%) CSP clauses are encoded (410226 clauses, 14507865 bytes)
15.71/15.97	c 16	3033 (30%) CSP clauses are encoded (432912 clauses, 14931234 bytes)
15.81/16.02	c 16	4044 (40%) CSP clauses are encoded (456073 clauses, 15336648 bytes)
15.81/16.07	c 16	5055 (50%) CSP clauses are encoded (479559 clauses, 15749279 bytes)
15.91/16.11	c 16	6066 (60%) CSP clauses are encoded (503020 clauses, 16165809 bytes)
15.91/16.15	c 16	7077 (70%) CSP clauses are encoded (526506 clauses, 16597968 bytes)
16.01/16.20	c 16	8088 (80%) CSP clauses are encoded (549992 clauses, 17061159 bytes)
19.78/20.08	c 20	9099 (90%) CSP clauses are encoded (604021 clauses, 19543168 bytes)
31.43/31.74	c 31	10109 (100%) CSP clauses are encoded (719135 clauses, 26607286 bytes)
31.43/31.74	c 31	10109 CSP clauses encoded
31.43/31.75	c 31	Writing map file : HOME/temp.map
31.43/31.75	c 31	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.43/31.75	c 31	SAT : 13257 SAT variables, 719135 SAT clauses, 26607286 bytes
31.43/31.75	c 31	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.43/31.78	c 31	SOLVING HOME/temp.cnf
31.43/31.78	c 31	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
264.16/265.63	c 265	DECODING HOME/temp.out WITH HOME/temp.map
264.16/265.63	c 265	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
264.21/265.71	c 265	Decoding HOME/temp.out
264.21/265.86	s SATISFIABLE
264.21/265.86	v 5 0 8 17 0 12 0 25 4 24 21 4 18 17 20 3 4 2 8 11 8 0 4 0 21 4 4 17 14 18 18 2 0 13 19 0 3 4 13 24 0 11 19 0 17 8 6 17 4 13 3 6 15 14 5 8 13 0 22 4 14 0 5 0 1 14 15 18 8 3 4 2 10 11 8 15 15 8 13 2 14 19 19 0 8 11 4 2 14 15 0 18 8 0 6 17 0 13 3 2 7 8 11 3 15 8 11 11 4 3 19 0 15 4 8 0 13 19 19 24 17 13 0 2 3 2 5 17 0 20 2 8 0 17 7 24 12 4 11 0 8 17 11 14 1 1 24 4 12 8 11 4 17 3 0 0 3 4 11 4 0 2 19 18 22 4 0 11 22 0 23 4 13 19 0 19 4
264.21/265.89	c 266	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
264.21/265.96	c 266	CPU 257.53 (0.03 0.01 257.5 6.93)
264.21/265.96	c 266	END Fri Jul  4 15:38:44 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-1074344-1215178458/watcher-1074344-1215178458 -o /tmp/evaluation-result-1074344-1215178458/solver-1074344-1215178458 -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-1074344-1215178458.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.98 1.99 4/81 24153
/proc/meminfo: memFree=1586864/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=18572 CPUtime=0
/proc/24153/stat : 24153 (runsolver) R 24151 24153 21455 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1547512579 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 248761609511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24153/statm: 4643 292 257 25 0 2626 0

[startup+0.049489 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 24153
/proc/meminfo: memFree=1586864/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=0.03
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1547512579 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102485 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 24153
/proc/meminfo: memFree=1586864/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=0.03
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1547512579 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301519 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 24153
/proc/meminfo: memFree=1586864/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=0.03
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1547512579 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702587 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 24153
/proc/meminfo: memFree=1586864/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=0.03
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 1547512579 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50173 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 24175
/proc/meminfo: memFree=1577560/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=0.65
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 973 5261 0 1 3 0 59 3 15 0 1 0 1547512579 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 797 370 3 0 500 0
[pid=24166] ppid=24153 vsize=5356 CPUtime=0
/proc/24166/stat : 24166 (sh) S 24153 24153 21455 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547512652 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24166/statm: 1339 233 193 169 0 50 0
[pid=24167] ppid=24166 vsize=864320 CPUtime=0.75
/proc/24167/stat : 24167 (java) S 24166 24153 21455 0 -1 0 8106 0 1 0 71 4 0 0 19 0 9 0 1547512652 885063680 7369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24167/statm: 216080 7369 2542 9 0 210655 0
[pid=24167/tid=24168] ppid=24166 vsize=864320 CPUtime=0.41
/proc/24167/task/24168/stat : 24168 (java) R 24166 24153 21455 0 -1 64 2662 0 1 0 40 1 0 0 22 0 9 0 1547512653 885063680 7369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24169] ppid=24166 vsize=864320 CPUtime=0.23
/proc/24167/task/24169/stat : 24169 (java) R 24166 24153 21455 0 -1 64 4409 0 0 0 22 1 0 0 16 0 9 0 1547512654 885063680 7369 996147200 134512640 134550740 4294955952 18446744073709551615 102674821 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24170] ppid=24166 vsize=864320 CPUtime=0
/proc/24167/task/24170/stat : 24170 (java) S 24166 24153 21455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1547512654 885063680 7369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24171] ppid=24166 vsize=864320 CPUtime=0
/proc/24167/task/24171/stat : 24171 (java) S 24166 24153 21455 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1547512654 885063680 7369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24172] ppid=24166 vsize=864320 CPUtime=0
/proc/24167/task/24172/stat : 24172 (java) S 24166 24153 21455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547512656 885063680 7369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24173] ppid=24166 vsize=864320 CPUtime=0.08
/proc/24167/task/24173/stat : 24173 (java) S 24166 24153 21455 0 -1 64 343 0 0 0 8 0 0 0 16 0 9 0 1547512656 885063680 7369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24174] ppid=24166 vsize=864320 CPUtime=0
/proc/24167/task/24174/stat : 24174 (java) S 24166 24153 21455 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547512656 885063680 7369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24175] ppid=24166 vsize=864320 CPUtime=0
/proc/24167/task/24175/stat : 24175 (java) S 24166 24153 21455 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547512656 885063680 7369 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883276

[startup+3.103 s]
/proc/loadavg: 1.93 1.98 1.99 4/92 24175
/proc/meminfo: memFree=1550552/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=0.65
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 974 5261 0 1 3 0 59 3 15 0 1 0 1547512579 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 797 370 3 0 500 0
[pid=24166] ppid=24153 vsize=5356 CPUtime=0
/proc/24166/stat : 24166 (sh) S 24153 24153 21455 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547512652 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24166/statm: 1339 233 193 169 0 50 0
[pid=24167] ppid=24166 vsize=868496 CPUtime=2.33
/proc/24167/stat : 24167 (java) S 24166 24153 21455 0 -1 0 15006 0 1 0 224 9 0 0 19 0 9 0 1547512652 889339904 14166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24167/statm: 217124 14166 2565 9 0 211671 0
[pid=24167/tid=24168] ppid=24166 vsize=868496 CPUtime=1.17
/proc/24167/task/24168/stat : 24168 (java) R 24166 24153 21455 0 -1 64 3191 0 1 0 115 2 0 0 25 0 9 0 1547512653 889339904 14166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24169] ppid=24166 vsize=868496 CPUtime=0.91
/proc/24167/task/24169/stat : 24169 (java) R 24166 24153 21455 0 -1 64 9646 0 0 0 86 5 0 0 16 0 9 0 1547512654 889339904 14166 996147200 134512640 134550740 4294955952 18446744073709551615 102514347 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24170] ppid=24166 vsize=868496 CPUtime=0
/proc/24167/task/24170/stat : 24170 (java) S 24166 24153 21455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1547512654 889339904 14166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24171] ppid=24166 vsize=868496 CPUtime=0
/proc/24167/task/24171/stat : 24171 (java) S 24166 24153 21455 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1547512654 889339904 14166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24172] ppid=24166 vsize=868496 CPUtime=0
/proc/24167/task/24172/stat : 24172 (java) S 24166 24153 21455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547512656 889339904 14166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24173] ppid=24166 vsize=868496 CPUtime=0.22
/proc/24167/task/24173/stat : 24173 (java) S 24166 24153 21455 0 -1 64 1477 0 0 0 22 0 0 0 16 0 9 0 1547512656 889339904 14166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24174] ppid=24166 vsize=868496 CPUtime=0
/proc/24167/task/24174/stat : 24174 (java) S 24166 24153 21455 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547512656 889339904 14166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24175] ppid=24166 vsize=868496 CPUtime=0
/proc/24167/task/24175/stat : 24175 (java) S 24166 24153 21455 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547512656 889339904 14166 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) 887452

[startup+6.30257 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 24175
/proc/meminfo: memFree=1528024/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=0.65
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 974 5261 0 1 3 0 59 3 15 0 1 0 1547512579 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 797 370 3 0 500 0
[pid=24166] ppid=24153 vsize=5356 CPUtime=0
/proc/24166/stat : 24166 (sh) S 24153 24153 21455 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547512652 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24166/statm: 1339 233 193 169 0 50 0
[pid=24167] ppid=24166 vsize=868496 CPUtime=5.52
/proc/24167/stat : 24167 (java) S 24166 24153 21455 0 -1 0 16872 0 1 0 539 13 0 0 19 0 9 0 1547512652 889339904 15937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24167/statm: 217124 15937 2565 9 0 211671 0
[pid=24167/tid=24168] ppid=24166 vsize=868496 CPUtime=4.18
/proc/24167/task/24168/stat : 24168 (java) R 24166 24153 21455 0 -1 64 3287 0 1 0 413 5 0 0 25 0 9 0 1547512653 889339904 15937 996147200 134512640 134550740 4294955952 18446744073709551615 4126095728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24169] ppid=24166 vsize=868496 CPUtime=1.08
/proc/24167/task/24169/stat : 24169 (java) S 24166 24153 21455 0 -1 64 11412 0 0 0 102 6 0 0 16 0 9 0 1547512654 889339904 15937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24170] ppid=24166 vsize=868496 CPUtime=0
/proc/24167/task/24170/stat : 24170 (java) S 24166 24153 21455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1547512654 889339904 15937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24171] ppid=24166 vsize=868496 CPUtime=0
/proc/24167/task/24171/stat : 24171 (java) S 24166 24153 21455 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1547512654 889339904 15937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24172] ppid=24166 vsize=868496 CPUtime=0
/proc/24167/task/24172/stat : 24172 (java) S 24166 24153 21455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547512656 889339904 15937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24173] ppid=24166 vsize=868496 CPUtime=0.22
/proc/24167/task/24173/stat : 24173 (java) S 24166 24153 21455 0 -1 64 1481 0 0 0 22 0 0 0 16 0 9 0 1547512656 889339904 15937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24174] ppid=24166 vsize=868496 CPUtime=0
/proc/24167/task/24174/stat : 24174 (java) S 24166 24153 21455 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547512656 889339904 15937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24175] ppid=24166 vsize=868496 CPUtime=0
/proc/24167/task/24175/stat : 24175 (java) S 24166 24153 21455 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547512656 889339904 15937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887452

[startup+12.7017 s]
/proc/loadavg: 2.09 2.02 2.01 3/92 24175
/proc/meminfo: memFree=1510296/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=0.65
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 974 5261 0 1 3 0 59 3 15 0 1 0 1547512579 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 797 370 3 0 500 0
[pid=24166] ppid=24153 vsize=5356 CPUtime=0
/proc/24166/stat : 24166 (sh) S 24153 24153 21455 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547512652 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24166/statm: 1339 233 193 169 0 50 0
[pid=24167] ppid=24166 vsize=868496 CPUtime=11.88
/proc/24167/stat : 24167 (java) S 24166 24153 21455 0 -1 0 19764 0 1 0 1170 18 0 0 19 0 9 0 1547512652 889339904 18713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24167/statm: 217124 18713 2565 9 0 211671 0
[pid=24167/tid=24168] ppid=24166 vsize=868496 CPUtime=10.27
/proc/24167/task/24168/stat : 24168 (java) R 24166 24153 21455 0 -1 64 3404 0 1 0 1019 8 0 0 25 0 9 0 1547512653 889339904 18713 996147200 134512640 134550740 4294955952 18446744073709551615 102064687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24169] ppid=24166 vsize=868496 CPUtime=1.33
/proc/24167/task/24169/stat : 24169 (java) S 24166 24153 21455 0 -1 64 14183 0 0 0 126 7 0 0 16 0 9 0 1547512654 889339904 18713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24170] ppid=24166 vsize=868496 CPUtime=0
/proc/24167/task/24170/stat : 24170 (java) S 24166 24153 21455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1547512654 889339904 18713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24171] ppid=24166 vsize=868496 CPUtime=0
/proc/24167/task/24171/stat : 24171 (java) S 24166 24153 21455 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1547512654 889339904 18713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24172] ppid=24166 vsize=868496 CPUtime=0
/proc/24167/task/24172/stat : 24172 (java) S 24166 24153 21455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547512656 889339904 18713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24173] ppid=24166 vsize=868496 CPUtime=0.24
/proc/24167/task/24173/stat : 24173 (java) S 24166 24153 21455 0 -1 64 1485 0 0 0 23 1 0 0 17 0 9 0 1547512656 889339904 18713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24174] ppid=24166 vsize=868496 CPUtime=0
/proc/24167/task/24174/stat : 24174 (java) S 24166 24153 21455 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547512656 889339904 18713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24175] ppid=24166 vsize=868496 CPUtime=0
/proc/24167/task/24175/stat : 24175 (java) S 24166 24153 21455 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547512656 889339904 18713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887452

[startup+25.5029 s]
/proc/loadavg: 2.08 2.02 2.00 3/92 24175
/proc/meminfo: memFree=1492632/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=0.65
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 974 5261 0 1 3 0 59 3 16 0 1 0 1547512579 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 797 370 3 0 500 0
[pid=24166] ppid=24153 vsize=5356 CPUtime=0
/proc/24166/stat : 24166 (sh) S 24153 24153 21455 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547512652 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24166/statm: 1339 233 193 169 0 50 0
[pid=24167] ppid=24166 vsize=868496 CPUtime=24.61
/proc/24167/stat : 24167 (java) S 24166 24153 21455 0 -1 0 25258 0 1 0 2433 28 0 0 19 0 9 0 1547512652 889339904 19851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24167/statm: 217124 19851 2566 9 0 211671 0
[pid=24167/tid=24168] ppid=24166 vsize=868496 CPUtime=22.42
/proc/24167/task/24168/stat : 24168 (java) R 24166 24153 21455 0 -1 64 3593 0 1 0 2227 15 0 0 25 0 9 0 1547512653 889339904 19851 996147200 134512640 134550740 4294955952 18446744073709551615 4126943492 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24169] ppid=24166 vsize=868496 CPUtime=1.9
/proc/24167/task/24169/stat : 24169 (java) S 24166 24153 21455 0 -1 64 19476 0 0 0 180 10 0 0 16 0 9 0 1547512654 889339904 19851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24170] ppid=24166 vsize=868496 CPUtime=0
/proc/24167/task/24170/stat : 24170 (java) S 24166 24153 21455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1547512654 889339904 19851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24167/tid=24171] ppid=24166 vsize=868496 CPUtime=0
/proc/24167/task/24171/stat : 24171 (java) S 24166 24153 21455 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1547512654 889339904 19851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/24153/statm: 3400 798 370 3 0 500 0
[pid=24176] ppid=24153 vsize=5356 CPUtime=0
/proc/24176/stat : 24176 (sh) S 24153 24153 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547515757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24176/statm: 1339 232 193 169 0 50 0
[pid=24177] ppid=24176 vsize=38424 CPUtime=19.21
/proc/24177/stat : 24177 (picosat) R 24176 24153 21455 0 -1 4194304 9182 0 0 0 1272 649 0 0 25 0 1 0 1547515757 39346176 9159 996147200 134512640 134931368 4294956256 18446744073709551615 134525800 0 0 4096 0 0 0 0 17 1 0 0
/proc/24177/statm: 9606 9159 42 102 0 9501 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 57380

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 24177
/proc/meminfo: memFree=1514584/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=31.51
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 1022 30903 0 2 3 0 3112 36 16 0 1 0 1547512579 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 798 370 3 0 500 0
[pid=24176] ppid=24153 vsize=5356 CPUtime=0
/proc/24176/stat : 24176 (sh) S 24153 24153 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547515757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24176/statm: 1339 232 193 169 0 50 0
[pid=24177] ppid=24176 vsize=44756 CPUtime=70.15
/proc/24177/stat : 24177 (picosat) R 24176 24153 21455 0 -1 4194304 10911 0 0 0 6364 651 0 0 25 0 1 0 1547515757 45830144 10788 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/24177/statm: 11189 10788 48 102 0 11084 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 63712

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24177
/proc/meminfo: memFree=1511576/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=31.51
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 1022 30903 0 2 3 0 3112 36 16 0 1 0 1547512579 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 798 370 3 0 500 0
[pid=24176] ppid=24153 vsize=5356 CPUtime=0
/proc/24176/stat : 24176 (sh) S 24153 24153 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547515757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24176/statm: 1339 232 193 169 0 50 0
[pid=24177] ppid=24176 vsize=48436 CPUtime=129.85
/proc/24177/stat : 24177 (picosat) R 24176 24153 21455 0 -1 4194304 12001 0 0 0 12333 652 0 0 25 0 1 0 1547515757 49598464 11629 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24177/statm: 12109 11629 48 102 0 12004 0
Current children cumulated CPU time (s) 161.36
Current children cumulated vsize (KiB) 67392

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24177
/proc/meminfo: memFree=1510744/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=31.51
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 1022 30903 0 2 3 0 3112 36 16 0 1 0 1547512579 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 798 370 3 0 500 0
[pid=24176] ppid=24153 vsize=5356 CPUtime=0
/proc/24176/stat : 24176 (sh) S 24153 24153 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547515757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24176/statm: 1339 232 193 169 0 50 0
[pid=24177] ppid=24176 vsize=48832 CPUtime=189.55
/proc/24177/stat : 24177 (picosat) R 24176 24153 21455 0 -1 4194304 12258 0 0 0 18303 652 0 0 25 0 1 0 1547515757 50003968 11752 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24177/statm: 12208 11752 48 102 0 12103 0
Current children cumulated CPU time (s) 221.06
Current children cumulated vsize (KiB) 67788

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

[startup+230.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24177
/proc/meminfo: memFree=1510744/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=31.51
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 1022 30903 0 2 3 0 3112 36 16 0 1 0 1547512579 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 798 370 3 0 500 0
[pid=24176] ppid=24153 vsize=5356 CPUtime=0
/proc/24176/stat : 24176 (sh) S 24153 24153 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547515757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24176/statm: 1339 232 193 169 0 50 0
[pid=24177] ppid=24176 vsize=48832 CPUtime=197.51
/proc/24177/stat : 24177 (picosat) R 24176 24153 21455 0 -1 4194304 12258 0 0 0 19099 652 0 0 25 0 1 0 1547515757 50003968 11752 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/24177/statm: 12208 11752 48 102 0 12103 0
Current children cumulated CPU time (s) 229.02
Current children cumulated vsize (KiB) 67788

[startup+243.106 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24177
/proc/meminfo: memFree=1510744/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=31.51
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 1022 30903 0 2 3 0 3112 36 16 0 1 0 1547512579 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 798 370 3 0 500 0
[pid=24176] ppid=24153 vsize=5356 CPUtime=0
/proc/24176/stat : 24176 (sh) S 24153 24153 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547515757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24176/statm: 1339 232 193 169 0 50 0
[pid=24177] ppid=24176 vsize=48832 CPUtime=210.26
/proc/24177/stat : 24177 (picosat) R 24176 24153 21455 0 -1 4194304 12258 0 0 0 20374 652 0 0 25 0 1 0 1547515757 50003968 11752 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 1 0 0
/proc/24177/statm: 12208 11752 48 102 0 12103 0
Current children cumulated CPU time (s) 241.77
Current children cumulated vsize (KiB) 67788

[startup+255.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24177
/proc/meminfo: memFree=1509720/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=31.51
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 1022 30903 0 2 3 0 3112 36 16 0 1 0 1547512579 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 798 370 3 0 500 0
[pid=24176] ppid=24153 vsize=5356 CPUtime=0
/proc/24176/stat : 24176 (sh) S 24153 24153 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547515757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24176/statm: 1339 232 193 169 0 50 0
[pid=24177] ppid=24176 vsize=49756 CPUtime=223
/proc/24177/stat : 24177 (picosat) R 24176 24153 21455 0 -1 4194304 12646 0 0 0 21647 653 0 0 25 0 1 0 1547515757 50950144 12000 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24177/statm: 12439 12000 48 102 0 12334 0
Current children cumulated CPU time (s) 254.51
Current children cumulated vsize (KiB) 68712

[startup+262.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24177
/proc/meminfo: memFree=1509720/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=31.51
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 1022 30903 0 2 3 0 3112 36 16 0 1 0 1547512579 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 798 370 3 0 500 0
[pid=24176] ppid=24153 vsize=5356 CPUtime=0
/proc/24176/stat : 24176 (sh) S 24153 24153 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547515757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24176/statm: 1339 232 193 169 0 50 0
[pid=24177] ppid=24176 vsize=49756 CPUtime=229.36
/proc/24177/stat : 24177 (picosat) R 24176 24153 21455 0 -1 4194304 12646 0 0 0 22283 653 0 0 25 0 1 0 1547515757 50950144 12000 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24177/statm: 12439 12000 48 102 0 12334 0
Current children cumulated CPU time (s) 260.87
Current children cumulated vsize (KiB) 68712

[startup+263.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24177
/proc/meminfo: memFree=1509784/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=31.51
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 1022 30903 0 2 3 0 3112 36 16 0 1 0 1547512579 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 798 370 3 0 500 0
[pid=24176] ppid=24153 vsize=5356 CPUtime=0
/proc/24176/stat : 24176 (sh) S 24153 24153 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547515757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24176/statm: 1339 232 193 169 0 50 0
[pid=24177] ppid=24176 vsize=49756 CPUtime=230.96
/proc/24177/stat : 24177 (picosat) R 24176 24153 21455 0 -1 4194304 12646 0 0 0 22443 653 0 0 25 0 1 0 1547515757 50950144 12000 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/24177/statm: 12439 12000 48 102 0 12334 0
Current children cumulated CPU time (s) 262.47
Current children cumulated vsize (KiB) 68712

[startup+264.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24177
/proc/meminfo: memFree=1509784/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=31.51
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 1022 30903 0 2 3 0 3112 36 16 0 1 0 1547512579 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 798 370 3 0 500 0
[pid=24176] ppid=24153 vsize=5356 CPUtime=0
/proc/24176/stat : 24176 (sh) S 24153 24153 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547515757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24176/statm: 1339 232 193 169 0 50 0
[pid=24177] ppid=24176 vsize=49756 CPUtime=231.75
/proc/24177/stat : 24177 (picosat) R 24176 24153 21455 0 -1 4194304 12646 0 0 0 22522 653 0 0 25 0 1 0 1547515757 50950144 12000 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24177/statm: 12439 12000 48 102 0 12334 0
Current children cumulated CPU time (s) 263.26
Current children cumulated vsize (KiB) 68712

[startup+265.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24177
/proc/meminfo: memFree=1509784/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=31.51
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 1022 30903 0 2 3 0 3112 36 16 0 1 0 1547512579 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 798 370 3 0 500 0
[pid=24176] ppid=24153 vsize=5356 CPUtime=0
/proc/24176/stat : 24176 (sh) S 24153 24153 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547515757 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24176/statm: 1339 232 193 169 0 50 0
[pid=24177] ppid=24176 vsize=49756 CPUtime=232.55
/proc/24177/stat : 24177 (picosat) R 24176 24153 21455 0 -1 4194304 12646 0 0 0 22602 653 0 0 25 0 1 0 1547515757 50950144 12000 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24177/statm: 12439 12000 48 102 0 12334 0
Current children cumulated CPU time (s) 264.06
Current children cumulated vsize (KiB) 68712

[startup+265.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24177
/proc/meminfo: memFree=1509784/2055920 swapFree=4180408/4192956
[pid=24153] ppid=24151 vsize=13600 CPUtime=264.21
/proc/24153/stat : 24153 (sugar) S 24151 24153 21455 0 -1 4194304 1089 43840 0 2 3 1 25726 691 15 0 1 0 1547512579 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24153/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 264.21
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 265.966
CPU time (s): 264.508
CPU user time (s): 257.547
CPU system time (s): 6.96094
CPU usage (%): 99.4517
Max. virtual memory (cumulated for all children) (KiB): 897700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.547
system time used= 6.96094
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48752
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= 6641
involuntary context switches= 13993

runsolver used 0.283956 second user time and 0.940856 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-04 15:34:18
IDJOB=1074344
IDBENCH=56406
IDSOLVER=345
FILE ID=node55/1074344-1215178458
PBS_JOBID= 7881448
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/lexPuzzle/normalized-crossword-m1-lex-puzzle18.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-1074344-1215178458/watcher-1074344-1215178458 -o /tmp/evaluation-result-1074344-1215178458/solver-1074344-1215178458 -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-1074344-1215178458.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 440709f70ad69a79de8494504f306ace
RANDOM SEED=2062785684

node55.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.261
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.261
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:       1587344 kB
Buffers:         64300 kB
Cached:         166012 kB
SwapCached:       6804 kB
Active:         318192 kB
Inactive:        94616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587344 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:         198236 kB
Slab:            40756 kB
Committed_AS:  3317344 kB
PageTables:       2144 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= 66552 MiB
End job on node55 at 2008-07-04 15:38:44