Trace number 2078005

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? 171.211 170.379

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-80-3-1.xml
MD5SUMaabd001fc2ee77791e4e69c004af6c35
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity4
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2078005-1247366519.xml
0.18/0.25	c reading problem ... 
0.48/0.51	c reading problem named null
0.48/0.51	c reading domains done.
0.48/0.51	c reading variables done.
0.48/0.57	c reading predicates  done.
0.88/0.93	c reading constraints
171.06/170.23	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
171.06/170.23		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
171.06/170.23		at org.sat4j.csp.Predicate.find(Unknown Source)
171.06/170.23		at org.sat4j.csp.Predicate.find(Unknown Source)
171.06/170.23		at org.sat4j.csp.Predicate.find(Unknown Source)
171.06/170.23		at org.sat4j.csp.Predicate.find(Unknown Source)
171.06/170.23		at org.sat4j.csp.Predicate.find(Unknown Source)
171.06/170.23		at org.sat4j.csp.Predicate.toClause(Unknown Source)
171.06/170.23		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
171.06/170.23		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
171.06/170.23		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
171.06/170.23		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
171.06/170.23		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
171.06/170.23		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
171.06/170.23		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
171.06/170.23		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
171.06/170.23		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
171.06/170.23		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
171.06/170.23		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
171.06/170.23		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
171.06/170.23		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
171.06/170.23		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
171.06/170.23		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
171.06/170.23		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
171.06/170.23		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
171.06/170.23		at org.sat4j.AbstractLauncher.run(Unknown Source)
171.06/170.23		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
171.06/170.23	c starts		: 0
171.06/170.23	c conflicts		: 0
171.06/170.23	c decisions		: 0
171.06/170.23	c propagations		: 0
171.06/170.23	c inspects		: 0
171.06/170.23	c learnt literals	: 0
171.06/170.23	c learnt binary clauses	: 0
171.06/170.23	c learnt ternary clauses	: 0
171.06/170.23	c learnt clauses	: 0
171.06/170.23	c ignored clauses	: 0
171.06/170.23	c root simplifications	: 0
171.06/170.24	c removed literals (reason simplification)	: 0
171.06/170.24	c reason swapping (by a shorter reason)	: 0
171.06/170.24	c Calls to reduceDB	: 0
171.06/170.24	c speed (assignments/second)	: 0.0
171.06/170.24	c non guided choices	0
171.06/170.24	c learnt constraints type 
171.06/170.24	c constraints type 
171.06/170.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9309977
171.06/170.24	c org.sat4j.minisat.constraints.card.AtLeast => 100
171.06/170.24	s UNKNOWN
171.06/170.24	c Total wall clock time (in seconds) : 169.98

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-2078005-1247366519/watcher-2078005-1247366519 -o /tmp/evaluation-result-2078005-1247366519/solver-2078005-1247366519 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2078005-1247366519.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 2.03 2.20 3/72 24058
/proc/meminfo: memFree=1577824/2055920 swapFree=4192812/4192956
[pid=24058] ppid=24056 vsize=18576 CPUtime=0
/proc/24058/stat : 24058 (runsolver) R 24056 24058 18836 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 23717999 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 264907582759 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/24058/statm: 4644 284 249 26 0 2626 0

[startup+0.0766439 s]
/proc/loadavg: 1.92 2.03 2.20 3/72 24058
/proc/meminfo: memFree=1577824/2055920 swapFree=4192812/4192956
[pid=24058] ppid=24056 vsize=802164 CPUtime=0.06
/proc/24058/stat : 24058 (java) S 24056 24058 18836 0 -1 0 2741 0 1 0 4 2 0 0 18 0 7 0 23717999 821415936 2486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/24058/statm: 200541 2486 1030 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.101643 s]
/proc/loadavg: 1.92 2.03 2.20 3/72 24058
/proc/meminfo: memFree=1577824/2055920 swapFree=4192812/4192956
[pid=24058] ppid=24056 vsize=804360 CPUtime=0.08
/proc/24058/stat : 24058 (java) S 24056 24058 18836 0 -1 0 2932 0 1 0 6 2 0 0 18 0 12 0 23717999 823664640 2675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24058/statm: 201090 2675 1056 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804360

