Trace number 2073050

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+picosat? 997.527 1043.7

General information on the benchmark

Namecsp/pseudoGLB/
normalized-reduced-prob6.xml
MD5SUM0fd987bbf03d8ee2b42b4c174fc0fcac
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables93
Number of constraints2
Maximum constraint arity93
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(2)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:10:07 2009
0.00/0.08	c 0	PID 17780
0.06/0.08	c 0	HOST node74.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2073050-1247357407.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-2073050-1247357407.xml' 'HOME/temp.csp'
0.06/0.26	c 1	1 domains, 93 variables, 0 predicates, 0 relations, 2 constraints
0.06/0.30	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.30	c 1	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'
0.06/0.38	c 1	Parsing HOME/temp.csp
0.23/0.41	c 1	parsed 96 expressions
0.23/0.42	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.23/0.42	c 1	Converting to clausal form CSP
0.23/0.44	c 1	converted 10 (10%) expressions
0.23/0.44	c 1	converted 20 (20%) expressions
0.23/0.44	c 1	converted 29 (30%) expressions
0.23/0.44	c 1	converted 39 (40%) expressions
0.23/0.44	c 1	converted 48 (50%) expressions
0.23/0.44	c 1	converted 58 (60%) expressions
0.23/0.44	c 1	converted 68 (70%) expressions
0.23/0.44	c 1	converted 77 (80%) expressions
0.23/0.44	c 1	converted 87 (90%) expressions
0.24/0.56	c 1	converted 96 (100%) expressions
0.24/0.56	c 1	CSP : 135 integers, 0 booleans, 86 clauses, largest domain size 175715
0.24/0.56	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.24/0.56	c 1	Propagation in CSP
0.24/0.57	c 1	412611 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.24/0.57	c 1	CSP : 135 integers, 0 booleans, 86 clauses, largest domain size 175715
0.24/0.57	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.24/0.57	c 1	Simplifing CSP by introducing new Boolean variables
0.24/0.57	c 1	CSP : 135 integers, 0 booleans, 86 clauses, largest domain size 175715
0.24/0.57	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.24/0.59	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.24/0.60	c 1	14 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.24/0.60	c 1	27 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.24/0.60	c 1	41 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.24/0.60	c 1	54 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.24/0.60	c 1	68 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.24/0.60	c 1	81 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.24/0.71	c 1	95 (70%) CSP integer variables are encoded (64776 clauses, 950071 bytes)
1.11/1.28	c 2	108 (80%) CSP integer variables are encoded (479793 clauses, 7935107 bytes)
2.11/2.29	c 3	122 (90%) CSP integer variables are encoded (1250367 clauses, 21535840 bytes)
3.39/3.51	c 4	135 (100%) CSP integer variables are encoded (2144249 clauses, 38519598 bytes)
996.10/1029.80	c 1030	ERROR Exception Too large HOME/temp.cnf
996.10/1029.81	c 1030	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
996.10/1029.81	c 1030	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
996.10/1029.81	c 1030	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
996.10/1029.81	s UNKNOWN
996.10/1029.86	c 1030	CPU 996.13 (0.06 0.01 901.86 94.2)
996.10/1029.86	c 1030	END Sun Jul 12 02:27:17 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-2073050-1247357407/watcher-2073050-1247357407 -o /tmp/evaluation-result-2073050-1247357407/solver-2073050-1247357407 -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-2073050-1247357407.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.96 1.99 1.99 4/81 17780
/proc/meminfo: memFree=1769064/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=12268 CPUtime=0
/proc/17780/stat : 17780 (sugar) R 17778 17780 16233 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22806517 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228774869605 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17780/statm: 3067 316 241 3 0 167 0

