Trace number 1093955

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 214.313 216.573

General information on the benchmark

Namecsp/queens/
normalized-queens-200.xml
MD5SUM054f76ffe13ea2991d6de6635966b938
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.37933
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints19900
Maximum constraint arity2
Maximum domain size200
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19900
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 19:23:16 2008
0.00/0.04	c 0	PID 20769
0.00/0.04	c 0	HOST node82.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1093955-1215278596.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1093955-1215278596.xml' 'HOME/temp.csp'
1.17/1.30	c 1	1 domains, 200 variables, 1 predicates, 0 relations, 19900 constraints
1.27/1.35	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.27/1.35	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.29/1.42	c 2	Parsing HOME/temp.csp
1.29/1.83	c 2	parsed 10000 expressions
1.29/2.11	c 2	parsed 20000 expressions
1.29/2.11	c 2	parsed 20102 expressions
1.29/2.12	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.29/2.12	c 2	Converting to clausal form CSP
2.42/2.51	c 3	converted 2011 (10%) expressions
2.62/2.76	c 3	converted 4021 (20%) expressions
2.82/2.95	c 3	converted 6031 (30%) expressions
3.12/3.26	c 3	converted 8041 (40%) expressions
3.33/3.46	c 4	converted 10051 (50%) expressions
3.53/3.66	c 4	converted 12062 (60%) expressions
3.92/4.01	c 4	converted 14072 (70%) expressions
4.12/4.24	c 4	converted 16082 (80%) expressions
4.32/4.43	c 5	converted 18092 (90%) expressions
4.52/4.62	c 5	converted 20102 (100%) expressions
4.52/4.62	c 5	CSP : 200 integers, 19900 booleans, 79600 clauses, largest domain size 200
4.52/4.62	c 5	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.52/4.62	c 5	Propagation in CSP
4.81/4.92	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.81/4.92	c 5	CSP : 200 integers, 19900 booleans, 79600 clauses, largest domain size 200
4.81/4.92	c 5	Heap : 55 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.81/4.95	c 5	Simplifing CSP by introducing new Boolean variables
5.60/5.71	c 6	CSP : 200 integers, 99498 booleans, 159198 clauses, largest domain size 200
5.60/5.71	c 6	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.11/6.27	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.20/6.31	c 6	20 (10%) CSP integer variables are encoded (3960 clauses, 49343 bytes)
6.20/6.31	c 6	40 (20%) CSP integer variables are encoded (7920 clauses, 100823 bytes)
6.20/6.32	c 6	60 (30%) CSP integer variables are encoded (11880 clauses, 156166 bytes)
6.20/6.32	c 6	80 (40%) CSP integer variables are encoded (15840 clauses, 215566 bytes)
6.20/6.33	c 6	100 (50%) CSP integer variables are encoded (19800 clauses, 274966 bytes)
6.20/6.33	c 6	120 (60%) CSP integer variables are encoded (23760 clauses, 334366 bytes)
6.20/6.33	c 6	140 (70%) CSP integer variables are encoded (27720 clauses, 393766 bytes)
6.20/6.34	c 6	160 (80%) CSP integer variables are encoded (31680 clauses, 453166 bytes)
6.20/6.34	c 6	180 (90%) CSP integer variables are encoded (35640 clauses, 512566 bytes)
6.20/6.35	c 6	200 (100%) CSP integer variables are encoded (39600 clauses, 571966 bytes)
8.89/9.06	c 9	15920 (10%) CSP clauses are encoded (1667178 clauses, 33213268 bytes)
11.56/11.75	c 12	31840 (20%) CSP clauses are encoded (3313934 clauses, 67290774 bytes)
14.32/14.57	c 15	47760 (30%) CSP clauses are encoded (5024310 clauses, 102797600 bytes)
17.20/17.40	c 18	63680 (40%) CSP clauses are encoded (6760258 clauses, 138990292 bytes)
20.10/20.79	c 21	79599 (50%) CSP clauses are encoded (8567698 clauses, 177906773 bytes)
23.37/24.00	c 24	95519 (60%) CSP clauses are encoded (10420538 clauses, 219794072 bytes)
26.63/27.34	c 27	111439 (70%) CSP clauses are encoded (12336418 clauses, 263181962 bytes)
30.05/31.34	c 31	127359 (80%) CSP clauses are encoded (14327078 clauses, 308252402 bytes)
33.53/34.89	c 35	143279 (90%) CSP clauses are encoded (16407734 clauses, 355347752 bytes)
37.34/38.73	c 39	159198 (100%) CSP clauses are encoded (18626198 clauses, 405543695 bytes)
37.34/38.73	c 39	159198 CSP clauses encoded
37.34/38.73	c 39	Writing map file : HOME/temp.map
37.34/38.75	c 39	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.34/38.75	c 39	SAT : 139298 SAT variables, 18626198 SAT clauses, 405543695 bytes
37.34/38.75	c 39	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.39/38.82	c 39	SOLVING HOME/temp.cnf
37.39/38.82	c 39	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
213.77/216.00	c 216	DECODING HOME/temp.out WITH HOME/temp.map
213.77/216.00	c 216	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
213.77/216.09	c 216	Decoding HOME/temp.out
213.78/216.31	s SATISFIABLE
213.78/216.32	v 188 170 15 134 118 185 20 124 23 132 115 200 136 178 182 24 113 110 176 180 26 174 27 111 28 177 117 181 114 29 171 116 126 31 173 169 128 172 32 166 33 1 44 42 35 64 38 36 34 167 165 163 40 164 158 39 76 47 30 159 45 37 160 91 51 48 155 189 152 43 49 197 154 156 150 46 151 183 147 41 53 149 57 19 54 50 98 145 52 55 153 142 144 56 143 168 146 58 141 2 59 139 16 60 140 61 5 7 62 148 63 138 135 11 9 65 137 66 12 67 130 68 179 69 184 133 129 70 25 71 131 72 187 73 175 17 74 198 75 22 162 123 77 13 122 78 157 127 125 79 119 80 120 81 121 21 82 18 83 6 14 84 195 85 8 86 161 87 193 10 199 88 196 89 191 90 194 4 109 92 112 108 94 107 93 192 105 95 106 96 186 97 103 190 104 3 101 99 102 100
213.78/216.32	c 216	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
213.78/216.38	c 216	CPU 126.49 (0.04 0.01 126.45 87.6)
213.78/216.38	c 216	END Sat Jul  5 19:26:52 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-1093955-1215278596/watcher-1093955-1215278596 -o /tmp/evaluation-result-1093955-1215278596/solver-1093955-1215278596 -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-1093955-1215278596.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.98 2.00 2.00 4/85 20769
/proc/meminfo: memFree=1667584/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=12272 CPUtime=0
/proc/20769/stat : 20769 (sugar) R 20767 20769 18641 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 262333426 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 224273677310 0 0 4224 0 0 0 0 17 0 0 0
/proc/20769/statm: 3068 364 274 3 0 168 0