[startup+0.301675 s]
/proc/loadavg: 1.92 2.03 2.20 3/72 24058
/proc/meminfo: memFree=1577824/2055920 swapFree=4192812/4192956
[pid=24058] ppid=24056 vsize=805628 CPUtime=0.29
/proc/24058/stat : 24058 (java) S 24056 24058 18836 0 -1 0 4275 0 1 0 25 4 0 0 18 0 12 0 23717999 824963072 4012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24058/statm: 201407 4012 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701736 s]
/proc/loadavg: 1.92 2.03 2.20 3/72 24058
/proc/meminfo: memFree=1577824/2055920 swapFree=4192812/4192956
[pid=24058] ppid=24056 vsize=807356 CPUtime=0.68
/proc/24058/stat : 24058 (java) S 24056 24058 18836 0 -1 0 6173 0 1 0 62 6 0 0 18 0 12 0 23717999 826732544 5580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24058/statm: 201839 5580 1384 9 0 199166 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807356

[startup+1.50286 s]
/proc/loadavg: 1.92 2.03 2.20 3/84 24070
/proc/meminfo: memFree=1558528/2055920 swapFree=4192812/4192956
[pid=24058] ppid=24056 vsize=813720 CPUtime=1.47
/proc/24058/stat : 24058 (java) S 24056 24058 18836 0 -1 0 9600 0 1 0 139 8 0 0 18 0 12 0 23717999 833249280 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24058/statm: 203430 7753 1412 9 0 200757 0
[pid=24058/tid=24060] ppid=24056 vsize=813720 CPUtime=0.78
/proc/24058/task/24060/stat : 24060 (java) R 24056 24058 18836 0 -1 64 4975 0 1 0 73 5 0 0 20 0 12 0 23718001 833249280 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24061] ppid=24056 vsize=813720 CPUtime=0
/proc/24058/task/24061/stat : 24061 (java) S 24056 24058 18836 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23718002 833249280 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24062] ppid=24056 vsize=813720 CPUtime=0
/proc/24058/task/24062/stat : 24062 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23718002 833249280 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24063] ppid=24056 vsize=813720 CPUtime=0
/proc/24058/task/24063/stat : 24063 (java) S 24056 24058 18836 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23718004 833249280 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24064] ppid=24056 vsize=813720 CPUtime=0
/proc/24058/task/24064/stat : 24064 (java) S 24056 24058 18836 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 23718004 833249280 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24065] ppid=24056 vsize=813720 CPUtime=0
/proc/24058/task/24065/stat : 24065 (java) S 24056 24058 18836 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 23718004 833249280 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24066] ppid=24056 vsize=813720 CPUtime=0
/proc/24058/task/24066/stat : 24066 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23718009 833249280 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24067] ppid=24056 vsize=813720 CPUtime=0
/proc/24058/task/24067/stat : 24067 (java) S 24056 24058 18836 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23718009 833249280 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24068] ppid=24056 vsize=813720 CPUtime=0.67
/proc/24058/task/24068/stat : 24068 (java) R 24056 24058 18836 0 -1 64 3871 0 0 0 65 2 0 0 18 0 12 0 23718009 833249280 7753 996147200 134512640 134550932 4294956016 18446744073709551615 104163913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24069] ppid=24056 vsize=813720 CPUtime=0
/proc/24058/task/24069/stat : 24069 (java) S 24056 24058 18836 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23718009 833249280 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24070] ppid=24056 vsize=813720 CPUtime=0
/proc/24058/task/24070/stat : 24070 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23718009 833249280 7753 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) 813720

