Trace number 2068211

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+minisat? 309.996 322.781

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-share1b.xml
MD5SUM375a621354e297bed26ab77580ec3c14
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6750
Number of constraints206
Maximum constraint arity1110
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension206
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 23:09:26 2009
0.00/0.08	c 0	PID 14801
0.00/0.08	c 0	HOST node39.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2068211-1247346566.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068211-1247346566.xml' 'HOME/temp.csp'
1.26/1.32	c 2	3 domains, 6750 variables, 109 predicates, 0 relations, 206 constraints
1.26/1.37	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.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'
1.29/1.45	c 2	Parsing HOME/temp.csp
3.38/3.53	c 4	parsed 7068 expressions
3.38/3.53	c 4	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.38/3.53	c 4	Converting to clausal form CSP
3.38/3.56	c 4	converted 707 (10%) expressions
3.38/3.57	c 4	converted 1414 (20%) expressions
3.38/3.58	c 4	converted 2121 (30%) expressions
3.38/3.58	c 4	converted 2828 (40%) expressions
3.38/3.58	c 4	converted 3534 (50%) expressions
3.38/3.58	c 4	converted 4241 (60%) expressions
3.38/3.59	c 4	converted 4948 (70%) expressions
3.38/3.59	c 4	converted 5655 (80%) expressions
3.38/3.60	c 4	converted 6362 (90%) expressions
6.94/7.13	c 7	converted 7068 (100%) expressions
6.94/7.14	c 7	CSP : 18220 integers, 0 booleans, 23146 clauses, largest domain size 174705
6.94/7.14	c 7	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.94/7.14	c 7	Propagation in CSP
7.64/7.85	c 8	223538 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.64/7.85	c 8	CSP : 18220 integers, 0 booleans, 23146 clauses, largest domain size 174705
7.64/7.85	c 8	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.64/7.87	c 8	Simplifing CSP by introducing new Boolean variables
7.64/7.89	c 8	CSP : 18220 integers, 0 booleans, 23146 clauses, largest domain size 174705
7.64/7.89	c 8	Heap : 40 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.83/8.05	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.83/8.09	c 8	1822 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.83/8.09	c 8	3644 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.83/8.09	c 8	5466 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
16.11/16.46	c 17	7288 (40%) CSP integer variables are encoded (6528820 clauses, 121858565 bytes)
16.21/16.52	c 17	9110 (50%) CSP integer variables are encoded (6571654 clauses, 122672411 bytes)
22.21/22.66	c 23	10932 (60%) CSP integer variables are encoded (11048166 clauses, 209840452 bytes)
25.03/25.55	c 26	12754 (70%) CSP integer variables are encoded (13054132 clauses, 251965738 bytes)
26.69/27.29	c 27	14576 (80%) CSP integer variables are encoded (14284818 clauses, 277810144 bytes)
29.98/30.65	c 31	16398 (90%) CSP integer variables are encoded (16602679 clauses, 326485225 bytes)
32.31/33.04	c 33	18220 (100%) CSP integer variables are encoded (18261216 clauses, 361314502 bytes)
308.93/318.83	c 319	ERROR Exception Too large HOME/temp.cnf
308.93/318.85	c 319	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
308.93/318.85	c 319	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
308.93/318.85	c 319	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
308.93/318.85	s UNKNOWN
308.93/318.89	c 319	CPU 308.99 (0.05 0.02 284.3 24.62)
308.93/318.89	c 319	END Sat Jul 11 23:14:45 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068211-1247346566/watcher-2068211-1247346566 -o /tmp/evaluation-result-2068211-1247346566/solver-2068211-1247346566 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2068211-1247346566.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: 1.92 1.99 1.99 4/82 14801
/proc/meminfo: memFree=717272/2055920 swapFree=4192952/4192956
[pid=14801] ppid=14799 vsize=12268 CPUtime=0
/proc/14801/stat : 14801 (sugar) R 14799 14801 13451 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21720656 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 272837081701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14801/statm: 3067 316 241 3 0 167 0

