Trace number 1079172

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 287.535 290.349

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg12-13_ext.xml
MD5SUMa17fdd23f35596290d118ced5b4d6ced
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.030994
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints25
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension25
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.05	c 0	Sugar v1-13 + HOME/picosat
0.04/0.05	c 0	BEGIN Sat Jul  5 00:10:25 2008
0.04/0.05	c 0	PID 20611
0.04/0.05	c 0	HOST node12.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1079172-1215209425.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1079172-1215209425.xml' 'HOME/temp.csp'
0.04/0.34	c 0	1 domains, 156 variables, 0 predicates, 2 relations, 25 constraints
0.04/0.37	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.37	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.34/0.44	c 1	Parsing HOME/temp.csp
0.34/0.62	c 1	parsed 184 expressions
0.34/0.62	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.62	c 1	Converting to clausal form CSP
0.34/0.65	c 1	converted 19 (10%) expressions
0.34/0.65	c 1	converted 37 (20%) expressions
0.34/0.65	c 1	converted 56 (30%) expressions
0.34/0.65	c 1	converted 74 (40%) expressions
0.34/0.65	c 1	converted 92 (50%) expressions
0.34/0.65	c 1	converted 111 (60%) expressions
0.34/0.65	c 1	converted 129 (70%) expressions
0.34/0.65	c 1	converted 148 (80%) expressions
0.34/0.77	c 1	converted 166 (90%) expressions
0.34/0.93	c 1	converted 184 (100%) expressions
0.34/0.93	c 1	CSP : 156 integers, 0 booleans, 25 clauses, largest domain size 26
0.34/0.93	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.93	c 1	Propagation in CSP
0.34/0.93	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.34/0.93	c 1	CSP : 156 integers, 0 booleans, 25 clauses, largest domain size 26
0.34/0.93	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.93	c 1	Simplifing CSP by introducing new Boolean variables
0.34/0.93	c 1	CSP : 156 integers, 0 booleans, 25 clauses, largest domain size 26
0.34/0.93	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.99	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.95/1.02	c 1	16 (10%) CSP integer variables are encoded (384 clauses, 4080 bytes)
0.95/1.02	c 1	32 (20%) CSP integer variables are encoded (768 clauses, 8304 bytes)
0.95/1.03	c 1	47 (30%) CSP integer variables are encoded (1128 clauses, 12601 bytes)
0.95/1.03	c 1	63 (40%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
0.95/1.03	c 1	78 (50%) CSP integer variables are encoded (1872 clauses, 22273 bytes)
0.95/1.03	c 1	94 (60%) CSP integer variables are encoded (2256 clauses, 27265 bytes)
0.95/1.03	c 1	110 (70%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
0.95/1.03	c 1	125 (80%) CSP integer variables are encoded (3000 clauses, 36937 bytes)
0.95/1.03	c 1	141 (90%) CSP integer variables are encoded (3384 clauses, 41929 bytes)
0.95/1.03	c 1	156 (100%) CSP integer variables are encoded (3744 clauses, 46609 bytes)
3.81/3.92	c 4	3 (10%) CSP clauses are encoded (41256 clauses, 2789813 bytes)
5.69/5.88	c 6	5 (20%) CSP clauses are encoded (66264 clauses, 4665985 bytes)
8.57/8.76	c 9	8 (30%) CSP clauses are encoded (103776 clauses, 7516450 bytes)
10.45/10.62	c 11	10 (40%) CSP clauses are encoded (128784 clauses, 9416760 bytes)
13.31/13.50	c 14	13 (50%) CSP clauses are encoded (166296 clauses, 12267225 bytes)
14.01/14.27	c 14	15 (60%) CSP clauses are encoded (179794 clauses, 13165435 bytes)
15.29/15.53	c 16	18 (70%) CSP clauses are encoded (200041 clauses, 14790045 bytes)
16.09/16.31	c 16	20 (80%) CSP clauses are encoded (213539 clauses, 15950213 bytes)
17.18/17.49	c 18	23 (90%) CSP clauses are encoded (233786 clauses, 17690465 bytes)
17.97/18.27	c 18	25 (100%) CSP clauses are encoded (247284 clauses, 18850633 bytes)
17.97/18.28	c 18	25 CSP clauses encoded
17.97/18.28	c 18	Writing map file : HOME/temp.map
17.97/18.28	c 18	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.97/18.28	c 18	SAT : 3900 SAT variables, 247284 SAT clauses, 18850633 bytes
17.97/18.28	c 18	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.05/18.31	c 18	SOLVING HOME/temp.cnf
18.05/18.31	c 18	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
287.30/290.16	c 290	DECODING HOME/temp.out WITH HOME/temp.map
287.30/290.16	c 290	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
287.38/290.25	c 290	Decoding HOME/temp.out
287.38/290.28	s UNSATISFIABLE
287.38/290.28	c 290	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
287.49/290.34	c 290	CPU 282.44 (0.03 0.01 282.41 5.05)
287.49/290.34	c 290	END Sat Jul  5 00:15:15 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-1079172-1215209425/watcher-1079172-1215209425 -o /tmp/evaluation-result-1079172-1215209425/solver-1079172-1215209425 -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-1079172-1215209425.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.01 2.06 2.02 4/72 20611
/proc/meminfo: memFree=1750720/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=12268 CPUtime=0
/proc/20611/stat : 20611 (sugar) R 20609 20611 20264 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1550617555 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 252429695589 0 0 4224 0 0 0 0 17 1 0 0
/proc/20611/statm: 3067 316 241 3 0 167 0

[startup+0.053085 s]
/proc/loadavg: 2.01 2.06 2.02 4/72 20611
/proc/meminfo: memFree=1750720/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=0.04
/proc/20611/stat : 20611 (sugar) R 20609 20611 20264 0 -1 4194304 793 0 0 0 3 1 0 0 18 0 1 0 1550617555 13926400 761 996147200 4194304 4206940 548682068608 18446744073709551615 252449473424 0 0 4224 0 0 0 0 17 1 0 0
/proc/20611/statm: 3400 761 340 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.103925 s]
/proc/loadavg: 2.01 2.06 2.02 4/72 20611
/proc/meminfo: memFree=1750720/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=0.04
/proc/20611/stat : 20611 (sugar) S 20609 20611 20264 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1550617555 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302109 s]
/proc/loadavg: 2.01 2.06 2.02 4/72 20611
/proc/meminfo: memFree=1750720/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=0.04
/proc/20611/stat : 20611 (sugar) S 20609 20611 20264 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1550617555 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70215 s]
/proc/loadavg: 2.01 2.06 2.02 4/72 20611
/proc/meminfo: memFree=1750720/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=0.34
/proc/20611/stat : 20611 (sugar) S 20609 20611 20264 0 -1 4194304 973 4307 0 1 3 1 27 3 15 0 1 0 1550617555 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 13600

