Trace number 1084901

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
SAT4J CSP 2008-06-13? 108.509 106.923

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-17_ext.xml
MD5SUM20f6936a9f409b14eec766fe1691fa7b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.73467
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.31	c See www.sat4j.org for details.
0.29/0.31	c That software uses the Rhino library from the Mozilla project.
0.29/0.35	c version 9.9.9.token
0.29/0.35	c sun.arch.data.model	32
0.29/0.35	c java.version	1.6.0_06
0.29/0.35	c os.name	Linux
0.29/0.35	c os.version	2.6.9-22.EL.rootsmp
0.29/0.35	c os.arch	i386
0.29/0.35	c Free memory 669864272
0.29/0.35	c Max memory 672137216
0.29/0.35	c Total memory 672137216
0.29/0.35	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1084901-1215232297.xml
0.38/0.40	c reading problem ... 
0.59/0.68	c reading problem named null
0.59/0.68	c reading domains done.
0.59/0.68	c reading variables done.
0.68/0.71	c reading relations done.
13.81/13.93	c reading constraints
34.12/32.27	c done with constraints.
34.12/32.27	c ... done. Wall clock time 31.872s.
34.12/32.27	c #vars     100
34.12/32.27	c #constraints  5625201
34.12/32.27	c constraints type 
34.12/32.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5625181
34.12/32.27	c org.sat4j.minisat.constraints.card.AtLeast => 20
86.59/84.91	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
86.59/84.91		at org.sat4j.core.Vec.ensure(Vec.java:175)
86.59/84.91		at org.sat4j.core.Vec.push(Vec.java:182)
86.59/84.91		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
86.59/84.91		at org.sat4j.minisat.constraints.cnf.WLClause.propagate(WLClause.java:234)
86.59/84.91		at org.sat4j.minisat.core.Solver.propagate(Solver.java:763)
86.59/84.91		at org.sat4j.minisat.core.Solver.search(Solver.java:850)
86.59/84.91		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1125)
86.59/84.91		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1035)
86.59/84.91		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1016)
86.59/84.91		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:230)
86.59/84.91		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:196)
86.59/84.91		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
102.82/101.27	c starts		: 5
105.60/104.04	c conflicts		: 898
105.60/104.04	c decisions		: 1590
105.60/104.04	c propagations		: 9433
105.60/104.04	c inspects		: 103032715
105.60/104.04	c learnt literals	: 0
105.60/104.04	c learnt binary clauses	: 0
105.60/104.04	c learnt ternary clauses	: 0
105.60/104.04	c learnt clauses	: 898
105.60/104.04	c ignored clauses	: 0
105.60/104.04	c root simplifications	: 0
105.60/104.04	c removed literals (reason simplification)	: 204
105.60/104.04	c reason swapping (by a shorter reason)	: 0
105.60/104.04	c Calls to reduceDB	: 0
105.60/104.04	c speed (assignments/second)	: 131.43924087672607
105.60/104.04	c non guided choices	79
105.60/104.04	s UNKNOWN
105.60/104.04	c Total wall clock time (in seconds) : 84.512

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1084901-1215232297/watcher-1084901-1215232297 -o /tmp/evaluation-result-1084901-1215232297/solver-1084901-1215232297 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1084901-1215232297.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27181
/proc/meminfo: memFree=1608344/2055920 swapFree=4112768/4192956
[pid=27181] ppid=27179 vsize=1804 CPUtime=0
/proc/27181/stat : 27181 (java6) R 27179 27181 26847 0 -1 0 186 0 0 0 0 0 0 0 18 0 1 0 1552900251 1847296 158 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/27181/statm: 451 158 114 9 0 93 0

