Trace number 2077956

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 96.7663 97.8367

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-5.xml
MD5SUMb160d17227d48e89c0f648593d000571
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark96.7663
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints44958
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44758
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.04/0.23	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.24	c 0	BEGIN Sun Jul 12 04:38:51 2009
0.04/0.24	c 0	PID 25108
0.04/0.26	c 0	HOST node14.alineos.net
0.04/0.26	c 0	CONVERTING HOME/instance-2077956-1247366330.xml TO HOME/temp.csp
0.04/0.26	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077956-1247366330.xml' 'HOME/temp.csp'
2.44/2.85	c 2	41 domains, 800 variables, 1 predicates, 0 relations, 44958 constraints
2.44/2.90	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.44/2.90	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.51/3.00	c 2	Parsing HOME/temp.csp
2.86/3.31	c 3	parsed 10000 expressions
2.96/3.45	c 3	parsed 20000 expressions
3.15/3.62	c 3	parsed 30000 expressions
3.25/3.80	c 3	parsed 40000 expressions
3.35/3.86	c 3	parsed 45800 expressions
3.35/3.87	c 3	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.35/3.87	c 3	Converting to clausal form CSP
4.04/4.56	c 4	converted 4580 (10%) expressions
4.44/4.94	c 4	converted 9160 (20%) expressions
4.84/5.32	c 5	converted 13740 (30%) expressions
5.44/5.95	c 5	converted 18320 (40%) expressions
5.84/6.31	c 6	converted 22900 (50%) expressions
6.14/6.68	c 6	converted 27480 (60%) expressions
6.93/7.47	c 7	converted 32060 (70%) expressions
7.33/7.83	c 7	converted 36640 (80%) expressions
7.62/8.19	c 8	converted 41220 (90%) expressions
8.92/9.47	c 9	converted 45800 (100%) expressions
8.92/9.47	c 9	CSP : 800 integers, 0 booleans, 73534 clauses, largest domain size 45
8.92/9.47	c 9	Heap : 107 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.92/9.47	c 9	Propagation in CSP
9.21/9.70	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.21/9.70	c 9	CSP : 800 integers, 0 booleans, 73534 clauses, largest domain size 45
9.21/9.70	c 9	Heap : 107 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.21/9.73	c 9	Simplifing CSP by introducing new Boolean variables
11.21/11.71	c 11	CSP : 800 integers, 225702 booleans, 299236 clauses, largest domain size 45
11.21/11.71	c 11	Heap : 172 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.20/12.72	c 12	Encoding CSP to SAT : HOME/temp.cnf
12.20/12.77	c 12	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
12.20/12.78	c 12	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
12.20/12.78	c 12	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
12.20/12.79	c 12	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
12.20/12.79	c 12	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
12.20/12.80	c 12	480 (60%) CSP integer variables are encoded (17276 clauses, 237498 bytes)
12.30/12.80	c 12	560 (70%) CSP integer variables are encoded (17361 clauses, 238773 bytes)
12.30/12.81	c 12	640 (80%) CSP integer variables are encoded (17427 clauses, 239763 bytes)
12.30/12.81	c 12	720 (90%) CSP integer variables are encoded (17518 clauses, 241128 bytes)
12.30/12.81	c 12	800 (100%) CSP integer variables are encoded (17587 clauses, 242163 bytes)
13.59/14.12	c 14	29924 (10%) CSP clauses are encoded (608586 clauses, 11644312 bytes)
14.77/15.34	c 15	59848 (20%) CSP clauses are encoded (1194692 clauses, 23468872 bytes)
15.97/16.57	c 16	89771 (30%) CSP clauses are encoded (1795236 clauses, 35620914 bytes)
17.26/17.83	c 17	119695 (40%) CSP clauses are encoded (2391438 clauses, 48062797 bytes)
18.55/19.11	c 19	149618 (50%) CSP clauses are encoded (2989812 clauses, 60875926 bytes)
19.83/20.45	c 20	179542 (60%) CSP clauses are encoded (3596338 clauses, 74079324 bytes)
21.11/21.78	c 21	209466 (70%) CSP clauses are encoded (4190074 clauses, 87504981 bytes)
22.79/23.46	c 23	239389 (80%) CSP clauses are encoded (5049390 clauses, 105957496 bytes)
24.57/25.22	c 25	269313 (90%) CSP clauses are encoded (5952978 clauses, 125343494 bytes)
26.25/26.97	c 26	299236 (100%) CSP clauses are encoded (6857005 clauses, 144810546 bytes)
26.25/26.97	c 26	299236 CSP clauses encoded
26.25/26.98	c 26	Writing map file : HOME/temp.map
26.35/27.01	c 26	Heap : 136 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.35/27.01	c 26	SAT : 244001 SAT variables, 6857005 SAT clauses, 144810546 bytes
26.35/27.01	c 26	Heap : 136 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.35/27.10	c 26	SOLVING HOME/temp.cnf
26.35/27.10	c 26	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
96.06/97.19	c 97	DECODING HOME/temp.out WITH HOME/temp.map
96.06/97.19	c 97	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'
96.18/97.28	c 97	Decoding HOME/temp.out
96.18/97.63	s SATISFIABLE
96.18/97.66	v 31 5 17 24 0 42 29 20 20 7 38 5 29 32 13 23 28 21 4 5 9 2 1 33 2 19 1 2 22 1 19 43 3 16 23 0 7 3 20 8 3 33 2 4 3 1 15 18 6 29 40 5 41 30 5 6 32 3 24 36 9 7 8 43 6 4 19 28 24 8 18 17 5 7 4 13 2 3 15 10 2 22 8 6 5 1 3 4 0 8 43 22 8 14 33 26 11 0 13 20 6 4 35 3 16 10 10 18 1 9 11 32 41 3 32 25 7 13 8 9 21 10 0 19 0 41 10 21 33 11 41 20 44 10 11 32 40 10 38 33 11 42 24 34 2 15 14 15 14 11 22 39 1 44 16 16 4 16 2 40 12 18 8 10 21 9 42 12 30 12 29 7 13 12 18 23 16 6 14 9 16 35 34 16 12 18 21 24 37 0 25 19 11 25 28 2 19 26 9 5 14 4 17 27 22 18 29 9 42 23 23 20 14 35 28 2 17 24 21 12 7 18 21 17 12 15 25 20 0 6 13 33 16 22 34 27 27 11 17 23 27 25 25 19 26 10 15 7 43 25 14 24 29 18 5 24 14 19 12 29 1 32 30 38 35 27 16 10 4 38 27 30 30 21 17 14 7 30 32 12 26 36 31 8 13 34 26 33 4 28 1 37 20 13 31 17 0 20 6 35 27 28 34 29 22 11 33 33 36 36 35 0 30 36 37 27 37 36 38 34 7 22 23 35 34 9 36 38 39 44 20 25 28 37 31 40 37 37 23 23 29 36 34 17 38 37 39 31 12 15 27 5 41 26 3 40 42 28 26 35 6 40 9 13 42 44 39 41 31 42 42 30 36 44 39 35 37 39 37 44 38 33 43 1 44 43 40 44 36 32 15 39 41 42 44 38 43 40 44 43 2 8 8 5 5 6 4 2 5 7 5 9 5 4 6 3 1 9 7 1 7 5 8 8 4 9 2 1 5 4 2 6 6 7 9 6 9 7 3 1 4 7 6 6 1 7 0 9 0 8 4 7 6 2 0 4 6 0 4 4 3 4 6 5 8 0 5 9 8 2 5 6 4 1 4 5 8 2 9 3 0 9 5 9 2 5 3 2 7 9 4 4 0 7 2 8 7 4 8 7 3 9 4 9 0 6 1 6 0 6 6 9 2 8 3 2 8 0 7 9 5 4 2 8 0 0 7 4 1 2 5 0 1 5 8 2 7 9 8 4 0 8 3 4 7 6 6 4 5 3 6 3 1 9 9 2 1 5 9 8 7 2 8 8 0 8 7 9 8 0 0 3 4 2 3 6 1 2 3 4 4 7 3 8 8 8 6 6 1 9 5 4 4 0 7 2 6 0 0 5 0 8 3 6 0 7 6 1 2 7 0 1 9 3 8 3 2 0 7 1 6 4 8 4 3 5 4 8 3 7 9 0 6 8 8 8 4 5 0 5 9 6 3 0 6 2 2 2 1 8 4 7 2 0 3 2 8 7 4 7 9 8 7 2 8 7 3 0 3 7 0 0 9 2 9 2 5 6 0 5 7 6 4 4 7 0 5 3 5 6 3 8 9 2 0 1 8 4 5 0 5 2 7 9 7 9 9 5 1 8 6 1 4 9 0 2 9 5 9 6 0 2 4 2 2 2 0 4 5 4 6 7 4 4 7 5 5 3 2 8 1 3 5 5 0 7 6 8 6 8 1 6 4 4 5 6 3 0 2 5 6 3 5 3 1 3 8 8 6 5 4 5 2 7 4 1 6 0 2 5 6 6 2 6 6 7 2 8 7 7 7 2 3 0 2 3 0 0 0 8
96.18/97.67	c 97	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
96.18/97.73	c 97	CPU 96.64 (0.06 0.02 61.91 34.65)
96.18/97.73	c 97	END Sun Jul 12 04:40:28 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-2077956-1247366330/watcher-2077956-1247366330 -o /tmp/evaluation-result-2077956-1247366330/solver-2077956-1247366330 -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-2077956-1247366330.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: 3.03 2.99 2.74 4/74 25108
/proc/meminfo: memFree=1923832/2055920 swapFree=4192812/4192956
[pid=25108] ppid=25106 vsize=18576 CPUtime=0
/proc/25108/stat : 25108 (runsolver) R 25106 25108 20040 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 23699976 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 212231847410 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25108/statm: 4644 284 249 26 0 2626 0

