Trace number 2064085

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 111.098 114.998

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-6.xml
MD5SUM4557782171b25598d03a057775c7d656
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark53.1189
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints45572
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension45272
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 19:38:53 2009
0.00/0.07	c 0	PID 14241
0.06/0.07	c 0	HOST node89.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2064085-1247333932.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064085-1247333932.xml' 'HOME/temp.csp'
2.27/2.32	c 2	30 domains, 700 variables, 1 predicates, 0 relations, 45572 constraints
2.27/2.37	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.27/2.37	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'
2.32/3.81	c 4	Parsing HOME/temp.csp
2.32/4.10	c 4	parsed 10000 expressions
2.32/4.23	c 4	parsed 20000 expressions
2.86/4.40	c 4	parsed 30000 expressions
3.06/4.58	c 4	parsed 40000 expressions
3.16/4.65	c 4	parsed 46303 expressions
3.16/4.66	c 4	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.16/4.66	c 4	Converting to clausal form CSP
3.85/5.36	c 5	converted 4631 (10%) expressions
4.25/5.72	c 6	converted 9261 (20%) expressions
4.54/6.06	c 6	converted 13891 (30%) expressions
5.14/6.67	c 7	converted 18522 (40%) expressions
5.53/7.02	c 7	converted 23152 (50%) expressions
5.82/7.37	c 7	converted 27782 (60%) expressions
6.22/7.71	c 8	converted 32413 (70%) expressions
6.92/8.47	c 8	converted 37043 (80%) expressions
7.32/8.82	c 9	converted 41673 (90%) expressions
9.78/11.37	c 11	converted 46303 (100%) expressions
9.78/11.37	c 11	CSP : 700 integers, 0 booleans, 90772 clauses, largest domain size 45
9.78/11.37	c 11	Heap : 119 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.78/11.37	c 11	Propagation in CSP
10.09/11.66	c 12	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.09/11.66	c 12	CSP : 700 integers, 0 booleans, 90772 clauses, largest domain size 45
10.09/11.66	c 12	Heap : 113 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.19/11.70	c 12	Simplifing CSP by introducing new Boolean variables
12.57/14.19	c 14	CSP : 700 integers, 268256 booleans, 359028 clauses, largest domain size 45
12.57/14.20	c 14	Heap : 189 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.75/15.35	c 15	Encoding CSP to SAT : HOME/temp.cnf
13.85/15.41	c 15	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
13.85/15.42	c 15	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
13.85/15.42	c 15	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
13.85/15.42	c 15	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
13.85/15.43	c 15	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
13.85/15.43	c 15	420 (60%) CSP integer variables are encoded (15164 clauses, 205818 bytes)
13.85/15.44	c 15	490 (70%) CSP integer variables are encoded (15279 clauses, 207543 bytes)
13.85/15.44	c 15	560 (80%) CSP integer variables are encoded (15397 clauses, 209313 bytes)
13.85/15.44	c 15	630 (90%) CSP integer variables are encoded (15496 clauses, 210798 bytes)
13.85/15.44	c 15	700 (100%) CSP integer variables are encoded (15624 clauses, 212718 bytes)
15.33/16.94	c 17	35903 (10%) CSP clauses are encoded (711937 clauses, 13636436 bytes)
16.71/18.35	c 18	71806 (20%) CSP clauses are encoded (1411850 clauses, 27733996 bytes)
18.10/19.77	c 20	107709 (30%) CSP clauses are encoded (2109552 clauses, 41867261 bytes)
19.58/21.25	c 21	143612 (40%) CSP clauses are encoded (2806676 clauses, 56707952 bytes)
21.07/22.74	c 23	179514 (50%) CSP clauses are encoded (3504498 clauses, 71648049 bytes)
22.56/24.25	c 24	215417 (60%) CSP clauses are encoded (4204309 clauses, 87131549 bytes)
24.42/26.15	c 26	251320 (70%) CSP clauses are encoded (5199632 clauses, 108444321 bytes)
26.40/29.45	c 29	287223 (80%) CSP clauses are encoded (6283835 clauses, 131439951 bytes)
28.38/31.48	c 31	323126 (90%) CSP clauses are encoded (7368346 clauses, 154588182 bytes)
30.46/33.51	c 33	359028 (100%) CSP clauses are encoded (8453384 clauses, 177624678 bytes)
30.46/33.51	c 33	359028 CSP clauses encoded
30.46/33.51	c 33	Writing map file : HOME/temp.map
30.46/33.54	c 33	Heap : 151 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.46/33.54	c 33	SAT : 284561 SAT variables, 8453384 SAT clauses, 177624678 bytes
30.46/33.54	c 33	Heap : 151 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.54/33.60	c 33	SOLVING HOME/temp.cnf
30.54/33.60	c 33	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
110.32/114.25	c 114	DECODING HOME/temp.out WITH HOME/temp.map
110.32/114.25	c 114	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'
110.42/114.34	c 114	Decoding HOME/temp.out
110.90/114.83	s SATISFIABLE
110.90/114.85	v 12 44 25 11 13 36 42 2 7 15 29 2 35 31 28 0 17 32 5 29 34 2 4 14 5 2 9 24 6 10 2 0 31 3 42 7 18 27 13 30 21 22 16 16 8 20 16 26 44 44 22 1 22 32 6 5 18 40 2 4 3 10 6 9 36 33 31 19 6 11 19 26 8 44 19 10 7 12 14 5 39 36 9 43 9 31 8 18 19 28 12 8 43 20 15 27 7 6 42 11 15 12 14 4 26 14 1 18 31 13 3 32 8 5 28 12 19 10 13 11 15 27 41 34 20 33 9 12 17 23 1 26 9 36 20 21 15 6 22 1 22 31 9 18 27 17 10 14 24 11 15 2 11 36 7 13 13 0 27 16 12 17 10 21 0 18 28 37 7 12 19 18 22 23 19 21 6 21 11 42 5 32 19 20 17 38 37 8 28 28 29 22 3 24 22 8 25 26 18 38 16 23 0 21 25 5 3 22 5 37 4 10 34 44 6 33 30 9 21 14 23 23 24 17 40 31 27 27 1 13 25 2 29 33 33 26 34 29 23 26 0 25 30 6 5 37 21 34 43 28 30 16 14 15 4 14 2 7 41 29 7 35 30 29 20 4 44 34 39 30 43 32 34 35 35 3 8 36 39 37 36 30 1 23 16 37 25 33 1 27 43 34 4 25 35 38 24 37 40 39 41 35 40 13 11 38 2 37 33 38 25 39 36 40 0 40 41 38 7 23 11 15 12 3 39 14 39 11 4 41 29 33 41 31 24 32 32 44 4 3 43 42 42 44 38 24 27 0 43 39 2 0 4 5 0 5 0 2 9 2 7 8 2 8 2 1 4 0 0 0 3 3 0 0 2 9 3 0 7 2 5 0 3 1 5 6 8 9 4 3 6 5 0 3 3 7 9 6 5 2 7 0 0 3 5 5 5 0 0 6 7 4 6 1 9 2 6 0 9 2 8 0 2 8 9 6 3 7 4 1 9 6 5 3 0 2 6 2 1 5 5 8 6 2 4 2 7 8 3 1 6 1 6 9 2 2 8 6 5 3 2 2 5 9 0 0 7 0 9 4 8 4 5 5 9 1 8 3 2 8 5 8 2 4 3 0 5 0 6 3 4 0 6 7 3 1 5 9 5 7 3 1 6 2 5 5 2 9 5 2 6 6 3 5 7 0 1 1 8 8 6 3 2 4 2 9 4 2 9 2 8 5 5 6 0 2 0 7 7 8 6 1 5 2 9 4 6 1 9 5 6 0 5 8 9 3 6 8 6 6 2 1 6 7 2 8 5 4 1 5 3 2 3 7 3 7 7 8 7 6 2 4 5 5 0 5 2 1 5 3 2 5 0 3 4 2 4 7 0 6 4 4 7 0 8 3 6 2 2 3 4 6 2 2 5 1 6 8 5 8 5 7 9 3 5 4 0 1 3 4 7 6 6 6 7 7 7 9 2 0 8 1 5 3 1 9 9 5 2 8 6 0 9 1 8 0 7 3 7 6 1 0 8 6 3 5 9 3 1 9 3 9 9 8 6 1 4 0 3 0 4 6 3 1 6 6 1 3 7 0 9 4 6 9 8 8 6 6 2 2
110.90/114.86	c 115	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
110.96/114.91	c 115	CPU 110.98 (0.05 0.02 71.05 39.86)
110.96/114.91	c 115	END Sat Jul 11 19:40:48 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-2064085-1247333932/watcher-2064085-1247333932 -o /tmp/evaluation-result-2064085-1247333932/solver-2064085-1247333932 -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-2064085-1247333932.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.42 2.31 2.13 4/83 14241
/proc/meminfo: memFree=1550304/2055920 swapFree=4192812/4192956
[pid=14241] ppid=14239 vsize=12268 CPUtime=0
/proc/14241/stat : 14241 (sugar) R 14239 14241 14142 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20458452 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 249069767856 0 0 4224 0 0 0 0 17 0 0 0
/proc/14241/statm: 3067 316 241 3 0 167 0