[startup+1.50124 s]
/proc/loadavg: 2.01 2.06 2.02 3/83 20633
/proc/meminfo: memFree=1730472/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=0.34
/proc/20611/stat : 20611 (sugar) S 20609 20611 20264 0 -1 4194304 974 4307 0 1 3 1 27 3 15 0 1 0 1550617555 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 797 370 3 0 500 0
[pid=20624] ppid=20611 vsize=5356 CPUtime=0
/proc/20624/stat : 20624 (sh) S 20611 20611 20264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550617592 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20624/statm: 1339 233 193 169 0 50 0
[pid=20625] ppid=20624 vsize=864340 CPUtime=1.09
/proc/20625/stat : 20625 (java) S 20624 20611 20264 0 -1 0 8184 0 1 0 106 3 0 0 18 0 9 0 1550617593 885084160 7429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20625/statm: 216085 7429 2563 9 0 210632 0
[pid=20625/tid=20626] ppid=20624 vsize=864340 CPUtime=0.74
/proc/20625/task/20626/stat : 20626 (java) R 20624 20611 20264 0 -1 64 2797 0 1 0 73 1 0 0 21 0 9 0 1550617594 885084160 7429 996147200 134512640 134550740 4294955952 18446744073709551615 4126575626 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20627] ppid=20624 vsize=864340 CPUtime=0.25
/proc/20625/task/20627/stat : 20627 (java) S 20624 20611 20264 0 -1 64 4378 0 0 0 24 1 0 0 16 0 9 0 1550617595 885084160 7429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20628] ppid=20624 vsize=864340 CPUtime=0
/proc/20625/task/20628/stat : 20628 (java) S 20624 20611 20264 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550617595 885084160 7429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20629] ppid=20624 vsize=864340 CPUtime=0
/proc/20625/task/20629/stat : 20629 (java) S 20624 20611 20264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1550617595 885084160 7429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20630] ppid=20624 vsize=864340 CPUtime=0
/proc/20625/task/20630/stat : 20630 (java) S 20624 20611 20264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550617597 885084160 7429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20631] ppid=20624 vsize=864340 CPUtime=0.08
/proc/20625/task/20631/stat : 20631 (java) S 20624 20611 20264 0 -1 64 316 0 0 0 8 0 0 0 16 0 9 0 1550617597 885084160 7429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20632] ppid=20624 vsize=864340 CPUtime=0
/proc/20625/task/20632/stat : 20632 (java) S 20624 20611 20264 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550617597 885084160 7429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20633] ppid=20624 vsize=864340 CPUtime=0
/proc/20625/task/20633/stat : 20633 (java) S 20624 20611 20264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550617597 885084160 7429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883296

