Trace number 2064151

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 98.933 99.5978

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-16.xml
MD5SUMf584a0bdadad6a616787946f67b79e6d
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark98.933
Satisfiable
(Un)Satisfiability was proved
Number of variables880
Number of constraints44094
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension43874
Global constraints used (with number of constraints)alldifferent(220)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:46:09 2009
0.00/0.08	c 0	PID 14206
0.06/0.08	c 0	HOST node70.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2064151-1247334368.xml TO HOME/temp.csp
0.06/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-2064151-1247334368.xml' 'HOME/temp.csp'
2.50/2.51	c 2	24 domains, 880 variables, 1 predicates, 0 relations, 44094 constraints
2.50/2.55	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.50/2.55	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.53/2.63	c 2	Parsing HOME/temp.csp
2.53/2.80	c 3	parsed 10000 expressions
2.53/2.96	c 3	parsed 20000 expressions
2.53/3.13	c 3	parsed 30000 expressions
3.25/3.32	c 3	parsed 40000 expressions
3.25/3.38	c 3	parsed 44999 expressions
3.25/3.38	c 3	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.25/3.38	c 3	Converting to clausal form CSP
3.75/3.90	c 4	converted 4500 (10%) expressions
4.35/4.41	c 4	converted 9000 (20%) expressions
4.65/4.76	c 5	converted 13500 (30%) expressions
5.15/5.28	c 5	converted 18000 (40%) expressions
5.54/5.67	c 5	converted 22500 (50%) expressions
5.84/5.99	c 6	converted 27000 (60%) expressions
6.24/6.31	c 6	converted 31500 (70%) expressions
6.55/6.64	c 6	converted 36000 (80%) expressions
7.54/7.64	c 7	converted 40500 (90%) expressions
8.82/8.99	c 9	converted 44999 (100%) expressions
8.82/8.99	c 9	CSP : 880 integers, 0 booleans, 77149 clauses, largest domain size 45
8.82/8.99	c 9	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.82/8.99	c 9	Propagation in CSP
9.13/9.24	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.13/9.24	c 9	CSP : 880 integers, 0 booleans, 77149 clauses, largest domain size 45
9.13/9.24	c 9	Heap : 95 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.13/9.27	c 9	Simplifing CSP by introducing new Boolean variables
11.32/11.43	c 11	CSP : 880 integers, 230408 booleans, 307557 clauses, largest domain size 45
11.32/11.43	c 11	Heap : 162 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.41/12.51	c 12	Encoding CSP to SAT : HOME/temp.cnf
12.41/12.57	c 12	88 (10%) CSP integer variables are encoded (3784 clauses, 47093 bytes)
12.41/12.57	c 12	176 (20%) CSP integer variables are encoded (7568 clauses, 96285 bytes)
12.41/12.57	c 12	264 (30%) CSP integer variables are encoded (11352 clauses, 148638 bytes)
12.41/12.58	c 12	352 (40%) CSP integer variables are encoded (15136 clauses, 205398 bytes)
12.41/12.59	c 12	440 (50%) CSP integer variables are encoded (18920 clauses, 262158 bytes)
12.41/12.59	c 12	528 (60%) CSP integer variables are encoded (19031 clauses, 263823 bytes)
12.41/12.59	c 12	616 (70%) CSP integer variables are encoded (19172 clauses, 265938 bytes)
12.41/12.60	c 12	704 (80%) CSP integer variables are encoded (19314 clauses, 268068 bytes)
12.50/12.60	c 12	792 (90%) CSP integer variables are encoded (19431 clauses, 269823 bytes)
12.50/12.61	c 12	880 (100%) CSP integer variables are encoded (19586 clauses, 272148 bytes)
13.80/13.97	c 14	30756 (10%) CSP clauses are encoded (634460 clauses, 12310505 bytes)
15.10/15.26	c 15	61512 (20%) CSP clauses are encoded (1251891 clauses, 24813579 bytes)
16.37/16.57	c 16	92268 (30%) CSP clauses are encoded (1868134 clauses, 37351807 bytes)
17.75/17.92	c 18	123023 (40%) CSP clauses are encoded (2479788 clauses, 50289291 bytes)
19.04/19.26	c 19	153779 (50%) CSP clauses are encoded (3098877 clauses, 63646714 bytes)
20.45/20.63	c 20	184535 (60%) CSP clauses are encoded (3710782 clauses, 77415872 bytes)
21.92/22.15	c 22	215290 (70%) CSP clauses are encoded (4393857 clauses, 92664706 bytes)
23.71/24.00	c 24	246046 (80%) CSP clauses are encoded (5322389 clauses, 112634041 bytes)
25.59/25.84	c 26	276802 (90%) CSP clauses are encoded (6251405 clauses, 132614171 bytes)
27.47/27.71	c 27	307557 (100%) CSP clauses are encoded (7180772 clauses, 152661485 bytes)
27.47/27.71	c 27	307557 CSP clauses encoded
27.47/27.71	c 27	Writing map file : HOME/temp.map
27.47/27.75	c 27	Heap : 122 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.47/27.75	c 27	SAT : 250725 SAT variables, 7180772 SAT clauses, 152661485 bytes
27.47/27.75	c 27	Heap : 122 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.51/27.83	c 28	SOLVING HOME/temp.cnf
27.51/27.83	c 28	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
98.17/98.85	c 99	DECODING HOME/temp.out WITH HOME/temp.map
98.17/98.85	c 99	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'
98.26/98.95	c 99	Decoding HOME/temp.out
98.75/99.42	s SATISFIABLE
98.75/99.46	v 24 44 28 10 3 3 27 8 10 9 1 2 0 0 3 35 2 2 14 15 1 3 6 36 3 19 1 36 5 11 5 4 2 14 9 0 38 11 4 0 10 15 9 6 14 4 5 10 1 9 8 7 12 16 2 10 36 18 4 17 5 3 16 11 4 33 12 3 5 18 42 5 7 5 0 11 22 31 4 22 8 27 14 17 2 18 7 3 34 6 8 4 15 1 26 33 5 6 12 38 7 13 8 7 19 13 1 16 9 6 8 17 23 13 6 32 10 13 20 12 17 9 12 0 35 33 17 11 12 5 24 6 4 11 12 11 15 14 1 10 25 14 18 7 14 13 13 14 15 17 17 32 16 4 17 18 19 18 15 20 16 19 21 9 21 13 11 3 28 10 21 21 20 11 0 10 23 14 1 2 22 23 26 21 1 25 20 8 24 13 8 18 17 18 7 24 26 21 19 21 13 22 19 36 25 31 20 15 23 2 16 22 38 22 12 9 4 20 23 20 29 24 23 26 27 34 25 26 15 3 44 27 19 41 41 29 16 0 27 29 23 30 25 24 3 21 4 18 27 27 10 31 24 22 26 12 25 12 7 25 24 5 6 25 27 28 32 31 29 28 26 30 1 28 31 17 8 20 26 32 6 27 25 30 32 21 15 29 21 34 29 31 30 27 16 27 28 41 31 42 22 43 41 32 33 36 34 29 25 33 28 33 8 35 6 29 30 31 35 7 37 23 29 11 34 29 13 30 28 9 31 36 14 36 37 15 39 23 38 19 29 37 30 34 2 9 43 44 38 33 34 40 36 1 19 30 39 13 32 39 30 30 34 21 7 31 7 32 38 35 32 33 40 35 37 39 35 42 37 26 38 38 39 40 41 39 35 42 5 39 24 34 35 34 22 36 8 37 6 39 43 40 43 28 40 44 28 40 42 41 44 43 41 40 37 25 41 41 43 42 40 39 42 16 44 19 28 41 44 35 40 0 40 43 32 44 37 38 40 43 1 0 1 10 10 3 7 1 7 7 9 6 7 9 1 5 5 7 7 6 4 2 7 6 5 6 0 7 8 9 1 10 0 1 4 10 4 3 5 2 6 8 2 6 6 3 7 0 7 0 0 8 10 7 10 8 0 5 4 6 4 8 6 6 2 5 7 7 3 6 1 0 0 2 6 5 0 6 0 4 2 2 0 4 3 10 1 0 7 3 6 8 10 6 5 4 9 8 6 1 10 2 7 2 3 6 8 10 9 10 9 0 6 9 9 5 5 10 2 9 1 1 4 4 4 8 8 10 0 10 4 4 6 1 8 7 2 4 10 4 1 10 2 3 8 8 7 9 7 10 2 3 1 9 5 4 2 0 0 5 4 10 3 6 10 4 4 6 6 3 8 6 0 8 1 9 9 2 1 9 7 4 10 7 5 4 10 10 5 3 3 9 7 7 4 6 2 2 1 5 5 5 9 4 2 4 7 1 0 8 2 8 6 10 2 10 7 6 10 1 2 3 8 6 9 2 8 1 9 4 10 1 7 10 1 0 3 3 4 5 3 2 6 10 9 0 1 3 0 5 1 5 0 2 0 5 3 1 7 7 7 6 1 9 10 3 1 1 7 5 4 7 3 2 10 9 5 4 7 10 2 6 5 0 8 9 3 3 4 3 10 2 10 8 0 3 9 6 0 10 6 4 0 4 10 10 10 6 10 6 10 0 8 10 0 1 3 7 8 6 2 5 8 0 0 4 0 1 0 5 3 1 5 9 4 5 3 2 9 5 9 3 9 5 4 3 0 1 5 1 9 2 5 2 8 5 5 1 0 10 4 6 4 1 9 8 5 9 10 6 7 7 1 7 10 9 1 0 9 3 3 2 1 0 9 6 0 5 5 0 2 1 2 6 1 2 4 5 5 7 7 7 8 8 3 2 7 8 6 2 9 6 8 9 1 0 4 3 3 4 4 4 8 5 4 4 4 5 5 3 10 5 5 5 6 6 6 0 6 10
98.75/99.47	c 99	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
98.81/99.52	c 99	CPU 98.83 (0.06 0.02 62.14 36.61)
98.81/99.52	c 99	END Sat Jul 11 19:47: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-2064151-1247334368/watcher-2064151-1247334368 -o /tmp/evaluation-result-2064151-1247334368/solver-2064151-1247334368 -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-2064151-1247334368.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.18 2.10 2.04 4/72 14206
/proc/meminfo: memFree=1842584/2055920 swapFree=4192812/4192956
[pid=14206] ppid=14204 vsize=18576 CPUtime=0
/proc/14206/stat : 14206 (runsolver) R 14204 14206 14008 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 20499536 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14206/statm: 4644 284 249 26 0 2626 0