[startup+0.0756199 s]
/proc/loadavg: 2.42 2.31 2.13 4/83 14241
/proc/meminfo: memFree=1550304/2055920 swapFree=4192812/4192956
[pid=14241] ppid=14239 vsize=16740 CPUtime=0.06
/proc/14241/stat : 14241 (sugar) S 14239 14241 14142 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 20458452 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14241/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101531 s]
/proc/loadavg: 2.42 2.31 2.13 4/83 14241
/proc/meminfo: memFree=1550304/2055920 swapFree=4192812/4192956
[pid=14241] ppid=14239 vsize=16868 CPUtime=0.06
/proc/14241/stat : 14241 (sugar) S 14239 14241 14142 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20458452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14241/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301549 s]
/proc/loadavg: 2.42 2.31 2.13 4/83 14241
/proc/meminfo: memFree=1550304/2055920 swapFree=4192812/4192956
[pid=14241] ppid=14239 vsize=16868 CPUtime=0.06
/proc/14241/stat : 14241 (sugar) S 14239 14241 14142 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20458452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14241/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701589 s]
/proc/loadavg: 2.42 2.31 2.13 4/83 14241
/proc/meminfo: memFree=1550304/2055920 swapFree=4192812/4192956
[pid=14241] ppid=14239 vsize=16868 CPUtime=0.06
/proc/14241/stat : 14241 (sugar) S 14239 14241 14142 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20458452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14241/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50267 s]
/proc/loadavg: 2.42 2.31 2.13 3/94 14253
/proc/meminfo: memFree=1515272/2055920 swapFree=4192812/4192956
[pid=14241] ppid=14239 vsize=16868 CPUtime=0.06
/proc/14241/stat : 14241 (sugar) S 14239 14241 14142 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20458452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14241/statm: 4217 1111 409 3 0 796 0
[pid=14244] ppid=14241 vsize=5356 CPUtime=0
/proc/14244/stat : 14244 (sh) S 14241 14241 14142 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20458460 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14244/statm: 1339 233 193 169 0 50 0
[pid=14245] ppid=14244 vsize=864760 CPUtime=1.42
/proc/14245/stat : 14245 (java) S 14244 14241 14142 0 -1 0 18810 0 1 0 132 10 0 0 20 0 9 0 20458460 885514240 15871 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14245/statm: 216190 15874 2556 9 0 210702 0
[pid=14245/tid=14246] ppid=14244 vsize=864760 CPUtime=0.66
/proc/14245/task/14246/stat : 14246 (java) R 14244 14241 14142 0 -1 64 3359 0 1 0 63 3 0 0 25 0 9 0 20458461 885514240 15876 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14245/tid=14247] ppid=14244 vsize=864760 CPUtime=0.61
/proc/14245/task/14247/stat : 14247 (java) R 14244 14241 14142 0 -1 64 14240 0 0 0 56 5 0 0 16 0 9 0 20458462 885514240 15878 996147200 134512640 134550932 4294955984 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14245/tid=14248] ppid=14244 vsize=864760 CPUtime=0
/proc/14245/task/14248/stat : 14248 (java) S 14244 14241 14142 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20458462 885514240 15881 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14245/tid=14249] ppid=14244 vsize=864760 CPUtime=0
/proc/14245/task/14249/stat : 14249 (java) S 14244 14241 14142 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 20458462 885514240 15883 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14245/tid=14250] ppid=14244 vsize=864760 CPUtime=0
/proc/14245/task/14250/stat : 14250 (java) S 14244 14241 14142 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20458464 885514240 15884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14245/tid=14251] ppid=14244 vsize=864760 CPUtime=0.11
/proc/14245/task/14251/stat : 14251 (java) S 14244 14241 14142 0 -1 64 513 0 0 0 11 0 0 0 16 0 9 0 20458464 885514240 15884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14245/tid=14252] ppid=14244 vsize=864760 CPUtime=0
/proc/14245/task/14252/stat : 14252 (java) S 14244 14241 14142 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20458464 885514240 15884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14245/tid=14253] ppid=14244 vsize=864760 CPUtime=0
/proc/14245/task/14253/stat : 14253 (java) S 14244 14241 14142 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20458464 885514240 15884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 886984