[startup+0.0875999 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27181
/proc/meminfo: memFree=1608344/2055920 swapFree=4112768/4192956
[pid=27181] ppid=27179 vsize=802236 CPUtime=0.07
/proc/27181/stat : 27181 (java) S 27179 27181 26847 0 -1 0 2872 0 1 0 5 2 0 0 18 0 7 0 1552900251 821489664 2607 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/27181/statm: 200559 2607 1014 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.101245 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27181
/proc/meminfo: memFree=1608344/2055920 swapFree=4112768/4192956
[pid=27181] ppid=27179 vsize=804612 CPUtime=0.08
/proc/27181/stat : 27181 (java) S 27179 27181 26847 0 -1 0 3001 0 1 0 6 2 0 0 18 0 12 0 1552900251 823922688 2734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27181/statm: 201153 2734 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301269 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27181
/proc/meminfo: memFree=1608344/2055920 swapFree=4112768/4192956
[pid=27181] ppid=27179 vsize=808244 CPUtime=0.29
/proc/27181/stat : 27181 (java) S 27179 27181 26847 0 -1 0 4957 0 1 0 25 4 0 0 18 0 12 0 1552900251 827641856 4284 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27181/statm: 202061 4284 1299 9 0 199430 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808244

[startup+0.701316 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27181
/proc/meminfo: memFree=1608344/2055920 swapFree=4112768/4192956
[pid=27181] ppid=27179 vsize=808272 CPUtime=0.68
/proc/27181/stat : 27181 (java) S 27179 27181 26847 0 -1 0 6343 0 1 0 62 6 0 0 18 0 12 0 1552900251 827670528 5471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27181/statm: 202068 5471 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 27193
/proc/meminfo: memFree=1573112/2055920 swapFree=4112768/4192956
[pid=27181] ppid=27179 vsize=808272 CPUtime=1.47
/proc/27181/stat : 27181 (java) S 27179 27181 26847 0 -1 0 13244 0 1 0 138 9 0 0 18 0 12 0 1552900251 827670528 12253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27181/statm: 202068 12253 1346 9 0 199430 0
[pid=27181/tid=27183] ppid=27179 vsize=808272 CPUtime=0.84
/proc/27181/task/27183/stat : 27183 (java) R 27179 27181 26847 0 -1 64 10525 0 1 0 77 7 0 0 23 0 12 0 1552900253 827670528 12253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27184] ppid=27179 vsize=808272 CPUtime=0
/proc/27181/task/27184/stat : 27184 (java) S 27179 27181 26847 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1552900254 827670528 12253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27185] ppid=27179 vsize=808272 CPUtime=0
/proc/27181/task/27185/stat : 27185 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1552900254 827670528 12253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27186] ppid=27179 vsize=808272 CPUtime=0
/proc/27181/task/27186/stat : 27186 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1552900255 827670528 12253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27187] ppid=27179 vsize=808272 CPUtime=0
/proc/27181/task/27187/stat : 27187 (java) S 27179 27181 26847 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1552900256 827670528 12253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27188] ppid=27179 vsize=808272 CPUtime=0
/proc/27181/task/27188/stat : 27188 (java) S 27179 27181 26847 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1552900256 827670528 12253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27189] ppid=27179 vsize=808272 CPUtime=0
/proc/27181/task/27189/stat : 27189 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1552900260 827670528 12253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27190] ppid=27179 vsize=808272 CPUtime=0.35
/proc/27181/task/27190/stat : 27190 (java) S 27179 27181 26847 0 -1 64 768 0 0 0 35 0 0 0 16 0 12 0 1552900260 827670528 12253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27191] ppid=27179 vsize=808272 CPUtime=0.25
/proc/27181/task/27191/stat : 27191 (java) R 27179 27181 26847 0 -1 64 1186 0 0 0 25 0 0 0 16 0 12 0 1552900260 827670528 12253 996147200 134512640 134550740 4294956016 18446744073709551615 102082384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27192] ppid=27179 vsize=808272 CPUtime=0
/proc/27181/task/27192/stat : 27192 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1552900260 827670528 12253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27193] ppid=27179 vsize=808272 CPUtime=0
/proc/27181/task/27193/stat : 27193 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552900260 827670528 12253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808272