[startup+0.0827891 s]
/proc/loadavg: 2.18 2.10 2.04 4/72 14206
/proc/meminfo: memFree=1842584/2055920 swapFree=4192812/4192956
[pid=14206] ppid=14204 vsize=16740 CPUtime=0.06
/proc/14206/stat : 14206 (sugar) S 14204 14206 14008 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 20499536 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14206/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.108834 s]
/proc/loadavg: 2.18 2.10 2.04 4/72 14206
/proc/meminfo: memFree=1842584/2055920 swapFree=4192812/4192956
[pid=14206] ppid=14204 vsize=16868 CPUtime=0.06
/proc/14206/stat : 14206 (sugar) S 14204 14206 14008 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20499536 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14206/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30133 s]
/proc/loadavg: 2.18 2.10 2.04 4/72 14206
/proc/meminfo: memFree=1842584/2055920 swapFree=4192812/4192956
[pid=14206] ppid=14204 vsize=16868 CPUtime=0.06
/proc/14206/stat : 14206 (sugar) S 14204 14206 14008 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20499536 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14206/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701368 s]
/proc/loadavg: 2.18 2.10 2.04 4/72 14206
/proc/meminfo: memFree=1842584/2055920 swapFree=4192812/4192956
[pid=14206] ppid=14204 vsize=16868 CPUtime=0.06
/proc/14206/stat : 14206 (sugar) S 14204 14206 14008 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20499536 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14206/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50145 s]
/proc/loadavg: 2.24 2.11 2.05 4/83 14218
/proc/meminfo: memFree=1806848/2055920 swapFree=4192812/4192956
[pid=14206] ppid=14204 vsize=16868 CPUtime=0.06
/proc/14206/stat : 14206 (sugar) S 14204 14206 14008 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20499536 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14206/statm: 4217 1111 409 3 0 796 0
[pid=14209] ppid=14206 vsize=5356 CPUtime=0
/proc/14209/stat : 14209 (sh) S 14206 14206 14008 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 20499545 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14209/statm: 1339 233 193 169 0 50 0
[pid=14210] ppid=14209 vsize=866788 CPUtime=1.44
/proc/14210/stat : 14210 (java) S 14209 14206 14008 0 -1 0 17488 0 1 0 132 12 0 0 18 0 9 0 20499545 887590912 15056 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14210/statm: 216697 15056 2556 9 0 211209 0
[pid=14210/tid=14211] ppid=14209 vsize=866788 CPUtime=0.69
/proc/14210/task/14211/stat : 14211 (java) R 14209 14206 14008 0 -1 64 3069 0 1 0 66 3 0 0 23 0 9 0 20499546 887590912 15056 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14210/tid=14212] ppid=14209 vsize=866788 CPUtime=0.61
/proc/14210/task/14212/stat : 14212 (java) R 14209 14206 14008 0 -1 64 13199 0 0 0 54 7 0 0 17 0 9 0 20499547 887590912 15056 996147200 134512640 134550932 4294955984 18446744073709551615 104516147 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14210/tid=14213] ppid=14209 vsize=866788 CPUtime=0
/proc/14210/task/14213/stat : 14213 (java) S 14209 14206 14008 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20499547 887590912 15056 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14210/tid=14214] ppid=14209 vsize=866788 CPUtime=0
/proc/14210/task/14214/stat : 14214 (java) S 14209 14206 14008 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20499547 887590912 15056 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14210/tid=14215] ppid=14209 vsize=866788 CPUtime=0
/proc/14210/task/14215/stat : 14215 (java) S 14209 14206 14008 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20499549 887590912 15056 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14210/tid=14216] ppid=14209 vsize=866788 CPUtime=0.12
/proc/14210/task/14216/stat : 14216 (java) S 14209 14206 14008 0 -1 64 515 0 0 0 12 0 0 0 16 0 9 0 20499549 887590912 15056 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14210/tid=14217] ppid=14209 vsize=866788 CPUtime=0
/proc/14210/task/14217/stat : 14217 (java) S 14209 14206 14008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20499549 887590912 15056 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14210/tid=14218] ppid=14209 vsize=866788 CPUtime=0
/proc/14210/task/14218/stat : 14218 (java) R 14209 14206 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20499549 887590912 15056 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 889012