[startup+3.10139 s]
/proc/loadavg: 2.01 2.06 2.02 3/83 20633
/proc/meminfo: memFree=1726376/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=0.34
/proc/20611/stat : 20611 (sugar) S 20609 20611 20264 0 -1 4194304 974 4307 0 1 3 1 27 3 15 0 1 0 1550617555 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 797 370 3 0 500 0
[pid=20624] ppid=20611 vsize=5356 CPUtime=0
/proc/20624/stat : 20624 (sh) S 20611 20611 20264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550617592 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20624/statm: 1339 233 193 169 0 50 0
[pid=20625] ppid=20624 vsize=864340 CPUtime=2.68
/proc/20625/stat : 20625 (java) S 20624 20611 20264 0 -1 0 9191 0 1 0 262 6 0 0 18 0 9 0 1550617593 885084160 8321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20625/statm: 216085 8321 2563 9 0 210632 0
[pid=20625/tid=20626] ppid=20624 vsize=864340 CPUtime=2.24
/proc/20625/task/20626/stat : 20626 (java) R 20624 20611 20264 0 -1 64 2912 0 1 0 222 2 0 0 25 0 9 0 1550617594 885084160 8321 996147200 134512640 134550740 4294955952 18446744073709551615 4126554682 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20627] ppid=20624 vsize=864340 CPUtime=0.33
/proc/20625/task/20627/stat : 20627 (java) S 20624 20611 20264 0 -1 64 5266 0 0 0 30 3 0 0 16 0 9 0 1550617595 885084160 8321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20628] ppid=20624 vsize=864340 CPUtime=0
/proc/20625/task/20628/stat : 20628 (java) S 20624 20611 20264 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550617595 885084160 8321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20629] ppid=20624 vsize=864340 CPUtime=0
/proc/20625/task/20629/stat : 20629 (java) S 20624 20611 20264 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1550617595 885084160 8321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20630] ppid=20624 vsize=864340 CPUtime=0
/proc/20625/task/20630/stat : 20630 (java) S 20624 20611 20264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550617597 885084160 8321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20631] ppid=20624 vsize=864340 CPUtime=0.09
/proc/20625/task/20631/stat : 20631 (java) S 20624 20611 20264 0 -1 64 320 0 0 0 9 0 0 0 16 0 9 0 1550617597 885084160 8321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20632] ppid=20624 vsize=864340 CPUtime=0
/proc/20625/task/20632/stat : 20632 (java) S 20624 20611 20264 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550617597 885084160 8321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20633] ppid=20624 vsize=864340 CPUtime=0
/proc/20625/task/20633/stat : 20633 (java) S 20624 20611 20264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550617597 885084160 8321 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) 883296