[startup+3.10258 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 27193
/proc/meminfo: memFree=1539320/2055920 swapFree=4112768/4192956
[pid=27181] ppid=27179 vsize=809240 CPUtime=3.06
/proc/27181/stat : 27181 (java) S 27179 27181 26847 0 -1 0 29311 0 1 0 289 17 0 0 18 0 12 0 1552900251 828661760 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27181/statm: 202310 27961 1356 9 0 199672 0
[pid=27181/tid=27183] ppid=27179 vsize=809240 CPUtime=1.91
/proc/27181/task/27183/stat : 27183 (java) R 27179 27181 26847 0 -1 64 16971 0 1 0 180 11 0 0 25 0 12 0 1552900253 828661760 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4109727966 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27184] ppid=27179 vsize=809240 CPUtime=0.08
/proc/27181/task/27184/stat : 27184 (java) S 27179 27181 26847 0 -1 64 4235 0 0 0 7 1 0 0 16 0 12 0 1552900254 828661760 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27185] ppid=27179 vsize=809240 CPUtime=0.08
/proc/27181/task/27185/stat : 27185 (java) S 27179 27181 26847 0 -1 64 5139 0 0 0 7 1 0 0 16 0 12 0 1552900254 828661760 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27186] ppid=27179 vsize=809240 CPUtime=0
/proc/27181/task/27186/stat : 27186 (java) S 27179 27181 26847 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1552900255 828661760 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27187] ppid=27179 vsize=809240 CPUtime=0
/proc/27181/task/27187/stat : 27187 (java) S 27179 27181 26847 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1552900256 828661760 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27188] ppid=27179 vsize=809240 CPUtime=0
/proc/27181/task/27188/stat : 27188 (java) S 27179 27181 26847 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1552900256 828661760 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27189] ppid=27179 vsize=809240 CPUtime=0
/proc/27181/task/27189/stat : 27189 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1552900260 828661760 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27190] ppid=27179 vsize=809240 CPUtime=0.48
/proc/27181/task/27190/stat : 27190 (java) S 27179 27181 26847 0 -1 64 776 0 0 0 48 0 0 0 16 0 12 0 1552900260 828661760 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27191] ppid=27179 vsize=809240 CPUtime=0.46
/proc/27181/task/27191/stat : 27191 (java) S 27179 27181 26847 0 -1 64 1399 0 0 0 46 0 0 0 16 0 12 0 1552900260 828661760 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27192] ppid=27179 vsize=809240 CPUtime=0
/proc/27181/task/27192/stat : 27192 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1552900260 828661760 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27193] ppid=27179 vsize=809240 CPUtime=0
/proc/27181/task/27193/stat : 27193 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552900260 828661760 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 809240

[startup+6.30295 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 27193
/proc/meminfo: memFree=1454648/2055920 swapFree=4112768/4192956
[pid=27181] ppid=27179 vsize=809400 CPUtime=6.23
/proc/27181/stat : 27181 (java) S 27179 27181 26847 0 -1 0 48047 0 1 0 598 25 0 0 18 0 12 0 1552900251 828825600 46561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27181/statm: 202350 46561 1356 9 0 199712 0
[pid=27181/tid=27183] ppid=27179 vsize=809400 CPUtime=4.47
/proc/27181/task/27183/stat : 27183 (java) R 27179 27181 26847 0 -1 64 16986 0 1 0 434 13 0 0 25 0 12 0 1552900253 828825600 46561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27184] ppid=27179 vsize=809400 CPUtime=0.38
/proc/27181/task/27184/stat : 27184 (java) R 27179 27181 26847 0 -1 64 11352 0 0 0 35 3 0 0 16 0 12 0 1552900254 828825600 46561 996147200 134512640 134550740 4294956016 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27185] ppid=27179 vsize=809400 CPUtime=0.39
/proc/27181/task/27185/stat : 27185 (java) R 27179 27181 26847 0 -1 64 16743 0 0 0 33 6 0 0 16 0 12 0 1552900254 828825600 46561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27186] ppid=27179 vsize=809400 CPUtime=0
/proc/27181/task/27186/stat : 27186 (java) S 27179 27181 26847 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1552900255 828825600 46561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27187] ppid=27179 vsize=809400 CPUtime=0
/proc/27181/task/27187/stat : 27187 (java) S 27179 27181 26847 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1552900256 828825600 46561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27188] ppid=27179 vsize=809400 CPUtime=0
/proc/27181/task/27188/stat : 27188 (java) S 27179 27181 26847 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1552900256 828825600 46561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27189] ppid=27179 vsize=809400 CPUtime=0
/proc/27181/task/27189/stat : 27189 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1552900260 828825600 46561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27190] ppid=27179 vsize=809400 CPUtime=0.48
/proc/27181/task/27190/stat : 27190 (java) S 27179 27181 26847 0 -1 64 776 0 0 0 48 0 0 0 16 0 12 0 1552900260 828825600 46561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27191] ppid=27179 vsize=809400 CPUtime=0.46
/proc/27181/task/27191/stat : 27191 (java) S 27179 27181 26847 0 -1 64 1399 0 0 0 46 0 0 0 17 0 12 0 1552900260 828825600 46561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27192] ppid=27179 vsize=809400 CPUtime=0
/proc/27181/task/27192/stat : 27192 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1552900260 828825600 46561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27193] ppid=27179 vsize=809400 CPUtime=0
/proc/27181/task/27193/stat : 27193 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552900260 828825600 46561 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 809400