[startup+3.10209 s]
/proc/loadavg: 1.92 2.03 2.20 3/84 24070
/proc/meminfo: memFree=1543552/2055920 swapFree=4192812/4192956
[pid=24058] ppid=24056 vsize=812712 CPUtime=3.06
/proc/24058/stat : 24058 (java) S 24056 24058 18836 0 -1 0 20844 0 1 0 292 14 0 0 18 0 12 0 23717999 832217088 18381 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24058/statm: 203178 18381 1429 9 0 200505 0
[pid=24058/tid=24060] ppid=24056 vsize=812712 CPUtime=1.89
/proc/24058/task/24060/stat : 24060 (java) R 24056 24058 18836 0 -1 64 15660 0 1 0 178 11 0 0 25 0 12 0 23718001 832217088 18381 996147200 134512640 134550932 4294956016 18446744073709551615 4109731581 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24061] ppid=24056 vsize=812712 CPUtime=0
/proc/24058/task/24061/stat : 24061 (java) S 24056 24058 18836 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23718002 832217088 18381 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24062] ppid=24056 vsize=812712 CPUtime=0
/proc/24058/task/24062/stat : 24062 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23718002 832217088 18381 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24063] ppid=24056 vsize=812712 CPUtime=0
/proc/24058/task/24063/stat : 24063 (java) S 24056 24058 18836 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23718004 832217088 18381 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24064] ppid=24056 vsize=812712 CPUtime=0
/proc/24058/task/24064/stat : 24064 (java) S 24056 24058 18836 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 23718004 832217088 18381 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24065] ppid=24056 vsize=812712 CPUtime=0
/proc/24058/task/24065/stat : 24065 (java) S 24056 24058 18836 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 23718004 832217088 18381 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24066] ppid=24056 vsize=812712 CPUtime=0
/proc/24058/task/24066/stat : 24066 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23718009 832217088 18381 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24067] ppid=24056 vsize=812712 CPUtime=0.04
/proc/24058/task/24067/stat : 24067 (java) S 24056 24058 18836 0 -1 64 29 0 0 0 4 0 0 0 16 0 12 0 23718009 832217088 18381 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24068] ppid=24056 vsize=812712 CPUtime=1.11
/proc/24058/task/24068/stat : 24068 (java) S 24056 24058 18836 0 -1 64 4413 0 0 0 109 2 0 0 16 0 12 0 23718009 832217088 18381 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24069] ppid=24056 vsize=812712 CPUtime=0
/proc/24058/task/24069/stat : 24069 (java) S 24056 24058 18836 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23718009 832217088 18381 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24070] ppid=24056 vsize=812712 CPUtime=0
/proc/24058/task/24070/stat : 24070 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23718009 832217088 18381 996147200 134512640 134550932 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) 812712