[startup+6.30271 s]
/proc/loadavg: 2.01 2.06 2.02 3/83 20633
/proc/meminfo: memFree=1717992/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=0.34
/proc/20611/stat : 20611 (sugar) S 20609 20611 20264 0 -1 4194304 974 4307 0 1 3 1 27 3 16 0 1 0 1550617555 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 797 370 3 0 500 0
[pid=20624] ppid=20611 vsize=5356 CPUtime=0
/proc/20624/stat : 20624 (sh) S 20611 20611 20264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550617592 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20624/statm: 1339 233 193 169 0 50 0
[pid=20625] ppid=20624 vsize=864448 CPUtime=5.85
/proc/20625/stat : 20625 (java) S 20624 20611 20264 0 -1 0 10209 0 1 0 575 10 0 0 18 0 9 0 1550617593 885194752 9142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20625/statm: 216112 9142 2563 9 0 210659 0
[pid=20625/tid=20626] ppid=20624 vsize=864448 CPUtime=5.2
/proc/20625/task/20626/stat : 20626 (java) R 20624 20611 20264 0 -1 64 3108 0 1 0 516 4 0 0 25 0 9 0 1550617594 885194752 9142 996147200 134512640 134550740 4294955952 18446744073709551615 4126554759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20627] ppid=20624 vsize=864448 CPUtime=0.52
/proc/20625/task/20627/stat : 20627 (java) S 20624 20611 20264 0 -1 64 6087 0 0 0 48 4 0 0 16 0 9 0 1550617595 885194752 9142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20628] ppid=20624 vsize=864448 CPUtime=0
/proc/20625/task/20628/stat : 20628 (java) S 20624 20611 20264 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550617595 885194752 9142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20629] ppid=20624 vsize=864448 CPUtime=0
/proc/20625/task/20629/stat : 20629 (java) S 20624 20611 20264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1550617595 885194752 9142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20630] ppid=20624 vsize=864448 CPUtime=0
/proc/20625/task/20630/stat : 20630 (java) S 20624 20611 20264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550617597 885194752 9142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20631] ppid=20624 vsize=864448 CPUtime=0.09
/proc/20625/task/20631/stat : 20631 (java) S 20624 20611 20264 0 -1 64 321 0 0 0 9 0 0 0 16 0 9 0 1550617597 885194752 9142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20632] ppid=20624 vsize=864448 CPUtime=0
/proc/20625/task/20632/stat : 20632 (java) S 20624 20611 20264 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550617597 885194752 9142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20633] ppid=20624 vsize=864448 CPUtime=0
/proc/20625/task/20633/stat : 20633 (java) S 20624 20611 20264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550617597 885194752 9142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883404