[startup+12.7027 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 27193
/proc/meminfo: memFree=1307192/2055920 swapFree=4112768/4192956
[pid=27181] ppid=27179 vsize=809400 CPUtime=12.61
/proc/27181/stat : 27181 (java) S 27179 27181 26847 0 -1 0 81324 0 1 0 1222 39 0 0 18 0 12 0 1552900251 828825600 79779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27181/statm: 202350 79779 1356 9 0 199712 0
[pid=27181/tid=27183] ppid=27179 vsize=809400 CPUtime=9.68
/proc/27181/task/27183/stat : 27183 (java) R 27179 27181 26847 0 -1 64 17013 0 1 0 954 14 0 0 25 0 12 0 1552900253 828825600 79779 996147200 134512640 134550740 4294956016 18446744073709551615 4109728253 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27184] ppid=27179 vsize=809400 CPUtime=0.98
/proc/27181/task/27184/stat : 27184 (java) S 27179 27181 26847 0 -1 64 28112 0 0 0 88 10 0 0 16 0 12 0 1552900254 828825600 79779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27185] ppid=27179 vsize=809400 CPUtime=0.94
/proc/27181/task/27185/stat : 27185 (java) S 27179 27181 26847 0 -1 64 33233 0 0 0 82 12 0 0 16 0 12 0 1552900254 828825600 79779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27186] ppid=27179 vsize=809400 CPUtime=0
/proc/27181/task/27186/stat : 27186 (java) S 27179 27181 26847 0 -1 64 29 0 0 0 0 0 0 0 15 0 12 0 1552900255 828825600 79779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27187] ppid=27179 vsize=809400 CPUtime=0
/proc/27181/task/27187/stat : 27187 (java) S 27179 27181 26847 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1552900256 828825600 79779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27188] ppid=27179 vsize=809400 CPUtime=0
/proc/27181/task/27188/stat : 27188 (java) S 27179 27181 26847 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1552900256 828825600 79779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27189] ppid=27179 vsize=809400 CPUtime=0
/proc/27181/task/27189/stat : 27189 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1552900260 828825600 79779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27190] ppid=27179 vsize=809400 CPUtime=0.48
/proc/27181/task/27190/stat : 27190 (java) S 27179 27181 26847 0 -1 64 776 0 0 0 48 0 0 0 17 0 12 0 1552900260 828825600 79779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27191] ppid=27179 vsize=809400 CPUtime=0.46
/proc/27181/task/27191/stat : 27191 (java) S 27179 27181 26847 0 -1 64 1399 0 0 0 46 0 0 0 17 0 12 0 1552900260 828825600 79779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27192] ppid=27179 vsize=809400 CPUtime=0
/proc/27181/task/27192/stat : 27192 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1552900260 828825600 79779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27193] ppid=27179 vsize=809400 CPUtime=0
/proc/27181/task/27193/stat : 27193 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552900260 828825600 79779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 809400

