Trace number 2087548

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.14.6+picosatSAT 234.317 237.52

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 benchmark16.2935
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 10:12:32 2009
0.00/0.08	c 0	PID 28033
0.00/0.08	c 0	HOST node7.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2087548-1247386352.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2087548-1247386352.xml' 'HOME/temp.csp'
1.37/1.46	c 2	1 domains, 200 variables, 1 predicates, 0 relations, 19900 constraints
1.43/1.50	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.43/1.50	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.43/1.58	c 2	Parsing HOME/temp.csp
1.43/1.76	c 2	parsed 10000 expressions
1.43/1.98	c 2	parsed 20000 expressions
1.43/1.98	c 2	parsed 20102 expressions
1.43/1.99	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.99	c 2	Converting to clausal form CSP
2.31/2.46	c 3	converted 2011 (10%) expressions
2.61/2.77	c 3	converted 4021 (20%) expressions
2.90/3.00	c 3	converted 6031 (30%) expressions
3.20/3.40	c 4	converted 8041 (40%) expressions
3.49/3.63	c 4	converted 10051 (50%) expressions
3.68/3.87	c 4	converted 12062 (60%) expressions
3.98/4.10	c 4	converted 14072 (70%) expressions
4.38/4.59	c 5	converted 16082 (80%) expressions
4.67/4.83	c 5	converted 18092 (90%) expressions
4.87/5.05	c 5	converted 20102 (100%) expressions
4.87/5.05	c 5	CSP : 200 integers, 19900 booleans, 79600 clauses, largest domain size 200
4.87/5.05	c 5	Heap : 52 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.87/5.05	c 5	Propagation in CSP
5.07/5.21	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.07/5.21	c 6	CSP : 200 integers, 19900 booleans, 79600 clauses, largest domain size 200
5.07/5.21	c 6	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.07/5.24	c 6	Simplifing CSP by introducing new Boolean variables
5.86/6.08	c 6	CSP : 200 integers, 99498 booleans, 159198 clauses, largest domain size 200
5.86/6.08	c 6	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.56/6.74	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.56/6.79	c 7	20 (10%) CSP integer variables are encoded (3960 clauses, 49343 bytes)
6.56/6.79	c 7	40 (20%) CSP integer variables are encoded (7920 clauses, 100823 bytes)
6.56/6.80	c 7	60 (30%) CSP integer variables are encoded (11880 clauses, 156166 bytes)
6.65/6.80	c 7	80 (40%) CSP integer variables are encoded (15840 clauses, 215566 bytes)
6.65/6.81	c 7	100 (50%) CSP integer variables are encoded (19800 clauses, 274966 bytes)
6.65/6.81	c 7	120 (60%) CSP integer variables are encoded (23760 clauses, 334366 bytes)
6.65/6.82	c 7	140 (70%) CSP integer variables are encoded (27720 clauses, 393766 bytes)
6.65/6.82	c 7	160 (80%) CSP integer variables are encoded (31680 clauses, 453166 bytes)
6.65/6.83	c 7	180 (90%) CSP integer variables are encoded (35640 clauses, 512566 bytes)
6.65/6.83	c 7	200 (100%) CSP integer variables are encoded (39600 clauses, 571966 bytes)
9.62/9.85	c 10	15920 (10%) CSP clauses are encoded (1667178 clauses, 33213268 bytes)
12.58/12.87	c 13	31840 (20%) CSP clauses are encoded (3313934 clauses, 67290774 bytes)
15.73/16.03	c 16	47760 (30%) CSP clauses are encoded (5024310 clauses, 102797600 bytes)
18.81/19.37	c 20	63680 (40%) CSP clauses are encoded (6760258 clauses, 138990292 bytes)
22.18/22.70	c 23	79599 (50%) CSP clauses are encoded (8567698 clauses, 177906773 bytes)
25.70/26.32	c 27	95519 (60%) CSP clauses are encoded (10420538 clauses, 219794072 bytes)
29.37/30.22	c 31	111439 (70%) CSP clauses are encoded (12336418 clauses, 263181962 bytes)
33.18/34.13	c 34	127359 (80%) CSP clauses are encoded (14327078 clauses, 308252402 bytes)
37.11/38.16	c 39	143279 (90%) CSP clauses are encoded (16407734 clauses, 355347752 bytes)
41.27/42.49	c 43	159198 (100%) CSP clauses are encoded (18626198 clauses, 405543695 bytes)
41.27/42.49	c 43	159198 CSP clauses encoded
41.27/42.49	c 43	Writing map file : HOME/temp.map
41.37/42.51	c 43	Heap : 59 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
41.37/42.51	c 43	SAT : 139298 SAT variables, 18626198 SAT clauses, 405543695 bytes
41.37/42.51	c 43	Heap : 59 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
41.37/42.56	c 43	SOLVING HOME/temp.cnf
41.37/42.56	c 43	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
233.62/236.82	c 237	DECODING HOME/temp.out WITH HOME/temp.map
233.62/236.82	c 237	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
233.65/236.91	c 237	Decoding HOME/temp.out
233.65/237.24	s SATISFIABLE
233.65/237.25	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
233.65/237.26	c 238	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
233.66/237.31	c 238	CPU 234.09 (0.06 0.02 139.16 94.85)
233.66/237.31	c 238	END Sun Jul 12 10:16:30 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2087548-1247386352/watcher-2087548-1247386352 -o /tmp/evaluation-result-2087548-1247386352/solver-2087548-1247386352 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2087548-1247386352.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 4/84 28033
/proc/meminfo: memFree=1365696/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=12272 CPUtime=0
/proc/28033/stat : 28033 (sugar) R 28031 28033 26954 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 25702621 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 244671281765 0 0 4224 0 0 0 0 17 1 0 0
/proc/28033/statm: 3068 364 274 3 0 168 0

