Trace number 2068111

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? 222.244 232.383

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-usAbbrv-8-25-70.xml
MD5SUMbcac544fe23a4a252b1923e4126655de
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.9164
Satisfiable
(Un)Satisfiability was proved
Number of variables20611
Number of constraints3922
Maximum constraint arity61
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3922
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 23:00:30 2009
0.00/0.08	c 0	PID 15359
0.00/0.08	c 0	HOST node41.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2068111-1247346030.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-2068111-1247346030.xml' 'HOME/temp.csp'
1.16/1.26	c 2	1 domains, 20611 variables, 11 predicates, 0 relations, 3922 constraints
1.23/1.30	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.23/1.30	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.23/1.38	c 2	Parsing HOME/temp.csp
1.23/1.53	c 2	parsed 10000 expressions
1.23/1.64	c 2	parsed 20000 expressions
2.10/2.22	c 3	parsed 24545 expressions
2.10/2.23	c 3	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.10/2.23	c 3	Converting to clausal form CSP
2.10/2.28	c 3	converted 2455 (10%) expressions
2.10/2.28	c 3	converted 4909 (20%) expressions
2.29/2.45	c 3	converted 7364 (30%) expressions
2.29/2.45	c 3	converted 9818 (40%) expressions
2.29/2.45	c 3	converted 12273 (50%) expressions
2.29/2.46	c 3	converted 14727 (60%) expressions
2.29/2.46	c 3	converted 17182 (70%) expressions
2.29/2.47	c 3	converted 19636 (80%) expressions
3.58/3.74	c 4	converted 22091 (90%) expressions
9.91/10.13	c 10	converted 24545 (100%) expressions
9.91/10.14	c 10	CSP : 49257 integers, 0 booleans, 61214 clauses, largest domain size 299536
9.91/10.14	c 10	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.91/10.14	c 10	Propagation in CSP
11.79/12.05	c 12	524364 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.79/12.05	c 12	CSP : 49257 integers, 0 booleans, 61214 clauses, largest domain size 224703
11.79/12.05	c 12	Heap : 77 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.79/12.09	c 12	Simplifing CSP by introducing new Boolean variables
11.89/12.13	c 12	CSP : 49257 integers, 0 booleans, 61214 clauses, largest domain size 224703
11.89/12.13	c 12	Heap : 75 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.29/12.55	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.29/12.59	c 13	4926 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
12.38/12.60	c 13	9852 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
12.38/12.61	c 13	14778 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
12.38/12.61	c 13	19703 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
221.23/229.81	c 230	ERROR Exception Too large HOME/temp.cnf
221.23/229.82	c 230	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:208)
221.23/229.82	c 230	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
221.23/229.82	c 230	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
221.23/229.82	s UNKNOWN
221.26/229.90	c 230	CPU 221.27 (0.05 0.02 200.37 20.83)
221.26/229.90	c 230	END Sat Jul 11 23:04:20 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-2068111-1247346030/watcher-2068111-1247346030 -o /tmp/evaluation-result-2068111-1247346030/solver-2068111-1247346030 -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-2068111-1247346030.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 15359
/proc/meminfo: memFree=1190168/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=18576 CPUtime=0
/proc/15359/stat : 15359 (runsolver) R 15357 15359 14335 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 21294731 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15359/statm: 4644 284 249 26 0 2626 0