[startup+0.100446 s]
/proc/loadavg: 1.92 1.99 1.99 4/82 14801
/proc/meminfo: memFree=717272/2055920 swapFree=4192952/4192956
[pid=14801] ppid=14799 vsize=16868 CPUtime=0.07
/proc/14801/stat : 14801 (sugar) S 14799 14801 13451 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21720656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14801/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201453 s]
/proc/loadavg: 1.92 1.99 1.99 4/82 14801
/proc/meminfo: memFree=717272/2055920 swapFree=4192952/4192956
[pid=14801] ppid=14799 vsize=16868 CPUtime=0.07
/proc/14801/stat : 14801 (sugar) S 14799 14801 13451 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21720656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14801/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301455 s]
/proc/loadavg: 1.92 1.99 1.99 4/82 14801
/proc/meminfo: memFree=717272/2055920 swapFree=4192952/4192956
[pid=14801] ppid=14799 vsize=16868 CPUtime=0.07
/proc/14801/stat : 14801 (sugar) S 14799 14801 13451 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21720656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14801/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701486 s]
/proc/loadavg: 1.92 1.99 1.99 4/82 14801
/proc/meminfo: memFree=717272/2055920 swapFree=4192952/4192956
[pid=14801] ppid=14799 vsize=16868 CPUtime=0.07
/proc/14801/stat : 14801 (sugar) S 14799 14801 13451 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21720656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14801/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50154 s]
/proc/loadavg: 1.92 1.99 1.99 3/93 14813
/proc/meminfo: memFree=696064/2055920 swapFree=4192952/4192956
[pid=14801] ppid=14799 vsize=16868 CPUtime=1.29
/proc/14801/stat : 14801 (sugar) S 14799 14801 13451 0 -1 4194304 1309 8213 0 1 5 2 117 5 16 0 1 0 21720656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14801/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 16868

[startup+3.10265 s]
/proc/loadavg: 1.93 1.99 1.99 3/93 14823
/proc/meminfo: memFree=697152/2055920 swapFree=4192952/4192956
[pid=14801] ppid=14799 vsize=16868 CPUtime=1.29
/proc/14801/stat : 14801 (sugar) S 14799 14801 13451 0 -1 4194304 1309 8213 0 1 5 2 117 5 16 0 1 0 21720656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14801/statm: 4217 1111 409 3 0 796 0
[pid=14814] ppid=14801 vsize=5356 CPUtime=0
/proc/14814/stat : 14814 (sh) S 14801 14801 13451 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21720793 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14814/statm: 1339 233 193 169 0 50 0
[pid=14815] ppid=14814 vsize=862284 CPUtime=1.7
/proc/14815/stat : 14815 (java) S 14814 14801 13451 0 -1 0 9759 0 1 0 164 6 0 0 18 0 9 0 21720794 882978816 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 215571 8865 2158 9 0 210484 0
[pid=14815/tid=14816] ppid=14814 vsize=862284 CPUtime=0.98
/proc/14815/task/14816/stat : 14816 (java) R 14814 14801 13451 0 -1 64 2248 0 1 0 97 1 0 0 25 0 9 0 21720795 882978816 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14817] ppid=14814 vsize=862284 CPUtime=0.65
/proc/14815/task/14817/stat : 14817 (java) R 14814 14801 13451 0 -1 64 6502 0 0 0 62 3 0 0 16 0 9 0 21720796 882978816 8865 996147200 134512640 134550932 4294955936 18446744073709551615 104190123 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14814 vsize=862284 CPUtime=0
/proc/14815/task/14818/stat : 14818 (java) S 14814 14801 13451 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21720796 882978816 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14814 vsize=862284 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14814 14801 13451 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21720796 882978816 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14814 vsize=862284 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14814 14801 13451 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21720798 882978816 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14814 vsize=862284 CPUtime=0.04
/proc/14815/task/14821/stat : 14821 (java) S 14814 14801 13451 0 -1 64 307 0 0 0 4 0 0 0 16 0 9 0 21720798 882978816 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14814 vsize=862284 CPUtime=0
/proc/14815/task/14822/stat : 14822 (java) S 14814 14801 13451 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21720798 882978816 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14823] ppid=14814 vsize=862284 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14814 14801 13451 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21720798 882978816 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 884508

