Trace number 2073352

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 2.1.1? 113.993 113

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-28_ext.xml
MD5SUM0f494e9044ccf75c6f1c2068c887183b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark18.1752
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.15	c That software uses the Rhino library from the Mozilla project.
0.08/0.17	c version 2.1.1.v20090622
0.08/0.17	c sun.arch.data.model	32
0.08/0.17	c java.version	1.6.0_12
0.08/0.17	c os.name	Linux
0.08/0.17	c os.version	2.6.9-22.EL.rootsmp
0.08/0.17	c os.arch	i386
0.08/0.17	c Free memory 671000808
0.08/0.17	c Max memory 672137216
0.08/0.17	c Total memory 672137216
0.08/0.17	c Number of processors 2
0.18/0.26	c c --- Begin Solver configuration ---
0.18/0.26	c Stops conflict analysis at the first Unique Implication Point
0.18/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.26	c Learn all clauses as in MiniSAT
0.18/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.26	c Expensive reason simplification
0.18/0.26	c MiniSAT restarts strategy
0.18/0.26	c Memory based learned constraints deletion strategy
0.18/0.26	c timeout=2147483s
0.18/0.26	c DB Simplification allowed=false
0.18/0.26	c --- End Solver configuration ---
0.18/0.26	c solving HOME/instance-2073352-1247358361.xml
0.18/0.26	c reading problem ... 
0.48/0.51	c reading problem named null
0.48/0.51	c reading domains done.
0.48/0.52	c reading variables done.
0.48/0.53	c reading relations done.
2.65/2.75	c reading constraints
113.80/112.86	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
113.80/112.87		at org.sat4j.core.VecInt.ensure(Unknown Source)
113.80/112.87		at org.sat4j.minisat.core.Solver.dimacs2internal(Unknown Source)
113.80/112.87		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
113.80/112.87		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
113.80/112.87		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
113.80/112.87		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
113.80/112.87		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
113.80/112.87		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
113.80/112.87		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
113.80/112.87		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
113.80/112.87		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
113.80/112.87		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
113.80/112.87		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
113.80/112.87	c starts		: 0
113.80/112.87	c conflicts		: 0
113.80/112.87	c decisions		: 0
113.80/112.87	c propagations		: 0
113.80/112.87	c inspects		: 0
113.80/112.87	c learnt literals	: 0
113.80/112.87	c learnt binary clauses	: 0
113.80/112.87	c learnt ternary clauses	: 0
113.80/112.87	c learnt clauses	: 0
113.80/112.87	c ignored clauses	: 0
113.80/112.87	c root simplifications	: 0
113.80/112.87	c removed literals (reason simplification)	: 0
113.80/112.87	c reason swapping (by a shorter reason)	: 0
113.80/112.87	c Calls to reduceDB	: 0
113.80/112.87	c speed (assignments/second)	: 0.0
113.80/112.87	c non guided choices	0
113.80/112.87	c learnt constraints type 
113.80/112.87	c constraints type 
113.80/112.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4853633
113.80/112.87	c org.sat4j.minisat.constraints.card.AtLeast => 21
113.80/112.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 21
113.80/112.87	s UNKNOWN
113.80/112.87	c Total wall clock time (in seconds) : 112.613

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-2073352-1247358361/watcher-2073352-1247358361 -o /tmp/evaluation-result-2073352-1247358361/solver-2073352-1247358361 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2073352-1247358361.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.05 2.04 2.01 4/72 17623
/proc/meminfo: memFree=1694560/2055920 swapFree=4192812/4192956
[pid=17623] ppid=17621 vsize=18576 CPUtime=0
/proc/17623/stat : 17623 (runsolver) R 17621 17623 16267 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 22902098 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 254195330343 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17623/statm: 4644 284 249 26 0 2626 0

[startup+0.0843509 s]
/proc/loadavg: 2.05 2.04 2.01 4/72 17623
/proc/meminfo: memFree=1694560/2055920 swapFree=4192812/4192956
[pid=17623] ppid=17621 vsize=802164 CPUtime=0.07
/proc/17623/stat : 17623 (java) S 17621 17623 16267 0 -1 0 2801 0 1 0 5 2 0 0 18 0 7 0 22902098 821415936 2546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 200541 2546 1036 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.102345 s]
/proc/loadavg: 2.05 2.04 2.01 4/72 17623
/proc/meminfo: memFree=1694560/2055920 swapFree=4192812/4192956
[pid=17623] ppid=17621 vsize=803004 CPUtime=0.08
/proc/17623/stat : 17623 (java) S 17621 17623 16267 0 -1 0 2915 0 1 0 6 2 0 0 18 0 9 0 22902098 822276096 2660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 200751 2660 1049 9 0 198102 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 803004