[startup+0.0851131 s]
/proc/loadavg: 1.96 1.99 1.99 4/81 17780
/proc/meminfo: memFree=1769064/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=16868 CPUtime=0.06
/proc/17780/stat : 17780 (sugar) R 17778 17780 16233 0 -1 4194304 1175 128 0 0 5 1 0 0 18 0 1 0 22806517 17272832 1108 996147200 4194304 4206940 548682068608 18446744073709551615 228783599570 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17780/statm: 4217 1108 406 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101458 s]
/proc/loadavg: 1.96 1.99 1.99 4/81 17780
/proc/meminfo: memFree=1769064/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=16868 CPUtime=0.06
/proc/17780/stat : 17780 (sugar) S 17778 17780 16233 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22806517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17780/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301303 s]
/proc/loadavg: 1.96 1.99 1.99 4/81 17780
/proc/meminfo: memFree=1769064/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=16868 CPUtime=0.06
/proc/17780/stat : 17780 (sugar) S 17778 17780 16233 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 22806517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17780/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701184 s]
/proc/loadavg: 1.96 1.99 1.99 4/81 17780
/proc/meminfo: memFree=1769064/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=16868 CPUtime=0.24
/proc/17780/stat : 17780 (sugar) S 17778 17780 16233 0 -1 4194304 1310 4192 0 1 6 1 14 3 15 0 1 0 22806517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17780/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 16868

[startup+1.50228 s]
/proc/loadavg: 1.96 1.99 1.99 3/92 17802
/proc/meminfo: memFree=1754320/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=16868 CPUtime=0.24
/proc/17780/stat : 17780 (sugar) S 17778 17780 16233 0 -1 4194304 1310 4192 0 1 6 1 14 3 15 0 1 0 22806517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17780/statm: 4217 1111 409 3 0 796 0
[pid=17793] ppid=17780 vsize=5356 CPUtime=0
/proc/17793/stat : 17793 (sh) S 17780 17780 16233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22806548 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17793/statm: 1339 233 193 169 0 50 0
[pid=17794] ppid=17793 vsize=864268 CPUtime=1.17
/proc/17794/stat : 17794 (java) S 17793 17780 16233 0 -1 0 5276 0 1 0 105 12 0 0 19 0 9 0 22806548 885010432 4282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17794/statm: 216067 4282 2589 9 0 210544 0
[pid=17794/tid=17795] ppid=17793 vsize=864268 CPUtime=0.98
/proc/17794/task/17795/stat : 17795 (java) R 17793 17780 16233 0 -1 64 2969 0 1 0 89 9 0 0 24 0 9 0 22806549 885010432 4282 996147200 134512640 134550932 4294955936 18446744073709551615 4126515863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17796] ppid=17793 vsize=864268 CPUtime=0.09
/proc/17794/task/17796/stat : 17796 (java) S 17793 17780 16233 0 -1 64 1286 0 0 0 7 2 0 0 16 0 9 0 22806550 885010432 4282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17797] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17797/stat : 17797 (java) S 17793 17780 16233 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22806550 885010432 4282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17798] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17798/stat : 17798 (java) S 17793 17780 16233 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22806550 885010432 4282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17799] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17799/stat : 17799 (java) S 17793 17780 16233 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22806553 885010432 4282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17800] ppid=17793 vsize=864268 CPUtime=0.07
/proc/17794/task/17800/stat : 17800 (java) S 17793 17780 16233 0 -1 64 322 0 0 0 7 0 0 0 16 0 9 0 22806553 885010432 4282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17801] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17801/stat : 17801 (java) S 17793 17780 16233 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22806553 885010432 4282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17802] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17802/stat : 17802 (java) S 17793 17780 16233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22806553 885010432 4282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886492