[startup+0.096383 s]
/proc/loadavg: 3.03 2.99 2.74 4/74 25108
/proc/meminfo: memFree=1923832/2055920 swapFree=4192812/4192956
[pid=25108] ppid=25106 vsize=12272 CPUtime=0
/proc/25108/stat : 25108 (sugar) D 25106 25108 20040 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 23699976 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/25108/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101382 s]
/proc/loadavg: 3.03 2.99 2.74 4/74 25108
/proc/meminfo: memFree=1923832/2055920 swapFree=4192812/4192956
[pid=25108] ppid=25106 vsize=12272 CPUtime=0
/proc/25108/stat : 25108 (sugar) D 25106 25108 20040 0 -1 4194304 407 0 0 0 0 0 0 0 18 0 1 0 23699976 12566528 375 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/25108/statm: 3068 375 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.30142 s]
/proc/loadavg: 3.03 2.99 2.74 4/74 25108
/proc/meminfo: memFree=1923832/2055920 swapFree=4192812/4192956
[pid=25108] ppid=25106 vsize=16868 CPUtime=0.06
/proc/25108/stat : 25108 (sugar) S 25106 25108 20040 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23699976 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25108/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701489 s]
/proc/loadavg: 3.03 2.99 2.74 4/74 25108
/proc/meminfo: memFree=1923832/2055920 swapFree=4192812/4192956
[pid=25108] ppid=25106 vsize=16868 CPUtime=0.06
/proc/25108/stat : 25108 (sugar) S 25106 25108 20040 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23699976 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25108/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50263 s]
/proc/loadavg: 3.03 2.99 2.74 3/85 25120
/proc/meminfo: memFree=1896224/2055920 swapFree=4192812/4192956
[pid=25108] ppid=25106 vsize=16868 CPUtime=0.06
/proc/25108/stat : 25108 (sugar) S 25106 25108 20040 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23699976 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25108/statm: 4217 1111 409 3 0 796 0
[pid=25111] ppid=25108 vsize=5356 CPUtime=0
/proc/25111/stat : 25111 (sh) S 25108 25108 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23700003 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25111/statm: 1339 233 193 169 0 50 0
[pid=25112] ppid=25111 vsize=865608 CPUtime=1.09
/proc/25112/stat : 25112 (java) S 25111 25108 20040 0 -1 0 13066 0 55 0 101 8 0 0 18 0 9 0 23700003 886382592 11161 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25112/statm: 216402 11161 2557 9 0 210914 0
[pid=25112/tid=25113] ppid=25111 vsize=865608 CPUtime=0.6
/proc/25112/task/25113/stat : 25113 (java) R 25111 25108 20040 0 -1 64 2996 0 26 0 57 3 0 0 21 0 9 0 23700009 886382592 11161 996147200 134512640 134550932 4294955984 18446744073709551615 4126487497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25114] ppid=25111 vsize=865608 CPUtime=0.37
/proc/25112/task/25114/stat : 25114 (java) S 25111 25108 20040 0 -1 64 8897 0 0 0 34 3 0 0 16 0 9 0 23700017 886382592 11161 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25115] ppid=25111 vsize=865608 CPUtime=0
/proc/25112/task/25115/stat : 25115 (java) S 25111 25108 20040 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23700017 886382592 11161 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25116] ppid=25111 vsize=865608 CPUtime=0
/proc/25112/task/25116/stat : 25116 (java) S 25111 25108 20040 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 23700017 886382592 11161 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25117] ppid=25111 vsize=865608 CPUtime=0
/proc/25112/task/25117/stat : 25117 (java) S 25111 25108 20040 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23700020 886382592 11161 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25118] ppid=25111 vsize=865608 CPUtime=0.09
/proc/25112/task/25118/stat : 25118 (java) S 25111 25108 20040 0 -1 64 496 0 0 0 9 0 0 0 16 0 9 0 23700020 886382592 11161 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25119] ppid=25111 vsize=865608 CPUtime=0
/proc/25112/task/25119/stat : 25119 (java) S 25111 25108 20040 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23700020 886382592 11161 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25120] ppid=25111 vsize=865608 CPUtime=0
/proc/25112/task/25120/stat : 25120 (java) S 25111 25108 20040 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23700020 886382592 11161 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 887832