[startup+6.30255 s]
/proc/loadavg: 1.93 2.03 2.20 3/84 24070
/proc/meminfo: memFree=1460096/2055920 swapFree=4192812/4192956
[pid=24058] ppid=24056 vsize=811688 CPUtime=6.35
/proc/24058/stat : 24058 (java) S 24056 24058 18836 0 -1 0 35903 0 1 0 612 23 0 0 18 0 12 0 23717999 831168512 32933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24058/statm: 202922 32933 1438 9 0 200249 0
[pid=24058/tid=24060] ppid=24056 vsize=811688 CPUtime=3.99
/proc/24058/task/24060/stat : 24060 (java) R 24056 24058 18836 0 -1 64 17420 0 1 0 386 13 0 0 17 0 12 0 23718001 831168512 32933 996147200 134512640 134550932 4294956016 18446744073709551615 4109269536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24061] ppid=24056 vsize=811688 CPUtime=0.45
/proc/24058/task/24061/stat : 24061 (java) S 24056 24058 18836 0 -1 64 7872 0 0 0 42 3 0 0 16 0 12 0 23718002 831168512 32933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24062] ppid=24056 vsize=811688 CPUtime=0.34
/proc/24058/task/24062/stat : 24062 (java) S 24056 24058 18836 0 -1 64 5378 0 0 0 32 2 0 0 17 0 12 0 23718002 831168512 32933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24063] ppid=24056 vsize=811688 CPUtime=0
/proc/24058/task/24063/stat : 24063 (java) S 24056 24058 18836 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23718004 831168512 32933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24064] ppid=24056 vsize=811688 CPUtime=0
/proc/24058/task/24064/stat : 24064 (java) S 24056 24058 18836 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23718004 831168512 32933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24065] ppid=24056 vsize=811688 CPUtime=0
/proc/24058/task/24065/stat : 24065 (java) S 24056 24058 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23718004 831168512 32933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24066] ppid=24056 vsize=811688 CPUtime=0
/proc/24058/task/24066/stat : 24066 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23718009 831168512 32933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24067] ppid=24056 vsize=811688 CPUtime=0.04
/proc/24058/task/24067/stat : 24067 (java) S 24056 24058 18836 0 -1 64 29 0 0 0 4 0 0 0 16 0 12 0 23718009 831168512 32933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24068] ppid=24056 vsize=811688 CPUtime=1.48
/proc/24058/task/24068/stat : 24068 (java) S 24056 24058 18836 0 -1 64 4450 0 0 0 146 2 0 0 15 0 12 0 23718009 831168512 32933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24069] ppid=24056 vsize=811688 CPUtime=0
/proc/24058/task/24069/stat : 24069 (java) S 24056 24058 18836 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23718009 831168512 32933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24070] ppid=24056 vsize=811688 CPUtime=0
/proc/24058/task/24070/stat : 24070 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23718009 831168512 32933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 811688

[startup+12.7025 s]
/proc/loadavg: 1.93 2.03 2.20 3/84 24070
/proc/meminfo: memFree=1377792/2055920 swapFree=4192812/4192956
[pid=24058] ppid=24056 vsize=811688 CPUtime=13.02
/proc/24058/stat : 24058 (java) S 24056 24058 18836 0 -1 0 60245 0 1 0 1268 34 0 0 18 0 12 0 23717999 831168512 56695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24058/statm: 202922 56695 1438 9 0 200249 0
[pid=24058/tid=24060] ppid=24056 vsize=811688 CPUtime=8.09
/proc/24058/task/24060/stat : 24060 (java) R 24056 24058 18836 0 -1 64 17454 0 1 0 796 13 0 0 25 0 12 0 23718001 831168512 56695 996147200 134512640 134550932 4294956016 18446744073709551615 4109572247 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24061] ppid=24056 vsize=811688 CPUtime=1.61
/proc/24058/task/24061/stat : 24061 (java) S 24056 24058 18836 0 -1 64 20059 0 0 0 153 8 0 0 16 0 12 0 23718002 831168512 56695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24062] ppid=24056 vsize=811688 CPUtime=1.53
/proc/24058/task/24062/stat : 24062 (java) S 24056 24058 18836 0 -1 64 17481 0 0 0 145 8 0 0 16 0 12 0 23718002 831168512 56695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24063] ppid=24056 vsize=811688 CPUtime=0
/proc/24058/task/24063/stat : 24063 (java) S 24056 24058 18836 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23718004 831168512 56695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24064] ppid=24056 vsize=811688 CPUtime=0
/proc/24058/task/24064/stat : 24064 (java) S 24056 24058 18836 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23718004 831168512 56695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24065] ppid=24056 vsize=811688 CPUtime=0
/proc/24058/task/24065/stat : 24065 (java) S 24056 24058 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23718004 831168512 56695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24066] ppid=24056 vsize=811688 CPUtime=0
/proc/24058/task/24066/stat : 24066 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23718009 831168512 56695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24067] ppid=24056 vsize=811688 CPUtime=0.04
/proc/24058/task/24067/stat : 24067 (java) S 24056 24058 18836 0 -1 64 29 0 0 0 4 0 0 0 16 0 12 0 23718009 831168512 56695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24068] ppid=24056 vsize=811688 CPUtime=1.69
/proc/24058/task/24068/stat : 24068 (java) S 24056 24058 18836 0 -1 64 4468 0 0 0 167 2 0 0 16 0 12 0 23718009 831168512 56695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24069] ppid=24056 vsize=811688 CPUtime=0
/proc/24058/task/24069/stat : 24069 (java) S 24056 24058 18836 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23718009 831168512 56695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24070] ppid=24056 vsize=811688 CPUtime=0
/proc/24058/task/24070/stat : 24070 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23718009 831168512 56695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.02
Current children cumulated vsize (KiB) 811688