[startup+0.106306 s]
/proc/loadavg: 1.98 2.00 2.00 4/85 20769
/proc/meminfo: memFree=1667584/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=0.03
/proc/20769/stat : 20769 (sugar) S 20767 20769 18641 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 262333426 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20769/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201314 s]
/proc/loadavg: 1.98 2.00 2.00 4/85 20769
/proc/meminfo: memFree=1667584/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=0.03
/proc/20769/stat : 20769 (sugar) S 20767 20769 18641 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 262333426 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20769/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301325 s]
/proc/loadavg: 1.98 2.00 2.00 4/85 20769
/proc/meminfo: memFree=1667584/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=0.03
/proc/20769/stat : 20769 (sugar) S 20767 20769 18641 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 262333426 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20769/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701367 s]
/proc/loadavg: 1.98 2.00 2.00 4/85 20769
/proc/meminfo: memFree=1667584/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=0.03
/proc/20769/stat : 20769 (sugar) S 20767 20769 18641 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 262333426 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20769/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50146 s]
/proc/loadavg: 2.06 2.01 2.00 4/96 20781
/proc/meminfo: memFree=1633640/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=1.29
/proc/20769/stat : 20769 (sugar) S 20767 20769 18641 0 -1 4194304 973 13146 0 1 2 1 119 7 15 0 1 0 262333426 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20769/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 13600