[startup+0.302368 s]
/proc/loadavg: 2.05 2.04 2.01 4/72 17623
/proc/meminfo: memFree=1694560/2055920 swapFree=4192812/4192956
[pid=17623] ppid=17621 vsize=805628 CPUtime=0.27
/proc/17623/stat : 17623 (java) S 17621 17623 16267 0 -1 0 4256 0 1 0 24 3 0 0 18 0 12 0 22902098 824963072 3993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 201407 3993 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.702398 s]
/proc/loadavg: 2.05 2.04 2.01 4/72 17623
/proc/meminfo: memFree=1694560/2055920 swapFree=4192812/4192956
[pid=17623] ppid=17621 vsize=807184 CPUtime=0.68
/proc/17623/stat : 17623 (java) S 17621 17623 16267 0 -1 0 7869 0 1 0 61 7 0 0 18 0 12 0 22902098 826556416 7325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 201796 7325 1384 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50145 s]
/proc/loadavg: 2.05 2.04 2.01 3/84 17635
/proc/meminfo: memFree=1643968/2055920 swapFree=4192812/4192956
[pid=17623] ppid=17621 vsize=807184 CPUtime=1.47
/proc/17623/stat : 17623 (java) S 17621 17623 16267 0 -1 0 16991 0 1 0 135 12 0 0 18 0 12 0 22902098 826556416 16270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 201796 16270 1391 9 0 199123 0
[pid=17623/tid=17625] ppid=17621 vsize=807184 CPUtime=1.04
/proc/17623/task/17625/stat : 17625 (java) R 17621 17623 16267 0 -1 64 14850 0 1 0 93 11 0 0 25 0 12 0 22902100 826556416 16270 996147200 134512640 134550932 4294956016 18446744073709551615 4109521332 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17626] ppid=17621 vsize=807184 CPUtime=0
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 16267 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22902101 826556416 16270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17627] ppid=17621 vsize=807184 CPUtime=0
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 22902101 826556416 16270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17628] ppid=17621 vsize=807184 CPUtime=0
/proc/17623/task/17628/stat : 17628 (java) S 17621 17623 16267 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22902103 826556416 16270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17629] ppid=17621 vsize=807184 CPUtime=0
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 16267 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22902103 826556416 16270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17630] ppid=17621 vsize=807184 CPUtime=0
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 16267 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22902103 826556416 16270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=807184 CPUtime=0
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22902108 826556416 16270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=807184 CPUtime=0
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 16267 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22902108 826556416 16270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17633] ppid=17621 vsize=807184 CPUtime=0.4
/proc/17623/task/17633/stat : 17633 (java) S 17621 17623 16267 0 -1 64 1383 0 0 0 40 0 0 0 16 0 12 0 22902108 826556416 16270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17634] ppid=17621 vsize=807184 CPUtime=0
/proc/17623/task/17634/stat : 17634 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22902108 826556416 16270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17635] ppid=17621 vsize=807184 CPUtime=0
/proc/17623/task/17635/stat : 17635 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22902108 826556416 16270 996147200 134512640 134550932 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) 807184