[startup+25.5024 s]
/proc/loadavg: 2.08 2.06 2.21 3/84 24070
/proc/meminfo: memFree=1182400/2055920 swapFree=4192812/4192956
[pid=24058] ppid=24056 vsize=812972 CPUtime=26.1
/proc/24058/stat : 24058 (java) S 24056 24058 18836 0 -1 0 104956 0 1 0 2556 54 0 0 18 0 12 0 23717999 832483328 101102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24058/statm: 203243 101104 1438 9 0 200570 0
[pid=24058/tid=24060] ppid=24056 vsize=812972 CPUtime=16.76
/proc/24058/task/24060/stat : 24060 (java) S 24056 24058 18836 0 -1 64 17486 0 1 0 1663 13 0 0 19 0 12 0 23718001 832483328 101105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24061] ppid=24056 vsize=812972 CPUtime=3.74
/proc/24058/task/24061/stat : 24061 (java) R 24056 24058 18836 0 -1 64 44775 0 0 0 355 19 0 0 16 0 12 0 23718002 832483328 101107 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24062] ppid=24056 vsize=812972 CPUtime=3.73
/proc/24058/task/24062/stat : 24062 (java) R 24056 24058 18836 0 -1 64 37449 0 0 0 356 17 0 0 16 0 12 0 23718002 832483328 101109 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24063] ppid=24056 vsize=812972 CPUtime=0.01
/proc/24058/task/24063/stat : 24063 (java) S 24056 24058 18836 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 23718004 832483328 101110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24064] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24064/stat : 24064 (java) S 24056 24058 18836 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23718004 832483328 101112 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24065] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24065/stat : 24065 (java) S 24056 24058 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23718004 832483328 101113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24066] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24066/stat : 24066 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23718009 832483328 101113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24067] ppid=24056 vsize=812972 CPUtime=0.04

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

[pid=24058/tid=24070] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24070/stat : 24070 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 103.44
Current children cumulated vsize (KiB) 812972

[startup+162.301 s]
/proc/loadavg: 2.12 2.13 2.21 3/84 24070
/proc/meminfo: memFree=889472/2055920 swapFree=4192812/4192956
[pid=24058] ppid=24056 vsize=812972 CPUtime=163.2
/proc/24058/stat : 24058 (java) S 24056 24058 18836 0 -1 0 177853 0 1 0 16235 85 0 0 18 0 12 0 23717999 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24058/statm: 203243 172869 1440 9 0 200570 0
[pid=24058/tid=24060] ppid=24056 vsize=812972 CPUtime=36.59
/proc/24058/task/24060/stat : 24060 (java) S 24056 24058 18836 0 -1 64 29851 0 1 0 3639 20 0 0 17 0 12 0 23718001 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24061] ppid=24056 vsize=812972 CPUtime=8.13
/proc/24058/task/24061/stat : 24061 (java) S 24056 24058 18836 0 -1 64 70243 0 0 0 784 29 0 0 15 0 12 0 23718002 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24062] ppid=24056 vsize=812972 CPUtime=7.61
/proc/24058/task/24062/stat : 24062 (java) S 24056 24058 18836 0 -1 64 65842 0 0 0 734 27 0 0 16 0 12 0 23718002 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24063] ppid=24056 vsize=812972 CPUtime=108.86
/proc/24058/task/24063/stat : 24063 (java) R 24056 24058 18836 0 -1 64 6678 0 0 0 10883 3 0 0 25 0 12 0 23718004 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24064] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24064/stat : 24064 (java) S 24056 24058 18836 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23718004 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24065] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24065/stat : 24065 (java) S 24056 24058 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23718004 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24066] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24066/stat : 24066 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24067] ppid=24056 vsize=812972 CPUtime=0.04
/proc/24058/task/24067/stat : 24067 (java) S 24056 24058 18836 0 -1 64 29 0 0 0 4 0 0 0 16 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24068] ppid=24056 vsize=812972 CPUtime=1.9
/proc/24058/task/24068/stat : 24068 (java) S 24056 24058 18836 0 -1 64 4469 0 0 0 188 2 0 0 16 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24069] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24069/stat : 24069 (java) S 24056 24058 18836 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24070] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24070/stat : 24070 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 163.2
Current children cumulated vsize (KiB) 812972

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