[startup+3.10282 s]
/proc/loadavg: 2.38 2.31 2.13 3/94 14253
/proc/meminfo: memFree=1473480/2055920 swapFree=4192812/4192956
[pid=14241] ppid=14239 vsize=16868 CPUtime=2.32
/proc/14241/stat : 14241 (sugar) S 14239 14241 14142 0 -1 4194304 1274 23318 0 1 5 1 212 14 16 0 1 0 20458452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14241/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30214 s]
/proc/loadavg: 2.38 2.31 2.13 3/94 14263
/proc/meminfo: memFree=1485832/2055920 swapFree=4192812/4192956
[pid=14241] ppid=14239 vsize=16868 CPUtime=2.32
/proc/14241/stat : 14241 (sugar) S 14239 14241 14142 0 -1 4194304 1309 23318 0 1 5 1 212 14 16 0 1 0 20458452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14241/statm: 4217 1111 409 3 0 796 0
[pid=14254] ppid=14241 vsize=5356 CPUtime=0
/proc/14254/stat : 14254 (sh) S 14241 14241 14142 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20458689 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14254/statm: 1339 233 193 169 0 50 0
[pid=14255] ppid=14254 vsize=869156 CPUtime=2.52
/proc/14255/stat : 14255 (java) S 14254 14241 14142 0 -1 0 16950 0 1 0 242 10 0 0 18 0 9 0 20458826 890015744 15553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 217289 15553 2566 9 0 211794 0
[pid=14255/tid=14256] ppid=14254 vsize=869156 CPUtime=1.44
/proc/14255/task/14256/stat : 14256 (java) R 14254 14241 14142 0 -1 64 2905 0 1 0 143 1 0 0 25 0 9 0 20458827 890015744 15553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14257] ppid=14254 vsize=869156 CPUtime=0.89
/proc/14255/task/14257/stat : 14257 (java) R 14254 14241 14142 0 -1 64 11885 0 0 0 83 6 0 0 16 0 9 0 20458828 890015744 15553 996147200 134512640 134550932 4294955936 18446744073709551615 102768178 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14254 vsize=869156 CPUtime=0
/proc/14255/task/14258/stat : 14258 (java) S 14254 14241 14142 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 20458828 890015744 15553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14259] ppid=14254 vsize=869156 CPUtime=0
/proc/14255/task/14259/stat : 14259 (java) S 14254 14241 14142 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20458828 890015744 15553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14260] ppid=14254 vsize=869156 CPUtime=0
/proc/14255/task/14260/stat : 14260 (java) S 14254 14241 14142 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20458830 890015744 15553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14261] ppid=14254 vsize=869156 CPUtime=0.15
/proc/14255/task/14261/stat : 14261 (java) S 14254 14241 14142 0 -1 64 1458 0 0 0 14 1 0 0 17 0 9 0 20458830 890015744 15553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14262] ppid=14254 vsize=869156 CPUtime=0
/proc/14255/task/14262/stat : 14262 (java) S 14254 14241 14142 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20458830 890015744 15553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14263] ppid=14254 vsize=869156 CPUtime=0
/proc/14255/task/14263/stat : 14263 (java) S 14254 14241 14142 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20458830 890015744 15553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 891380
heavy processes:

[startup+12.7018 s]
/proc/loadavg: 2.32 2.30 2.13 4/94 14263
/proc/meminfo: memFree=1367304/2055920 swapFree=4192812/4192956
[pid=14241] ppid=14239 vsize=16868 CPUtime=2.32
/proc/14241/stat : 14241 (sugar) S 14239 14241 14142 0 -1 4194304 1310 23318 0 1 5 1 212 14 15 0 1 0 20458452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14241/statm: 4217 1111 409 3 0 796 0
[pid=14254] ppid=14241 vsize=5356 CPUtime=0
/proc/14254/stat : 14254 (sh) S 14241 14241 14142 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20458689 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14254/statm: 1339 233 193 169 0 50 0
[pid=14255] ppid=14254 vsize=868652 CPUtime=8.85
/proc/14255/stat : 14255 (java) S 14254 14241 14142 0 -1 0 63534 0 1 0 854 31 0 0 18 0 9 0 20458826 889499648 52448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 217163 52448 2567 9 0 211668 0
[pid=14255/tid=14256] ppid=14254 vsize=868652 CPUtime=4.63
/proc/14255/task/14256/stat : 14256 (java) R 14254 14241 14142 0 -1 64 4503 0 1 0 460 3 0 0 25 0 9 0 20458827 889499648 52448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14257] ppid=14254 vsize=868652 CPUtime=4.02
/proc/14255/task/14257/stat : 14257 (java) R 14254 14241 14142 0 -1 64 56852 0 0 0 376 26 0 0 16 0 9 0 20458828 889499648 52448 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14254 vsize=868652 CPUtime=0
/proc/14255/task/14258/stat : 14258 (java) S 14254 14241 14142 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20458828 889499648 52448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14259] ppid=14254 vsize=868652 CPUtime=0
/proc/14255/task/14259/stat : 14259 (java) S 14254 14241 14142 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20458828 889499648 52448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14260] ppid=14254 vsize=868652 CPUtime=0
/proc/14255/task/14260/stat : 14260 (java) S 14254 14241 14142 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20458830 889499648 52448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14261] ppid=14254 vsize=868652 CPUtime=0.18
/proc/14255/task/14261/stat : 14261 (java) S 14254 14241 14142 0 -1 64 1477 0 0 0 17 1 0 0 16 0 9 0 20458830 889499648 52448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14262] ppid=14254 vsize=868652 CPUtime=0
/proc/14255/task/14262/stat : 14262 (java) S 14254 14241 14142 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20458830 889499648 52448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14263] ppid=14254 vsize=868652 CPUtime=0
/proc/14255/task/14263/stat : 14263 (java) S 14254 14241 14142 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20458830 889499648 52448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (KiB) 890876