[startup+3.10263 s]
/proc/loadavg: 2.06 2.01 2.00 3/96 20791
/proc/meminfo: memFree=1649384/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=1.29
/proc/20769/stat : 20769 (sugar) S 20767 20769 18641 0 -1 4194304 974 13146 0 1 2 1 119 7 15 0 1 0 262333426 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20769/statm: 3400 797 370 3 0 500 0
[pid=20782] ppid=20769 vsize=5356 CPUtime=0
/proc/20782/stat : 20782 (sh) S 20769 20769 18641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 262333561 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20782/statm: 1339 233 193 169 0 50 0
[pid=20783] ppid=20782 vsize=868644 CPUtime=1.73
/proc/20783/stat : 20783 (java) S 20782 20769 18641 0 -1 0 11645 0 1 0 166 7 0 0 18 0 9 0 262333562 889491456 10510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20783/statm: 217161 10510 2540 9 0 211736 0
[pid=20783/tid=20784] ppid=20782 vsize=868644 CPUtime=1.04
/proc/20783/task/20784/stat : 20784 (java) R 20782 20769 18641 0 -1 64 2821 0 1 0 102 2 0 0 25 0 9 0 262333562 889491456 10510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20785] ppid=20782 vsize=868644 CPUtime=0.49
/proc/20783/task/20785/stat : 20785 (java) R 20782 20769 18641 0 -1 64 6662 0 0 0 46 3 0 0 16 0 9 0 262333563 889491456 10510 996147200 134512640 134550740 4294955952 18446744073709551615 102731859 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20786] ppid=20782 vsize=868644 CPUtime=0
/proc/20783/task/20786/stat : 20786 (java) S 20782 20769 18641 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 262333564 889491456 10510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20787] ppid=20782 vsize=868644 CPUtime=0
/proc/20783/task/20787/stat : 20787 (java) S 20782 20769 18641 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 262333564 889491456 10510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20788] ppid=20782 vsize=868644 CPUtime=0
/proc/20783/task/20788/stat : 20788 (java) S 20782 20769 18641 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 262333566 889491456 10510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20789] ppid=20782 vsize=868644 CPUtime=0.18
/proc/20783/task/20789/stat : 20789 (java) S 20782 20769 18641 0 -1 64 1466 0 0 0 17 1 0 0 16 0 9 0 262333566 889491456 10510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20790] ppid=20782 vsize=868644 CPUtime=0
/proc/20783/task/20790/stat : 20790 (java) S 20782 20769 18641 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 262333566 889491456 10510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20791] ppid=20782 vsize=868644 CPUtime=0
/proc/20783/task/20791/stat : 20791 (java) S 20782 20769 18641 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 262333566 889491456 10510 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) 887600