[startup+166.302 s]
/proc/loadavg: 2.11 2.12 2.21 3/84 24070
/proc/meminfo: memFree=889472/2055920 swapFree=4192812/4192956
[pid=24058] ppid=24056 vsize=812972 CPUtime=167.17
/proc/24058/stat : 24058 (java) S 24056 24058 18836 0 -1 0 177856 0 1 0 16632 85 0 0 18 0 12 0 23717999 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24058/statm: 203243 172869 1439 9 0 200570 0
[pid=24058/tid=24060] ppid=24056 vsize=812972 CPUtime=36.61
/proc/24058/task/24060/stat : 24060 (java) S 24056 24058 18836 0 -1 64 29854 0 1 0 3641 20 0 0 17 0 12 0 23718001 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24061] ppid=24056 vsize=812972 CPUtime=8.13
/proc/24058/task/24061/stat : 24061 (java) S 24056 24058 18836 0 -1 64 70243 0 0 0 784 29 0 0 15 0 12 0 23718002 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24062] ppid=24056 vsize=812972 CPUtime=7.61
/proc/24058/task/24062/stat : 24062 (java) S 24056 24058 18836 0 -1 64 65842 0 0 0 734 27 0 0 16 0 12 0 23718002 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24063] ppid=24056 vsize=812972 CPUtime=112.82
/proc/24058/task/24063/stat : 24063 (java) R 24056 24058 18836 0 -1 64 6678 0 0 0 11279 3 0 0 25 0 12 0 23718004 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 104177885 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24064] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24064/stat : 24064 (java) S 24056 24058 18836 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23718004 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24065] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24065/stat : 24065 (java) S 24056 24058 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23718004 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24066] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24066/stat : 24066 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24067] ppid=24056 vsize=812972 CPUtime=0.04
/proc/24058/task/24067/stat : 24067 (java) S 24056 24058 18836 0 -1 64 29 0 0 0 4 0 0 0 16 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24068] ppid=24056 vsize=812972 CPUtime=1.9
/proc/24058/task/24068/stat : 24068 (java) S 24056 24058 18836 0 -1 64 4469 0 0 0 188 2 0 0 16 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24069] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24069/stat : 24069 (java) S 24056 24058 18836 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24070] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24070/stat : 24070 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 167.17
Current children cumulated vsize (KiB) 812972