[startup+0.123179 s]
/proc/loadavg: 2.01 2.00 2.00 4/84 28033
/proc/meminfo: memFree=1365696/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=0.07
/proc/28033/stat : 28033 (sugar) S 28031 28033 26954 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 25702621 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.208684 s]
/proc/loadavg: 2.01 2.00 2.00 4/84 28033
/proc/meminfo: memFree=1365696/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=0.07
/proc/28033/stat : 28033 (sugar) S 28031 28033 26954 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 25702621 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301694 s]
/proc/loadavg: 2.01 2.00 2.00 4/84 28033
/proc/meminfo: memFree=1365696/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=0.07
/proc/28033/stat : 28033 (sugar) S 28031 28033 26954 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 25702621 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701745 s]
/proc/loadavg: 2.01 2.00 2.00 4/84 28033
/proc/meminfo: memFree=1365696/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=0.07
/proc/28033/stat : 28033 (sugar) S 28031 28033 26954 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 25702621 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50283 s]
/proc/loadavg: 2.01 2.00 2.00 4/95 28045
/proc/meminfo: memFree=1329704/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=0.07
/proc/28033/stat : 28033 (sugar) S 28031 28033 26954 0 -1 4194304 1245 128 0 0 6 1 0 0 16 0 1 0 25702621 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 4217 1111 409 3 0 796 0
[pid=28036] ppid=28033 vsize=0 CPUtime=1.36
/proc/28036/stat : 28036 (sh) R 28033 28033 26954 0 -1 4194308 285 12812 0 1 0 0 128 8 17 0 1 0 25702630 0 0 996147200 0 0 0 0 0 0 0 4100 65536 0 0 0 17 1 0 0
/proc/28036/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 16868