[startup+3.10191 s]
/proc/loadavg: 3.03 2.99 2.74 4/85 25120
/proc/meminfo: memFree=1855200/2055920 swapFree=4192812/4192956
[pid=25108] ppid=25106 vsize=16868 CPUtime=2.51
/proc/25108/stat : 25108 (sugar) S 25106 25108 20040 0 -1 4194304 1309 23180 0 55 5 1 229 16 16 0 1 0 23699976 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25108/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 16868

[startup+6.30246 s]
/proc/loadavg: 2.95 2.98 2.73 4/85 25130
/proc/meminfo: memFree=1858592/2055920 swapFree=4192812/4192956
[pid=25108] ppid=25106 vsize=16868 CPUtime=2.51
/proc/25108/stat : 25108 (sugar) S 25106 25108 20040 0 -1 4194304 1309 23180 0 55 5 1 229 16 15 0 1 0 23699976 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25108/statm: 4217 1111 409 3 0 796 0
[pid=25121] ppid=25108 vsize=5356 CPUtime=0
/proc/25121/stat : 25121 (sh) S 25108 25108 20040 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23700267 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25121/statm: 1339 233 193 169 0 50 0
[pid=25122] ppid=25121 vsize=868612 CPUtime=3.33
/proc/25122/stat : 25122 (java) S 25121 25108 20040 0 -1 0 20755 0 2 0 321 12 0 0 18 0 9 0 23700267 889458688 19206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25122/statm: 217153 19206 2566 9 0 211658 0
[pid=25122/tid=25123] ppid=25121 vsize=868612 CPUtime=1.99
/proc/25122/task/25123/stat : 25123 (java) R 25121 25108 20040 0 -1 64 3206 0 1 0 197 2 0 0 25 0 9 0 23700268 889458688 19206 996147200 134512640 134550932 4294955936 18446744073709551615 4126095869 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25124] ppid=25121 vsize=868612 CPUtime=1.15
/proc/25122/task/25124/stat : 25124 (java) S 25121 25108 20040 0 -1 64 15395 0 0 0 107 8 0 0 16 0 9 0 23700269 889458688 19206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25125] ppid=25121 vsize=868612 CPUtime=0
/proc/25122/task/25125/stat : 25125 (java) S 25121 25108 20040 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23700269 889458688 19206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25126] ppid=25121 vsize=868612 CPUtime=0
/proc/25122/task/25126/stat : 25126 (java) S 25121 25108 20040 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23700269 889458688 19206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25127] ppid=25121 vsize=868612 CPUtime=0
/proc/25122/task/25127/stat : 25127 (java) S 25121 25108 20040 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23700274 889458688 19206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25128] ppid=25121 vsize=868612 CPUtime=0.15
/proc/25122/task/25128/stat : 25128 (java) S 25121 25108 20040 0 -1 64 1451 0 1 0 15 0 0 0 16 0 9 0 23700274 889458688 19206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25129] ppid=25121 vsize=868612 CPUtime=0
/proc/25122/task/25129/stat : 25129 (java) S 25121 25108 20040 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23700274 889458688 19206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25130] ppid=25121 vsize=868612 CPUtime=0
/proc/25122/task/25130/stat : 25130 (java) S 25121 25108 20040 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23700274 889458688 19206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 890836