[startup+3.10161 s]
/proc/loadavg: 2.24 2.11 2.05 3/83 14218
/proc/meminfo: memFree=1771776/2055920 swapFree=4192812/4192956
[pid=14206] ppid=14204 vsize=16868 CPUtime=2.53
/proc/14206/stat : 14206 (sugar) S 14204 14206 14008 0 -1 4194304 1309 22907 0 1 5 1 230 17 15 0 1 0 20499536 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14206/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 16868

[startup+6.30293 s]
/proc/loadavg: 2.24 2.11 2.05 3/83 14228
/proc/meminfo: memFree=1782656/2055920 swapFree=4192812/4192956
[pid=14206] ppid=14204 vsize=16868 CPUtime=2.53
/proc/14206/stat : 14206 (sugar) S 14204 14206 14008 0 -1 4194304 1309 22907 0 1 5 1 230 17 16 0 1 0 20499536 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14206/statm: 4217 1111 409 3 0 796 0
[pid=14219] ppid=14206 vsize=5356 CPUtime=0
/proc/14219/stat : 14219 (sh) S 14206 14206 14008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20499792 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14219/statm: 1339 233 193 169 0 50 0
[pid=14220] ppid=14219 vsize=868636 CPUtime=3.71
/proc/14220/stat : 14220 (java) S 14219 14206 14008 0 -1 0 21628 0 1 0 358 13 0 0 19 0 9 0 20499792 889483264 20075 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14220/statm: 217159 20075 2566 9 0 211664 0
[pid=14220/tid=14221] ppid=14219 vsize=868636 CPUtime=2.21
/proc/14220/task/14221/stat : 14221 (java) R 14219 14206 14008 0 -1 64 3236 0 1 0 219 2 0 0 25 0 9 0 20499793 889483264 20075 996147200 134512640 134550932 4294955936 18446744073709551615 4126542275 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14222] ppid=14219 vsize=868636 CPUtime=1.3
/proc/14220/task/14222/stat : 14222 (java) S 14219 14206 14008 0 -1 64 16224 0 0 0 121 9 0 0 16 0 9 0 20499794 889483264 20075 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14223] ppid=14219 vsize=868636 CPUtime=0
/proc/14220/task/14223/stat : 14223 (java) S 14219 14206 14008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20499794 889483264 20075 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14224] ppid=14219 vsize=868636 CPUtime=0
/proc/14220/task/14224/stat : 14224 (java) S 14219 14206 14008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20499794 889483264 20075 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14225] ppid=14219 vsize=868636 CPUtime=0
/proc/14220/task/14225/stat : 14225 (java) S 14219 14206 14008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20499797 889483264 20075 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14226] ppid=14219 vsize=868636 CPUtime=0.17
/proc/14220/task/14226/stat : 14226 (java) S 14219 14206 14008 0 -1 64 1466 0 0 0 17 0 0 0 16 0 9 0 20499797 889483264 20075 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14227] ppid=14219 vsize=868636 CPUtime=0
/proc/14220/task/14227/stat : 14227 (java) S 14219 14206 14008 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20499797 889483264 20075 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14228] ppid=14219 vsize=868636 CPUtime=0
/proc/14220/task/14228/stat : 14228 (java) S 14219 14206 14008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20499797 889483264 20075 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 890860