[startup+3.10299 s]
/proc/loadavg: 2.01 2.00 2.00 4/95 28055
/proc/meminfo: memFree=1341608/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=1.43
/proc/28033/stat : 28033 (sugar) S 28031 28033 26954 0 -1 4194304 1309 13225 0 1 6 1 128 8 15 0 1 0 25702621 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 4217 1111 409 3 0 796 0
[pid=28046] ppid=28033 vsize=5356 CPUtime=0
/proc/28046/stat : 28046 (sh) S 28033 28033 26954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25702772 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28046/statm: 1339 233 193 169 0 50 0
[pid=28047] ppid=28046 vsize=868620 CPUtime=1.57
/proc/28047/stat : 28047 (java) S 28046 28033 26954 0 -1 0 12352 0 1 0 149 8 0 0 19 0 9 0 25702772 889466880 11347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28047/statm: 217155 11347 2566 9 0 211660 0
[pid=28047/tid=28048] ppid=28046 vsize=868620 CPUtime=0.95
/proc/28047/task/28048/stat : 28048 (java) R 28046 28033 26954 0 -1 64 2753 0 1 0 93 2 0 0 25 0 9 0 25702773 889466880 11347 996147200 134512640 134550932 4294955936 18446744073709551615 4126517098 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28049] ppid=28046 vsize=868620 CPUtime=0.43
/proc/28047/task/28049/stat : 28049 (java) S 28046 28033 26954 0 -1 64 7415 0 0 0 39 4 0 0 16 0 9 0 25702774 889466880 11347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28050] ppid=28046 vsize=868620 CPUtime=0
/proc/28047/task/28050/stat : 28050 (java) S 28046 28033 26954 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25702774 889466880 11347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28051] ppid=28046 vsize=868620 CPUtime=0
/proc/28047/task/28051/stat : 28051 (java) S 28046 28033 26954 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25702774 889466880 11347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28052] ppid=28046 vsize=868620 CPUtime=0
/proc/28047/task/28052/stat : 28052 (java) S 28046 28033 26954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25702777 889466880 11347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28053] ppid=28046 vsize=868620 CPUtime=0.16
/proc/28047/task/28053/stat : 28053 (java) S 28046 28033 26954 0 -1 64 1482 0 0 0 16 0 0 0 16 0 9 0 25702777 889466880 11347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28054] ppid=28046 vsize=868620 CPUtime=0
/proc/28047/task/28054/stat : 28054 (java) S 28046 28033 26954 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25702777 889466880 11347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28055] ppid=28046 vsize=868620 CPUtime=0
/proc/28047/task/28055/stat : 28055 (java) S 28046 28033 26954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25702777 889466880 11347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890844

[startup+6.30232 s]
/proc/loadavg: 2.09 2.02 2.01 4/95 28055
/proc/meminfo: memFree=1279592/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=1.43
/proc/28033/stat : 28033 (sugar) S 28031 28033 26954 0 -1 4194304 1310 13225 0 1 6 1 128 8 16 0 1 0 25702621 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 4217 1111 409 3 0 796 0
[pid=28046] ppid=28033 vsize=5356 CPUtime=0
/proc/28046/stat : 28046 (sh) S 28033 28033 26954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25702772 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28046/statm: 1339 233 193 169 0 50 0
[pid=28047] ppid=28046 vsize=879872 CPUtime=4.72
/proc/28047/stat : 28047 (java) S 28046 28033 26954 0 -1 0 33289 0 1 0 454 18 0 0 19 0 9 0 25702772 900988928 28819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28047/statm: 219968 28819 2567 9 0 214473 0
[pid=28047/tid=28048] ppid=28046 vsize=879872 CPUtime=2.38
/proc/28047/task/28048/stat : 28048 (java) R 28046 28033 26954 0 -1 64 3731 0 1 0 235 3 0 0 25 0 9 0 25702773 900988928 28819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28049] ppid=28046 vsize=879872 CPUtime=2.14
/proc/28047/task/28049/stat : 28049 (java) R 28046 28033 26954 0 -1 64 27363 0 0 0 200 14 0 0 16 0 9 0 25702774 900988928 28819 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28050] ppid=28046 vsize=879872 CPUtime=0
/proc/28047/task/28050/stat : 28050 (java) S 28046 28033 26954 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25702774 900988928 28819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28051] ppid=28046 vsize=879872 CPUtime=0
/proc/28047/task/28051/stat : 28051 (java) S 28046 28033 26954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25702774 900988928 28819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28052] ppid=28046 vsize=879872 CPUtime=0
/proc/28047/task/28052/stat : 28052 (java) S 28046 28033 26954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25702777 900988928 28819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28053] ppid=28046 vsize=879872 CPUtime=0.18
/proc/28047/task/28053/stat : 28053 (java) S 28046 28033 26954 0 -1 64 1493 0 0 0 18 0 0 0 16 0 9 0 25702777 900988928 28819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28054] ppid=28046 vsize=879872 CPUtime=0
/proc/28047/task/28054/stat : 28054 (java) S 28046 28033 26954 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25702777 900988928 28819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28055] ppid=28046 vsize=879872 CPUtime=0
/proc/28047/task/28055/stat : 28055 (java) S 28046 28033 26954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25702777 900988928 28819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 902096