[startup+12.7026 s]
/proc/loadavg: 2.87 2.96 2.73 4/85 25130
/proc/meminfo: memFree=1706528/2055920 swapFree=4192812/4192956
[pid=25108] ppid=25106 vsize=16868 CPUtime=2.51
/proc/25108/stat : 25108 (sugar) S 25106 25108 20040 0 -1 4194304 1310 23180 0 55 5 1 229 16 16 0 1 0 23699976 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25108/statm: 4217 1111 409 3 0 796 0
[pid=25121] ppid=25108 vsize=5356 CPUtime=0
/proc/25121/stat : 25121 (sh) S 25108 25108 20040 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23700267 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25121/statm: 1339 233 193 169 0 50 0
[pid=25122] ppid=25121 vsize=868612 CPUtime=9.69
/proc/25122/stat : 25122 (java) S 25121 25108 20040 0 -1 0 67133 0 2 0 937 32 0 0 18 0 9 0 23700267 889458688 51699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25122/statm: 217153 51699 2567 9 0 211658 0
[pid=25122/tid=25123] ppid=25121 vsize=868612 CPUtime=4.52
/proc/25122/task/25123/stat : 25123 (java) R 25121 25108 20040 0 -1 64 4589 0 1 0 449 3 0 0 25 0 9 0 23700268 889458688 51699 996147200 134512640 134550932 4294955936 18446744073709551615 4126916148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25124] ppid=25121 vsize=868612 CPUtime=4.96
/proc/25122/task/25124/stat : 25124 (java) S 25121 25108 20040 0 -1 64 60369 0 0 0 469 27 0 0 16 0 9 0 23700269 889458688 51699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25125] ppid=25121 vsize=868612 CPUtime=0
/proc/25122/task/25125/stat : 25125 (java) S 25121 25108 20040 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23700269 889458688 51699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25126] ppid=25121 vsize=868612 CPUtime=0
/proc/25122/task/25126/stat : 25126 (java) S 25121 25108 20040 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23700269 889458688 51699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25127] ppid=25121 vsize=868612 CPUtime=0
/proc/25122/task/25127/stat : 25127 (java) S 25121 25108 20040 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23700274 889458688 51699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25128] ppid=25121 vsize=868612 CPUtime=0.19
/proc/25122/task/25128/stat : 25128 (java) S 25121 25108 20040 0 -1 64 1472 0 1 0 19 0 0 0 17 0 9 0 23700274 889458688 51699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25129] ppid=25121 vsize=868612 CPUtime=0
/proc/25122/task/25129/stat : 25129 (java) S 25121 25108 20040 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23700274 889458688 51699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25130] ppid=25121 vsize=868612 CPUtime=0
/proc/25122/task/25130/stat : 25130 (java) S 25121 25108 20040 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23700274 889458688 51699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 890836