[startup+25.5011 s]
/proc/loadavg: 2.16 2.03 2.01 5/85 27193
/proc/meminfo: memFree=933688/2055920 swapFree=4112768/4192956
[pid=27181] ppid=27179 vsize=815404 CPUtime=26.57
/proc/27181/stat : 27181 (java) S 27179 27181 26847 0 -1 0 182008 0 1 0 2576 81 0 0 18 0 12 0 1552900251 834973696 169662 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27181/statm: 203851 169662 1364 9 0 201213 0
[pid=27181/tid=27183] ppid=27179 vsize=815404 CPUtime=15.07
/proc/27181/task/27183/stat : 27183 (java) R 27179 27181 26847 0 -1 64 23192 0 1 0 1490 17 0 0 18 0 12 0 1552900253 834973696 169662 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=815404 CPUtime=4.17
/proc/27181/task/27184/stat : 27184 (java) R 27179 27181 26847 0 -1 64 65564 0 0 0 392 25 0 0 16 0 12 0 1552900254 834973696 169662 996147200 134512640 134550740 4294956016 18446744073709551615 105852863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27185] ppid=27179 vsize=815404 CPUtime=4.28
/proc/27181/task/27185/stat : 27185 (java) R 27179 27181 26847 0 -1 64 81476 0 0 0 397 31 0 0 16 0 12 0 1552900254 834973696 169662 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27186] ppid=27179 vsize=815404 CPUtime=1.73
/proc/27181/task/27186/stat : 27186 (java) S 27179 27181 26847 0 -1 64 7571 0 0 0 169 4 0 0 15 0 12 0 1552900255 834973696 169662 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27187] ppid=27179 vsize=815404 CPUtime=0
/proc/27181/task/27187/stat : 27187 (java) S 27179 27181 26847 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1552900256 834973696 169662 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27188] ppid=27179 vsize=815404 CPUtime=0
/proc/27181/task/27188/stat : 27188 (java) S 27179 27181 26847 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1552900256 834973696 169662 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27189] ppid=27179 vsize=815404 CPUtime=0
/proc/27181/task/27189/stat : 27189 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1552900260 834973696 169662 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/27181/task/27183/stat : 27183 (java) R 27179 27181 26847 0 -1 64 23217 0 1 0 2093 18 0 0 17 0 13 0 1552900253 839667712 174211 996147200 134512640 134550740 4294956016 18446744073709551615 4109818351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27184] ppid=27179 vsize=819988 CPUtime=5.87
/proc/27181/task/27184/stat : 27184 (java) S 27179 27181 26847 0 -1 64 66845 0 0 0 562 25 0 0 16 0 13 0 1552900254 839667712 174211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27185] ppid=27179 vsize=819988 CPUtime=5.92
/proc/27181/task/27185/stat : 27185 (java) S 27179 27181 26847 0 -1 64 82757 0 0 0 560 32 0 0 16 0 13 0 1552900254 839667712 174211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27186] ppid=27179 vsize=819988 CPUtime=18.51
/proc/27181/task/27186/stat : 27186 (java) R 27179 27181 26847 0 -1 64 15259 0 0 0 1844 7 0 0 20 0 13 0 1552900255 839667712 174211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27187] ppid=27179 vsize=819988 CPUtime=0
/proc/27181/task/27187/stat : 27187 (java) S 27179 27181 26847 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1552900256 839667712 174211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27188] ppid=27179 vsize=819988 CPUtime=0
/proc/27181/task/27188/stat : 27188 (java) S 27179 27181 26847 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1552900256 839667712 174211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27189] ppid=27179 vsize=819988 CPUtime=0
/proc/27181/task/27189/stat : 27189 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1552900260 839667712 174211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27190] ppid=27179 vsize=819988 CPUtime=0.69
/proc/27181/task/27190/stat : 27190 (java) R 27179 27181 26847 0 -1 64 793 0 0 0 69 0 0 0 17 0 13 0 1552900260 839667712 174211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27191] ppid=27179 vsize=819988 CPUtime=0.81
/proc/27181/task/27191/stat : 27191 (java) S 27179 27181 26847 0 -1 64 2683 0 0 0 80 1 0 0 16 0 13 0 1552900260 839667712 174211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27192] ppid=27179 vsize=819988 CPUtime=0
/proc/27181/task/27192/stat : 27192 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1552900260 839667712 174211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27193] ppid=27179 vsize=819988 CPUtime=0
/proc/27181/task/27193/stat : 27193 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1552900260 839667712 174211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27194] ppid=27179 vsize=819988 CPUtime=0
/proc/27181/task/27194/stat : 27194 (java) S 27179 27181 26847 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1552903480 839667712 174211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.96
Current children cumulated vsize (KiB) 819988