[startup+12.7026 s]
/proc/loadavg: 2.29 2.12 2.05 4/83 14228
/proc/meminfo: memFree=1639816/2055920 swapFree=4192812/4192956
[pid=14206] ppid=14204 vsize=16868 CPUtime=2.54
/proc/14206/stat : 14206 (sugar) S 14204 14206 14008 0 -1 4194304 1310 22907 0 1 5 2 230 17 15 0 1 0 20499536 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14206/statm: 4217 1111 409 3 0 796 0
[pid=14219] ppid=14206 vsize=5356 CPUtime=0
/proc/14219/stat : 14219 (sh) S 14206 14206 14008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20499792 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14219/statm: 1339 233 193 169 0 50 0
[pid=14220] ppid=14219 vsize=868748 CPUtime=10.07
/proc/14220/stat : 14220 (java) S 14219 14206 14008 0 -1 0 75050 0 1 0 965 42 0 0 19 0 9 0 20499792 889597952 49284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14220/statm: 217187 49284 2593 9 0 211664 0
[pid=14220/tid=14221] ppid=14219 vsize=868748 CPUtime=4.39
/proc/14220/task/14221/stat : 14221 (java) R 14219 14206 14008 0 -1 64 4684 0 1 0 435 4 0 0 25 0 9 0 20499793 889597952 49284 996147200 134512640 134550932 4294955936 18446744073709551615 4125950752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14222] ppid=14219 vsize=868748 CPUtime=5.4
/proc/14220/task/14222/stat : 14222 (java) S 14219 14206 14008 0 -1 64 68149 0 0 0 505 35 0 0 16 0 9 0 20499794 889597952 49284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14223] ppid=14219 vsize=868748 CPUtime=0
/proc/14220/task/14223/stat : 14223 (java) S 14219 14206 14008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20499794 889597952 49284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14224] ppid=14219 vsize=868748 CPUtime=0
/proc/14220/task/14224/stat : 14224 (java) S 14219 14206 14008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20499794 889597952 49284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14225] ppid=14219 vsize=868748 CPUtime=0
/proc/14220/task/14225/stat : 14225 (java) S 14219 14206 14008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20499797 889597952 49284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14226] ppid=14219 vsize=868748 CPUtime=0.25
/proc/14220/task/14226/stat : 14226 (java) S 14219 14206 14008 0 -1 64 1515 0 0 0 24 1 0 0 16 0 9 0 20499797 889597952 49284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14227] ppid=14219 vsize=868748 CPUtime=0
/proc/14220/task/14227/stat : 14227 (java) S 14219 14206 14008 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20499797 889597952 49284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14228] ppid=14219 vsize=868748 CPUtime=0
/proc/14220/task/14228/stat : 14228 (java) S 14219 14206 14008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20499797 889597952 49284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 890972