[startup+3.10157 s]
/proc/loadavg: 2.05 2.04 2.01 5/84 17635
/proc/meminfo: memFree=1619776/2055920 swapFree=4192812/4192956
[pid=17623] ppid=17621 vsize=810600 CPUtime=3.05
/proc/17623/stat : 17623 (java) S 17621 17623 16267 0 -1 0 31119 0 1 0 284 21 0 0 18 0 12 0 22902098 830054400 28368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 202650 28368 1422 9 0 199977 0
[pid=17623/tid=17625] ppid=17621 vsize=810600 CPUtime=1.67
/proc/17623/task/17625/stat : 17625 (java) R 17621 17623 16267 0 -1 64 16912 0 1 0 155 12 0 0 25 0 12 0 22902100 830054400 28368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17626] ppid=17621 vsize=810600 CPUtime=0.06
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 16267 0 -1 64 5087 0 0 0 4 2 0 0 16 0 12 0 22902101 830054400 28368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17627] ppid=17621 vsize=810600 CPUtime=0.04
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 16267 0 -1 64 4109 0 0 0 2 2 0 0 16 0 12 0 22902101 830054400 28368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17628] ppid=17621 vsize=810600 CPUtime=0
/proc/17623/task/17628/stat : 17628 (java) S 17621 17623 16267 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 22902103 830054400 28368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17629] ppid=17621 vsize=810600 CPUtime=0
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 16267 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22902103 830054400 28368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17630] ppid=17621 vsize=810600 CPUtime=0
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 16267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22902103 830054400 28368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=810600 CPUtime=0
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22902108 830054400 28368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=810600 CPUtime=0
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 16267 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22902108 830054400 28368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17633] ppid=17621 vsize=810600 CPUtime=1.22
/proc/17623/task/17633/stat : 17633 (java) R 17621 17623 16267 0 -1 64 4243 0 0 0 120 2 0 0 17 0 12 0 22902108 830054400 28368 996147200 134512640 134550932 4294956016 18446744073709551615 102070992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17634] ppid=17621 vsize=810600 CPUtime=0
/proc/17623/task/17634/stat : 17634 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22902108 830054400 28368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17635] ppid=17621 vsize=810600 CPUtime=0
/proc/17623/task/17635/stat : 17635 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22902108 830054400 28368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 810600

[startup+6.3028 s]
/proc/loadavg: 2.04 2.04 2.01 3/84 17635
/proc/meminfo: memFree=1514304/2055920 swapFree=4192812/4192956
[pid=17623] ppid=17621 vsize=809088 CPUtime=6.37
/proc/17623/stat : 17623 (java) S 17621 17623 16267 0 -1 0 58590 0 1 0 602 35 0 0 18 0 12 0 22902098 828506112 53988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 202272 53988 1423 9 0 199599 0
[pid=17623/tid=17625] ppid=17621 vsize=809088 CPUtime=3.7
/proc/17623/task/17625/stat : 17625 (java) R 17621 17623 16267 0 -1 64 16920 0 1 0 358 12 0 0 17 0 12 0 22902100 828506112 53988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17626] ppid=17621 vsize=809088 CPUtime=0.7
/proc/17623/task/17626/stat : 17626 (java) R 17621 17623 16267 0 -1 64 19240 0 0 0 60 10 0 0 16 0 12 0 22902101 828506112 53988 996147200 134512640 134550932 4294956016 18446744073709551615 105886435 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17627] ppid=17621 vsize=809088 CPUtime=0.63
/proc/17623/task/17627/stat : 17627 (java) R 17621 17623 16267 0 -1 64 17409 0 0 0 55 8 0 0 15 0 12 0 22902101 828506112 53988 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17628] ppid=17621 vsize=809088 CPUtime=0
/proc/17623/task/17628/stat : 17628 (java) S 17621 17623 16267 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 22902103 828506112 53988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17629] ppid=17621 vsize=809088 CPUtime=0
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 16267 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22902103 828506112 53988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17630] ppid=17621 vsize=809088 CPUtime=0
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 16267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22902103 828506112 53988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=809088 CPUtime=0
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22902108 828506112 53988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=809088 CPUtime=0
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 16267 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22902108 828506112 53988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17633] ppid=17621 vsize=809088 CPUtime=1.28
/proc/17623/task/17633/stat : 17633 (java) S 17621 17623 16267 0 -1 64 4253 0 0 0 126 2 0 0 17 0 12 0 22902108 828506112 53988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17634] ppid=17621 vsize=809088 CPUtime=0
/proc/17623/task/17634/stat : 17634 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22902108 828506112 53988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17635] ppid=17621 vsize=809088 CPUtime=0
/proc/17623/task/17635/stat : 17635 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22902108 828506112 53988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 809088