[startup+12.7023 s]
/proc/loadavg: 2.01 2.06 2.02 3/83 20633
/proc/meminfo: memFree=1709800/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=0.34
/proc/20611/stat : 20611 (sugar) S 20609 20611 20264 0 -1 4194304 974 4307 0 1 3 1 27 3 16 0 1 0 1550617555 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 797 370 3 0 500 0
[pid=20624] ppid=20611 vsize=5356 CPUtime=0
/proc/20624/stat : 20624 (sh) S 20611 20611 20264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550617592 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20624/statm: 1339 233 193 169 0 50 0
[pid=20625] ppid=20624 vsize=864448 CPUtime=12.19
/proc/20625/stat : 20625 (java) S 20624 20611 20264 0 -1 0 13404 0 1 0 1200 19 0 0 18 0 9 0 1550617593 885194752 9500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20625/statm: 216112 9500 2563 9 0 210659 0
[pid=20625/tid=20626] ppid=20624 vsize=864448 CPUtime=11.1
/proc/20625/task/20626/stat : 20626 (java) R 20624 20611 20264 0 -1 64 3507 0 1 0 1101 9 0 0 25 0 9 0 1550617594 885194752 9500 996147200 134512640 134550740 4294955952 18446744073709551615 4126095819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20627] ppid=20624 vsize=864448 CPUtime=0.95
/proc/20625/task/20627/stat : 20627 (java) S 20624 20611 20264 0 -1 64 8879 0 0 0 87 8 0 0 16 0 9 0 1550617595 885194752 9500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20628] ppid=20624 vsize=864448 CPUtime=0
/proc/20625/task/20628/stat : 20628 (java) S 20624 20611 20264 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550617595 885194752 9500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20629] ppid=20624 vsize=864448 CPUtime=0
/proc/20625/task/20629/stat : 20629 (java) S 20624 20611 20264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1550617595 885194752 9500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20630] ppid=20624 vsize=864448 CPUtime=0
/proc/20625/task/20630/stat : 20630 (java) S 20624 20611 20264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550617597 885194752 9500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20631] ppid=20624 vsize=864448 CPUtime=0.1
/proc/20625/task/20631/stat : 20631 (java) S 20624 20611 20264 0 -1 64 325 0 0 0 10 0 0 0 17 0 9 0 1550617597 885194752 9500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20632] ppid=20624 vsize=864448 CPUtime=0
/proc/20625/task/20632/stat : 20632 (java) S 20624 20611 20264 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550617597 885194752 9500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20633] ppid=20624 vsize=864448 CPUtime=0
/proc/20625/task/20633/stat : 20633 (java) S 20624 20611 20264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550617597 885194752 9500 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) 883404

[startup+25.5026 s]
/proc/loadavg: 2.01 2.06 2.02 3/75 20635
/proc/meminfo: memFree=1714472/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=18.06
/proc/20611/stat : 20611 (sugar) S 20609 20611 20264 0 -1 4194304 1021 19670 0 2 3 1 1771 31 16 0 1 0 1550617555 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 798 370 3 0 500 0
[pid=20634] ppid=20611 vsize=5356 CPUtime=0
/proc/20634/stat : 20634 (sh) S 20611 20611 20264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550619386 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20634/statm: 1339 232 193 169 0 50 0
[pid=20635] ppid=20634 vsize=16524 CPUtime=7.12
/proc/20635/stat : 20635 (picosat) R 20634 20611 20264 0 -1 4194304 3989 0 0 0 342 370 0 0 25 0 1 0 1550619386 16920576 3975 996147200 134512640 134931368 4294956256 18446744073709551615 134523968 0 0 4096 0 0 0 0 17 1 0 0
/proc/20635/statm: 4131 3975 40 102 0 4026 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 35480

[startup+51.1022 s]
/proc/loadavg: 2.00 2.05 2.01 3/75 20635
/proc/meminfo: memFree=1705192/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=18.06
/proc/20611/stat : 20611 (sugar) S 20609 20611 20264 0 -1 4194304 1021 19670 0 2 3 1 1771 31 16 0 1 0 1550617555 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 798 370 3 0 500 0
[pid=20634] ppid=20611 vsize=5356 CPUtime=0
/proc/20634/stat : 20634 (sh) S 20611 20611 20264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550619386 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20634/statm: 1339 232 193 169 0 50 0
[pid=20635] ppid=20634 vsize=25584 CPUtime=32.48
/proc/20635/stat : 20635 (picosat) R 20634 20611 20264 0 -1 4194304 6279 0 0 0 2779 469 0 0 25 0 1 0 1550619386 26198016 6117 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20635/statm: 6396 6117 48 102 0 6291 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 44540