[startup+6.30297 s]
/proc/loadavg: 2.06 2.01 2.00 4/96 20791
/proc/meminfo: memFree=1581288/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=1.3
/proc/20769/stat : 20769 (sugar) S 20767 20769 18641 0 -1 4194304 974 13146 0 1 3 1 119 7 15 0 1 0 262333426 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20769/statm: 3400 797 370 3 0 500 0
[pid=20782] ppid=20769 vsize=5356 CPUtime=0
/proc/20782/stat : 20782 (sh) S 20769 20769 18641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 262333561 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20782/statm: 1339 233 193 169 0 50 0
[pid=20783] ppid=20782 vsize=868504 CPUtime=4.9
/proc/20783/stat : 20783 (java) S 20782 20769 18641 0 -1 0 38964 0 1 0 471 19 0 0 18 0 9 0 262333562 889348096 26395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20783/statm: 217126 26395 2565 9 0 211673 0
[pid=20783/tid=20784] ppid=20782 vsize=868504 CPUtime=2.37
/proc/20783/task/20784/stat : 20784 (java) R 20782 20769 18641 0 -1 64 3761 0 1 0 235 2 0 0 25 0 9 0 262333562 889348096 26395 996147200 134512640 134550740 4294955952 18446744073709551615 4126517776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20785] ppid=20782 vsize=868504 CPUtime=2.29
/proc/20783/task/20785/stat : 20785 (java) S 20782 20769 18641 0 -1 64 33016 0 0 0 215 14 0 0 16 0 9 0 262333563 889348096 26395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20786] ppid=20782 vsize=868504 CPUtime=0
/proc/20783/task/20786/stat : 20786 (java) S 20782 20769 18641 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 262333564 889348096 26395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20787] ppid=20782 vsize=868504 CPUtime=0
/proc/20783/task/20787/stat : 20787 (java) S 20782 20769 18641 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 262333564 889348096 26395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20788] ppid=20782 vsize=868504 CPUtime=0
/proc/20783/task/20788/stat : 20788 (java) S 20782 20769 18641 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 262333566 889348096 26395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20789] ppid=20782 vsize=868504 CPUtime=0.21
/proc/20783/task/20789/stat : 20789 (java) S 20782 20769 18641 0 -1 64 1491 0 0 0 20 1 0 0 16 0 9 0 262333566 889348096 26395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20790] ppid=20782 vsize=868504 CPUtime=0
/proc/20783/task/20790/stat : 20790 (java) S 20782 20769 18641 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 262333566 889348096 26395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20791] ppid=20782 vsize=868504 CPUtime=0
/proc/20783/task/20791/stat : 20791 (java) S 20782 20769 18641 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 262333566 889348096 26395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887460

[startup+12.7027 s]
/proc/loadavg: 2.20 2.05 2.01 3/96 20791
/proc/meminfo: memFree=1496128/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=1.3
/proc/20769/stat : 20769 (sugar) S 20767 20769 18641 0 -1 4194304 974 13146 0 1 3 1 119 7 16 0 1 0 262333426 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20769/statm: 3400 797 370 3 0 500 0
[pid=20782] ppid=20769 vsize=5356 CPUtime=0
/proc/20782/stat : 20782 (sh) S 20769 20769 18641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 262333561 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20782/statm: 1339 233 193 169 0 50 0
[pid=20783] ppid=20782 vsize=868504 CPUtime=11.25
/proc/20783/stat : 20783 (java) S 20782 20769 18641 0 -1 0 39293 0 1 0 1059 66 0 0 18 0 9 0 262333562 889348096 26414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20783/statm: 217126 26414 2565 9 0 211673 0
[pid=20783/tid=20784] ppid=20782 vsize=868504 CPUtime=8.53
/proc/20783/task/20784/stat : 20784 (java) R 20782 20769 18641 0 -1 64 4072 0 1 0 806 47 0 0 25 0 9 0 262333562 889348096 26414 996147200 134512640 134550740 4294955952 18446744073709551615 4126582042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20785] ppid=20782 vsize=868504 CPUtime=2.46
/proc/20783/task/20785/stat : 20785 (java) S 20782 20769 18641 0 -1 64 33016 0 0 0 230 16 0 0 16 0 9 0 262333563 889348096 26414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20786] ppid=20782 vsize=868504 CPUtime=0
/proc/20783/task/20786/stat : 20786 (java) S 20782 20769 18641 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 262333564 889348096 26414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20787] ppid=20782 vsize=868504 CPUtime=0
/proc/20783/task/20787/stat : 20787 (java) S 20782 20769 18641 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 262333564 889348096 26414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20788] ppid=20782 vsize=868504 CPUtime=0
/proc/20783/task/20788/stat : 20788 (java) S 20782 20769 18641 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 262333566 889348096 26414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20789] ppid=20782 vsize=868504 CPUtime=0.24
/proc/20783/task/20789/stat : 20789 (java) S 20782 20769 18641 0 -1 64 1509 0 0 0 23 1 0 0 16 0 9 0 262333566 889348096 26414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20790] ppid=20782 vsize=868504 CPUtime=0
/proc/20783/task/20790/stat : 20790 (java) S 20782 20769 18641 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 262333566 889348096 26414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20791] ppid=20782 vsize=868504 CPUtime=0
/proc/20783/task/20791/stat : 20791 (java) S 20782 20769 18641 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 262333566 889348096 26414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 887460