[startup+3.10246 s]
/proc/loadavg: 1.96 1.99 1.99 3/92 17802
/proc/meminfo: memFree=1739792/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=16868 CPUtime=0.24
/proc/17780/stat : 17780 (sugar) S 17778 17780 16233 0 -1 4194304 1310 4192 0 1 6 1 14 3 16 0 1 0 22806517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17780/statm: 4217 1111 409 3 0 796 0
[pid=17793] ppid=17780 vsize=5356 CPUtime=0
/proc/17793/stat : 17793 (sh) S 17780 17780 16233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22806548 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17793/statm: 1339 233 193 169 0 50 0
[pid=17794] ppid=17793 vsize=864268 CPUtime=2.75
/proc/17794/stat : 17794 (java) S 17793 17780 16233 0 -1 0 5770 0 1 0 248 27 0 0 19 0 9 0 22806548 885010432 4282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17794/statm: 216067 4282 2589 9 0 210544 0
[pid=17794/tid=17795] ppid=17793 vsize=864268 CPUtime=2.46
/proc/17794/task/17795/stat : 17795 (java) R 17793 17780 16233 0 -1 64 3463 0 1 0 224 22 0 0 25 0 9 0 22806549 885010432 4282 996147200 134512640 134550932 4294955936 18446744073709551615 4126540008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17796] ppid=17793 vsize=864268 CPUtime=0.2
/proc/17794/task/17796/stat : 17796 (java) S 17793 17780 16233 0 -1 64 1286 0 0 0 16 4 0 0 16 0 9 0 22806550 885010432 4282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17797] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17797/stat : 17797 (java) S 17793 17780 16233 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22806550 885010432 4282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17798] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17798/stat : 17798 (java) S 17793 17780 16233 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22806550 885010432 4282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17799] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17799/stat : 17799 (java) S 17793 17780 16233 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22806553 885010432 4282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17800] ppid=17793 vsize=864268 CPUtime=0.07
/proc/17794/task/17800/stat : 17800 (java) S 17793 17780 16233 0 -1 64 322 0 0 0 7 0 0 0 16 0 9 0 22806553 885010432 4282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17801] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17801/stat : 17801 (java) S 17793 17780 16233 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22806553 885010432 4282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17802] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17802/stat : 17802 (java) S 17793 17780 16233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22806553 885010432 4282 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) 886492

[startup+6.30283 s]
/proc/loadavg: 1.96 1.99 1.99 3/92 17802
/proc/meminfo: memFree=1697232/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=16868 CPUtime=0.24
/proc/17780/stat : 17780 (sugar) S 17778 17780 16233 0 -1 4194304 1310 4192 0 1 6 1 14 3 16 0 1 0 22806517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17780/statm: 4217 1111 409 3 0 796 0
[pid=17793] ppid=17780 vsize=5356 CPUtime=0
/proc/17793/stat : 17793 (sh) S 17780 17780 16233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22806548 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17793/statm: 1339 233 193 169 0 50 0
[pid=17794] ppid=17793 vsize=864268 CPUtime=5.9
/proc/17794/stat : 17794 (java) S 17793 17780 16233 0 -1 0 6799 0 1 0 531 59 0 0 19 0 9 0 22806548 885010432 4288 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17794/statm: 216067 4288 2589 9 0 210544 0
[pid=17794/tid=17795] ppid=17793 vsize=864268 CPUtime=5.36
/proc/17794/task/17795/stat : 17795 (java) R 17793 17780 16233 0 -1 64 4487 0 1 0 489 47 0 0 25 0 9 0 22806549 885010432 4288 996147200 134512640 134550932 4294955936 18446744073709551615 4126538136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17796] ppid=17793 vsize=864268 CPUtime=0.44
/proc/17794/task/17796/stat : 17796 (java) S 17793 17780 16233 0 -1 64 1287 0 0 0 33 11 0 0 16 0 9 0 22806550 885010432 4288 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17797] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17797/stat : 17797 (java) S 17793 17780 16233 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22806550 885010432 4288 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17798] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17798/stat : 17798 (java) S 17793 17780 16233 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22806550 885010432 4288 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17799] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17799/stat : 17799 (java) S 17793 17780 16233 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22806553 885010432 4288 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17800] ppid=17793 vsize=864268 CPUtime=0.08
/proc/17794/task/17800/stat : 17800 (java) S 17793 17780 16233 0 -1 64 326 0 0 0 8 0 0 0 17 0 9 0 22806553 885010432 4288 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17801] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17801/stat : 17801 (java) S 17793 17780 16233 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22806553 885010432 4288 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17802] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17802/stat : 17802 (java) S 17793 17780 16233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22806553 885010432 4288 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 886492