[startup+6.30286 s]
/proc/loadavg: 1.93 1.99 1.99 3/93 14823
/proc/meminfo: memFree=665792/2055920 swapFree=4192952/4192956
[pid=14801] ppid=14799 vsize=16868 CPUtime=1.29
/proc/14801/stat : 14801 (sugar) S 14799 14801 13451 0 -1 4194304 1309 8213 0 1 5 2 117 5 16 0 1 0 21720656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14801/statm: 4217 1111 409 3 0 796 0
[pid=14814] ppid=14801 vsize=5356 CPUtime=0
/proc/14814/stat : 14814 (sh) S 14801 14801 13451 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21720793 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14814/statm: 1339 233 193 169 0 50 0
[pid=14815] ppid=14814 vsize=868624 CPUtime=4.87
/proc/14815/stat : 14815 (java) S 14814 14801 13451 0 -1 0 16344 0 1 0 477 10 0 0 18 0 9 0 21720794 889470976 15298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 217156 15298 2566 9 0 211661 0
[pid=14815/tid=14816] ppid=14814 vsize=868624 CPUtime=3.33
/proc/14815/task/14816/stat : 14816 (java) R 14814 14801 13451 0 -1 64 3227 0 1 0 331 2 0 0 25 0 9 0 21720795 889470976 15298 996147200 134512640 134550932 4294955936 18446744073709551615 4126431423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14817] ppid=14814 vsize=868624 CPUtime=1.31
/proc/14815/task/14817/stat : 14817 (java) S 14814 14801 13451 0 -1 64 10912 0 0 0 126 5 0 0 16 0 9 0 21720796 889470976 15298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14814 vsize=868624 CPUtime=0
/proc/14815/task/14818/stat : 14818 (java) S 14814 14801 13451 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21720796 889470976 15298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14814 vsize=868624 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14814 14801 13451 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21720796 889470976 15298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14814 vsize=868624 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14814 14801 13451 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21720798 889470976 15298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14814 vsize=868624 CPUtime=0.18
/proc/14815/task/14821/stat : 14821 (java) S 14814 14801 13451 0 -1 64 1503 0 0 0 18 0 0 0 16 0 9 0 21720798 889470976 15298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14814 vsize=868624 CPUtime=0
/proc/14815/task/14822/stat : 14822 (java) S 14814 14801 13451 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21720798 889470976 15298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14823] ppid=14814 vsize=868624 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14814 14801 13451 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21720798 889470976 15298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890848

[startup+12.7023 s]
/proc/loadavg: 1.93 1.99 1.99 3/93 14823
/proc/meminfo: memFree=596992/2055920 swapFree=4192952/4192956
[pid=14801] ppid=14799 vsize=16868 CPUtime=1.29
/proc/14801/stat : 14801 (sugar) S 14799 14801 13451 0 -1 4194304 1310 8213 0 1 5 2 117 5 15 0 1 0 21720656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14801/statm: 4217 1111 409 3 0 796 0
[pid=14814] ppid=14801 vsize=5356 CPUtime=0
/proc/14814/stat : 14814 (sh) S 14801 14801 13451 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21720793 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14814/statm: 1339 233 193 169 0 50 0
[pid=14815] ppid=14814 vsize=868736 CPUtime=11.19
/proc/14815/stat : 14815 (java) S 14814 14801 13451 0 -1 0 18202 0 1 0 1065 54 0 0 18 0 9 0 21720794 889585664 16716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 217184 16716 2591 9 0 211661 0
[pid=14815/tid=14816] ppid=14814 vsize=868736 CPUtime=9.19
/proc/14815/task/14816/stat : 14816 (java) R 14814 14801 13451 0 -1 64 3705 0 1 0 877 42 0 0 25 0 9 0 21720795 889585664 16716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14817] ppid=14814 vsize=868736 CPUtime=1.72
/proc/14815/task/14817/stat : 14817 (java) S 14814 14801 13451 0 -1 64 12258 0 0 0 163 9 0 0 16 0 9 0 21720796 889585664 16716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14818/stat : 14818 (java) S 14814 14801 13451 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21720796 889585664 16716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14814 14801 13451 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21720796 889585664 16716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14814 14801 13451 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21720798 889585664 16716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14814 vsize=868736 CPUtime=0.24
/proc/14815/task/14821/stat : 14821 (java) S 14814 14801 13451 0 -1 64 1537 0 0 0 23 1 0 0 16 0 9 0 21720798 889585664 16716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14822/stat : 14822 (java) S 14814 14801 13451 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21720798 889585664 16716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14823] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14814 14801 13451 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21720798 889585664 16716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890960