[startup+12.7023 s]
/proc/loadavg: 2.20 2.07 2.02 4/84 17635
/proc/meminfo: memFree=1290048/2055920 swapFree=4192812/4192956
[pid=17623] ppid=17621 vsize=809088 CPUtime=13.11
/proc/17623/stat : 17623 (java) S 17621 17623 16267 0 -1 0 114119 0 1 0 1246 65 0 0 18 0 12 0 22902098 828506112 104722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 202272 104722 1423 9 0 199599 0
[pid=17623/tid=17625] ppid=17621 vsize=809088 CPUtime=6.99
/proc/17623/task/17625/stat : 17625 (java) R 17621 17623 16267 0 -1 64 16936 0 1 0 686 13 0 0 20 0 12 0 22902100 828506112 104722 996147200 134512640 134550932 4294956016 18446744073709551615 4109685455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17626] ppid=17621 vsize=809088 CPUtime=2.6
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 16267 0 -1 64 44760 0 0 0 237 23 0 0 17 0 12 0 22902101 828506112 104722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17627] ppid=17621 vsize=809088 CPUtime=2.18
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 16267 0 -1 64 47402 0 0 0 193 25 0 0 16 0 12 0 22902101 828506112 104722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17628] ppid=17621 vsize=809088 CPUtime=0
/proc/17623/task/17628/stat : 17628 (java) S 17621 17623 16267 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 22902103 828506112 104722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17629] ppid=17621 vsize=809088 CPUtime=0
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 16267 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22902103 828506112 104722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17630] ppid=17621 vsize=809088 CPUtime=0
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 16267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22902103 828506112 104722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=809088 CPUtime=0
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22902108 828506112 104722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=809088 CPUtime=0
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 16267 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22902108 828506112 104722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17633] ppid=17621 vsize=809088 CPUtime=1.28
/proc/17623/task/17633/stat : 17633 (java) S 17621 17623 16267 0 -1 64 4253 0 0 0 126 2 0 0 17 0 12 0 22902108 828506112 104722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17634] ppid=17621 vsize=809088 CPUtime=0
/proc/17623/task/17634/stat : 17634 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22902108 828506112 104722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17635] ppid=17621 vsize=809088 CPUtime=0
/proc/17623/task/17635/stat : 17635 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22902108 828506112 104722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.11
Current children cumulated vsize (KiB) 809088

[startup+25.5022 s]
/proc/loadavg: 2.44 2.13 2.04 3/84 17635
/proc/meminfo: memFree=1031616/2055920 swapFree=4192812/4192956
[pid=17623] ppid=17621 vsize=809088 CPUtime=26.35
/proc/17623/stat : 17623 (java) S 17621 17623 16267 0 -1 0 183845 0 1 0 2535 100 0 0 18 0 12 0 22902098 828506112 166584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 202272 166584 1425 9 0 199599 0
[pid=17623/tid=17625] ppid=17621 vsize=809088 CPUtime=11.67
/proc/17623/task/17625/stat : 17625 (java) R 17621 17623 16267 0 -1 64 16958 0 1 0 1154 13 0 0 19 0 12 0 22902100 828506112 166584 996147200 134512640 134550932 4294956016 18446744073709551615 4109721444 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17626] ppid=17621 vsize=809088 CPUtime=5.69
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 16267 0 -1 64 75074 0 0 0 530 39 0 0 16 0 12 0 22902101 828506112 166584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17627] ppid=17621 vsize=809088 CPUtime=4.43
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 16267 0 -1 64 82909 0 0 0 402 41 0 0 17 0 12 0 22902101 828506112 166584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17628] ppid=17621 vsize=809088 CPUtime=3.21
/proc/17623/task/17628/stat : 17628 (java) S 17621 17623 16267 0 -1 64 3897 0 0 0 319 2 0 0 15 0 12 0 22902103 828506112 166584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17629] ppid=17621 vsize=809088 CPUtime=0
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 16267 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22902103 828506112 166584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17630] ppid=17621 vsize=809088 CPUtime=0
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 16267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22902103 828506112 166584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=809088 CPUtime=0
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22902108 828506112 166584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=809088 CPUtime=0

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

[pid=17623/tid=17635] ppid=17621 vsize=825092 CPUtime=0
/proc/17623/task/17635/stat : 17635 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22902108 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.13
Current children cumulated vsize (KiB) 825092