[startup+0.110136 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 15359
/proc/meminfo: memFree=1190168/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=0.07
/proc/15359/stat : 15359 (sugar) S 15357 15359 14335 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21294731 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201146 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 15359
/proc/meminfo: memFree=1190168/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=0.07
/proc/15359/stat : 15359 (sugar) S 15357 15359 14335 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21294731 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30115 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 15359
/proc/meminfo: memFree=1190168/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=0.07
/proc/15359/stat : 15359 (sugar) S 15357 15359 14335 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21294731 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701188 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 15359
/proc/meminfo: memFree=1190168/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=0.07
/proc/15359/stat : 15359 (sugar) S 15357 15359 14335 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21294731 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50126 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 15371
/proc/meminfo: memFree=1156736/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=1.23
/proc/15359/stat : 15359 (sugar) S 15357 15359 14335 0 -1 4194304 1309 11723 0 1 5 2 109 7 16 0 1 0 21294731 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 16868

[startup+3.1024 s]
/proc/loadavg: 2.16 2.03 2.01 3/95 15381
/proc/meminfo: memFree=1158336/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=1.23
/proc/15359/stat : 15359 (sugar) S 15357 15359 14335 0 -1 4194304 1309 11723 0 1 5 2 109 7 15 0 1 0 21294731 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
[pid=15372] ppid=15359 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15359 15359 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21294862 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 233 193 169 0 50 0
[pid=15373] ppid=15372 vsize=868544 CPUtime=1.75
/proc/15373/stat : 15373 (java) S 15372 15359 14335 0 -1 0 13346 0 1 0 168 7 0 0 19 0 9 0 21294862 889389056 12258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15373/statm: 217136 12258 2568 9 0 211641 0
[pid=15373/tid=15374] ppid=15372 vsize=868544 CPUtime=0.96
/proc/15373/task/15374/stat : 15374 (java) R 15372 15359 14335 0 -1 64 2900 0 1 0 95 1 0 0 22 0 9 0 21294863 889389056 12258 996147200 134512640 134550932 4294955936 18446744073709551615 4126910755 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15375] ppid=15372 vsize=868544 CPUtime=0.57
/proc/15373/task/15375/stat : 15375 (java) S 15372 15359 14335 0 -1 64 8239 0 0 0 53 4 0 0 16 0 9 0 21294864 889389056 12258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15376] ppid=15372 vsize=868544 CPUtime=0
/proc/15373/task/15376/stat : 15376 (java) S 15372 15359 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21294864 889389056 12258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15377] ppid=15372 vsize=868544 CPUtime=0
/proc/15373/task/15377/stat : 15377 (java) S 15372 15359 14335 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21294864 889389056 12258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15378] ppid=15372 vsize=868544 CPUtime=0
/proc/15373/task/15378/stat : 15378 (java) S 15372 15359 14335 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21294866 889389056 12258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15379] ppid=15372 vsize=868544 CPUtime=0.18
/proc/15373/task/15379/stat : 15379 (java) S 15372 15359 14335 0 -1 64 1504 0 0 0 18 0 0 0 16 0 9 0 21294866 889389056 12258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15380] ppid=15372 vsize=868544 CPUtime=0
/proc/15373/task/15380/stat : 15380 (java) S 15372 15359 14335 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21294867 889389056 12258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15381] ppid=15372 vsize=868544 CPUtime=0
/proc/15373/task/15381/stat : 15381 (java) S 15372 15359 14335 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21294867 889389056 12258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890768

[startup+6.30168 s]
/proc/loadavg: 2.16 2.03 2.01 3/95 15381
/proc/meminfo: memFree=1128384/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=1.23
/proc/15359/stat : 15359 (sugar) S 15357 15359 14335 0 -1 4194304 1309 11723 0 1 5 2 109 7 16 0 1 0 21294731 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
[pid=15372] ppid=15359 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15359 15359 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21294862 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 233 193 169 0 50 0
[pid=15373] ppid=15372 vsize=868628 CPUtime=4.93
/proc/15373/stat : 15373 (java) S 15372 15359 14335 0 -1 0 19325 0 1 0 481 12 0 0 19 0 9 0 21294862 889475072 18045 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15373/statm: 217157 18045 2566 9 0 211662 0
[pid=15373/tid=15374] ppid=15372 vsize=868628 CPUtime=3.58
/proc/15373/task/15374/stat : 15374 (java) R 15372 15359 14335 0 -1 64 3301 0 1 0 356 2 0 0 25 0 9 0 21294863 889475072 18045 996147200 134512640 134550932 4294955936 18446744073709551615 4126563815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15375] ppid=15372 vsize=868628 CPUtime=1.12
/proc/15373/task/15375/stat : 15375 (java) S 15372 15359 14335 0 -1 64 13816 0 0 0 105 7 0 0 16 0 9 0 21294864 889475072 18045 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15376] ppid=15372 vsize=868628 CPUtime=0
/proc/15373/task/15376/stat : 15376 (java) S 15372 15359 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21294864 889475072 18045 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15377] ppid=15372 vsize=868628 CPUtime=0
/proc/15373/task/15377/stat : 15377 (java) S 15372 15359 14335 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21294864 889475072 18045 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15378] ppid=15372 vsize=868628 CPUtime=0
/proc/15373/task/15378/stat : 15378 (java) S 15372 15359 14335 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21294866 889475072 18045 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15379] ppid=15372 vsize=868628 CPUtime=0.19
/proc/15373/task/15379/stat : 15379 (java) S 15372 15359 14335 0 -1 64 1505 0 0 0 19 0 0 0 16 0 9 0 21294866 889475072 18045 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15380] ppid=15372 vsize=868628 CPUtime=0
/proc/15373/task/15380/stat : 15380 (java) S 15372 15359 14335 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21294867 889475072 18045 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15381] ppid=15372 vsize=868628 CPUtime=0
/proc/15373/task/15381/stat : 15381 (java) S 15372 15359 14335 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21294867 889475072 18045 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) 890852