[startup+25.5011 s]
/proc/loadavg: 1.95 1.99 1.99 3/93 14823
/proc/meminfo: memFree=406272/2055920 swapFree=4192952/4192956
[pid=14801] ppid=14799 vsize=16868 CPUtime=1.29
/proc/14801/stat : 14801 (sugar) S 14799 14801 13451 0 -1 4194304 1310 8213 0 1 5 2 117 5 16 0 1 0 21720656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14801/statm: 4217 1111 409 3 0 796 0
[pid=14814] ppid=14801 vsize=5356 CPUtime=0
/proc/14814/stat : 14814 (sh) S 14801 14801 13451 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21720793 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14814/statm: 1339 233 193 169 0 50 0
[pid=14815] ppid=14814 vsize=868736 CPUtime=23.74
/proc/14815/stat : 14815 (java) S 14814 14801 13451 0 -1 0 19185 0 1 0 2205 169 0 0 18 0 9 0 21720794 889585664 16716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 217184 16716 2591 9 0 211661 0
[pid=14815/tid=14816] ppid=14814 vsize=868736 CPUtime=21.31
/proc/14815/task/14816/stat : 14816 (java) R 14814 14801 13451 0 -1 64 4688 0 1 0 1981 150 0 0 25 0 9 0 21720795 889585664 16716 996147200 134512640 134550932 4294955936 18446744073709551615 4126604027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14817] ppid=14814 vsize=868736 CPUtime=2.15
/proc/14815/task/14817/stat : 14817 (java) S 14814 14801 13451 0 -1 64 12258 0 0 0 199 16 0 0 16 0 9 0 21720796 889585664 16716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14818/stat : 14818 (java) S 14814 14801 13451 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21720796 889585664 16716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14814 14801 13451 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21720796 889585664 16716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14814 14801 13451 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21720798 889585664 16716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14814 vsize=868736 CPUtime=0.24
/proc/14815/task/14821/stat : 14821 (java) S 14814 14801 13451 0 -1 64 1537 0 0 0 23 1 0 0 16 0 9 0 21720798 889585664 16716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14822/stat : 14822 (java) S 14814 14801 13451 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21720798 889585664 16716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14823] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14814 14801 13451 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21720798 889585664 16716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 890960

[startup+51.1019 s]
/proc/loadavg: 2.09 2.02 2.00 3/93 14823
/proc/meminfo: memFree=84160/2055920 swapFree=4192952/4192956
[pid=14801] ppid=14799 vsize=16868 CPUtime=1.29
/proc/14801/stat : 14801 (sugar) S 14799 14801 13451 0 -1 4194304 1310 8213 0 1 5 2 117 5 16 0 1 0 21720656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14801/statm: 4217 1111 409 3 0 796 0
[pid=14814] ppid=14801 vsize=5356 CPUtime=0
/proc/14814/stat : 14814 (sh) S 14801 14801 13451 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21720793 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14814/statm: 1339 233 193 169 0 50 0
[pid=14815] ppid=14814 vsize=868736 CPUtime=48.68
/proc/14815/stat : 14815 (java) S 14814 14801 13451 0 -1 0 21202 0 1 0 4491 377 0 0 18 0 9 0 21720794 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 217184 16720 2591 9 0 211661 0

################
# More data... #
################