[startup+102.308 s]
/proc/loadavg: 2.12 2.10 2.03 3/84 17635
/proc/meminfo: memFree=979648/2055920 swapFree=4192812/4192956
[pid=17623] ppid=17621 vsize=841092 CPUtime=103.32
/proc/17623/stat : 17623 (java) S 17621 17623 16267 0 -1 0 482406 0 1 0 10060 272 0 0 18 0 12 0 22902098 861278208 179439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 210273 179439 1425 9 0 207600 0
[pid=17623/tid=17625] ppid=17621 vsize=841092 CPUtime=13.59
/proc/17623/task/17625/stat : 17625 (java) S 17621 17623 16267 0 -1 64 16976 0 1 0 1346 13 0 0 17 0 12 0 22902100 861278208 179439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17626] ppid=17621 vsize=841092 CPUtime=6.04
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 16267 0 -1 64 75780 0 0 0 565 39 0 0 16 0 12 0 22902101 861278208 179439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17627] ppid=17621 vsize=841092 CPUtime=4.73
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 16267 0 -1 64 83955 0 0 0 431 42 0 0 16 0 12 0 22902101 861278208 179439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17628] ppid=17621 vsize=841092 CPUtime=77.62
/proc/17623/task/17628/stat : 17628 (java) R 17621 17623 16267 0 -1 64 300688 0 0 0 7589 173 0 0 25 0 12 0 22902103 861278208 179439 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17629] ppid=17621 vsize=841092 CPUtime=0
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 16267 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22902103 861278208 179439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17630] ppid=17621 vsize=841092 CPUtime=0
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 16267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22902103 861278208 179439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=841092 CPUtime=0
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22902108 861278208 179439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=841092 CPUtime=0
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 16267 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22902108 861278208 179439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17633] ppid=17621 vsize=841092 CPUtime=1.28
/proc/17623/task/17633/stat : 17633 (java) S 17621 17623 16267 0 -1 64 4253 0 0 0 126 2 0 0 17 0 12 0 22902108 861278208 179439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17634] ppid=17621 vsize=841092 CPUtime=0
/proc/17623/task/17634/stat : 17634 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22902108 861278208 179439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17635] ppid=17621 vsize=841092 CPUtime=0
/proc/17623/task/17635/stat : 17635 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22902108 861278208 179439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.32
Current children cumulated vsize (KiB) 841092

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

[startup+108.702 s]
/proc/loadavg: 2.11 2.10 2.03 3/84 17635
/proc/meminfo: memFree=995712/2055920 swapFree=4192812/4192956
[pid=17623] ppid=17621 vsize=810092 CPUtime=109.71
/proc/17623/stat : 17623 (java) S 17621 17623 16267 0 -1 0 498549 0 1 0 10690 281 0 0 18 0 12 0 22902098 829534208 171689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 202523 171689 1424 9 0 199850 0
[pid=17623/tid=17625] ppid=17621 vsize=810092 CPUtime=13.59
/proc/17623/task/17625/stat : 17625 (java) S 17621 17623 16267 0 -1 64 16980 0 1 0 1346 13 0 0 17 0 12 0 22902100 829534208 171689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17626] ppid=17621 vsize=810092 CPUtime=6.04
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 16267 0 -1 64 75780 0 0 0 565 39 0 0 16 0 12 0 22902101 829534208 171689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17627] ppid=17621 vsize=810092 CPUtime=4.73
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 16267 0 -1 64 83955 0 0 0 431 42 0 0 16 0 12 0 22902101 829534208 171689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17628] ppid=17621 vsize=810092 CPUtime=84.01
/proc/17623/task/17628/stat : 17628 (java) R 17621 17623 16267 0 -1 64 316827 0 0 0 8219 182 0 0 25 0 12 0 22902103 829534208 171689 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17629] ppid=17621 vsize=810092 CPUtime=0
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 16267 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22902103 829534208 171689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17630] ppid=17621 vsize=810092 CPUtime=0
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 16267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22902103 829534208 171689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=810092 CPUtime=0
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22902108 829534208 171689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=810092 CPUtime=0
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 16267 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22902108 829534208 171689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17633] ppid=17621 vsize=810092 CPUtime=1.28
/proc/17623/task/17633/stat : 17633 (java) S 17621 17623 16267 0 -1 64 4253 0 0 0 126 2 0 0 17 0 12 0 22902108 829534208 171689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17634] ppid=17621 vsize=810092 CPUtime=0
/proc/17623/task/17634/stat : 17634 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22902108 829534208 171689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17635] ppid=17621 vsize=810092 CPUtime=0
/proc/17623/task/17635/stat : 17635 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22902108 829534208 171689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 109.71
Current children cumulated vsize (KiB) 810092