[startup+25.5029 s]
/proc/loadavg: 2.24 2.12 2.05 3/83 14228
/proc/meminfo: memFree=1525000/2055920 swapFree=4192812/4192956
[pid=14206] ppid=14204 vsize=16868 CPUtime=2.55
/proc/14206/stat : 14206 (sugar) S 14204 14206 14008 0 -1 4194304 1310 22907 0 1 6 2 230 17 16 0 1 0 20499536 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14206/statm: 4217 1111 409 3 0 796 0
[pid=14219] ppid=14206 vsize=5356 CPUtime=0
/proc/14219/stat : 14219 (sh) S 14206 14206 14008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20499792 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14219/statm: 1339 233 193 169 0 50 0
[pid=14220] ppid=14219 vsize=868748 CPUtime=22.75
/proc/14220/stat : 14220 (java) S 14219 14206 14008 0 -1 0 75306 0 1 0 2157 118 0 0 19 0 9 0 20499792 889597952 49295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14220/statm: 217187 49295 2593 9 0 211664 0
[pid=14220/tid=14221] ppid=14219 vsize=868748 CPUtime=16.82
/proc/14220/task/14221/stat : 14221 (java) R 14219 14206 14008 0 -1 64 4929 0 1 0 1604 78 0 0 25 0 9 0 20499793 889597952 49295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14222] ppid=14219 vsize=868748 CPUtime=5.63
/proc/14220/task/14222/stat : 14222 (java) S 14219 14206 14008 0 -1 64 68149 0 0 0 526 37 0 0 16 0 9 0 20499794 889597952 49295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14223] ppid=14219 vsize=868748 CPUtime=0
/proc/14220/task/14223/stat : 14223 (java) S 14219 14206 14008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20499794 889597952 49295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14224] ppid=14219 vsize=868748 CPUtime=0
/proc/14220/task/14224/stat : 14224 (java) S 14219 14206 14008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20499794 889597952 49295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14225] ppid=14219 vsize=868748 CPUtime=0
/proc/14220/task/14225/stat : 14225 (java) S 14219 14206 14008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20499797 889597952 49295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14226] ppid=14219 vsize=868748 CPUtime=0.27
/proc/14220/task/14226/stat : 14226 (java) S 14219 14206 14008 0 -1 64 1526 0 0 0 26 1 0 0 16 0 9 0 20499797 889597952 49295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14227] ppid=14219 vsize=868748 CPUtime=0
/proc/14220/task/14227/stat : 14227 (java) S 14219 14206 14008 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20499797 889597952 49295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14220/tid=14228] ppid=14219 vsize=868748 CPUtime=0
/proc/14220/task/14228/stat : 14228 (java) S 14219 14206 14008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20499797 889597952 49295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 890972