[startup+282.301 s]
/proc/loadavg: 2.37 2.16 2.05 3/93 14823
/proc/meminfo: memFree=15168/2055920 swapFree=4192812/4192956
[pid=14801] ppid=14799 vsize=16868 CPUtime=1.29
/proc/14801/stat : 14801 (sugar) S 14799 14801 13451 0 -1 4194304 1310 8213 0 1 5 2 117 5 16 0 1 0 21720656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14801/statm: 4217 1111 409 3 0 796 0
[pid=14814] ppid=14801 vsize=5356 CPUtime=0
/proc/14814/stat : 14814 (sh) S 14801 14801 13451 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21720793 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14814/statm: 1339 233 193 169 0 50 0
[pid=14815] ppid=14814 vsize=868736 CPUtime=272.24
/proc/14815/stat : 14815 (java) S 14814 14801 13451 0 -1 0 39740 0 1 0 25043 2181 0 0 18 0 9 0 21720794 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 217184 16720 2591 9 0 211661 0
[pid=14815/tid=14816] ppid=14814 vsize=868736 CPUtime=260.82
/proc/14815/task/14816/stat : 14816 (java) R 14814 14801 13451 0 -1 64 25239 0 1 0 24061 2021 0 0 25 0 9 0 21720795 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4127021950 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14817] ppid=14814 vsize=868736 CPUtime=11.14
/proc/14815/task/14817/stat : 14817 (java) S 14814 14801 13451 0 -1 64 12258 0 0 0 956 158 0 0 16 0 9 0 21720796 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14818/stat : 14818 (java) S 14814 14801 13451 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21720796 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14814 14801 13451 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21720796 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14814 14801 13451 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21720798 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14814 vsize=868736 CPUtime=0.25
/proc/14815/task/14821/stat : 14821 (java) S 14814 14801 13451 0 -1 64 1541 0 0 0 24 1 0 0 16 0 9 0 21720798 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14822/stat : 14822 (java) S 14814 14801 13451 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21720798 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14823] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14814 14801 13451 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21720798 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 273.53
Current children cumulated vsize (KiB) 890960

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

[startup+307.203 s]
/proc/loadavg: 2.24 2.15 2.05 3/93 14823
/proc/meminfo: memFree=15424/2055920 swapFree=4192812/4192956
[pid=14801] ppid=14799 vsize=16868 CPUtime=1.29
/proc/14801/stat : 14801 (sugar) S 14799 14801 13451 0 -1 4194304 1310 8213 0 1 5 2 117 5 16 0 1 0 21720656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14801/statm: 4217 1111 409 3 0 796 0
[pid=14814] ppid=14801 vsize=5356 CPUtime=0
/proc/14814/stat : 14814 (sh) S 14801 14801 13451 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21720793 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14814/statm: 1339 233 193 169 0 50 0
[pid=14815] ppid=14814 vsize=868736 CPUtime=296.35
/proc/14815/stat : 14815 (java) S 14814 14801 13451 0 -1 0 41723 0 1 0 27268 2367 0 0 18 0 9 0 21720794 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 217184 16720 2591 9 0 211661 0
[pid=14815/tid=14816] ppid=14814 vsize=868736 CPUtime=284.1
/proc/14815/task/14816/stat : 14816 (java) R 14814 14801 13451 0 -1 64 27222 0 1 0 26218 2192 0 0 25 0 9 0 21720795 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14817] ppid=14814 vsize=868736 CPUtime=11.98
/proc/14815/task/14817/stat : 14817 (java) S 14814 14801 13451 0 -1 64 12258 0 0 0 1026 172 0 0 16 0 9 0 21720796 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14818/stat : 14818 (java) S 14814 14801 13451 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21720796 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14814 14801 13451 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21720796 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14814 14801 13451 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21720798 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14814 vsize=868736 CPUtime=0.25
/proc/14815/task/14821/stat : 14821 (java) S 14814 14801 13451 0 -1 64 1541 0 0 0 24 1 0 0 16 0 9 0 21720798 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14822/stat : 14822 (java) S 14814 14801 13451 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21720798 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14823] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14814 14801 13451 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21720798 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 297.64
Current children cumulated vsize (KiB) 890960