[startup+12.7016 s]
/proc/loadavg: 1.96 1.99 1.99 3/92 17802
/proc/meminfo: memFree=1623760/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=16868 CPUtime=0.24
/proc/17780/stat : 17780 (sugar) S 17778 17780 16233 0 -1 4194304 1310 4192 0 1 6 1 14 3 16 0 1 0 22806517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17780/statm: 4217 1111 409 3 0 796 0
[pid=17793] ppid=17780 vsize=5356 CPUtime=0
/proc/17793/stat : 17793 (sh) S 17780 17780 16233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22806548 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17793/statm: 1339 233 193 169 0 50 0
[pid=17794] ppid=17793 vsize=864268 CPUtime=12.21
/proc/17794/stat : 17794 (java) S 17793 17780 16233 0 -1 0 8873 0 1 0 1103 118 0 0 19 0 9 0 22806548 885010432 4288 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17794/statm: 216067 4288 2589 9 0 210544 0
[pid=17794/tid=17795] ppid=17793 vsize=864268 CPUtime=11.21
/proc/17794/task/17795/stat : 17795 (java) R 17793 17780 16233 0 -1 64 6561 0 1 0 1027 94 0 0 25 0 9 0 22806549 885010432 4288 996147200 134512640 134550932 4294955936 18446744073709551615 4126487415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17796] ppid=17793 vsize=864268 CPUtime=0.89
/proc/17794/task/17796/stat : 17796 (java) S 17793 17780 16233 0 -1 64 1287 0 0 0 67 22 0 0 16 0 9 0 22806550 885010432 4288 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17797] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17797/stat : 17797 (java) S 17793 17780 16233 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22806550 885010432 4288 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17798] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17798/stat : 17798 (java) S 17793 17780 16233 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22806550 885010432 4288 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17799] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17799/stat : 17799 (java) S 17793 17780 16233 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22806553 885010432 4288 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17800] ppid=17793 vsize=864268 CPUtime=0.08
/proc/17794/task/17800/stat : 17800 (java) S 17793 17780 16233 0 -1 64 326 0 0 0 8 0 0 0 17 0 9 0 22806553 885010432 4288 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17801] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17801/stat : 17801 (java) S 17793 17780 16233 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22806553 885010432 4288 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17802] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17802/stat : 17802 (java) S 17793 17780 16233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22806553 885010432 4288 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 886492

[startup+25.502 s]
/proc/loadavg: 1.97 1.99 1.99 3/92 17802
/proc/meminfo: memFree=1475984/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=16868 CPUtime=0.24
/proc/17780/stat : 17780 (sugar) S 17778 17780 16233 0 -1 4194304 1310 4192 0 1 6 1 14 3 16 0 1 0 22806517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17780/statm: 4217 1111 409 3 0 796 0
[pid=17793] ppid=17780 vsize=5356 CPUtime=0
/proc/17793/stat : 17793 (sh) S 17780 17780 16233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22806548 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17793/statm: 1339 233 193 169 0 50 0
[pid=17794] ppid=17793 vsize=864268 CPUtime=24.63
/proc/17794/stat : 17794 (java) S 17793 17780 16233 0 -1 0 12962 0 1 0 2230 233 0 0 19 0 9 0 22806548 885010432 4289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17794/statm: 216067 4289 2589 9 0 210544 0
[pid=17794/tid=17795] ppid=17793 vsize=864268 CPUtime=22.65
/proc/17794/task/17795/stat : 17795 (java) R 17793 17780 16233 0 -1 64 10649 0 1 0 2082 183 0 0 25 0 9 0 22806549 885010432 4289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17796] ppid=17793 vsize=864268 CPUtime=1.87
/proc/17794/task/17796/stat : 17796 (java) R 17793 17780 16233 0 -1 64 1288 0 0 0 138 49 0 0 15 0 9 0 22806550 885010432 4289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17797] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17797/stat : 17797 (java) S 17793 17780 16233 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22806550 885010432 4289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17798] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17798/stat : 17798 (java) S 17793 17780 16233 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22806550 885010432 4289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17799] ppid=17793 vsize=864268 CPUtime=0

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