[startup+25.5028 s]
/proc/loadavg: 2.68 2.91 2.71 3/85 25130
/proc/meminfo: memFree=1587808/2055920 swapFree=4192812/4192956
[pid=25108] ppid=25106 vsize=16868 CPUtime=2.51
/proc/25108/stat : 25108 (sugar) S 25106 25108 20040 0 -1 4194304 1310 23180 0 55 5 1 229 16 16 0 1 0 23699976 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25108/statm: 4217 1111 409 3 0 796 0
[pid=25121] ppid=25108 vsize=5356 CPUtime=0
/proc/25121/stat : 25121 (sh) S 25108 25108 20040 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23700267 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25121/statm: 1339 233 193 169 0 50 0
[pid=25122] ppid=25121 vsize=868724 CPUtime=22.35
/proc/25122/stat : 25122 (java) S 25121 25108 20040 0 -1 0 67459 0 2 0 2129 106 0 0 18 0 9 0 23700267 889573376 51785 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25122/statm: 217181 51785 2593 9 0 211658 0
[pid=25122/tid=25123] ppid=25121 vsize=868724 CPUtime=16.91
/proc/25122/task/25123/stat : 25123 (java) R 25121 25108 20040 0 -1 64 4878 0 1 0 1616 75 0 0 25 0 9 0 23700268 889573376 51785 996147200 134512640 134550932 4294955936 18446744073709551615 4294960145 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25124] ppid=25121 vsize=868724 CPUtime=5.15
/proc/25122/task/25124/stat : 25124 (java) S 25121 25108 20040 0 -1 64 60371 0 0 0 487 28 0 0 16 0 9 0 23700269 889573376 51785 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25125] ppid=25121 vsize=868724 CPUtime=0
/proc/25122/task/25125/stat : 25125 (java) S 25121 25108 20040 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23700269 889573376 51785 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25126] ppid=25121 vsize=868724 CPUtime=0
/proc/25122/task/25126/stat : 25126 (java) S 25121 25108 20040 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23700269 889573376 51785 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25127] ppid=25121 vsize=868724 CPUtime=0
/proc/25122/task/25127/stat : 25127 (java) S 25121 25108 20040 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23700274 889573376 51785 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25128] ppid=25121 vsize=868724 CPUtime=0.26
/proc/25122/task/25128/stat : 25128 (java) S 25121 25108 20040 0 -1 64 1507 0 1 0 25 1 0 0 16 0 9 0 23700274 889573376 51785 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25129] ppid=25121 vsize=868724 CPUtime=0
/proc/25122/task/25129/stat : 25129 (java) S 25121 25108 20040 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23700274 889573376 51785 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25122/tid=25130] ppid=25121 vsize=868724 CPUtime=0
/proc/25122/task/25130/stat : 25130 (java) S 25121 25108 20040 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23700274 889573376 51785 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 890948