[startup+25.502 s]
/proc/loadavg: 2.35 2.30 2.13 3/94 14263
/proc/meminfo: memFree=1200712/2055920 swapFree=4192812/4192956
[pid=14241] ppid=14239 vsize=16868 CPUtime=2.32
/proc/14241/stat : 14241 (sugar) S 14239 14241 14142 0 -1 4194304 1310 23318 0 1 5 1 212 14 16 0 1 0 20458452 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14241/statm: 4217 1111 409 3 0 796 0
[pid=14254] ppid=14241 vsize=5356 CPUtime=0
/proc/14254/stat : 14254 (sh) S 14241 14241 14142 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20458689 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14254/statm: 1339 233 193 169 0 50 0
[pid=14255] ppid=14254 vsize=868764 CPUtime=21.5
/proc/14255/stat : 14255 (java) S 14254 14241 14142 0 -1 0 83055 0 1 0 2054 96 0 0 18 0 9 0 20458826 889614336 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 217191 57886 2593 9 0 211668 0
[pid=14255/tid=14256] ppid=14254 vsize=868764 CPUtime=14.56
/proc/14255/task/14256/stat : 14256 (java) R 14254 14241 14142 0 -1 64 6041 0 1 0 1398 58 0 0 25 0 9 0 20458827 889614336 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14255/tid=14257] ppid=14254 vsize=868764 CPUtime=6.66
/proc/14255/task/14257/stat : 14257 (java) S 14254 14241 14142 0 -1 64 74794 0 0 0 631 35 0 0 16 0 9 0 20458828 889614336 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14255/tid=14258] ppid=14254 vsize=868764 CPUtime=0
/proc/14255/task/14258/stat : 14258 (java) S 14254 14241 14142 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20458828 889614336 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14259] ppid=14254 vsize=868764 CPUtime=0
/proc/14255/task/14259/stat : 14259 (java) S 14254 14241 14142 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20458828 889614336 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14260] ppid=14254 vsize=868764 CPUtime=0
/proc/14255/task/14260/stat : 14260 (java) S 14254 14241 14142 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20458830 889614336 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14261] ppid=14254 vsize=868764 CPUtime=0.24
/proc/14255/task/14261/stat : 14261 (java) S 14254 14241 14142 0 -1 64 1518 0 0 0 23 1 0 0 16 0 9 0 20458830 889614336 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14262] ppid=14254 vsize=868764 CPUtime=0
/proc/14255/task/14262/stat : 14262 (java) S 14254 14241 14142 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20458830 889614336 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14263] ppid=14254 vsize=868764 CPUtime=0
/proc/14255/task/14263/stat : 14263 (java) S 14254 14241 14142 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20458830 889614336 57886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.82
Current children cumulated vsize (KiB) 890988