[startup+12.703 s]
/proc/loadavg: 2.08 2.02 2.00 3/95 28055
/proc/meminfo: memFree=1208680/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=1.43
/proc/28033/stat : 28033 (sugar) S 28031 28033 26954 0 -1 4194304 1310 13225 0 1 6 1 128 8 16 0 1 0 25702621 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 4217 1111 409 3 0 796 0
[pid=28046] ppid=28033 vsize=5356 CPUtime=0
/proc/28046/stat : 28046 (sh) S 28033 28033 26954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25702772 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28046/statm: 1339 233 193 169 0 50 0
[pid=28047] ppid=28046 vsize=868732 CPUtime=11.05
/proc/28047/stat : 28047 (java) S 28046 28033 26954 0 -1 0 38723 0 1 0 1039 66 0 0 19 0 9 0 25702772 889581568 26079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28047/statm: 217183 26079 2591 9 0 211660 0
[pid=28047/tid=28048] ppid=28046 vsize=868732 CPUtime=8.1
/proc/28047/task/28048/stat : 28048 (java) R 28046 28033 26954 0 -1 64 4007 0 1 0 765 45 0 0 25 0 9 0 25702773 889581568 26079 996147200 134512640 134550932 4294955936 18446744073709551615 102094007 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28049] ppid=28046 vsize=868732 CPUtime=2.68
/proc/28047/task/28049/stat : 28049 (java) S 28046 28033 26954 0 -1 64 32485 0 0 0 250 18 0 0 16 0 9 0 25702774 889581568 26079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28050] ppid=28046 vsize=868732 CPUtime=0
/proc/28047/task/28050/stat : 28050 (java) S 28046 28033 26954 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25702774 889581568 26079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28051] ppid=28046 vsize=868732 CPUtime=0
/proc/28047/task/28051/stat : 28051 (java) S 28046 28033 26954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25702774 889581568 26079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28052] ppid=28046 vsize=868732 CPUtime=0
/proc/28047/task/28052/stat : 28052 (java) S 28046 28033 26954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25702777 889581568 26079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28053] ppid=28046 vsize=868732 CPUtime=0.22
/proc/28047/task/28053/stat : 28053 (java) S 28046 28033 26954 0 -1 64 1529 0 0 0 22 0 0 0 16 0 9 0 25702777 889581568 26079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28054] ppid=28046 vsize=868732 CPUtime=0
/proc/28047/task/28054/stat : 28054 (java) S 28046 28033 26954 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25702777 889581568 26079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28055] ppid=28046 vsize=868732 CPUtime=0
/proc/28047/task/28055/stat : 28055 (java) S 28046 28033 26954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25702777 889581568 26079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890956