[startup+167.902 s]
/proc/loadavg: 2.11 2.12 2.21 3/84 24070
/proc/meminfo: memFree=889472/2055920 swapFree=4192812/4192956
[pid=24058] ppid=24056 vsize=812972 CPUtime=168.77
/proc/24058/stat : 24058 (java) S 24056 24058 18836 0 -1 0 177856 0 1 0 16792 85 0 0 18 0 12 0 23717999 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24058/statm: 203243 172869 1439 9 0 200570 0
[pid=24058/tid=24060] ppid=24056 vsize=812972 CPUtime=36.61
/proc/24058/task/24060/stat : 24060 (java) S 24056 24058 18836 0 -1 64 29854 0 1 0 3641 20 0 0 17 0 12 0 23718001 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24061] ppid=24056 vsize=812972 CPUtime=8.13
/proc/24058/task/24061/stat : 24061 (java) S 24056 24058 18836 0 -1 64 70243 0 0 0 784 29 0 0 15 0 12 0 23718002 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24062] ppid=24056 vsize=812972 CPUtime=7.61
/proc/24058/task/24062/stat : 24062 (java) S 24056 24058 18836 0 -1 64 65842 0 0 0 734 27 0 0 16 0 12 0 23718002 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24063] ppid=24056 vsize=812972 CPUtime=114.41
/proc/24058/task/24063/stat : 24063 (java) R 24056 24058 18836 0 -1 64 6678 0 0 0 11438 3 0 0 25 0 12 0 23718004 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 106157709 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24064] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24064/stat : 24064 (java) S 24056 24058 18836 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23718004 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24065] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24065/stat : 24065 (java) S 24056 24058 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23718004 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24066] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24066/stat : 24066 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24067] ppid=24056 vsize=812972 CPUtime=0.04
/proc/24058/task/24067/stat : 24067 (java) S 24056 24058 18836 0 -1 64 29 0 0 0 4 0 0 0 16 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24068] ppid=24056 vsize=812972 CPUtime=1.9
/proc/24058/task/24068/stat : 24068 (java) S 24056 24058 18836 0 -1 64 4469 0 0 0 188 2 0 0 16 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24069] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24069/stat : 24069 (java) S 24056 24058 18836 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24070] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24070/stat : 24070 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 168.77
Current children cumulated vsize (KiB) 812972

[startup+169.502 s]
/proc/loadavg: 2.10 2.12 2.21 3/84 24070
/proc/meminfo: memFree=889472/2055920 swapFree=4192812/4192956
[pid=24058] ppid=24056 vsize=812972 CPUtime=170.36
/proc/24058/stat : 24058 (java) S 24056 24058 18836 0 -1 0 177856 0 1 0 16951 85 0 0 18 0 12 0 23717999 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24058/statm: 203243 172869 1439 9 0 200570 0
[pid=24058/tid=24060] ppid=24056 vsize=812972 CPUtime=36.61
/proc/24058/task/24060/stat : 24060 (java) S 24056 24058 18836 0 -1 64 29854 0 1 0 3641 20 0 0 17 0 12 0 23718001 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24061] ppid=24056 vsize=812972 CPUtime=8.13
/proc/24058/task/24061/stat : 24061 (java) S 24056 24058 18836 0 -1 64 70243 0 0 0 784 29 0 0 15 0 12 0 23718002 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24062] ppid=24056 vsize=812972 CPUtime=7.61
/proc/24058/task/24062/stat : 24062 (java) S 24056 24058 18836 0 -1 64 65842 0 0 0 734 27 0 0 16 0 12 0 23718002 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24063] ppid=24056 vsize=812972 CPUtime=116
/proc/24058/task/24063/stat : 24063 (java) R 24056 24058 18836 0 -1 64 6678 0 0 0 11597 3 0 0 25 0 12 0 23718004 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 106158794 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24064] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24064/stat : 24064 (java) S 24056 24058 18836 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23718004 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24065] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24065/stat : 24065 (java) S 24056 24058 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23718004 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24066] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24066/stat : 24066 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24067] ppid=24056 vsize=812972 CPUtime=0.04
/proc/24058/task/24067/stat : 24067 (java) S 24056 24058 18836 0 -1 64 29 0 0 0 4 0 0 0 16 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24068] ppid=24056 vsize=812972 CPUtime=1.9
/proc/24058/task/24068/stat : 24068 (java) S 24056 24058 18836 0 -1 64 4469 0 0 0 188 2 0 0 16 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24069] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24069/stat : 24069 (java) S 24056 24058 18836 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24070] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24070/stat : 24070 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 170.36
Current children cumulated vsize (KiB) 812972