[startup+51.1015 s]
/proc/loadavg: 2.69 2.39 2.16 4/86 14265
/proc/meminfo: memFree=1266312/2055920 swapFree=4192812/4192956
[pid=14241] ppid=14239 vsize=16868 CPUtime=30.55
/proc/14241/stat : 14241 (sugar) S 14239 14241 14142 0 -1 4194304 1365 106778 0 2 5 2 2892 156 16 0 1 0 20458452 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14241/statm: 4217 1113 409 3 0 796 0
[pid=14264] ppid=14241 vsize=5356 CPUtime=0
/proc/14264/stat : 14264 (sh) S 14241 14241 14142 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20461813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14264/statm: 1339 232 193 169 0 50 0
[pid=14265] ppid=14264 vsize=79416 CPUtime=17.26
/proc/14265/stat : 14265 (picosat) R 14264 14241 14142 0 -1 4194304 19160 0 0 0 783 943 0 0 25 0 1 0 20461819 81321984 19146 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14265/statm: 19854 19146 40 102 0 19749 0
Current children cumulated CPU time (s) 47.81
Current children cumulated vsize (KiB) 101640

[startup+102.307 s]
/proc/loadavg: 2.76 2.48 2.21 4/86 14265
/proc/meminfo: memFree=1045192/2055920 swapFree=4192812/4192956
[pid=14241] ppid=14239 vsize=16868 CPUtime=30.55
/proc/14241/stat : 14241 (sugar) S 14239 14241 14142 0 -1 4194304 1365 106778 0 2 5 2 2892 156 16 0 1 0 20458452 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14241/statm: 4217 1113 409 3 0 796 0
[pid=14264] ppid=14241 vsize=5356 CPUtime=0
/proc/14264/stat : 14264 (sh) S 14241 14241 14142 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20461813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14264/statm: 1339 232 193 169 0 50 0
[pid=14265] ppid=14264 vsize=309828 CPUtime=67.99
/proc/14265/stat : 14265 (picosat) R 14264 14241 14142 0 -1 4194304 72823 0 0 0 3152 3647 0 0 25 0 1 0 20461819 317263872 72809 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14265/statm: 77457 72809 40 102 0 77352 0
Current children cumulated CPU time (s) 98.54
Current children cumulated vsize (KiB) 332052

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

[startup+108.701 s]
/proc/loadavg: 2.70 2.47 2.20 3/86 14265
/proc/meminfo: memFree=1029960/2055920 swapFree=4192812/4192956
[pid=14241] ppid=14239 vsize=16868 CPUtime=30.55
/proc/14241/stat : 14241 (sugar) S 14239 14241 14142 0 -1 4194304 1365 106778 0 2 5 2 2892 156 16 0 1 0 20458452 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14241/statm: 4217 1113 409 3 0 796 0
[pid=14264] ppid=14241 vsize=5356 CPUtime=0
/proc/14264/stat : 14264 (sh) S 14241 14241 14142 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20461813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14264/statm: 1339 232 193 169 0 50 0
[pid=14265] ppid=14264 vsize=325832 CPUtime=74.32
/proc/14265/stat : 14265 (picosat) R 14264 14241 14142 0 -1 4194304 76541 0 0 0 3612 3820 0 0 25 0 1 0 20461819 333651968 76515 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/14265/statm: 81458 76515 42 102 0 81353 0
Current children cumulated CPU time (s) 104.87
Current children cumulated vsize (KiB) 348056

[startup+111.902 s]
/proc/loadavg: 2.70 2.47 2.20 3/86 14265
/proc/meminfo: memFree=1029704/2055920 swapFree=4192812/4192956
[pid=14241] ppid=14239 vsize=16868 CPUtime=30.55
/proc/14241/stat : 14241 (sugar) S 14239 14241 14142 0 -1 4194304 1365 106778 0 2 5 2 2892 156 16 0 1 0 20458452 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14241/statm: 4217 1113 409 3 0 796 0
[pid=14264] ppid=14241 vsize=5356 CPUtime=0
/proc/14264/stat : 14264 (sh) S 14241 14241 14142 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20461813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14264/statm: 1339 232 193 169 0 50 0
[pid=14265] ppid=14264 vsize=325832 CPUtime=77.49
/proc/14265/stat : 14265 (picosat) R 14264 14241 14142 0 -1 4194304 76589 0 0 0 3929 3820 0 0 25 0 1 0 20461819 333651968 76563 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/14265/statm: 81458 76563 42 102 0 81353 0
Current children cumulated CPU time (s) 108.04
Current children cumulated vsize (KiB) 348056