[startup+25.5023 s]
/proc/loadavg: 2.07 2.02 2.00 3/95 28055
/proc/meminfo: memFree=1059688/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=1.43
/proc/28033/stat : 28033 (sugar) S 28031 28033 26954 0 -1 4194304 1310 13225 0 1 6 1 128 8 16 0 1 0 25702621 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 4217 1111 409 3 0 796 0
[pid=28046] ppid=28033 vsize=5356 CPUtime=0
/proc/28046/stat : 28046 (sh) S 28033 28033 26954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25702772 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28046/statm: 1339 233 193 169 0 50 0
[pid=28047] ppid=28046 vsize=868732 CPUtime=23.48
/proc/28047/stat : 28047 (java) S 28046 28033 26954 0 -1 0 39207 0 1 0 2178 170 0 0 19 0 9 0 25702772 889581568 26079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28047/statm: 217183 26079 2591 9 0 211660 0
[pid=28047/tid=28048] ppid=28046 vsize=868732 CPUtime=20.24
/proc/28047/task/28048/stat : 28048 (java) R 28046 28033 26954 0 -1 64 4491 0 1 0 1878 146 0 0 25 0 9 0 25702773 889581568 26079 996147200 134512640 134550932 4294955936 18446744073709551615 4126961972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28049] ppid=28046 vsize=868732 CPUtime=2.99
/proc/28047/task/28049/stat : 28049 (java) S 28046 28033 26954 0 -1 64 32485 0 0 0 277 22 0 0 16 0 9 0 25702774 889581568 26079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28050] ppid=28046 vsize=868732 CPUtime=0
/proc/28047/task/28050/stat : 28050 (java) S 28046 28033 26954 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25702774 889581568 26079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28051] ppid=28046 vsize=868732 CPUtime=0
/proc/28047/task/28051/stat : 28051 (java) S 28046 28033 26954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25702774 889581568 26079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28052] ppid=28046 vsize=868732 CPUtime=0
/proc/28047/task/28052/stat : 28052 (java) S 28046 28033 26954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25702777 889581568 26079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28053] ppid=28046 vsize=868732 CPUtime=0.22
/proc/28047/task/28053/stat : 28053 (java) S 28046 28033 26954 0 -1 64 1529 0 0 0 22 0 0 0 16 0 9 0 25702777 889581568 26079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28054] ppid=28046 vsize=868732 CPUtime=0
/proc/28047/task/28054/stat : 28054 (java) S 28046 28033 26954 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25702777 889581568 26079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28047/tid=28055] ppid=28046 vsize=868732 CPUtime=0
/proc/28047/task/28055/stat : 28055 (java) S 28046 28033 26954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25702777 889581568 26079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 890956

[startup+51.102 s]
/proc/loadavg: 2.15 2.04 2.01 3/87 28057
/proc/meminfo: memFree=921576/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=41.41
/proc/28033/stat : 28033 (sugar) S 28031 28033 26954 0 -1 4194304 1365 53369 0 2 6 1 3829 305 16 0 1 0 25702621 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 4217 1113 409 3 0 796 0
[pid=28056] ppid=28033 vsize=5356 CPUtime=0
/proc/28056/stat : 28056 (sh) S 28033 28033 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25706878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28056/statm: 1339 232 193 169 0 50 0
[pid=28057] ppid=28056 vsize=37844 CPUtime=8.41
/proc/28057/stat : 28057 (picosat) R 28056 28033 26954 0 -1 4194304 9213 0 0 0 380 461 0 0 25 0 1 0 25706878 38752256 9199 996147200 134512640 134931368 4294956256 18446744073709551615 134604413 0 0 4096 0 0 0 0 17 1 0 0
/proc/28057/statm: 9461 9199 40 102 0 9356 0
Current children cumulated CPU time (s) 49.82
Current children cumulated vsize (KiB) 60068