[startup+51.1012 s]
/proc/loadavg: 2.45 2.84 2.70 3/77 25132
/proc/meminfo: memFree=1671008/2055920 swapFree=4192812/4192956
[pid=25108] ppid=25106 vsize=16868 CPUtime=26.43
/proc/25108/stat : 25108 (sugar) S 25106 25108 20040 0 -1 4194304 1365 90976 0 58 5 2 2501 135 16 0 1 0 23699976 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25108/statm: 4217 1113 409 3 0 796 0
[pid=25131] ppid=25108 vsize=5356 CPUtime=0
/proc/25131/stat : 25131 (sh) S 25108 25108 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23702687 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25131/statm: 1339 232 193 169 0 50 0
[pid=25132] ppid=25131 vsize=106276 CPUtime=23.86
/proc/25132/stat : 25132 (picosat) R 25131 25108 20040 0 -1 4194304 24770 0 0 0 1074 1312 0 0 25 0 1 0 23702687 108826624 24756 996147200 134512640 134931368 4294956256 18446744073709551615 134514567 0 0 4096 0 0 0 0 17 1 0 0
/proc/25132/statm: 26569 24756 40 102 0 26464 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 128500

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

[startup+76.7016 s]
/proc/loadavg: 2.29 2.77 2.68 3/77 25132
/proc/meminfo: memFree=1570656/2055920 swapFree=4192812/4192956
[pid=25108] ppid=25106 vsize=16868 CPUtime=26.43
/proc/25108/stat : 25108 (sugar) S 25106 25108 20040 0 -1 4194304 1365 90976 0 58 5 2 2501 135 16 0 1 0 23699976 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25108/statm: 4217 1113 409 3 0 796 0
[pid=25131] ppid=25108 vsize=5356 CPUtime=0
/proc/25131/stat : 25131 (sh) S 25108 25108 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23702687 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25131/statm: 1339 232 193 169 0 50 0
[pid=25132] ppid=25131 vsize=216396 CPUtime=49.33
/proc/25132/stat : 25132 (picosat) R 25131 25108 20040 0 -1 4194304 50168 0 0 0 2257 2676 0 0 25 0 1 0 23702687 221589504 50154 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25132/statm: 54099 50154 40 102 0 53994 0
Current children cumulated CPU time (s) 75.76
Current children cumulated vsize (KiB) 238620