[startup+51.1024 s]
/proc/loadavg: 2.16 2.11 2.05 3/75 14230
/proc/meminfo: memFree=1594312/2055920 swapFree=4192812/4192956
[pid=14206] ppid=14204 vsize=16868 CPUtime=27.56
/proc/14206/stat : 14206 (sugar) S 14204 14206 14008 0 -1 4194304 1365 98566 0 2 6 2 2594 154 16 0 1 0 20499536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14206/statm: 4217 1113 409 3 0 796 0
[pid=14229] ppid=14206 vsize=5356 CPUtime=0
/proc/14229/stat : 14229 (sh) S 14206 14206 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20502320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14229/statm: 1339 232 193 169 0 50 0
[pid=14230] ppid=14229 vsize=102400 CPUtime=23.13
/proc/14230/stat : 14230 (picosat) R 14229 14206 14008 0 -1 4194304 23612 0 0 0 1053 1260 0 0 25 0 1 0 20502320 104857600 23598 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14230/statm: 25600 23598 40 102 0 25495 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 124624

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

[startup+76.7029 s]
/proc/loadavg: 2.09 2.10 2.05 3/75 14230
/proc/meminfo: memFree=1495048/2055920 swapFree=4192812/4192956
[pid=14206] ppid=14204 vsize=16868 CPUtime=27.56
/proc/14206/stat : 14206 (sugar) S 14204 14206 14008 0 -1 4194304 1365 98566 0 2 6 2 2594 154 16 0 1 0 20499536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14206/statm: 4217 1113 409 3 0 796 0
[pid=14229] ppid=14206 vsize=5356 CPUtime=0
/proc/14229/stat : 14229 (sh) S 14206 14206 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20502320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14229/statm: 1339 232 193 169 0 50 0
[pid=14230] ppid=14229 vsize=211332 CPUtime=48.61
/proc/14230/stat : 14230 (picosat) R 14229 14206 14008 0 -1 4194304 48678 0 0 0 2249 2612 0 0 25 0 1 0 20502320 216403968 48664 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14230/statm: 52833 48664 40 102 0 52728 0
Current children cumulated CPU time (s) 76.17
Current children cumulated vsize (KiB) 233556

[startup+89.5012 s]
/proc/loadavg: 2.08 2.09 2.05 3/75 14230
/proc/meminfo: memFree=1443656/2055920 swapFree=4192812/4192956
[pid=14206] ppid=14204 vsize=16868 CPUtime=27.56
/proc/14206/stat : 14206 (sugar) S 14204 14206 14008 0 -1 4194304 1365 98566 0 2 6 2 2594 154 16 0 1 0 20499536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14206/statm: 4217 1113 409 3 0 796 0
[pid=14229] ppid=14206 vsize=5356 CPUtime=0
/proc/14229/stat : 14229 (sh) S 14206 14206 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20502320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14229/statm: 1339 232 193 169 0 50 0
[pid=14230] ppid=14229 vsize=253968 CPUtime=61.34
/proc/14230/stat : 14230 (picosat) R 14229 14206 14008 0 -1 4194304 61102 0 0 0 2844 3290 0 0 25 0 1 0 20502320 260063232 61088 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14230/statm: 63492 61088 40 102 0 63387 0
Current children cumulated CPU time (s) 88.9
Current children cumulated vsize (KiB) 276192