[startup+102.306 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 20635
/proc/meminfo: memFree=1703464/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=18.06
/proc/20611/stat : 20611 (sugar) S 20609 20611 20264 0 -1 4194304 1021 19670 0 2 3 1 1771 31 16 0 1 0 1550617555 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 798 370 3 0 500 0
[pid=20634] ppid=20611 vsize=5356 CPUtime=0
/proc/20634/stat : 20634 (sh) S 20611 20611 20264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550619386 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20634/statm: 1339 232 193 169 0 50 0
[pid=20635] ppid=20634 vsize=27424 CPUtime=83.2
/proc/20635/stat : 20635 (picosat) R 20634 20611 20264 0 -1 4194304 6983 0 0 0 7851 469 0 0 25 0 1 0 1550619386 28082176 6539 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20635/statm: 6856 6539 48 102 0 6751 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 46380

[startup+162.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 20635
/proc/meminfo: memFree=1701736/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=18.06
/proc/20611/stat : 20611 (sugar) S 20609 20611 20264 0 -1 4194304 1021 19670 0 2 3 1 1771 31 16 0 1 0 1550617555 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 798 370 3 0 500 0
[pid=20634] ppid=20611 vsize=5356 CPUtime=0
/proc/20634/stat : 20634 (sh) S 20611 20611 20264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550619386 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20634/statm: 1339 232 193 169 0 50 0
[pid=20635] ppid=20634 vsize=29008 CPUtime=142.63
/proc/20635/stat : 20635 (picosat) R 20634 20611 20264 0 -1 4194304 7739 0 0 0 13793 470 0 0 25 0 1 0 1550619386 29704192 6953 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/20635/statm: 7252 6953 48 102 0 7147 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 47964

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 20635
/proc/meminfo: memFree=1700904/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=18.06
/proc/20611/stat : 20611 (sugar) S 20609 20611 20264 0 -1 4194304 1021 19670 0 2 3 1 1771 31 16 0 1 0 1550617555 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 798 370 3 0 500 0
[pid=20634] ppid=20611 vsize=5356 CPUtime=0
/proc/20634/stat : 20634 (sh) S 20611 20611 20264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550619386 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20634/statm: 1339 232 193 169 0 50 0
[pid=20635] ppid=20634 vsize=29668 CPUtime=202.06
/proc/20635/stat : 20635 (picosat) R 20634 20611 20264 0 -1 4194304 8128 0 0 0 19736 470 0 0 25 0 1 0 1550619386 30380032 7145 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20635/statm: 7417 7145 48 102 0 7312 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 48624

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 20635
/proc/meminfo: memFree=1700328/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=18.06
/proc/20611/stat : 20611 (sugar) S 20609 20611 20264 0 -1 4194304 1021 19670 0 2 3 1 1771 31 16 0 1 0 1550617555 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 798 370 3 0 500 0
[pid=20634] ppid=20611 vsize=5356 CPUtime=0
/proc/20634/stat : 20634 (sh) S 20611 20611 20264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550619386 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20634/statm: 1339 232 193 169 0 50 0
[pid=20635] ppid=20634 vsize=30196 CPUtime=261.51
/proc/20635/stat : 20635 (picosat) R 20634 20611 20264 0 -1 4194304 8478 0 0 0 25681 470 0 0 25 0 1 0 1550619386 30920704 7277 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20635/statm: 7549 7277 48 102 0 7444 0
Current children cumulated CPU time (s) 279.57
Current children cumulated vsize (KiB) 49152

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

[startup+284.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 20635
/proc/meminfo: memFree=1700328/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=18.06
/proc/20611/stat : 20611 (sugar) S 20609 20611 20264 0 -1 4194304 1021 19670 0 2 3 1 1771 31 16 0 1 0 1550617555 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 798 370 3 0 500 0
[pid=20634] ppid=20611 vsize=5356 CPUtime=0
/proc/20634/stat : 20634 (sh) S 20611 20611 20264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550619386 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20634/statm: 1339 232 193 169 0 50 0
[pid=20635] ppid=20634 vsize=30196 CPUtime=263.89
/proc/20635/stat : 20635 (picosat) R 20634 20611 20264 0 -1 4194304 8478 0 0 0 25919 470 0 0 25 0 1 0 1550619386 30920704 7277 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20635/statm: 7549 7277 48 102 0 7444 0
Current children cumulated CPU time (s) 281.95
Current children cumulated vsize (KiB) 49152

[startup+287.902 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 20635
/proc/meminfo: memFree=1700328/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=18.06
/proc/20611/stat : 20611 (sugar) S 20609 20611 20264 0 -1 4194304 1021 19670 0 2 3 1 1771 31 16 0 1 0 1550617555 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 798 370 3 0 500 0
[pid=20634] ppid=20611 vsize=5356 CPUtime=0
/proc/20634/stat : 20634 (sh) S 20611 20611 20264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550619386 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20634/statm: 1339 232 193 169 0 50 0
[pid=20635] ppid=20634 vsize=30196 CPUtime=267.06
/proc/20635/stat : 20635 (picosat) R 20634 20611 20264 0 -1 4194304 8478 0 0 0 26236 470 0 0 25 0 1 0 1550619386 30920704 7277 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20635/statm: 7549 7277 48 102 0 7444 0
Current children cumulated CPU time (s) 285.12
Current children cumulated vsize (KiB) 49152

[startup+289.502 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 20635
/proc/meminfo: memFree=1700328/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=18.06
/proc/20611/stat : 20611 (sugar) S 20609 20611 20264 0 -1 4194304 1021 19670 0 2 3 1 1771 31 16 0 1 0 1550617555 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 798 370 3 0 500 0
[pid=20634] ppid=20611 vsize=5356 CPUtime=0
/proc/20634/stat : 20634 (sh) S 20611 20611 20264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550619386 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20634/statm: 1339 232 193 169 0 50 0
[pid=20635] ppid=20634 vsize=30196 CPUtime=268.64
/proc/20635/stat : 20635 (picosat) R 20634 20611 20264 0 -1 4194304 8478 0 0 0 26394 470 0 0 25 0 1 0 1550619386 30920704 7277 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20635/statm: 7549 7277 48 102 0 7444 0
Current children cumulated CPU time (s) 286.7
Current children cumulated vsize (KiB) 49152

[startup+289.903 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 20635
/proc/meminfo: memFree=1700328/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=18.06
/proc/20611/stat : 20611 (sugar) S 20609 20611 20264 0 -1 4194304 1021 19670 0 2 3 1 1771 31 16 0 1 0 1550617555 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 798 370 3 0 500 0
[pid=20634] ppid=20611 vsize=5356 CPUtime=0
/proc/20634/stat : 20634 (sh) S 20611 20611 20264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550619386 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20634/statm: 1339 232 193 169 0 50 0
[pid=20635] ppid=20634 vsize=30196 CPUtime=269.04
/proc/20635/stat : 20635 (picosat) R 20634 20611 20264 0 -1 4194304 8478 0 0 0 26434 470 0 0 25 0 1 0 1550619386 30920704 7277 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/20635/statm: 7549 7277 48 102 0 7444 0
Current children cumulated CPU time (s) 287.1
Current children cumulated vsize (KiB) 49152

[startup+290.302 s]
/proc/loadavg: 2.00 2.02 2.00 2/83 20645
/proc/meminfo: memFree=1724520/2055920 swapFree=4122828/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=287.38
/proc/20611/stat : 20611 (sugar) S 20609 20611 20264 0 -1 4194304 1089 28435 0 2 3 1 28231 503 16 0 1 0 1550617555 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 798 370 3 0 500 0
[pid=20636] ppid=20611 vsize=5356 CPUtime=0
/proc/20636/stat : 20636 (sh) S 20611 20611 20264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550646571 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20636/statm: 1339 233 193 169 0 50 0
[pid=20637] ppid=20636 vsize=863748 CPUtime=0.11
/proc/20637/stat : 20637 (java) S 20636 20611 20264 0 -1 0 3368 0 1 0 10 1 0 0 18 0 9 0 1550646572 884477952 2838 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20637/statm: 215937 2838 1676 9 0 210512 0
[pid=20637/tid=20638] ppid=20636 vsize=863748 CPUtime=0.08
/proc/20637/task/20638/stat : 20638 (java) S 20636 20611 20264 0 -1 64 2449 0 1 0 8 0 0 0 18 0 9 0 1550646573 884477952 2838 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20637/tid=20639] ppid=20636 vsize=863748 CPUtime=0
/proc/20637/task/20639/stat : 20639 (java) S 20636 20611 20264 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1550646574 884477952 2838 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20637/tid=20640] ppid=20636 vsize=863748 CPUtime=0
/proc/20637/task/20640/stat : 20640 (java) S 20636 20611 20264 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1550646574 884477952 2838 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20637/tid=20641] ppid=20636 vsize=863748 CPUtime=0
/proc/20637/task/20641/stat : 20641 (java) S 20636 20611 20264 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1550646574 884477952 2838 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20637/tid=20642] ppid=20636 vsize=863748 CPUtime=0
/proc/20637/task/20642/stat : 20642 (java) S 20636 20611 20264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550646576 884477952 2838 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20637/tid=20643] ppid=20636 vsize=863748 CPUtime=0.01
/proc/20637/task/20643/stat : 20643 (java) S 20636 20611 20264 0 -1 64 223 0 0 0 1 0 0 0 19 0 9 0 1550646576 884477952 2838 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20637/tid=20644] ppid=20636 vsize=863748 CPUtime=0
/proc/20637/task/20644/stat : 20644 (java) S 20636 20611 20264 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1550646577 884477952 2838 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20637/tid=20645] ppid=20636 vsize=863748 CPUtime=0
/proc/20637/task/20645/stat : 20645 (java) S 20636 20611 20264 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550646577 884477952 2838 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 287.49
Current children cumulated vsize (KiB) 882704