[startup+102.307 s]
/proc/loadavg: 2.30 2.12 2.04 3/87 27195
/proc/meminfo: memFree=913448/2055920 swapFree=4112768/4192956
[pid=27181] ppid=27179 vsize=822348 CPUtime=103.91
/proc/27181/stat : 27181 (java) S 27179 27181 26847 0 -1 0 205414 0 1 0 10299 92 0 0 18 0 14 0 1552900251 842084352 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27181/statm: 205587 174755 1384 9 0 202949 0
[pid=27181/tid=27183] ppid=27179 vsize=822348 CPUtime=25.64
/proc/27181/task/27183/stat : 27183 (java) S 27179 27181 26847 0 -1 64 23234 0 1 0 2546 18 0 0 17 0 14 0 1552900253 842084352 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27184] ppid=27179 vsize=822348 CPUtime=5.87
/proc/27181/task/27184/stat : 27184 (java) S 27179 27181 26847 0 -1 64 66845 0 0 0 562 25 0 0 16 0 14 0 1552900254 842084352 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27185] ppid=27179 vsize=822348 CPUtime=5.92
/proc/27181/task/27185/stat : 27185 (java) S 27179 27181 26847 0 -1 64 82757 0 0 0 560 32 0 0 16 0 14 0 1552900254 842084352 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27186] ppid=27179 vsize=822348 CPUtime=64.72
/proc/27181/task/27186/stat : 27186 (java) R 27179 27181 26847 0 -1 64 28232 0 0 0 6459 13 0 0 25 0 14 0 1552900255 842084352 174755 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27187] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27187/stat : 27187 (java) S 27179 27181 26847 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 1552900256 842084352 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27188] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27188/stat : 27188 (java) S 27179 27181 26847 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 1552900256 842084352 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27189] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27189/stat : 27189 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 18 0 14 0 1552900260 842084352 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27190] ppid=27179 vsize=822348 CPUtime=0.86
/proc/27181/task/27190/stat : 27190 (java) S 27179 27181 26847 0 -1 64 885 0 0 0 86 0 0 0 16 0 14 0 1552900260 842084352 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27191] ppid=27179 vsize=822348 CPUtime=0.86
/proc/27181/task/27191/stat : 27191 (java) S 27179 27181 26847 0 -1 64 2683 0 0 0 85 1 0 0 16 0 14 0 1552900260 842084352 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27192] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27192/stat : 27192 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 20 0 14 0 1552900260 842084352 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27193] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27193/stat : 27193 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 1552900260 842084352 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27194] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27194/stat : 27194 (java) S 27179 27181 26847 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 1552903480 842084352 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27195] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27195/stat : 27195 (java) S 27179 27181 26847 0 -1 64 9 0 0 0 0 0 0 0 17 0 14 0 1552908743 842084352 174755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 103.91
Current children cumulated vsize (KiB) 822348

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