[startup+12.7022 s]
/proc/loadavg: 2.13 2.03 2.01 3/95 15381
/proc/meminfo: memFree=1091840/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=1.23
/proc/15359/stat : 15359 (sugar) S 15357 15359 14335 0 -1 4194304 1310 11723 0 1 5 2 109 7 15 0 1 0 21294731 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
[pid=15372] ppid=15359 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15359 15359 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21294862 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 233 193 169 0 50 0
[pid=15373] ppid=15372 vsize=868740 CPUtime=11.25
/proc/15373/stat : 15373 (java) S 15372 15359 14335 0 -1 0 32274 0 1 0 1105 20 0 0 19 0 9 0 21294862 889589760 25731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15373/statm: 217185 25731 2591 9 0 211662 0
[pid=15373/tid=15374] ppid=15372 vsize=868740 CPUtime=8.46
/proc/15373/task/15374/stat : 15374 (java) R 15372 15359 14335 0 -1 64 3892 0 1 0 842 4 0 0 24 0 9 0 21294863 889589760 25731 996147200 134512640 134550932 4294955936 18446744073709551615 4127044762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15375] ppid=15372 vsize=868740 CPUtime=2.52
/proc/15373/task/15375/stat : 15375 (java) S 15372 15359 14335 0 -1 64 26147 0 0 0 239 13 0 0 16 0 9 0 21294864 889589760 25731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15376] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15376/stat : 15376 (java) S 15372 15359 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21294864 889589760 25731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15377] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15377/stat : 15377 (java) S 15372 15359 14335 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21294864 889589760 25731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15378] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15378/stat : 15378 (java) S 15372 15359 14335 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21294866 889589760 25731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15379] ppid=15372 vsize=868740 CPUtime=0.24
/proc/15373/task/15379/stat : 15379 (java) S 15372 15359 14335 0 -1 64 1532 0 0 0 23 1 0 0 16 0 9 0 21294866 889589760 25731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15380] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15380/stat : 15380 (java) S 15372 15359 14335 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21294867 889589760 25731 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15381] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15381/stat : 15381 (java) S 15372 15359 14335 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21294867 889589760 25731 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) 890964

[startup+25.5024 s]
/proc/loadavg: 2.19 2.05 2.01 3/95 15381
/proc/meminfo: memFree=908800/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=1.23
/proc/15359/stat : 15359 (sugar) S 15357 15359 14335 0 -1 4194304 1310 11723 0 1 5 2 109 7 15 0 1 0 21294731 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
[pid=15372] ppid=15359 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15359 15359 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21294862 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 233 193 169 0 50 0
[pid=15373] ppid=15372 vsize=868740 CPUtime=23.83
/proc/15373/stat : 15373 (java) S 15372 15359 14335 0 -1 0 32821 0 1 0 2248 135 0 0 19 0 9 0 21294862 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15373/statm: 217185 25737 2591 9 0 211662 0
[pid=15373/tid=15374] ppid=15372 vsize=868740 CPUtime=20.71
/proc/15373/task/15374/stat : 15374 (java) R 15372 15359 14335 0 -1 64 4433 0 1 0 1955 116 0 0 25 0 9 0 21294863 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 102094001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15375] ppid=15372 vsize=868740 CPUtime=2.85
/proc/15373/task/15375/stat : 15375 (java) S 15372 15359 14335 0 -1 64 26147 0 0 0 268 17 0 0 16 0 9 0 21294864 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15376] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15376/stat : 15376 (java) S 15372 15359 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21294864 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15377] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15377/stat : 15377 (java) S 15372 15359 14335 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21294864 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15378] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15378/stat : 15378 (java) S 15372 15359 14335 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21294866 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15379] ppid=15372 vsize=868740 CPUtime=0.25
/proc/15373/task/15379/stat : 15379 (java) S 15372 15359 14335 0 -1 64 1538 0 0 0 24 1 0 0 16 0 9 0 21294866 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15380] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15380/stat : 15380 (java) S 15372 15359 14335 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21294867 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15381] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15381/stat : 15381 (java) S 15372 15359 14335 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21294867 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 890964