[startup+113.503 s]
/proc/loadavg: 2.64 2.47 2.20 4/86 14265
/proc/meminfo: memFree=1029640/2055920 swapFree=4192812/4192956
[pid=14241] ppid=14239 vsize=16868 CPUtime=30.55
/proc/14241/stat : 14241 (sugar) S 14239 14241 14142 0 -1 4194304 1365 106778 0 2 5 2 2892 156 16 0 1 0 20458452 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14241/statm: 4217 1113 409 3 0 796 0
[pid=14264] ppid=14241 vsize=5356 CPUtime=0
/proc/14264/stat : 14264 (sh) S 14241 14241 14142 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20461813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14264/statm: 1339 232 193 169 0 50 0
[pid=14265] ppid=14264 vsize=329932 CPUtime=79.08
/proc/14265/stat : 14265 (picosat) R 14264 14241 14142 0 -1 4194304 76637 0 0 0 4087 3821 0 0 25 0 1 0 20461819 337850368 76611 996147200 134512640 134931368 4294956256 18446744073709551615 134669395 0 0 4096 0 0 0 0 17 1 0 0
/proc/14265/statm: 82483 76611 47 102 0 82378 0
Current children cumulated CPU time (s) 109.63
Current children cumulated vsize (KiB) 352156

[startup+114.303 s]
/proc/loadavg: 2.64 2.47 2.20 3/90 14271
/proc/meminfo: memFree=1323048/2055920 swapFree=4192812/4192956
[pid=14241] ppid=14239 vsize=16868 CPUtime=110.39
/proc/14241/stat : 14241 (sugar) S 14239 14241 14142 0 -1 4194304 1428 183701 0 2 5 2 7050 3982 16 0 1 0 20458452 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14241/statm: 4217 1113 409 3 0 796 0
[pid=14266] ppid=14241 vsize=5356 CPUtime=0
/proc/14266/stat : 14266 (sh) S 14241 14241 14142 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20469878 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14266/statm: 1339 233 193 169 0 50 0
[pid=14267] ppid=14266 vsize=859892 CPUtime=0.03
/proc/14267/stat : 14267 (java) S 14266 14241 14142 0 -1 0 1903 0 1 0 2 1 0 0 18 0 5 0 20469878 880529408 1506 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/14267/statm: 214973 1506 861 9 0 209888 0
[pid=14267/tid=14268] ppid=14266 vsize=859892 CPUtime=0.02
/proc/14267/task/14268/stat : 14268 (java) R 14266 14241 14142 0 -1 64 1209 0 1 0 2 0 0 0 17 0 5 0 20469879 880529408 1506 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 2147483391 0 16800971 0 0 0 -1 1 0 0
[pid=14267/tid=14269] ppid=14266 vsize=859892 CPUtime=0
/proc/14267/task/14269/stat : 14269 (java) S 14266 14241 14142 0 -1 64 2 0 0 0 0 0 0 0 18 0 5 0 20469881 880529408 1506 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800971 0 0 0 -1 1 0 0
[pid=14267/tid=14270] ppid=14266 vsize=859892 CPUtime=0
/proc/14267/task/14270/stat : 14270 (java) S 14266 14241 14142 0 -1 64 11 0 0 0 0 0 0 0 19 0 5 0 20469881 880529408 1506 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
[pid=14267/tid=14271] ppid=14266 vsize=859892 CPUtime=0
/proc/14267/task/14271/stat : 14271 (java) S 14266 14241 14142 0 -1 64 4 0 0 0 0 0 0 0 20 0 5 0 20469881 880529408 1506 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 110.42
Current children cumulated vsize (KiB) 882116