[startup+89.5018 s]
/proc/loadavg: 2.25 2.74 2.67 3/77 25132
/proc/meminfo: memFree=1519584/2055920 swapFree=4192812/4192956
[pid=25108] ppid=25106 vsize=16868 CPUtime=26.43
/proc/25108/stat : 25108 (sugar) S 25106 25108 20040 0 -1 4194304 1365 90976 0 58 5 2 2501 135 16 0 1 0 23699976 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25108/statm: 4217 1113 409 3 0 796 0
[pid=25131] ppid=25108 vsize=5356 CPUtime=0
/proc/25131/stat : 25131 (sh) S 25108 25108 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23702687 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25131/statm: 1339 232 193 169 0 50 0
[pid=25132] ppid=25131 vsize=258884 CPUtime=62.08
/proc/25132/stat : 25132 (picosat) R 25131 25108 20040 0 -1 4194304 62083 0 0 0 2887 3321 0 0 25 0 1 0 23702687 265097216 62036 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/25132/statm: 64721 62036 42 102 0 64616 0
Current children cumulated CPU time (s) 88.51
Current children cumulated vsize (KiB) 281108

[startup+92.7024 s]
/proc/loadavg: 2.23 2.73 2.66 3/77 25132
/proc/meminfo: memFree=1519072/2055920 swapFree=4192812/4192956
[pid=25108] ppid=25106 vsize=16868 CPUtime=26.43
/proc/25108/stat : 25108 (sugar) S 25106 25108 20040 0 -1 4194304 1365 90976 0 58 5 2 2501 135 16 0 1 0 23699976 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25108/statm: 4217 1113 409 3 0 796 0
[pid=25131] ppid=25108 vsize=5356 CPUtime=0
/proc/25131/stat : 25131 (sh) S 25108 25108 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23702687 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25131/statm: 1339 232 193 169 0 50 0
[pid=25132] ppid=25131 vsize=260940 CPUtime=65.26
/proc/25132/stat : 25132 (picosat) R 25131 25108 20040 0 -1 4194304 62167 0 0 0 3205 3321 0 0 25 0 1 0 23702687 267202560 62118 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/25132/statm: 65235 62118 48 102 0 65130 0
Current children cumulated CPU time (s) 91.69
Current children cumulated vsize (KiB) 283164

[startup+95.902 s]
/proc/loadavg: 2.21 2.72 2.66 4/77 25132
/proc/meminfo: memFree=1517728/2055920 swapFree=4192812/4192956
[pid=25108] ppid=25106 vsize=16868 CPUtime=26.43
/proc/25108/stat : 25108 (sugar) S 25106 25108 20040 0 -1 4194304 1365 90976 0 58 5 2 2501 135 16 0 1 0 23699976 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25108/statm: 4217 1113 409 3 0 796 0
[pid=25131] ppid=25108 vsize=5356 CPUtime=0
/proc/25131/stat : 25131 (sh) S 25108 25108 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23702687 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25131/statm: 1339 232 193 169 0 50 0
[pid=25132] ppid=25131 vsize=260940 CPUtime=68.44
/proc/25132/stat : 25132 (picosat) R 25131 25108 20040 0 -1 4194304 62229 0 0 0 3523 3321 0 0 25 0 1 0 23702687 267202560 62180 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25132/statm: 65235 62180 48 102 0 65130 0
Current children cumulated CPU time (s) 94.87
Current children cumulated vsize (KiB) 283164