[pid=17794/tid=17798] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17798/stat : 17798 (java) S 17793 17780 16233 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22806550 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17799] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17799/stat : 17799 (java) S 17793 17780 16233 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22806553 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17800] ppid=17793 vsize=864268 CPUtime=0.08
/proc/17794/task/17800/stat : 17800 (java) S 17793 17780 16233 0 -1 64 326 0 0 0 8 0 0 0 17 0 9 0 22806553 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17801] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17801/stat : 17801 (java) S 17793 17780 16233 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22806553 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17802] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17802/stat : 17802 (java) S 17793 17780 16233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22806553 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 852.23
Current children cumulated vsize (KiB) 886492

[startup+942.303 s]
/proc/loadavg: 2.39 2.75 2.49 3/94 17853
/proc/meminfo: memFree=15864/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=16868 CPUtime=0.24
/proc/17780/stat : 17780 (sugar) S 17778 17780 16233 0 -1 4194304 1310 4192 0 1 6 1 14 3 16 0 1 0 22806517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17780/statm: 4217 1111 409 3 0 796 0
[pid=17793] ppid=17780 vsize=5356 CPUtime=0
/proc/17793/stat : 17793 (sh) S 17780 17780 16233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22806548 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17793/statm: 1339 233 193 169 0 50 0
[pid=17794] ppid=17793 vsize=864268 CPUtime=910.27
/proc/17794/stat : 17794 (java) S 17793 17780 16233 0 -1 0 297519 0 1 0 82194 8833 0 0 19 0 9 0 22806548 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17794/statm: 216067 4320 2589 9 0 210544 0
[pid=17794/tid=17795] ppid=17793 vsize=864268 CPUtime=839.75
/proc/17794/task/17795/stat : 17795 (java) R 17793 17780 16233 0 -1 64 295175 0 1 0 76918 7057 0 0 25 0 9 0 22806549 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17794/tid=17796] ppid=17793 vsize=864268 CPUtime=70.4
/proc/17794/task/17796/stat : 17796 (java) S 17793 17780 16233 0 -1 64 1319 0 0 0 5266 1774 0 0 16 0 9 0 22806550 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17794/tid=17797] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17797/stat : 17797 (java) S 17793 17780 16233 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22806550 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17798] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17798/stat : 17798 (java) S 17793 17780 16233 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22806550 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17799] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17799/stat : 17799 (java) S 17793 17780 16233 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22806553 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17800] ppid=17793 vsize=864268 CPUtime=0.08
/proc/17794/task/17800/stat : 17800 (java) S 17793 17780 16233 0 -1 64 326 0 0 0 8 0 0 0 17 0 9 0 22806553 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17801] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17801/stat : 17801 (java) S 17793 17780 16233 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22806553 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17802] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17802/stat : 17802 (java) S 17793 17780 16233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22806553 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 910.51
Current children cumulated vsize (KiB) 886492