[startup+95.9018 s]
/proc/loadavg: 2.07 2.09 2.05 3/75 14230
/proc/meminfo: memFree=1425864/2055920 swapFree=4192812/4192956
[pid=14206] ppid=14204 vsize=16868 CPUtime=27.56
/proc/14206/stat : 14206 (sugar) S 14204 14206 14008 0 -1 4194304 1365 98566 0 2 6 2 2594 154 16 0 1 0 20499536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14206/statm: 4217 1113 409 3 0 796 0
[pid=14229] ppid=14206 vsize=5356 CPUtime=0
/proc/14229/stat : 14229 (sh) S 14206 14206 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20502320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14229/statm: 1339 232 193 169 0 50 0
[pid=14230] ppid=14229 vsize=271024 CPUtime=67.71
/proc/14230/stat : 14230 (picosat) R 14229 14206 14008 0 -1 4194304 65077 0 0 0 3274 3497 0 0 25 0 1 0 20502320 277528576 65052 996147200 134512640 134931368 4294956256 18446744073709551615 134544751 0 0 4096 0 0 0 0 17 1 0 0
/proc/14230/statm: 67756 65052 42 102 0 67651 0
Current children cumulated CPU time (s) 95.27
Current children cumulated vsize (KiB) 293248

[startup+97.502 s]
/proc/loadavg: 2.07 2.09 2.05 3/75 14230
/proc/meminfo: memFree=1425864/2055920 swapFree=4192812/4192956
[pid=14206] ppid=14204 vsize=16868 CPUtime=27.56
/proc/14206/stat : 14206 (sugar) S 14204 14206 14008 0 -1 4194304 1365 98566 0 2 6 2 2594 154 16 0 1 0 20499536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14206/statm: 4217 1113 409 3 0 796 0
[pid=14229] ppid=14206 vsize=5356 CPUtime=0
/proc/14229/stat : 14229 (sh) S 14206 14206 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20502320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14229/statm: 1339 232 193 169 0 50 0
[pid=14230] ppid=14229 vsize=271032 CPUtime=69.31
/proc/14230/stat : 14230 (picosat) R 14229 14206 14008 0 -1 4194304 65120 0 0 0 3434 3497 0 0 25 0 1 0 20502320 277536768 65093 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14230/statm: 67758 65093 48 102 0 67653 0
Current children cumulated CPU time (s) 96.87
Current children cumulated vsize (KiB) 293256

[startup+98.3011 s]
/proc/loadavg: 2.07 2.09 2.05 3/75 14230
/proc/meminfo: memFree=1425608/2055920 swapFree=4192812/4192956
[pid=14206] ppid=14204 vsize=16868 CPUtime=27.56
/proc/14206/stat : 14206 (sugar) S 14204 14206 14008 0 -1 4194304 1365 98566 0 2 6 2 2594 154 16 0 1 0 20499536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14206/statm: 4217 1113 409 3 0 796 0
[pid=14229] ppid=14206 vsize=5356 CPUtime=0
/proc/14229/stat : 14229 (sh) S 14206 14206 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20502320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14229/statm: 1339 232 193 169 0 50 0
[pid=14230] ppid=14229 vsize=271036 CPUtime=70.1
/proc/14230/stat : 14230 (picosat) R 14229 14206 14008 0 -1 4194304 65187 0 0 0 3512 3498 0 0 25 0 1 0 20502320 277540864 65160 996147200 134512640 134931368 4294956256 18446744073709551615 134581963 0 0 4096 0 0 0 0 17 1 0 0
/proc/14230/statm: 67759 65160 52 102 0 67654 0
Current children cumulated CPU time (s) 97.66
Current children cumulated vsize (KiB) 293260