[startup+25.502 s]
/proc/loadavg: 2.32 2.08 2.02 3/96 20791
/proc/meminfo: memFree=1328128/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=1.3
/proc/20769/stat : 20769 (sugar) S 20767 20769 18641 0 -1 4194304 974 13146 0 1 3 1 119 7 16 0 1 0 262333426 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20769/statm: 3400 797 370 3 0 500 0
[pid=20782] ppid=20769 vsize=5356 CPUtime=0
/proc/20782/stat : 20782 (sh) S 20769 20769 18641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 262333561 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20782/statm: 1339 233 193 169 0 50 0
[pid=20783] ppid=20782 vsize=868504 CPUtime=23.55
/proc/20783/stat : 20783 (java) S 20782 20769 18641 0 -1 0 39891 0 1 0 2199 156 0 0 18 0 9 0 262333562 889348096 26414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20783/statm: 217126 26414 2565 9 0 211673 0
[pid=20783/tid=20784] ppid=20782 vsize=868504 CPUtime=20.5
/proc/20783/task/20784/stat : 20784 (java) R 20782 20769 18641 0 -1 64 4670 0 1 0 1917 133 0 0 25 0 9 0 262333562 889348096 26414 996147200 134512640 134550740 4294955952 18446744073709551615 102064641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20785] ppid=20782 vsize=868504 CPUtime=2.79
/proc/20783/task/20785/stat : 20785 (java) S 20782 20769 18641 0 -1 64 33016 0 0 0 258 21 0 0 16 0 9 0 262333563 889348096 26414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20786] ppid=20782 vsize=868504 CPUtime=0
/proc/20783/task/20786/stat : 20786 (java) S 20782 20769 18641 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 262333564 889348096 26414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20787] ppid=20782 vsize=868504 CPUtime=0
/proc/20783/task/20787/stat : 20787 (java) S 20782 20769 18641 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 262333564 889348096 26414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20788] ppid=20782 vsize=868504 CPUtime=0
/proc/20783/task/20788/stat : 20788 (java) S 20782 20769 18641 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 262333566 889348096 26414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20789] ppid=20782 vsize=868504 CPUtime=0.24
/proc/20783/task/20789/stat : 20789 (java) S 20782 20769 18641 0 -1 64 1509 0 0 0 23 1 0 0 16 0 9 0 262333566 889348096 26414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20790] ppid=20782 vsize=868504 CPUtime=0
/proc/20783/task/20790/stat : 20790 (java) S 20782 20769 18641 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 262333566 889348096 26414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20783/tid=20791] ppid=20782 vsize=868504 CPUtime=0
/proc/20783/task/20791/stat : 20791 (java) S 20782 20769 18641 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 262333566 889348096 26414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 887460

[startup+51.1027 s]
/proc/loadavg: 2.89 2.23 2.07 3/88 20795
/proc/meminfo: memFree=1201600/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=37.42
/proc/20769/stat : 20769 (sugar) S 20767 20769 18641 0 -1 4194304 1022 53947 0 2 3 1 3481 257 16 0 1 0 262333426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20769/statm: 3400 799 370 3 0 500 0
[pid=20794] ppid=20769 vsize=5356 CPUtime=0
/proc/20794/stat : 20794 (sh) S 20769 20769 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 262337309 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20794/statm: 1339 232 193 169 0 50 0
[pid=20795] ppid=20794 vsize=62408 CPUtime=12.21
/proc/20795/stat : 20795 (picosat) R 20794 20769 18641 0 -1 4194304 13880 0 0 0 549 672 0 0 25 0 1 0 262337309 63905792 13866 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20795/statm: 15602 13866 40 102 0 15497 0
Current children cumulated CPU time (s) 49.63
Current children cumulated vsize (KiB) 81364