[startup+1002.3 s]
/proc/loadavg: 2.50 2.72 2.49 3/94 17853
/proc/meminfo: memFree=14840/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=16868 CPUtime=0.24
/proc/17780/stat : 17780 (sugar) S 17778 17780 16233 0 -1 4194304 1310 4192 0 1 6 1 14 3 16 0 1 0 22806517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17780/statm: 4217 1111 409 3 0 796 0
[pid=17793] ppid=17780 vsize=5356 CPUtime=0
/proc/17793/stat : 17793 (sh) S 17780 17780 16233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22806548 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17793/statm: 1339 233 193 169 0 50 0
[pid=17794] ppid=17793 vsize=864268 CPUtime=968.76
/proc/17794/stat : 17794 (java) S 17793 17780 16233 0 -1 0 313947 0 1 0 87593 9283 0 0 19 0 9 0 22806548 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17794/statm: 216067 4320 2589 9 0 210544 0
[pid=17794/tid=17795] ppid=17793 vsize=864268 CPUtime=894.45
/proc/17794/task/17795/stat : 17795 (java) R 17793 17780 16233 0 -1 64 311603 0 1 0 82031 7414 0 0 25 0 9 0 22806549 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4126539966 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17794/tid=17796] ppid=17793 vsize=864268 CPUtime=74.2
/proc/17794/task/17796/stat : 17796 (java) S 17793 17780 16233 0 -1 64 1319 0 0 0 5553 1867 0 0 16 0 9 0 22806550 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17794/tid=17797] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17797/stat : 17797 (java) S 17793 17780 16233 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22806550 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17798] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17798/stat : 17798 (java) S 17793 17780 16233 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22806550 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17799] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17799/stat : 17799 (java) S 17793 17780 16233 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22806553 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17800] ppid=17793 vsize=864268 CPUtime=0.08
/proc/17794/task/17800/stat : 17800 (java) S 17793 17780 16233 0 -1 64 326 0 0 0 8 0 0 0 17 0 9 0 22806553 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17801] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17801/stat : 17801 (java) S 17793 17780 16233 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22806553 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17802] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17802/stat : 17802 (java) S 17793 17780 16233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22806553 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 969
Current children cumulated vsize (KiB) 886492

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

[startup+1024 s]
/proc/loadavg: 2.42 2.68 2.48 3/94 17853
/proc/meminfo: memFree=14968/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=16868 CPUtime=0.24
/proc/17780/stat : 17780 (sugar) S 17778 17780 16233 0 -1 4194304 1310 4192 0 1 6 1 14 3 16 0 1 0 22806517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17780/statm: 4217 1111 409 3 0 796 0
[pid=17793] ppid=17780 vsize=5356 CPUtime=0
/proc/17793/stat : 17793 (sh) S 17780 17780 16233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22806548 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17793/statm: 1339 233 193 169 0 50 0
[pid=17794] ppid=17793 vsize=864268 CPUtime=990.11
/proc/17794/stat : 17794 (java) S 17793 17780 16233 0 -1 0 318708 0 1 0 89609 9402 0 0 19 0 9 0 22806548 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17794/statm: 216067 4320 2589 9 0 210544 0
[pid=17794/tid=17795] ppid=17793 vsize=864268 CPUtime=914.7
/proc/17794/task/17795/stat : 17795 (java) R 17793 17780 16233 0 -1 64 316364 0 1 0 83966 7504 0 0 25 0 9 0 22806549 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4126586714 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17794/tid=17796] ppid=17793 vsize=864268 CPUtime=75.3
/proc/17794/task/17796/stat : 17796 (java) S 17793 17780 16233 0 -1 64 1319 0 0 0 5634 1896 0 0 16 0 9 0 22806550 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17794/tid=17797] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17797/stat : 17797 (java) S 17793 17780 16233 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22806550 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17798] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17798/stat : 17798 (java) S 17793 17780 16233 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22806550 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17799] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17799/stat : 17799 (java) S 17793 17780 16233 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22806553 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17800] ppid=17793 vsize=864268 CPUtime=0.08
/proc/17794/task/17800/stat : 17800 (java) S 17793 17780 16233 0 -1 64 326 0 0 0 8 0 0 0 17 0 9 0 22806553 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17801] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17801/stat : 17801 (java) S 17793 17780 16233 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22806553 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17794/tid=17802] ppid=17793 vsize=864268 CPUtime=0
/proc/17794/task/17802/stat : 17802 (java) S 17793 17780 16233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22806553 885010432 4320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 990.35
Current children cumulated vsize (KiB) 886492

[startup+1036.8 s]
/proc/loadavg: 2.33 2.65 2.47 2/84 17853
/proc/meminfo: memFree=1228680/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=16868 CPUtime=997.09
/proc/17780/stat : 17780 (sugar) R 17778 17780 16233 0 -1 4194304 1334 324062 0 4 6 97 90186 9420 15 0 1 0 22806517 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17780/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 997.09
Current children cumulated vsize (KiB) 16868