[startup+105.502 s]
/proc/loadavg: 2.30 2.12 2.04 3/86 27195
/proc/meminfo: memFree=913448/2055920 swapFree=4112768/4192956
[pid=27181] ppid=27179 vsize=822348 CPUtime=107.09
/proc/27181/stat : 27181 (java) S 27179 27181 26847 0 -1 0 205917 0 1 0 10617 92 0 0 18 0 13 0 1552900251 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27181/statm: 205587 174756 1385 9 0 202949 0
[pid=27181/tid=27183] ppid=27179 vsize=822348 CPUtime=25.64
/proc/27181/task/27183/stat : 27183 (java) S 27179 27181 26847 0 -1 64 23234 0 1 0 2546 18 0 0 17 0 13 0 1552900253 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27184] ppid=27179 vsize=822348 CPUtime=5.87
/proc/27181/task/27184/stat : 27184 (java) S 27179 27181 26847 0 -1 64 66845 0 0 0 562 25 0 0 16 0 13 0 1552900254 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27185] ppid=27179 vsize=822348 CPUtime=5.92
/proc/27181/task/27185/stat : 27185 (java) S 27179 27181 26847 0 -1 64 82757 0 0 0 560 32 0 0 16 0 13 0 1552900254 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27186] ppid=27179 vsize=822348 CPUtime=67.9
/proc/27181/task/27186/stat : 27186 (java) R 27179 27181 26847 0 -1 64 28733 0 0 0 6777 13 0 0 25 0 13 0 1552900255 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 106736519 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27187] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27187/stat : 27187 (java) S 27179 27181 26847 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1552900256 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27188] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27188/stat : 27188 (java) S 27179 27181 26847 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1552900256 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27189] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27189/stat : 27189 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1552900260 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27190] ppid=27179 vsize=822348 CPUtime=0.86
/proc/27181/task/27190/stat : 27190 (java) S 27179 27181 26847 0 -1 64 885 0 0 0 86 0 0 0 16 0 13 0 1552900260 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27191] ppid=27179 vsize=822348 CPUtime=0.86
/proc/27181/task/27191/stat : 27191 (java) S 27179 27181 26847 0 -1 64 2683 0 0 0 85 1 0 0 16 0 13 0 1552900260 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27192] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27192/stat : 27192 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1552900260 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27193] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27193/stat : 27193 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1552900260 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27194] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27194/stat : 27194 (java) S 27179 27181 26847 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1552903480 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 107.09
Current children cumulated vsize (KiB) 822348

[startup+106.302 s]
/proc/loadavg: 2.30 2.12 2.04 3/86 27195
/proc/meminfo: memFree=913448/2055920 swapFree=4112768/4192956
[pid=27181] ppid=27179 vsize=822348 CPUtime=107.88
/proc/27181/stat : 27181 (java) S 27179 27181 26847 0 -1 0 205917 0 1 0 10696 92 0 0 18 0 13 0 1552900251 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27181/statm: 205587 174756 1385 9 0 202949 0
[pid=27181/tid=27183] ppid=27179 vsize=822348 CPUtime=25.64
/proc/27181/task/27183/stat : 27183 (java) S 27179 27181 26847 0 -1 64 23234 0 1 0 2546 18 0 0 17 0 13 0 1552900253 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27184] ppid=27179 vsize=822348 CPUtime=5.87
/proc/27181/task/27184/stat : 27184 (java) S 27179 27181 26847 0 -1 64 66845 0 0 0 562 25 0 0 16 0 13 0 1552900254 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27185] ppid=27179 vsize=822348 CPUtime=5.92
/proc/27181/task/27185/stat : 27185 (java) S 27179 27181 26847 0 -1 64 82757 0 0 0 560 32 0 0 16 0 13 0 1552900254 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27186] ppid=27179 vsize=822348 CPUtime=68.69
/proc/27181/task/27186/stat : 27186 (java) R 27179 27181 26847 0 -1 64 28733 0 0 0 6856 13 0 0 25 0 13 0 1552900255 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 106123719 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27187] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27187/stat : 27187 (java) S 27179 27181 26847 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1552900256 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27188] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27188/stat : 27188 (java) S 27179 27181 26847 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1552900256 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27189] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27189/stat : 27189 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1552900260 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27190] ppid=27179 vsize=822348 CPUtime=0.86
/proc/27181/task/27190/stat : 27190 (java) S 27179 27181 26847 0 -1 64 885 0 0 0 86 0 0 0 16 0 13 0 1552900260 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27191] ppid=27179 vsize=822348 CPUtime=0.86
/proc/27181/task/27191/stat : 27191 (java) S 27179 27181 26847 0 -1 64 2683 0 0 0 85 1 0 0 16 0 13 0 1552900260 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27192] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27192/stat : 27192 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1552900260 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27193] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27193/stat : 27193 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1552900260 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27194] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27194/stat : 27194 (java) S 27179 27181 26847 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1552903480 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 107.88
Current children cumulated vsize (KiB) 822348