[startup+313.606 s]
/proc/loadavg: 2.20 2.14 2.05 3/93 14823
/proc/meminfo: memFree=15808/2055920 swapFree=4192812/4192956
[pid=14801] ppid=14799 vsize=16868 CPUtime=1.29
/proc/14801/stat : 14801 (sugar) S 14799 14801 13451 0 -1 4194304 1310 8213 0 1 5 2 117 5 16 0 1 0 21720656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14801/statm: 4217 1111 409 3 0 796 0
[pid=14814] ppid=14801 vsize=5356 CPUtime=0
/proc/14814/stat : 14814 (sh) S 14801 14801 13451 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21720793 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14814/statm: 1339 233 193 169 0 50 0
[pid=14815] ppid=14814 vsize=868736 CPUtime=302.58
/proc/14815/stat : 14815 (java) S 14814 14801 13451 0 -1 0 42237 0 1 0 27841 2417 0 0 18 0 9 0 21720794 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 217184 16720 2591 9 0 211661 0
[pid=14815/tid=14816] ppid=14814 vsize=868736 CPUtime=290.1
/proc/14815/task/14816/stat : 14816 (java) R 14814 14801 13451 0 -1 64 27736 0 1 0 26772 2238 0 0 25 0 9 0 21720795 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4126573934 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14817] ppid=14814 vsize=868736 CPUtime=12.19
/proc/14815/task/14817/stat : 14817 (java) S 14814 14801 13451 0 -1 64 12258 0 0 0 1043 176 0 0 16 0 9 0 21720796 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14818/stat : 14818 (java) S 14814 14801 13451 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21720796 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14814 14801 13451 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21720796 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14814 14801 13451 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21720798 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14814 vsize=868736 CPUtime=0.25
/proc/14815/task/14821/stat : 14821 (java) S 14814 14801 13451 0 -1 64 1541 0 0 0 24 1 0 0 16 0 9 0 21720798 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14822/stat : 14822 (java) S 14814 14801 13451 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21720798 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14823] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14814 14801 13451 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21720798 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 303.87
Current children cumulated vsize (KiB) 890960

[startup+316.802 s]
/proc/loadavg: 2.20 2.14 2.05 3/93 14823
/proc/meminfo: memFree=15936/2055920 swapFree=4192812/4192956
[pid=14801] ppid=14799 vsize=16868 CPUtime=1.29
/proc/14801/stat : 14801 (sugar) S 14799 14801 13451 0 -1 4194304 1310 8213 0 1 5 2 117 5 16 0 1 0 21720656 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14801/statm: 4217 1111 409 3 0 796 0
[pid=14814] ppid=14801 vsize=5356 CPUtime=0
/proc/14814/stat : 14814 (sh) S 14801 14801 13451 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21720793 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14814/statm: 1339 233 193 169 0 50 0
[pid=14815] ppid=14814 vsize=868736 CPUtime=305.68
/proc/14815/stat : 14815 (java) S 14814 14801 13451 0 -1 0 42493 0 1 0 28128 2440 0 0 18 0 9 0 21720794 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 217184 16720 2591 9 0 211661 0
[pid=14815/tid=14816] ppid=14814 vsize=868736 CPUtime=293.09
/proc/14815/task/14816/stat : 14816 (java) R 14814 14801 13451 0 -1 64 27992 0 1 0 27049 2260 0 0 25 0 9 0 21720795 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14817] ppid=14814 vsize=868736 CPUtime=12.31
/proc/14815/task/14817/stat : 14817 (java) S 14814 14801 13451 0 -1 64 12258 0 0 0 1054 177 0 0 16 0 9 0 21720796 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14818/stat : 14818 (java) S 14814 14801 13451 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21720796 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14814 14801 13451 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21720796 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14814 14801 13451 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21720798 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14814 vsize=868736 CPUtime=0.25
/proc/14815/task/14821/stat : 14821 (java) S 14814 14801 13451 0 -1 64 1541 0 0 0 24 1 0 0 16 0 9 0 21720798 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14822/stat : 14822 (java) S 14814 14801 13451 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21720798 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14823] ppid=14814 vsize=868736 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14814 14801 13451 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21720798 889585664 16720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 306.97
Current children cumulated vsize (KiB) 890960