[startup+51.1027 s]
/proc/loadavg: 3.04 2.25 2.08 3/95 15391
/proc/meminfo: memFree=534328/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=1.23
/proc/15359/stat : 15359 (sugar) S 15357 15359 14335 0 -1 4194304 1310 11723 0 1 5 2 109 7 15 0 1 0 21294731 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
[pid=15372] ppid=15359 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15359 15359 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21294862 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 233 193 169 0 50 0
[pid=15373] ppid=15372 vsize=868740 CPUtime=48.57
/proc/15373/stat : 15373 (java) S 15372 15359 14335 0 -1 0 33828 0 1 0 4484 373 0 0 19 0 9 0 21294862 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15373/statm: 217185 25737 2591 9 0 211662 0

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

[startup+162.302 s]
/proc/loadavg: 4.44 3.07 2.40 3/95 15414
/proc/meminfo: memFree=14968/2055920 swapFree=4192812/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=1.23
/proc/15359/stat : 15359 (sugar) S 15357 15359 14335 0 -1 4194304 1310 11723 0 1 5 2 109 7 15 0 1 0 21294731 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
[pid=15372] ppid=15359 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15359 15359 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21294862 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 233 193 169 0 50 0
[pid=15373] ppid=15372 vsize=868740 CPUtime=155.37
/proc/15373/stat : 15373 (java) S 15372 15359 14335 0 -1 0 38158 0 1 0 14116 1421 0 0 19 0 9 0 21294862 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15373/statm: 217185 25737 2591 9 0 211662 0
[pid=15373/tid=15374] ppid=15372 vsize=868740 CPUtime=149
/proc/15373/task/15374/stat : 15374 (java) R 15372 15359 14335 0 -1 64 9770 0 1 0 13546 1354 0 0 25 0 9 0 21294863 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 102093924 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15375] ppid=15372 vsize=868740 CPUtime=6.07
/proc/15373/task/15375/stat : 15375 (java) S 15372 15359 14335 0 -1 64 26147 0 0 0 544 63 0 0 16 0 9 0 21294864 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15376] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15376/stat : 15376 (java) S 15372 15359 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21294864 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15377] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15377/stat : 15377 (java) S 15372 15359 14335 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21294864 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15378] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15378/stat : 15378 (java) S 15372 15359 14335 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21294866 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15379] ppid=15372 vsize=868740 CPUtime=0.25
/proc/15373/task/15379/stat : 15379 (java) S 15372 15359 14335 0 -1 64 1538 0 0 0 24 1 0 0 16 0 9 0 21294866 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15380] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15380/stat : 15380 (java) S 15372 15359 14335 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21294867 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15381] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15381/stat : 15381 (java) S 15372 15359 14335 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21294867 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.6
Current children cumulated vsize (KiB) 890964

[startup+222.308 s]
/proc/loadavg: 3.37 3.01 2.42 3/95 15428
/proc/meminfo: memFree=15736/2055920 swapFree=4192812/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=1.23
/proc/15359/stat : 15359 (sugar) S 15357 15359 14335 0 -1 4194304 1310 11723 0 1 5 2 109 7 15 0 1 0 21294731 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
[pid=15372] ppid=15359 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15359 15359 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21294862 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 233 193 169 0 50 0
[pid=15373] ppid=15372 vsize=868740 CPUtime=212.77
/proc/15373/stat : 15373 (java) S 15372 15359 14335 0 -1 0 40402 0 1 0 19279 1998 0 0 19 0 9 0 21294862 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15373/statm: 217185 25737 2591 9 0 211662 0
[pid=15373/tid=15374] ppid=15372 vsize=868740 CPUtime=205.08
/proc/15373/task/15374/stat : 15374 (java) R 15372 15359 14335 0 -1 64 12014 0 1 0 18595 1913 0 0 25 0 9 0 21294863 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4127044776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15375] ppid=15372 vsize=868740 CPUtime=7.4
/proc/15373/task/15375/stat : 15375 (java) S 15372 15359 14335 0 -1 64 26147 0 0 0 659 81 0 0 16 0 9 0 21294864 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15376] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15376/stat : 15376 (java) S 15372 15359 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21294864 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15377] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15377/stat : 15377 (java) S 15372 15359 14335 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21294864 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15378] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15378/stat : 15378 (java) S 15372 15359 14335 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21294866 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15379] ppid=15372 vsize=868740 CPUtime=0.25
/proc/15373/task/15379/stat : 15379 (java) S 15372 15359 14335 0 -1 64 1538 0 0 0 24 1 0 0 16 0 9 0 21294866 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15380] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15380/stat : 15380 (java) S 15372 15359 14335 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21294867 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15381] ppid=15372 vsize=868740 CPUtime=0.01
/proc/15373/task/15381/stat : 15381 (java) S 15372 15359 14335 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 21294867 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 214
Current children cumulated vsize (KiB) 890964

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