[startup+99.1021 s]
/proc/loadavg: 2.07 2.09 2.05 3/79 14236
/proc/meminfo: memFree=1682024/2055920 swapFree=4192812/4192956
[pid=14206] ppid=14204 vsize=16868 CPUtime=98.24
/proc/14206/stat : 14206 (sugar) S 14204 14206 14008 0 -1 4194304 1446 164039 0 2 6 2 6158 3658 16 0 1 0 20499536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14206/statm: 4217 1113 409 3 0 796 0
[pid=14231] ppid=14206 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14206 14206 14008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20509422 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14231/statm: 1339 233 193 169 0 50 0
[pid=14232] ppid=14231 vsize=862012 CPUtime=0.22
/proc/14232/stat : 14232 (java) S 14231 14206 14008 0 -1 0 3028 0 1 0 20 2 0 0 18 0 9 0 20509423 882700288 2493 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14232/statm: 215503 2493 1271 9 0 210416 0
[pid=14232/tid=14233] ppid=14231 vsize=862012 CPUtime=0.2
/proc/14232/task/14233/stat : 14233 (java) R 14231 14206 14008 0 -1 64 2052 0 1 0 19 1 0 0 18 0 9 0 20509424 882700288 2493 996147200 134512640 134550932 4294955984 18446744073709551615 4125981149 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14232/tid=14234] ppid=14231 vsize=862012 CPUtime=0
/proc/14232/task/14234/stat : 14234 (java) S 14231 14206 14008 0 -1 64 74 0 0 0 0 0 0 0 16 0 9 0 20509425 882700288 2493 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14232/tid=14235] ppid=14231 vsize=862012 CPUtime=0
/proc/14232/task/14235/stat : 14235 (java) S 14231 14206 14008 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 20509425 882700288 2493 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14232/tid=14236] ppid=14231 vsize=862012 CPUtime=0
/proc/14232/task/14236/stat : 14236 (java) S 14231 14206 14008 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20509425 882700288 2493 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.46
Current children cumulated vsize (KiB) 884236

[startup+99.5022 s]
/proc/loadavg: 2.07 2.09 2.05 3/79 14236
/proc/meminfo: memFree=1682024/2055920 swapFree=4192812/4192956
[pid=14206] ppid=14204 vsize=16868 CPUtime=98.24
/proc/14206/stat : 14206 (sugar) S 14204 14206 14008 0 -1 4194304 1449 164039 0 2 6 2 6158 3658 15 0 1 0 20499536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14206/statm: 4217 1113 409 3 0 796 0
[pid=14231] ppid=14206 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14206 14206 14008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20509422 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14231/statm: 1339 233 193 169 0 50 0
[pid=14232] ppid=14231 vsize=864124 CPUtime=0.57
/proc/14232/stat : 14232 (java) S 14231 14206 14008 0 -1 0 3719 0 1 0 55 2 0 0 18 0 9 0 20509423 884862976 3178 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14232/statm: 216031 3178 1724 9 0 210536 0
[pid=14232/tid=14233] ppid=14231 vsize=864124 CPUtime=0.49
/proc/14232/task/14233/stat : 14233 (java) S 14231 14206 14008 0 -1 64 2578 0 1 0 48 1 0 0 18 0 9 0 20509424 884862976 3178 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14232/tid=14234] ppid=14231 vsize=864124 CPUtime=0
/proc/14232/task/14234/stat : 14234 (java) S 14231 14206 14008 0 -1 64 128 0 0 0 0 0 0 0 16 0 9 0 20509425 884862976 3178 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14232/tid=14235] ppid=14231 vsize=864124 CPUtime=0
/proc/14232/task/14235/stat : 14235 (java) S 14231 14206 14008 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 20509425 884862976 3178 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14232/tid=14236] ppid=14231 vsize=864124 CPUtime=0
/proc/14232/task/14236/stat : 14236 (java) S 14231 14206 14008 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20509425 884862976 3178 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.81
Current children cumulated vsize (KiB) 886348

Child status: 0
Real time (s): 99.5978
CPU time (s): 98.933
CPU user time (s): 62.2055
CPU system time (s): 36.7274
CPU usage (%): 99.3325
Max. virtual memory (cumulated for all children) (KiB): 911852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.2055
system time used= 36.7274
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169584
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= 7771
involuntary context switches= 8620

runsolver used 0.131979 second user time and 0.347947 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-11 19:46:09
IDJOB=2064151
IDBENCH=54127
IDSOLVER=738
FILE ID=node70/2064151-1247334368
PBS_JOBID= 9506644
Free space on /tmp= 66404 MiB

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

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

MD5SUM BENCH= f584a0bdadad6a616787946f67b79e6d
RANDOM SEED=2091510942

node70.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.214
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.214
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:       1843064 kB
Buffers:          6764 kB
Cached:          70212 kB
SwapCached:          0 kB
Active:         137244 kB
Inactive:        29832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7568 kB
Writeback:           0 kB
Mapped:         101748 kB
Slab:            31168 kB
Committed_AS:   211180 kB
PageTables:       1836 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= 66404 MiB
End job on node70 at 2009-07-11 19:47:48