[startup+114.703 s]
/proc/loadavg: 2.64 2.47 2.20 3/90 14271
/proc/meminfo: memFree=1323048/2055920 swapFree=4192812/4192956
[pid=14241] ppid=14239 vsize=16868 CPUtime=110.39
/proc/14241/stat : 14241 (sugar) S 14239 14241 14142 0 -1 4194304 1446 183701 0 2 5 2 7050 3982 15 0 1 0 20458452 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14241/statm: 4217 1113 409 3 0 796 0
[pid=14266] ppid=14241 vsize=5356 CPUtime=0
/proc/14266/stat : 14266 (sh) S 14241 14241 14142 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20469878 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14266/statm: 1339 233 193 169 0 50 0
[pid=14267] ppid=14266 vsize=862316 CPUtime=0.41
/proc/14267/stat : 14267 (java) S 14266 14241 14142 0 -1 0 3185 0 1 0 39 2 0 0 18 0 9 0 20469878 883011584 2649 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14267/statm: 215579 2649 1288 9 0 210492 0
[pid=14267/tid=14268] ppid=14266 vsize=862316 CPUtime=0.35
/proc/14267/task/14268/stat : 14268 (java) R 14266 14241 14142 0 -1 64 2053 0 1 0 34 1 0 0 20 0 9 0 20469879 883011584 2649 996147200 134512640 134550932 4294955984 18446744073709551615 4126504770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14267/tid=14269] ppid=14266 vsize=862316 CPUtime=0
/proc/14267/task/14269/stat : 14269 (java) S 14266 14241 14142 0 -1 64 124 0 0 0 0 0 0 0 16 0 9 0 20469881 883011584 2649 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14267/tid=14270] ppid=14266 vsize=862316 CPUtime=0
/proc/14267/task/14270/stat : 14270 (java) S 14266 14241 14142 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20469881 883011584 2649 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14267/tid=14271] ppid=14266 vsize=862316 CPUtime=0
/proc/14267/task/14271/stat : 14271 (java) S 14266 14241 14142 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20469881 883011584 2649 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 110.8
Current children cumulated vsize (KiB) 884540

[startup+114.902 s]
/proc/loadavg: 2.64 2.47 2.20 3/90 14271
/proc/meminfo: memFree=1323048/2055920 swapFree=4192812/4192956
[pid=14241] ppid=14239 vsize=16868 CPUtime=110.39
/proc/14241/stat : 14241 (sugar) S 14239 14241 14142 0 -1 4194304 1449 183701 0 2 5 2 7050 3982 15 0 1 0 20458452 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14241/statm: 4217 1113 409 3 0 796 0
[pid=14266] ppid=14241 vsize=5356 CPUtime=0
/proc/14266/stat : 14266 (sh) S 14241 14241 14142 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20469878 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14266/statm: 1339 233 193 169 0 50 0
[pid=14267] ppid=14266 vsize=864152 CPUtime=0.57
/proc/14267/stat : 14267 (java) S 14266 14241 14142 0 -1 0 3719 0 1 0 54 3 0 0 18 0 9 0 20469878 884891648 3177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14267/statm: 216038 3177 1724 9 0 210543 0
[pid=14267/tid=14268] ppid=14266 vsize=864152 CPUtime=0.5
/proc/14267/task/14268/stat : 14268 (java) S 14266 14241 14142 0 -1 64 2578 0 1 0 48 2 0 0 22 0 9 0 20469879 884891648 3177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14267/tid=14269] ppid=14266 vsize=864152 CPUtime=0
/proc/14267/task/14269/stat : 14269 (java) S 14266 14241 14142 0 -1 64 130 0 0 0 0 0 0 0 16 0 9 0 20469881 884891648 3177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14267/tid=14270] ppid=14266 vsize=864152 CPUtime=0
/proc/14267/task/14270/stat : 14270 (java) S 14266 14241 14142 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20469881 884891648 3177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14267/tid=14271] ppid=14266 vsize=864152 CPUtime=0
/proc/14267/task/14271/stat : 14271 (java) S 14266 14241 14142 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20469881 884891648 3177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 110.96
Current children cumulated vsize (KiB) 886376

Child status: 0
Real time (s): 114.998
CPU time (s): 111.098
CPU user time (s): 71.1132
CPU system time (s): 39.9849
CPU usage (%): 96.6089
Max. virtual memory (cumulated for all children) (KiB): 911364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.1132
system time used= 39.9849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189246
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= 7122
involuntary context switches= 10816

runsolver used 0.132979 second user time and 0.361944 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-11 19:38:53
IDJOB=2064085
IDBENCH=54121
IDSOLVER=738
FILE ID=node89/2064085-1247333932
PBS_JOBID= 9506728
Free space on /tmp= 66152 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-6.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-2064085-1247333932/watcher-2064085-1247333932 -o /tmp/evaluation-result-2064085-1247333932/solver-2064085-1247333932 -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-2064085-1247333932.xml

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

MD5SUM BENCH= 4557782171b25598d03a057775c7d656
RANDOM SEED=123594732

node89.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.213
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.213
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:       1550784 kB
Buffers:          6820 kB
Cached:          70292 kB
SwapCached:          0 kB
Active:         434100 kB
Inactive:        25752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1550784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7812 kB
Writeback:           0 kB
Mapped:         403260 kB
Slab:            29772 kB
Committed_AS:   537508 kB
PageTables:       2536 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= 66152 MiB
End job on node89 at 2009-07-11 19:40:48