[startup+169.902 s]
/proc/loadavg: 2.10 2.12 2.21 3/84 24070
/proc/meminfo: memFree=889472/2055920 swapFree=4192812/4192956
[pid=24058] ppid=24056 vsize=812972 CPUtime=170.76
/proc/24058/stat : 24058 (java) S 24056 24058 18836 0 -1 0 177856 0 1 0 16991 85 0 0 18 0 12 0 23717999 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24058/statm: 203243 172869 1439 9 0 200570 0
[pid=24058/tid=24060] ppid=24056 vsize=812972 CPUtime=36.61
/proc/24058/task/24060/stat : 24060 (java) S 24056 24058 18836 0 -1 64 29854 0 1 0 3641 20 0 0 17 0 12 0 23718001 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24061] ppid=24056 vsize=812972 CPUtime=8.13
/proc/24058/task/24061/stat : 24061 (java) S 24056 24058 18836 0 -1 64 70243 0 0 0 784 29 0 0 15 0 12 0 23718002 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24062] ppid=24056 vsize=812972 CPUtime=7.61
/proc/24058/task/24062/stat : 24062 (java) S 24056 24058 18836 0 -1 64 65842 0 0 0 734 27 0 0 16 0 12 0 23718002 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24063] ppid=24056 vsize=812972 CPUtime=116.4
/proc/24058/task/24063/stat : 24063 (java) R 24056 24058 18836 0 -1 64 6678 0 0 0 11637 3 0 0 25 0 12 0 23718004 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 106159280 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24064] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24064/stat : 24064 (java) S 24056 24058 18836 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23718004 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24065] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24065/stat : 24065 (java) S 24056 24058 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23718004 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24066] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24066/stat : 24066 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24067] ppid=24056 vsize=812972 CPUtime=0.04
/proc/24058/task/24067/stat : 24067 (java) S 24056 24058 18836 0 -1 64 29 0 0 0 4 0 0 0 16 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24068] ppid=24056 vsize=812972 CPUtime=1.9
/proc/24058/task/24068/stat : 24068 (java) S 24056 24058 18836 0 -1 64 4469 0 0 0 188 2 0 0 16 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24058/tid=24069] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24069/stat : 24069 (java) S 24056 24058 18836 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24070] ppid=24056 vsize=812972 CPUtime=0
/proc/24058/task/24070/stat : 24070 (java) S 24056 24058 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23718009 832483328 172869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 170.76
Current children cumulated vsize (KiB) 812972

[startup+170.302 s]
/proc/loadavg: 2.10 2.12 2.21 3/84 24070
/proc/meminfo: memFree=889472/2055920 swapFree=4192812/4192956
[pid=24058] ppid=24056 vsize=0 CPUtime=171.13
/proc/24058/stat : 24058 (java) Z 24056 24058 18836 0 -1 12 177874 0 1 0 17025 88 0 0 16 0 2 0 23717999 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24058/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 171.13
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 170.379
CPU time (s): 171.211
CPU user time (s): 170.252
CPU system time (s): 0.958854
CPU usage (%): 100.488
Max. virtual memory (cumulated for all children) (KiB): 813720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 170.252
system time used= 0.958854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177874
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= 5759
involuntary context switches= 6144

runsolver used 0.200969 second user time and 0.603908 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 04:41:59
IDJOB=2078005
IDBENCH=56702
IDSOLVER=731
FILE ID=node30/2078005-1247366519
PBS_JOBID= 9507002
Free space on /tmp= 66376 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-80-3-1.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078005-1247366519/watcher-2078005-1247366519 -o /tmp/evaluation-result-2078005-1247366519/solver-2078005-1247366519 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2078005-1247366519.xml

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

MD5SUM BENCH= aabd001fc2ee77791e4e69c004af6c35
RANDOM SEED=285390565

node30.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.277
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.277
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:       1578304 kB
Buffers:         37972 kB
Cached:         273060 kB
SwapCached:          0 kB
Active:         236996 kB
Inactive:       165980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1578304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1320 kB
Writeback:           0 kB
Mapped:         103460 kB
Slab:            60112 kB
Committed_AS:   260440 kB
PageTables:       1832 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= 66376 MiB
End job on node30 at 2009-07-12 04:44:49