[startup+102.302 s]
/proc/loadavg: 2.47 2.22 2.08 3/88 20795
/proc/meminfo: memFree=983360/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=37.42
/proc/20769/stat : 20769 (sugar) S 20767 20769 18641 0 -1 4194304 1022 53947 0 2 3 1 3481 257 16 0 1 0 262333426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20769/statm: 3400 799 370 3 0 500 0
[pid=20794] ppid=20769 vsize=5356 CPUtime=0
/proc/20794/stat : 20794 (sh) S 20769 20769 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 262337309 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20794/statm: 1339 232 193 169 0 50 0
[pid=20795] ppid=20794 vsize=277196 CPUtime=63.18
/proc/20795/stat : 20795 (picosat) R 20794 20769 18641 0 -1 4194304 67785 0 0 0 2870 3448 0 0 25 0 1 0 262337309 283848704 67771 996147200 134512640 134931368 4294956256 18446744073709551615 134545629 0 0 4096 0 0 0 0 17 1 0 0
/proc/20795/statm: 69299 67771 40 102 0 69194 0
Current children cumulated CPU time (s) 100.6
Current children cumulated vsize (KiB) 296152

[startup+162.303 s]
/proc/loadavg: 2.17 2.18 2.07 3/88 20795
/proc/meminfo: memFree=738496/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=37.42
/proc/20769/stat : 20769 (sugar) S 20767 20769 18641 0 -1 4194304 1022 53947 0 2 3 1 3481 257 16 0 1 0 262333426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20769/statm: 3400 799 370 3 0 500 0
[pid=20794] ppid=20769 vsize=5356 CPUtime=0
/proc/20794/stat : 20794 (sh) S 20769 20769 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 262337309 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20794/statm: 1339 232 193 169 0 50 0
[pid=20795] ppid=20794 vsize=532120 CPUtime=122.89
/proc/20795/stat : 20795 (picosat) R 20794 20769 18641 0 -1 4194304 130701 0 0 0 5579 6710 0 0 25 0 1 0 262337309 544890880 130687 996147200 134512640 134931368 4294956256 18446744073709551615 134605939 0 0 4096 0 0 0 0 17 1 0 0
/proc/20795/statm: 133030 130687 40 102 0 132925 0
Current children cumulated CPU time (s) 160.31
Current children cumulated vsize (KiB) 551076

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

[startup+179.202 s]
/proc/loadavg: 2.13 2.17 2.07 3/88 20795
/proc/meminfo: memFree=670912/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=37.42
/proc/20769/stat : 20769 (sugar) S 20767 20769 18641 0 -1 4194304 1022 53947 0 2 3 1 3481 257 16 0 1 0 262333426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20769/statm: 3400 799 370 3 0 500 0
[pid=20794] ppid=20769 vsize=5356 CPUtime=0
/proc/20794/stat : 20794 (sh) S 20769 20769 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 262337309 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20794/statm: 1339 232 193 169 0 50 0
[pid=20795] ppid=20794 vsize=601172 CPUtime=139.73
/proc/20795/stat : 20795 (picosat) R 20794 20769 18641 0 -1 4194304 147980 0 0 0 6366 7607 0 0 25 0 1 0 262337309 615600128 147966 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20795/statm: 150293 147966 40 102 0 150188 0
Current children cumulated CPU time (s) 177.15
Current children cumulated vsize (KiB) 620128