[startup+320.002 s]
/proc/loadavg: 2.19 2.14 2.05 3/83 14823
/proc/meminfo: memFree=255312/2055920 swapFree=4192812/4192956
[pid=14801] ppid=14799 vsize=16868 CPUtime=309.83
/proc/14801/stat : 14801 (sugar) D 14799 14801 13451 0 -1 4194304 1334 51165 0 3 5 86 28430 2462 18 0 1 0 21720656 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272837088297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14801/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 309.83
Current children cumulated vsize (KiB) 16868

[startup+321.602 s]
/proc/loadavg: 2.19 2.14 2.05 2/83 14823
/proc/meminfo: memFree=1556496/2055920 swapFree=4192812/4192956
[pid=14801] ppid=14799 vsize=16868 CPUtime=309.91
/proc/14801/stat : 14801 (sugar) D 14799 14801 13451 0 -1 4194304 1334 51165 0 3 5 94 28430 2462 18 0 1 0 21720656 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272837088297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14801/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 309.91
Current children cumulated vsize (KiB) 16868

[startup+322.407 s]
/proc/loadavg: 2.17 2.14 2.05 2/83 14823
/proc/meminfo: memFree=1555728/2055920 swapFree=4192812/4192956
[pid=14801] ppid=14799 vsize=16868 CPUtime=309.95
/proc/14801/stat : 14801 (sugar) D 14799 14801 13451 0 -1 4194304 1334 51165 0 3 5 98 28430 2462 18 0 1 0 21720656 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272837088297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14801/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 309.95
Current children cumulated vsize (KiB) 16868

[startup+322.602 s]
/proc/loadavg: 2.17 2.14 2.05 2/83 14823
/proc/meminfo: memFree=1555728/2055920 swapFree=4192812/4192956
[pid=14801] ppid=14799 vsize=16868 CPUtime=309.96
/proc/14801/stat : 14801 (sugar) D 14799 14801 13451 0 -1 4194304 1334 51165 0 3 5 99 28430 2462 18 0 1 0 21720656 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272837088297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14801/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 309.96
Current children cumulated vsize (KiB) 16868

[startup+322.702 s]
/proc/loadavg: 2.17 2.14 2.05 2/83 14823
/proc/meminfo: memFree=1555728/2055920 swapFree=4192812/4192956
[pid=14801] ppid=14799 vsize=16868 CPUtime=309.97
/proc/14801/stat : 14801 (sugar) D 14799 14801 13451 0 -1 4194304 1334 51165 0 3 5 100 28430 2462 18 0 1 0 21720656 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272837088297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14801/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 309.97
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 322.781
CPU time (s): 309.996
CPU user time (s): 284.364
CPU system time (s): 25.6321
CPU usage (%): 96.0391
Max. virtual memory (cumulated for all children) (KiB): 890976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 284.364
system time used= 25.6321
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52560
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= 235461
involuntary context switches= 244700

runsolver used 0.448931 second user time and 1.11083 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-11 23:09:26
IDJOB=2068211
IDBENCH=54836
IDSOLVER=739
FILE ID=node39/2068211-1247346566
PBS_JOBID= 9506720
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-share1b.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068211-1247346566/watcher-2068211-1247346566 -o /tmp/evaluation-result-2068211-1247346566/solver-2068211-1247346566 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2068211-1247346566.xml

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

MD5SUM BENCH= 375a621354e297bed26ab77580ec3c14
RANDOM SEED=146883203

node39.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.236
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.236
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:        717752 kB
Buffers:         63380 kB
Cached:         801372 kB
SwapCached:          4 kB
Active:         497944 kB
Inactive:       785732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        717752 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            3660 kB
Writeback:           0 kB
Mapped:         439256 kB
Slab:            38856 kB
Committed_AS:   574588 kB
PageTables:       2696 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= 66384 MiB
End job on node39 at 2009-07-11 23:14:49