Child status: 0
Real time (s): 290.349
CPU time (s): 287.535
CPU user time (s): 282.453
CPU system time (s): 5.08223
CPU usage (%): 99.031
Max. virtual memory (cumulated for all children) (KiB): 884052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 282.453
system time used= 5.08223
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33241
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= 9577
involuntary context switches= 15461

runsolver used 0.343947 second user time and 0.999848 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-05 00:10:25
IDJOB=1079172
IDBENCH=56865
IDSOLVER=345
FILE ID=node12/1079172-1215209425
PBS_JOBID= 7881758
Free space on /tmp= 66356 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg12-13_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-1079172-1215209425/watcher-1079172-1215209425 -o /tmp/evaluation-result-1079172-1215209425/solver-1079172-1215209425 -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-1079172-1215209425.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a17fdd23f35596290d118ced5b4d6ced
RANDOM SEED=1522101392

node12.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.236
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.236
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:       1751200 kB
Buffers:         19976 kB
Cached:         135092 kB
SwapCached:      64504 kB
Active:         200276 kB
Inactive:        53108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751200 kB
SwapTotal:     4192956 kB
SwapFree:      4122828 kB
Dirty:            1320 kB
Writeback:           0 kB
Mapped:         105276 kB
Slab:            36540 kB
Committed_AS:  3011872 kB
PageTables:       1904 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= 66356 MiB
End job on node12 at 2008-07-05 00:15:16