[startup+192.002 s]
/proc/loadavg: 2.10 2.16 2.07 3/88 20795
/proc/meminfo: memFree=615744/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=37.42
/proc/20769/stat : 20769 (sugar) S 20767 20769 18641 0 -1 4194304 1022 53947 0 2 3 1 3481 257 16 0 1 0 262333426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20769/statm: 3400 799 370 3 0 500 0
[pid=20794] ppid=20769 vsize=5356 CPUtime=0
/proc/20794/stat : 20794 (sh) S 20769 20769 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 262337309 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20794/statm: 1339 232 193 169 0 50 0
[pid=20795] ppid=20794 vsize=713700 CPUtime=152.46
/proc/20795/stat : 20795 (picosat) R 20794 20769 18641 0 -1 4194304 161302 0 0 0 6942 8304 0 0 25 0 1 0 262337309 730828800 161288 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20795/statm: 178425 161288 40 102 0 178320 0
Current children cumulated CPU time (s) 189.88
Current children cumulated vsize (KiB) 732656

[startup+204.802 s]
/proc/loadavg: 2.09 2.15 2.07 3/88 20795
/proc/meminfo: memFree=597568/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=37.42
/proc/20769/stat : 20769 (sugar) S 20767 20769 18641 0 -1 4194304 1022 53947 0 2 3 1 3481 257 16 0 1 0 262333426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20769/statm: 3400 799 370 3 0 500 0
[pid=20794] ppid=20769 vsize=5356 CPUtime=0
/proc/20794/stat : 20794 (sh) S 20769 20769 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 262337309 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20794/statm: 1339 232 193 169 0 50 0
[pid=20795] ppid=20794 vsize=728980 CPUtime=165.2
/proc/20795/stat : 20795 (picosat) R 20794 20769 18641 0 -1 4194304 165255 0 0 0 8031 8489 0 0 25 0 1 0 262337309 746475520 165191 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/20795/statm: 182245 165191 48 102 0 182140 0
Current children cumulated CPU time (s) 202.62
Current children cumulated vsize (KiB) 747936

[startup+211.202 s]
/proc/loadavg: 2.07 2.15 2.07 3/88 20795
/proc/meminfo: memFree=597248/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=37.42
/proc/20769/stat : 20769 (sugar) S 20767 20769 18641 0 -1 4194304 1022 53947 0 2 3 1 3481 257 16 0 1 0 262333426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20769/statm: 3400 799 370 3 0 500 0
[pid=20794] ppid=20769 vsize=5356 CPUtime=0
/proc/20794/stat : 20794 (sh) S 20769 20769 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 262337309 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20794/statm: 1339 232 193 169 0 50 0
[pid=20795] ppid=20794 vsize=729240 CPUtime=171.58
/proc/20795/stat : 20795 (picosat) R 20794 20769 18641 0 -1 4194304 165345 0 0 0 8669 8489 0 0 25 0 1 0 262337309 746741760 165281 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20795/statm: 182310 165281 48 102 0 182205 0
Current children cumulated CPU time (s) 209
Current children cumulated vsize (KiB) 748196

[startup+214.401 s]
/proc/loadavg: 2.07 2.15 2.07 3/88 20795
/proc/meminfo: memFree=597120/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=37.42
/proc/20769/stat : 20769 (sugar) S 20767 20769 18641 0 -1 4194304 1022 53947 0 2 3 1 3481 257 16 0 1 0 262333426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20769/statm: 3400 799 370 3 0 500 0
[pid=20794] ppid=20769 vsize=5356 CPUtime=0
/proc/20794/stat : 20794 (sh) S 20769 20769 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 262337309 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20794/statm: 1339 232 193 169 0 50 0
[pid=20795] ppid=20794 vsize=731288 CPUtime=174.76
/proc/20795/stat : 20795 (picosat) R 20794 20769 18641 0 -1 4194304 165372 0 0 0 8987 8489 0 0 25 0 1 0 262337309 748838912 165308 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/20795/statm: 182822 165308 48 102 0 182717 0
Current children cumulated CPU time (s) 212.18
Current children cumulated vsize (KiB) 750244