[startup+106.707 s]
/proc/loadavg: 2.28 2.12 2.04 3/86 27195
/proc/meminfo: memFree=913384/2055920 swapFree=4112768/4192956
[pid=27181] ppid=27179 vsize=822348 CPUtime=108.28
/proc/27181/stat : 27181 (java) S 27179 27181 26847 0 -1 0 205917 0 1 0 10736 92 0 0 18 0 13 0 1552900251 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27181/statm: 205587 174756 1385 9 0 202949 0
[pid=27181/tid=27183] ppid=27179 vsize=822348 CPUtime=25.64
/proc/27181/task/27183/stat : 27183 (java) S 27179 27181 26847 0 -1 64 23234 0 1 0 2546 18 0 0 17 0 13 0 1552900253 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27184] ppid=27179 vsize=822348 CPUtime=5.87
/proc/27181/task/27184/stat : 27184 (java) S 27179 27181 26847 0 -1 64 66845 0 0 0 562 25 0 0 16 0 13 0 1552900254 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27185] ppid=27179 vsize=822348 CPUtime=5.92
/proc/27181/task/27185/stat : 27185 (java) S 27179 27181 26847 0 -1 64 82757 0 0 0 560 32 0 0 16 0 13 0 1552900254 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27186] ppid=27179 vsize=822348 CPUtime=69.09
/proc/27181/task/27186/stat : 27186 (java) R 27179 27181 26847 0 -1 64 28733 0 0 0 6896 13 0 0 25 0 13 0 1552900255 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27187] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27187/stat : 27187 (java) S 27179 27181 26847 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1552900256 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27188] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27188/stat : 27188 (java) S 27179 27181 26847 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1552900256 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27189] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27189/stat : 27189 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1552900260 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27190] ppid=27179 vsize=822348 CPUtime=0.86
/proc/27181/task/27190/stat : 27190 (java) S 27179 27181 26847 0 -1 64 885 0 0 0 86 0 0 0 16 0 13 0 1552900260 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27191] ppid=27179 vsize=822348 CPUtime=0.86
/proc/27181/task/27191/stat : 27191 (java) S 27179 27181 26847 0 -1 64 2683 0 0 0 85 1 0 0 16 0 13 0 1552900260 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27192] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27192/stat : 27192 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1552900260 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27181/tid=27193] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27193/stat : 27193 (java) S 27179 27181 26847 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1552900260 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27181/tid=27194] ppid=27179 vsize=822348 CPUtime=0
/proc/27181/task/27194/stat : 27194 (java) S 27179 27181 26847 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1552903480 842084352 174756 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 108.28
Current children cumulated vsize (KiB) 822348

[startup+106.903 s]
/proc/loadavg: 2.28 2.12 2.04 3/86 27195
/proc/meminfo: memFree=913384/2055920 swapFree=4112768/4192956
[pid=27181] ppid=27179 vsize=0 CPUtime=108.47
/proc/27181/stat : 27181 (java) Z 27179 27181 26847 0 -1 12 205921 0 1 0 10746 101 0 0 16 0 2 0 1552900251 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27181/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 108.47
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 106.923
CPU time (s): 108.509
CPU user time (s): 107.47
CPU system time (s): 1.03884
CPU usage (%): 101.483
Max. virtual memory (cumulated for all children) (KiB): 831408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.47
system time used= 1.03884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205921
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4039
involuntary context switches= 4323

runsolver used 0.145977 second user time and 0.358945 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-05 06:31:38
IDJOB=1084901
IDBENCH=57588
IDSOLVER=344
FILE ID=node38/1084901-1215232297
PBS_JOBID= 7881933
Free space on /tmp= 66392 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-17_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1084901-1215232297/watcher-1084901-1215232297 -o /tmp/evaluation-result-1084901-1215232297/solver-1084901-1215232297 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1084901-1215232297.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 20f6936a9f409b14eec766fe1691fa7b
RANDOM SEED=423577355

node38.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.223
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.223
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:       1608824 kB
Buffers:         46584 kB
Cached:         250328 kB
SwapCached:      74232 kB
Active:         300680 kB
Inactive:        90688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608824 kB
SwapTotal:     4192956 kB
SwapFree:      4112768 kB
Dirty:           23076 kB
Writeback:           0 kB
Mapped:         101904 kB
Slab:            40668 kB
Committed_AS:  2957028 kB
PageTables:       2104 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= 66392 MiB
End job on node38 at 2008-07-05 06:33:25