[startup+224.203 s]
/proc/loadavg: 3.37 3.01 2.42 3/96 15429
/proc/meminfo: memFree=15472/2055920 swapFree=4192812/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=1.23
/proc/15359/stat : 15359 (sugar) S 15357 15359 14335 0 -1 4194304 1310 11723 0 1 5 2 109 7 15 0 1 0 21294731 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
[pid=15372] ppid=15359 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15359 15359 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21294862 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 233 193 169 0 50 0
[pid=15373] ppid=15372 vsize=868740 CPUtime=214.63
/proc/15373/stat : 15373 (java) S 15372 15359 14335 0 -1 0 40476 0 1 0 19448 2015 0 0 19 0 9 0 21294862 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15373/statm: 217185 25737 2591 9 0 211662 0
[pid=15373/tid=15374] ppid=15372 vsize=868740 CPUtime=206.89
/proc/15373/task/15374/stat : 15374 (java) R 15372 15359 14335 0 -1 64 12088 0 1 0 18759 1930 0 0 25 0 9 0 21294863 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15375] ppid=15372 vsize=868740 CPUtime=7.45
/proc/15373/task/15375/stat : 15375 (java) S 15372 15359 14335 0 -1 64 26147 0 0 0 663 82 0 0 16 0 9 0 21294864 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15376] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15376/stat : 15376 (java) S 15372 15359 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21294864 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15377] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15377/stat : 15377 (java) S 15372 15359 14335 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21294864 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15378] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15378/stat : 15378 (java) S 15372 15359 14335 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21294866 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15379] ppid=15372 vsize=868740 CPUtime=0.25
/proc/15373/task/15379/stat : 15379 (java) S 15372 15359 14335 0 -1 64 1538 0 0 0 24 1 0 0 16 0 9 0 21294866 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15380] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15380/stat : 15380 (java) S 15372 15359 14335 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21294867 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15381] ppid=15372 vsize=868740 CPUtime=0.01
/proc/15373/task/15381/stat : 15381 (java) S 15372 15359 14335 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 21294867 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 215.86
Current children cumulated vsize (KiB) 890964

[startup+227.402 s]
/proc/loadavg: 3.26 2.99 2.42 4/95 15429
/proc/meminfo: memFree=14776/2055920 swapFree=4192812/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=1.23
/proc/15359/stat : 15359 (sugar) S 15357 15359 14335 0 -1 4194304 1310 11723 0 1 5 2 109 7 15 0 1 0 21294731 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
[pid=15372] ppid=15359 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15359 15359 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21294862 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 233 193 169 0 50 0
[pid=15373] ppid=15372 vsize=868740 CPUtime=217.66
/proc/15373/stat : 15373 (java) S 15372 15359 14335 0 -1 0 40596 0 1 0 19720 2046 0 0 19 0 9 0 21294862 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15373/statm: 217185 25737 2591 9 0 211662 0
[pid=15373/tid=15374] ppid=15372 vsize=868740 CPUtime=209.86
/proc/15373/task/15374/stat : 15374 (java) R 15372 15359 14335 0 -1 64 12208 0 1 0 19027 1959 0 0 24 0 9 0 21294863 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15375] ppid=15372 vsize=868740 CPUtime=7.5
/proc/15373/task/15375/stat : 15375 (java) S 15372 15359 14335 0 -1 64 26147 0 0 0 667 83 0 0 16 0 9 0 21294864 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15376] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15376/stat : 15376 (java) S 15372 15359 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21294864 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15377] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15377/stat : 15377 (java) S 15372 15359 14335 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21294864 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15378] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15378/stat : 15378 (java) S 15372 15359 14335 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21294866 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15379] ppid=15372 vsize=868740 CPUtime=0.25
/proc/15373/task/15379/stat : 15379 (java) S 15372 15359 14335 0 -1 64 1538 0 0 0 24 1 0 0 16 0 9 0 21294866 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15380] ppid=15372 vsize=868740 CPUtime=0
/proc/15373/task/15380/stat : 15380 (java) S 15372 15359 14335 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21294867 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15381] ppid=15372 vsize=868740 CPUtime=0.01
/proc/15373/task/15381/stat : 15381 (java) S 15372 15359 14335 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 21294867 889589760 25737 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.89
Current children cumulated vsize (KiB) 890964