[startup+215.201 s]
/proc/loadavg: 2.07 2.15 2.07 3/88 20795
/proc/meminfo: memFree=597120/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=37.42
/proc/20769/stat : 20769 (sugar) S 20767 20769 18641 0 -1 4194304 1022 53947 0 2 3 1 3481 257 16 0 1 0 262333426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20769/statm: 3400 799 370 3 0 500 0
[pid=20794] ppid=20769 vsize=5356 CPUtime=0
/proc/20794/stat : 20794 (sh) S 20769 20769 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 262337309 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20794/statm: 1339 232 193 169 0 50 0
[pid=20795] ppid=20794 vsize=731292 CPUtime=175.56
/proc/20795/stat : 20795 (picosat) R 20794 20769 18641 0 -1 4194304 165383 0 0 0 9067 8489 0 0 25 0 1 0 262337309 748843008 165319 996147200 134512640 134931368 4294956256 18446744073709551615 134580624 0 0 4096 0 0 0 0 17 1 0 0
/proc/20795/statm: 182823 165319 52 102 0 182718 0
Current children cumulated CPU time (s) 212.98
Current children cumulated vsize (KiB) 750248

[startup+216.002 s]
/proc/loadavg: 2.07 2.15 2.07 4/88 20795
/proc/meminfo: memFree=596096/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=37.42
/proc/20769/stat : 20769 (sugar) S 20767 20769 18641 0 -1 4194304 1022 53947 0 2 3 1 3481 257 16 0 1 0 262333426 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20769/statm: 3400 799 370 3 0 500 0
[pid=20794] ppid=20769 vsize=5356 CPUtime=0
/proc/20794/stat : 20794 (sh) S 20769 20769 18641 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 262337309 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20794/statm: 1339 232 193 169 0 50 0
[pid=20795] ppid=20794 vsize=0 CPUtime=176.35
/proc/20795/stat : 20795 (picosat) R 20794 20769 18641 0 -1 4194308 165384 0 0 0 9136 8499 0 0 25 0 1 0 262337309 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/20795/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 213.77
Current children cumulated vsize (KiB) 18956

[startup+216.401 s]
/proc/loadavg: 2.07 2.15 2.07 4/88 20795
/proc/meminfo: memFree=596096/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=214.12
/proc/20769/stat : 20769 (sugar) R 20767 20769 18641 0 -1 4194304 1120 223482 0 3 4 3 12645 8760 16 0 1 0 262333426 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 0 0 0 17 0 0 0
/proc/20769/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 214.12
Current children cumulated vsize (KiB) 13600

[startup+216.501 s]
/proc/loadavg: 2.07 2.15 2.07 4/88 20795
/proc/meminfo: memFree=596096/2055920 swapFree=4180672/4192956
[pid=20769] ppid=20767 vsize=13600 CPUtime=214.22
/proc/20769/stat : 20769 (sugar) R 20767 20769 18641 0 -1 4194304 1120 223482 0 3 4 13 12645 8760 16 0 1 0 262333426 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 0 0 0 17 0 0 0
/proc/20769/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 214.22
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 216.573
CPU time (s): 214.313
CPU user time (s): 126.495
CPU system time (s): 87.8186
CPU usage (%): 98.9565
Max. virtual memory (cumulated for all children) (KiB): 908844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 126.495
system time used= 87.8186
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224632
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= 15490
involuntary context switches= 18172

runsolver used 0.26096 second user time and 0.6569 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-05 19:23:16
IDJOB=1093955
IDBENCH=58738
IDSOLVER=345
FILE ID=node82/1093955-1215278596
PBS_JOBID= 7882230
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/queens/normalized-queens-200.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-1093955-1215278596/watcher-1093955-1215278596 -o /tmp/evaluation-result-1093955-1215278596/solver-1093955-1215278596 -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-1093955-1215278596.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 054f76ffe13ea2991d6de6635966b938
RANDOM SEED=78019808

node82.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.239
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.239
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1668064 kB
Buffers:         48780 kB
Cached:         249832 kB
SwapCached:       5892 kB
Active:         242012 kB
Inactive:        97236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668064 kB
SwapTotal:     4192956 kB
SwapFree:      4180672 kB
Dirty:            4288 kB
Writeback:           0 kB
Mapped:          57612 kB
Slab:            33656 kB
Committed_AS:   721960 kB
PageTables:       1932 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= 66464 MiB
End job on node82 at 2008-07-05 19:26:53