[startup+102.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/87 28057
/proc/meminfo: memFree=722728/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=41.41
/proc/28033/stat : 28033 (sugar) S 28031 28033 26954 0 -1 4194304 1365 53369 0 2 6 1 3829 305 16 0 1 0 25702621 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 4217 1113 409 3 0 796 0
[pid=28056] ppid=28033 vsize=5356 CPUtime=0
/proc/28056/stat : 28056 (sh) S 28033 28033 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25706878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28056/statm: 1339 232 193 169 0 50 0
[pid=28057] ppid=28056 vsize=244328 CPUtime=58.98
/proc/28057/stat : 28057 (picosat) R 28056 28033 26954 0 -1 4194304 58496 0 0 0 2669 3229 0 0 25 0 1 0 25706878 250191872 58482 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28057/statm: 61082 58482 40 102 0 60977 0
Current children cumulated CPU time (s) 100.39
Current children cumulated vsize (KiB) 266552

[startup+162.302 s]
/proc/loadavg: 2.02 2.03 2.00 3/87 28057
/proc/meminfo: memFree=493160/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=41.41
/proc/28033/stat : 28033 (sugar) S 28031 28033 26954 0 -1 4194304 1365 53369 0 2 6 1 3829 305 16 0 1 0 25702621 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 4217 1113 409 3 0 796 0
[pid=28056] ppid=28033 vsize=5356 CPUtime=0
/proc/28056/stat : 28056 (sh) S 28033 28033 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25706878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28056/statm: 1339 232 193 169 0 50 0
[pid=28057] ppid=28056 vsize=481432 CPUtime=118.41
/proc/28057/stat : 28057 (picosat) R 28056 28033 26954 0 -1 4194304 116338 0 0 0 5376 6465 0 0 25 0 1 0 25706878 492986368 116324 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28057/statm: 120358 116324 40 102 0 120253 0
Current children cumulated CPU time (s) 159.82
Current children cumulated vsize (KiB) 503656

[startup+222.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 28057
/proc/meminfo: memFree=294824/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=41.41
/proc/28033/stat : 28033 (sugar) S 28031 28033 26954 0 -1 4194304 1365 53369 0 2 6 1 3829 305 16 0 1 0 25702621 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 4217 1113 409 3 0 796 0
[pid=28056] ppid=28033 vsize=5356 CPUtime=0
/proc/28056/stat : 28056 (sh) S 28033 28033 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25706878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28056/statm: 1339 232 193 169 0 50 0
[pid=28057] ppid=28056 vsize=728848 CPUtime=177.85
/proc/28057/stat : 28057 (picosat) R 28056 28033 26954 0 -1 4194304 165226 0 0 0 8620 9165 0 0 25 0 1 0 25706878 746340352 165162 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28057/statm: 182212 165162 48 102 0 182107 0
Current children cumulated CPU time (s) 219.26
Current children cumulated vsize (KiB) 751072

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

[startup+230.402 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 28057
/proc/meminfo: memFree=294376/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=41.41
/proc/28033/stat : 28033 (sugar) S 28031 28033 26954 0 -1 4194304 1365 53369 0 2 6 1 3829 305 16 0 1 0 25702621 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 4217 1113 409 3 0 796 0
[pid=28056] ppid=28033 vsize=5356 CPUtime=0
/proc/28056/stat : 28056 (sh) S 28033 28033 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25706878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28056/statm: 1339 232 193 169 0 50 0
[pid=28057] ppid=28056 vsize=729240 CPUtime=185.87
/proc/28057/stat : 28057 (picosat) R 28056 28033 26954 0 -1 4194304 165344 0 0 0 9422 9165 0 0 25 0 1 0 25706878 746741760 165280 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28057/statm: 182310 165280 48 102 0 182205 0
Current children cumulated CPU time (s) 227.28
Current children cumulated vsize (KiB) 751464

[startup+233.601 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 28057
/proc/meminfo: memFree=294248/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=41.41
/proc/28033/stat : 28033 (sugar) S 28031 28033 26954 0 -1 4194304 1365 53369 0 2 6 1 3829 305 16 0 1 0 25702621 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 4217 1113 409 3 0 796 0
[pid=28056] ppid=28033 vsize=5356 CPUtime=0
/proc/28056/stat : 28056 (sh) S 28033 28033 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25706878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28056/statm: 1339 232 193 169 0 50 0
[pid=28057] ppid=28056 vsize=731288 CPUtime=189.04
/proc/28057/stat : 28057 (picosat) R 28056 28033 26954 0 -1 4194304 165369 0 0 0 9739 9165 0 0 25 0 1 0 25706878 748838912 165305 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28057/statm: 182822 165305 48 102 0 182717 0
Current children cumulated CPU time (s) 230.45
Current children cumulated vsize (KiB) 753512

[startup+235.201 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 28057
/proc/meminfo: memFree=294248/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=41.41
/proc/28033/stat : 28033 (sugar) S 28031 28033 26954 0 -1 4194304 1365 53369 0 2 6 1 3829 305 16 0 1 0 25702621 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 4217 1113 409 3 0 796 0
[pid=28056] ppid=28033 vsize=5356 CPUtime=0
/proc/28056/stat : 28056 (sh) S 28033 28033 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25706878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28056/statm: 1339 232 193 169 0 50 0
[pid=28057] ppid=28056 vsize=731288 CPUtime=190.63
/proc/28057/stat : 28057 (picosat) R 28056 28033 26954 0 -1 4194304 165374 0 0 0 9898 9165 0 0 25 0 1 0 25706878 748838912 165310 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/28057/statm: 182822 165310 48 102 0 182717 0
Current children cumulated CPU time (s) 232.04
Current children cumulated vsize (KiB) 753512

[startup+236.803 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 28057
/proc/meminfo: memFree=293224/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=41.41
/proc/28033/stat : 28033 (sugar) S 28031 28033 26954 0 -1 4194304 1365 53369 0 2 6 1 3829 305 16 0 1 0 25702621 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 4217 1113 409 3 0 796 0
[pid=28056] ppid=28033 vsize=5356 CPUtime=0
/proc/28056/stat : 28056 (sh) S 28033 28033 26954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25706878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28056/statm: 1339 232 193 169 0 50 0
[pid=28057] ppid=28056 vsize=0 CPUtime=192.21
/proc/28057/stat : 28057 (picosat) R 28056 28033 26954 0 -1 4194308 165384 0 0 0 10047 9174 0 0 25 0 1 0 25706878 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/28057/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 233.62
Current children cumulated vsize (KiB) 22224

[startup+237.202 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 28057
/proc/meminfo: memFree=293224/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=233.65
/proc/28033/stat : 28033 (sugar) S 28031 28033 26954 0 -1 4194304 1446 219038 0 2 6 1 13876 9482 16 0 1 0 25702621 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28033/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 233.65
Current children cumulated vsize (KiB) 16868

[startup+237.403 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 28057
/proc/meminfo: memFree=293224/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=234.18
/proc/28033/stat : 28033 (sugar) R 28031 28033 26954 0 -1 4194304 1476 222946 0 3 6 11 13916 9485 16 0 1 0 25702621 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 244671288361 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28033/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 234.18
Current children cumulated vsize (KiB) 16868

[startup+237.518 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 28057
/proc/meminfo: memFree=293224/2055920 swapFree=4192812/4192956
[pid=28033] ppid=28031 vsize=16868 CPUtime=234.29
/proc/28033/stat : 28033 (sugar) R 28031 28033 26954 0 -1 4194304 1476 222946 0 3 6 22 13916 9485 16 0 1 0 25702621 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 244671288361 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28033/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 234.29
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 237.52
CPU time (s): 234.317
CPU user time (s): 139.233
CPU system time (s): 95.0845
CPU usage (%): 98.6517
Max. virtual memory (cumulated for all children) (KiB): 912336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.233
system time used= 95.0845
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224483
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= 16363
involuntary context switches= 21455

runsolver used 0.277957 second user time and 0.830873 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 10:12:32
IDJOB=2087548
IDBENCH=58738
IDSOLVER=738
FILE ID=node7/2087548-1247386352
PBS_JOBID= 9507271
Free space on /tmp= 66104 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/queens/normalized-queens-200.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087548-1247386352/watcher-2087548-1247386352 -o /tmp/evaluation-result-2087548-1247386352/solver-2087548-1247386352 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2087548-1247386352.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 054f76ffe13ea2991d6de6635966b938
RANDOM SEED=128613783

node7.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.231
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.231
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:       1366176 kB
Buffers:         13884 kB
Cached:         139932 kB
SwapCached:          0 kB
Active:         574156 kB
Inactive:        62424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1366176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4180 kB
Writeback:           0 kB
Mapped:         498472 kB
Slab:            37436 kB
Committed_AS:   890256 kB
PageTables:       2752 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= 66104 MiB
End job on node7 at 2009-07-12 10:16:30