[startup+1040 s]
/proc/loadavg: 2.30 2.64 2.47 2/84 17853
/proc/meminfo: memFree=1225736/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=16868 CPUtime=997.33
/proc/17780/stat : 17780 (sugar) D 17778 17780 16233 0 -1 4194304 1334 324062 0 4 6 121 90186 9420 15 0 1 0 22806517 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17780/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 997.33
Current children cumulated vsize (KiB) 16868

[startup+1041.6 s]
/proc/loadavg: 2.30 2.64 2.47 2/84 17853
/proc/meminfo: memFree=1219848/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=16868 CPUtime=997.4
/proc/17780/stat : 17780 (sugar) D 17778 17780 16233 0 -1 4194304 1334 324062 0 4 6 128 90186 9420 15 0 1 0 22806517 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17780/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 997.4
Current children cumulated vsize (KiB) 16868

[startup+1042.4 s]
/proc/loadavg: 2.30 2.64 2.47 2/84 17853
/proc/meminfo: memFree=1219016/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=16868 CPUtime=997.44
/proc/17780/stat : 17780 (sugar) D 17778 17780 16233 0 -1 4194304 1334 324062 0 4 6 132 90186 9420 15 0 1 0 22806517 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17780/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 997.44
Current children cumulated vsize (KiB) 16868

[startup+1043.2 s]
/proc/loadavg: 2.30 2.64 2.47 2/84 17853
/proc/meminfo: memFree=1223368/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=16868 CPUtime=997.48
/proc/17780/stat : 17780 (sugar) D 17778 17780 16233 0 -1 4194304 1334 324062 0 4 6 136 90186 9420 15 0 1 0 22806517 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17780/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 997.48
Current children cumulated vsize (KiB) 16868

[startup+1043.6 s]
/proc/loadavg: 2.30 2.64 2.47 2/84 17853
/proc/meminfo: memFree=1223368/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=16868 CPUtime=997.5
/proc/17780/stat : 17780 (sugar) D 17778 17780 16233 0 -1 4194304 1334 324062 0 4 6 138 90186 9420 15 0 1 0 22806517 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17780/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 997.5
Current children cumulated vsize (KiB) 16868

[startup+1043.7 s]
/proc/loadavg: 2.30 2.64 2.47 2/84 17853
/proc/meminfo: memFree=1223368/2055920 swapFree=4192812/4192956
[pid=17780] ppid=17778 vsize=0 CPUtime=997.51
/proc/17780/stat : 17780 (sugar) Z 17778 17780 16233 0 -1 4194316 1395 324062 0 4 6 139 90186 9420 15 0 1 0 22806517 0 0 996147200 0 0 0 0 0 0 0 4224 16386 18446744071563351923 0 0 17 0 0 0
/proc/17780/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 997.51
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1043.7
CPU time (s): 997.527
CPU user time (s): 901.923
CPU system time (s): 95.6045
CPU usage (%): 95.5759
Max. virtual memory (cumulated for all children) (KiB): 886492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 901.923
system time used= 95.6045
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 325457
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2838980
involuntary context switches= 2861375

runsolver used 1.36279 second user time and 3.62745 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-12 02:10:07
IDJOB=2073050
IDBENCH=55922
IDSOLVER=738
FILE ID=node74/2073050-1247357407
PBS_JOBID= 9506925
Free space on /tmp= 103080 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-reduced-prob6.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-2073050-1247357407/watcher-2073050-1247357407 -o /tmp/evaluation-result-2073050-1247357407/solver-2073050-1247357407 -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-2073050-1247357407.xml

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

MD5SUM BENCH= 0fd987bbf03d8ee2b42b4c174fc0fcac
RANDOM SEED=275901873

node74.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.234
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.234
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:       1769544 kB
Buffers:         11320 kB
Cached:          87484 kB
SwapCached:          0 kB
Active:         202004 kB
Inactive:        40188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:         161220 kB
Slab:            29004 kB
Committed_AS:   926356 kB
PageTables:       2104 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103076 MiB
End job on node74 at 2009-07-12 02:27:31