[startup+110.302 s]
/proc/loadavg: 2.10 2.10 2.03 3/84 17635
/proc/meminfo: memFree=995648/2055920 swapFree=4192812/4192956
[pid=17623] ppid=17621 vsize=825092 CPUtime=111.31
/proc/17623/stat : 17623 (java) S 17621 17623 16267 0 -1 0 506053 0 1 0 10846 285 0 0 18 0 12 0 22902098 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 206273 175439 1424 9 0 203600 0
[pid=17623/tid=17625] ppid=17621 vsize=825092 CPUtime=13.59
/proc/17623/task/17625/stat : 17625 (java) S 17621 17623 16267 0 -1 64 16980 0 1 0 1346 13 0 0 17 0 12 0 22902100 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17626] ppid=17621 vsize=825092 CPUtime=6.04
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 16267 0 -1 64 75780 0 0 0 565 39 0 0 16 0 12 0 22902101 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17627] ppid=17621 vsize=825092 CPUtime=4.73
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 16267 0 -1 64 83955 0 0 0 431 42 0 0 16 0 12 0 22902101 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17628] ppid=17621 vsize=825092 CPUtime=85.61
/proc/17623/task/17628/stat : 17628 (java) R 17621 17623 16267 0 -1 64 324331 0 0 0 8375 186 0 0 25 0 12 0 22902103 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17629] ppid=17621 vsize=825092 CPUtime=0
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 16267 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22902103 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17630] ppid=17621 vsize=825092 CPUtime=0
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 16267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22902103 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=825092 CPUtime=0
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22902108 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=825092 CPUtime=0
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 16267 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22902108 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17633] ppid=17621 vsize=825092 CPUtime=1.28
/proc/17623/task/17633/stat : 17633 (java) S 17621 17623 16267 0 -1 64 4253 0 0 0 126 2 0 0 17 0 12 0 22902108 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17634] ppid=17621 vsize=825092 CPUtime=0
/proc/17623/task/17634/stat : 17634 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22902108 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17635] ppid=17621 vsize=825092 CPUtime=0
/proc/17623/task/17635/stat : 17635 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22902108 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 111.31
Current children cumulated vsize (KiB) 825092

[startup+111.902 s]
/proc/loadavg: 2.10 2.10 2.03 3/84 17635
/proc/meminfo: memFree=995648/2055920 swapFree=4192812/4192956
[pid=17623] ppid=17621 vsize=825092 CPUtime=112.91
/proc/17623/stat : 17623 (java) S 17621 17623 16267 0 -1 0 506053 0 1 0 11006 285 0 0 18 0 12 0 22902098 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 206273 175439 1424 9 0 203600 0
[pid=17623/tid=17625] ppid=17621 vsize=825092 CPUtime=13.59
/proc/17623/task/17625/stat : 17625 (java) S 17621 17623 16267 0 -1 64 16980 0 1 0 1346 13 0 0 17 0 12 0 22902100 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17626] ppid=17621 vsize=825092 CPUtime=6.04
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 16267 0 -1 64 75780 0 0 0 565 39 0 0 16 0 12 0 22902101 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17627] ppid=17621 vsize=825092 CPUtime=4.73
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 16267 0 -1 64 83955 0 0 0 431 42 0 0 16 0 12 0 22902101 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17628] ppid=17621 vsize=825092 CPUtime=87.21
/proc/17623/task/17628/stat : 17628 (java) R 17621 17623 16267 0 -1 64 324331 0 0 0 8535 186 0 0 25 0 12 0 22902103 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 106158794 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17629] ppid=17621 vsize=825092 CPUtime=0
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 16267 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22902103 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17630] ppid=17621 vsize=825092 CPUtime=0
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 16267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22902103 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=825092 CPUtime=0
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22902108 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=825092 CPUtime=0
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 16267 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22902108 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17633] ppid=17621 vsize=825092 CPUtime=1.28
/proc/17623/task/17633/stat : 17633 (java) S 17621 17623 16267 0 -1 64 4253 0 0 0 126 2 0 0 17 0 12 0 22902108 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17634] ppid=17621 vsize=825092 CPUtime=0
/proc/17623/task/17634/stat : 17634 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22902108 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17635] ppid=17621 vsize=825092 CPUtime=0
/proc/17623/task/17635/stat : 17635 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22902108 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 112.91
Current children cumulated vsize (KiB) 825092