[startup+230.601 s]
/proc/loadavg: 3.26 2.99 2.42 3/85 15430
/proc/meminfo: memFree=495624/2055920 swapFree=4192812/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=221.94
/proc/15359/stat : 15359 (sugar) R 15357 15359 14335 0 -1 4194304 1335 52707 0 4 5 69 20037 2083 22 0 1 0 21294731 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15359/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 221.94
Current children cumulated vsize (KiB) 16868

[startup+231.401 s]
/proc/loadavg: 3.26 2.99 2.42 3/85 15430
/proc/meminfo: memFree=1605960/2055920 swapFree=4192812/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=222.14
/proc/15359/stat : 15359 (sugar) D 15357 15359 14335 0 -1 4194304 1335 52707 0 4 5 89 20037 2083 18 0 1 0 21294731 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15359/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 16868

[startup+231.801 s]
/proc/loadavg: 3.26 2.99 2.42 3/85 15430
/proc/meminfo: memFree=1605960/2055920 swapFree=4192812/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=222.17
/proc/15359/stat : 15359 (sugar) D 15357 15359 14335 0 -1 4194304 1335 52707 0 4 5 92 20037 2083 18 0 1 0 21294731 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15359/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 16868

[startup+232.201 s]
/proc/loadavg: 3.26 2.99 2.42 3/85 15430
/proc/meminfo: memFree=1605960/2055920 swapFree=4192812/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=222.2
/proc/15359/stat : 15359 (sugar) D 15357 15359 14335 0 -1 4194304 1335 52707 0 4 5 95 20037 2083 18 0 1 0 21294731 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15359/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 16868

[startup+232.301 s]
/proc/loadavg: 3.16 2.98 2.41 2/85 15430
/proc/meminfo: memFree=1604872/2055920 swapFree=4192812/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=222.21
/proc/15359/stat : 15359 (sugar) D 15357 15359 14335 0 -1 4194304 1335 52707 0 4 5 96 20037 2083 18 0 1 0 21294731 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15359/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 232.383
CPU time (s): 222.244
CPU user time (s): 200.437
CPU system time (s): 21.8077
CPU usage (%): 95.637
Max. virtual memory (cumulated for all children) (KiB): 901100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 200.437
system time used= 21.8077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54103
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= 84965
involuntary context switches= 93348

runsolver used 0.362944 second user time and 0.85387 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-11 23:00:30
IDJOB=2068111
IDBENCH=54799
IDSOLVER=738
FILE ID=node41/2068111-1247346030
PBS_JOBID= 9506637
Free space on /tmp= 65872 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-usAbbrv-8-25-70.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-2068111-1247346030/watcher-2068111-1247346030 -o /tmp/evaluation-result-2068111-1247346030/solver-2068111-1247346030 -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-2068111-1247346030.xml

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

MD5SUM BENCH= bcac544fe23a4a252b1923e4126655de
RANDOM SEED=94716518

node41.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.212
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	: 5931.00
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.212
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:       1190648 kB
Buffers:         56564 kB
Cached:         411616 kB
SwapCached:          0 kB
Active:         401936 kB
Inactive:       412024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1190648 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5252 kB
Writeback:           0 kB
Mapped:         361444 kB
Slab:            35968 kB
Committed_AS:   860332 kB
PageTables:       2384 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= 65872 MiB
End job on node41 at 2009-07-11 23:04:23