[startup+96.7011 s]
/proc/loadavg: 2.21 2.72 2.66 3/77 25132
/proc/meminfo: memFree=1514592/2055920 swapFree=4192812/4192956
[pid=25108] ppid=25106 vsize=16868 CPUtime=26.43
/proc/25108/stat : 25108 (sugar) S 25106 25108 20040 0 -1 4194304 1365 90976 0 58 5 2 2501 135 16 0 1 0 23699976 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25108/statm: 4217 1113 409 3 0 796 0
[pid=25131] ppid=25108 vsize=5356 CPUtime=0
/proc/25131/stat : 25131 (sh) S 25108 25108 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23702687 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25131/statm: 1339 232 193 169 0 50 0
[pid=25132] ppid=25131 vsize=260944 CPUtime=69.24
/proc/25132/stat : 25132 (picosat) R 25131 25108 20040 0 -1 4194304 62262 0 0 0 3602 3322 0 0 25 0 1 0 23702687 267206656 62213 996147200 134512640 134931368 4294956256 18446744073709551615 134675706 0 0 4096 0 0 0 0 17 1 0 0
/proc/25132/statm: 65236 62213 52 102 0 65131 0
Current children cumulated CPU time (s) 95.67
Current children cumulated vsize (KiB) 283168

[startup+97.5012 s]
/proc/loadavg: 2.21 2.72 2.66 3/77 25132
/proc/meminfo: memFree=1514592/2055920 swapFree=4192812/4192956
[pid=25108] ppid=25106 vsize=16868 CPUtime=96.18
/proc/25108/stat : 25108 (sugar) S 25106 25108 20040 0 -1 4194304 1446 153524 0 58 6 2 6149 3461 16 0 1 0 23699976 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25108/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 96.18
Current children cumulated vsize (KiB) 16868

[startup+97.7013 s]
/proc/loadavg: 2.21 2.72 2.66 3/77 25132
/proc/meminfo: memFree=1514592/2055920 swapFree=4192812/4192956
[pid=25108] ppid=25106 vsize=16868 CPUtime=96.18
/proc/25108/stat : 25108 (sugar) S 25106 25108 20040 0 -1 4194304 1449 153524 0 58 6 2 6149 3461 15 0 1 0 23699976 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25108/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 96.18
Current children cumulated vsize (KiB) 16868

[startup+97.8013 s]
/proc/loadavg: 2.21 2.72 2.66 3/75 25142
/proc/meminfo: memFree=1880944/2055920 swapFree=4192812/4192956
[pid=25108] ppid=25106 vsize=16868 CPUtime=96.71
/proc/25108/stat : 25108 (sugar) R 25106 25108 20040 0 -1 4194304 1477 157529 0 59 6 9 6191 3465 16 0 1 0 23699976 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 212234638377 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25108/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 96.71
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 97.8367
CPU time (s): 96.7663
CPU user time (s): 61.9786
CPU system time (s): 34.7877
CPU usage (%): 98.906
Max. virtual memory (cumulated for all children) (KiB): 911324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.9786
system time used= 34.7877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159066
page faults= 59
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7578
involuntary context switches= 8276

runsolver used 0.13098 second user time and 0.335948 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-12 04:38:50
IDJOB=2077956
IDBENCH=56691
IDSOLVER=738
FILE ID=node14/2077956-1247366330
PBS_JOBID= 9507044
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-5.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-2077956-1247366330/watcher-2077956-1247366330 -o /tmp/evaluation-result-2077956-1247366330/solver-2077956-1247366330 -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-2077956-1247366330.xml

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

MD5SUM BENCH= b160d17227d48e89c0f648593d000571
RANDOM SEED=1657151160

node14.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.265
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.265
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:       1924504 kB
Buffers:          3740 kB
Cached:          37808 kB
SwapCached:          0 kB
Active:          72784 kB
Inactive:         5512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1924504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7792 kB
Writeback:           0 kB
Mapped:          47484 kB
Slab:            38256 kB
Committed_AS:   261964 kB
PageTables:       1856 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= 66512 MiB
End job on node14 at 2009-07-12 04:40:28