[startup+112.701 s]
/proc/loadavg: 2.10 2.10 2.03 3/84 17635
/proc/meminfo: memFree=995648/2055920 swapFree=4192812/4192956
[pid=17623] ppid=17621 vsize=825092 CPUtime=113.7
/proc/17623/stat : 17623 (java) S 17621 17623 16267 0 -1 0 506053 0 1 0 11085 285 0 0 18 0 12 0 22902098 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17623/statm: 206273 175439 1424 9 0 203600 0
[pid=17623/tid=17625] ppid=17621 vsize=825092 CPUtime=13.59
/proc/17623/task/17625/stat : 17625 (java) S 17621 17623 16267 0 -1 64 16980 0 1 0 1346 13 0 0 17 0 12 0 22902100 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17626] ppid=17621 vsize=825092 CPUtime=6.04
/proc/17623/task/17626/stat : 17626 (java) S 17621 17623 16267 0 -1 64 75780 0 0 0 565 39 0 0 16 0 12 0 22902101 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17627] ppid=17621 vsize=825092 CPUtime=4.73
/proc/17623/task/17627/stat : 17627 (java) S 17621 17623 16267 0 -1 64 83955 0 0 0 431 42 0 0 16 0 12 0 22902101 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17628] ppid=17621 vsize=825092 CPUtime=88.01
/proc/17623/task/17628/stat : 17628 (java) R 17621 17623 16267 0 -1 64 324331 0 0 0 8615 186 0 0 25 0 12 0 22902103 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17629] ppid=17621 vsize=825092 CPUtime=0
/proc/17623/task/17629/stat : 17629 (java) S 17621 17623 16267 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22902103 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17623/tid=17630] ppid=17621 vsize=825092 CPUtime=0
/proc/17623/task/17630/stat : 17630 (java) S 17621 17623 16267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22902103 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17631] ppid=17621 vsize=825092 CPUtime=0
/proc/17623/task/17631/stat : 17631 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22902108 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17632] ppid=17621 vsize=825092 CPUtime=0
/proc/17623/task/17632/stat : 17632 (java) S 17621 17623 16267 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22902108 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17633] ppid=17621 vsize=825092 CPUtime=1.28
/proc/17623/task/17633/stat : 17633 (java) S 17621 17623 16267 0 -1 64 4253 0 0 0 126 2 0 0 17 0 12 0 22902108 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17634] ppid=17621 vsize=825092 CPUtime=0
/proc/17623/task/17634/stat : 17634 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22902108 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17623/tid=17635] ppid=17621 vsize=825092 CPUtime=0
/proc/17623/task/17635/stat : 17635 (java) S 17621 17623 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22902108 844894208 175439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 113.7
Current children cumulated vsize (KiB) 825092

[startup+112.902 s]
/proc/loadavg: 2.10 2.10 2.03 3/84 17635
/proc/meminfo: memFree=995648/2055920 swapFree=4192812/4192956
[pid=17623] ppid=17621 vsize=0 CPUtime=113.89
/proc/17623/stat : 17623 (java) Z 17621 17623 16267 0 -1 12 506071 0 1 0 11103 286 0 0 16 0 2 0 22902098 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17623/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 113.89
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 113
CPU time (s): 113.993
CPU user time (s): 111.034
CPU system time (s): 2.95855
CPU usage (%): 100.879
Max. virtual memory (cumulated for all children) (KiB): 857096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 111.034
system time used= 2.95855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 506071
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= 3638
involuntary context switches= 3712

runsolver used 0.173973 second user time and 0.38994 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 02:26:01
IDJOB=2073352
IDBENCH=55971
IDSOLVER=731
FILE ID=node34/2073352-1247358361
PBS_JOBID= 9506848
Free space on /tmp= 66260 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-28_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2073352-1247358361/watcher-2073352-1247358361 -o /tmp/evaluation-result-2073352-1247358361/solver-2073352-1247358361 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2073352-1247358361.xml

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

MD5SUM BENCH= 0f494e9044ccf75c6f1c2068c887183b
RANDOM SEED=1161428534

node34.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.232
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.232
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:       1695040 kB
Buffers:         11748 kB
Cached:         127652 kB
SwapCached:          0 kB
Active:         287212 kB
Inactive:        24692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1695040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3264 kB
Writeback:           0 kB
Mapped:         184056 kB
Slab:            34184 kB
Committed_AS:   302916 kB
PageTables:       2032 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= 66260 MiB
End job on node34 at 2009-07-12 02:27:54