Trace number 1057903

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 294.963 296.59

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-34.xml
MD5SUM0cbd4c2262a14d2104ccf77a271c7cbb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.05899
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity20
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension81
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.32	c See www.sat4j.org for details.
0.28/0.32	c That software uses the Rhino library from the Mozilla project.
0.28/0.37	c version 9.9.9.token
0.28/0.37	c sun.arch.data.model	32
0.28/0.37	c java.version	1.6.0_06
0.28/0.37	c os.name	Linux
0.28/0.37	c os.version	2.6.9-22.EL.rootsmp
0.28/0.37	c os.arch	i386
0.28/0.37	c Free memory 669864272
0.28/0.37	c Max memory 672137216
0.28/0.37	c Total memory 672137216
0.28/0.37	c Number of processors 2
0.38/0.42	c c --- Begin Solver configuration ---
0.38/0.42	c Stops conflict analysis at the first Unique Implication Point
0.38/0.42	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.42	c Learn all clauses as in MiniSAT
0.38/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.42	c Expensive reason simplification
0.38/0.42	c MiniSAT restarts strategy
0.38/0.42	c timeout=2147483s
0.38/0.42	c DB Simplification allowed=false
0.38/0.42	c --- End Solver configuration ---
0.38/0.42	c solving HOME/instance-1057903-1215111779.xml
0.38/0.42	c reading problem ... 
0.68/0.70	c reading problem named null
0.68/0.70	c reading domains done.
0.68/0.71	c reading variables done.
0.68/0.77	c reading predicates  done.
1.18/1.28	c reading constraints
294.80/296.43	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
294.80/296.43		at org.mozilla.javascript.gen.c16._c0(rhino.log:1)
294.80/296.43		at org.mozilla.javascript.gen.c16.call(rhino.log)
294.80/296.43		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
294.80/296.43		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
294.80/296.43		at org.mozilla.javascript.gen.c16.call(rhino.log)
294.80/296.43		at org.mozilla.javascript.gen.c16.exec(rhino.log)
294.80/296.43		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
294.80/296.43		at org.sat4j.csp.Predicate.find(Predicate.java:129)
294.80/296.43		at org.sat4j.csp.Predicate.find(Predicate.java:139)
294.80/296.43		at org.sat4j.csp.Predicate.find(Predicate.java:139)
294.80/296.43		at org.sat4j.csp.Predicate.find(Predicate.java:139)
294.80/296.43		at org.sat4j.csp.Predicate.find(Predicate.java:139)
294.80/296.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
294.80/296.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
294.80/296.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
294.80/296.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
294.80/296.44		at org.sat4j.csp.Predicate.find(Predicate.java:139)
294.80/296.44		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
294.80/296.44		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
294.80/296.44		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
294.80/296.44		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
294.80/296.44		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
294.80/296.44		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
294.80/296.44		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
294.80/296.44		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
294.80/296.44		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
294.80/296.44		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
294.80/296.44		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
294.80/296.44		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
294.80/296.44		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
294.80/296.44		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
294.80/296.44		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
294.80/296.44	c starts		: 0
294.80/296.44	c conflicts		: 0
294.80/296.44	c decisions		: 0
294.80/296.44	c propagations		: 0
294.80/296.44	c inspects		: 0
294.80/296.44	c learnt literals	: 0
294.80/296.44	c learnt binary clauses	: 0
294.80/296.44	c learnt ternary clauses	: 0
294.80/296.44	c learnt clauses	: 0
294.80/296.44	c ignored clauses	: 0
294.80/296.44	c root simplifications	: 0
294.80/296.44	c removed literals (reason simplification)	: 0
294.80/296.44	c reason swapping (by a shorter reason)	: 0
294.80/296.44	c Calls to reduceDB	: 0
294.80/296.44	c speed (assignments/second)	: 0.0
294.80/296.44	c non guided choices	0
294.80/296.44	s UNKNOWN
294.80/296.44	c Total wall clock time (in seconds) : 296.018

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057903-1215111779/watcher-1057903-1215111779 -o /tmp/evaluation-result-1057903-1215111779/solver-1057903-1215111779 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057903-1215111779.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.28 2.07 1.95 4/83 17702
/proc/meminfo: memFree=1274536/2055920 swapFree=4180724/4192956
[pid=17702] ppid=17700 vsize=18572 CPUtime=0
/proc/17702/stat : 17702 (runsolver) R 17700 17702 16947 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1990149341 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 218076081447 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/17702/statm: 4643 292 257 25 0 2626 0

[startup+0.0165761 s]
/proc/loadavg: 2.28 2.07 1.95 4/83 17702
/proc/meminfo: memFree=1274536/2055920 swapFree=4180724/4192956
[pid=17702] ppid=17700 vsize=13376 CPUtime=0.01
/proc/17702/stat : 17702 (java) S 17700 17702 16947 0 -1 0 814 0 0 0 0 1 0 0 18 0 2 0 1990149341 13697024 589 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 3394 639 299 9 0 1246 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13376

[startup+0.104358 s]
/proc/loadavg: 2.28 2.07 1.95 4/83 17702
/proc/meminfo: memFree=1274536/2055920 swapFree=4180724/4192956
[pid=17702] ppid=17700 vsize=804612 CPUtime=0.09
/proc/17702/stat : 17702 (java) S 17700 17702 16947 0 -1 0 3009 0 1 0 7 2 0 0 18 0 12 0 1990149341 823922688 2742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 201153 2742 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.30139 s]
/proc/loadavg: 2.28 2.07 1.95 4/83 17702
/proc/meminfo: memFree=1274536/2055920 swapFree=4180724/4192956
[pid=17702] ppid=17700 vsize=808276 CPUtime=0.28
/proc/17702/stat : 17702 (java) S 17700 17702 16947 0 -1 0 4880 0 1 0 25 3 0 0 18 0 12 0 1990149341 827674624 4207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 202069 4207 1296 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701459 s]
/proc/loadavg: 2.28 2.07 1.95 4/83 17702
/proc/meminfo: memFree=1274536/2055920 swapFree=4180724/4192956
[pid=17702] ppid=17700 vsize=808304 CPUtime=0.68
/proc/17702/stat : 17702 (java) S 17700 17702 16947 0 -1 0 6336 0 1 0 63 5 0 0 18 0 12 0 1990149341 827703296 5464 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 202076 5464 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50259 s]
/proc/loadavg: 2.28 2.07 1.95 3/95 17714
/proc/meminfo: memFree=1250760/2055920 swapFree=4180724/4192956
[pid=17702] ppid=17700 vsize=808304 CPUtime=1.47
/proc/17702/stat : 17702 (java) S 17700 17702 16947 0 -1 0 7674 0 1 0 141 6 0 0 18 0 12 0 1990149341 827703296 6760 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 202076 6760 1366 9 0 199438 0
[pid=17702/tid=17704] ppid=17700 vsize=808304 CPUtime=0.86
/proc/17702/task/17704/stat : 17704 (java) R 17700 17702 16947 0 -1 64 5062 0 1 0 82 4 0 0 24 0 12 0 1990149343 827703296 6760 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17700 vsize=808304 CPUtime=0
/proc/17702/task/17705/stat : 17705 (java) S 17700 17702 16947 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1990149343 827703296 6760 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17706] ppid=17700 vsize=808304 CPUtime=0
/proc/17702/task/17706/stat : 17706 (java) S 17700 17702 16947 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1990149343 827703296 6760 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17707] ppid=17700 vsize=808304 CPUtime=0
/proc/17702/task/17707/stat : 17707 (java) S 17700 17702 16947 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1990149345 827703296 6760 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17708] ppid=17700 vsize=808304 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17700 17702 16947 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1990149346 827703296 6760 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17709] ppid=17700 vsize=808304 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17700 17702 16947 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1990149346 827703296 6760 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17710] ppid=17700 vsize=808304 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17700 17702 16947 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990149350 827703296 6760 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17711] ppid=17700 vsize=808304 CPUtime=0.29
/proc/17702/task/17711/stat : 17711 (java) S 17700 17702 16947 0 -1 64 658 0 0 0 29 0 0 0 16 0 12 0 1990149350 827703296 6760 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17712] ppid=17700 vsize=808304 CPUtime=0.28
/proc/17702/task/17712/stat : 17712 (java) R 17700 17702 16947 0 -1 64 1188 0 0 0 28 0 0 0 16 0 12 0 1990149350 827703296 6760 996147200 134512640 134550740 4294956032 18446744073709551615 103649476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17713] ppid=17700 vsize=808304 CPUtime=0
/proc/17702/task/17713/stat : 17713 (java) S 17700 17702 16947 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1990149350 827703296 6760 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17714] ppid=17700 vsize=808304 CPUtime=0
/proc/17702/task/17714/stat : 17714 (java) S 17700 17702 16947 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990149350 827703296 6760 996147200 134512640 134550740 4294956032 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) 808304

[startup+3.10186 s]
/proc/loadavg: 2.28 2.07 1.95 5/95 17714
/proc/meminfo: memFree=1238088/2055920 swapFree=4180724/4192956
[pid=17702] ppid=17700 vsize=814756 CPUtime=3.07
/proc/17702/stat : 17702 (java) S 17700 17702 16947 0 -1 0 14957 0 1 0 297 10 0 0 18 0 12 0 1990149341 834310144 10837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 203689 10837 1380 9 0 201051 0
[pid=17702/tid=17704] ppid=17700 vsize=814756 CPUtime=1.32
/proc/17702/task/17704/stat : 17704 (java) R 17700 17702 16947 0 -1 64 7423 0 1 0 126 6 0 0 25 0 12 0 1990149343 834310144 10837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17700 vsize=814756 CPUtime=0
/proc/17702/task/17705/stat : 17705 (java) S 17700 17702 16947 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1990149343 834310144 10837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17706] ppid=17700 vsize=814756 CPUtime=0
/proc/17702/task/17706/stat : 17706 (java) S 17700 17702 16947 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1990149343 834310144 10837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17707] ppid=17700 vsize=814756 CPUtime=0
/proc/17702/task/17707/stat : 17707 (java) S 17700 17702 16947 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1990149345 834310144 10837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17708] ppid=17700 vsize=814756 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17700 17702 16947 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1990149346 834310144 10837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17709] ppid=17700 vsize=814756 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17700 17702 16947 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1990149346 834310144 10837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17710] ppid=17700 vsize=814756 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17700 17702 16947 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990149350 834310144 10837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17711] ppid=17700 vsize=814756 CPUtime=0.85
/proc/17702/task/17711/stat : 17711 (java) R 17700 17702 16947 0 -1 64 4295 0 0 0 83 2 0 0 16 0 12 0 1990149350 834310144 10837 996147200 134512640 134550740 4294956032 18446744073709551615 103118552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17712] ppid=17700 vsize=814756 CPUtime=0.87
/proc/17702/task/17712/stat : 17712 (java) S 17700 17702 16947 0 -1 64 2473 0 0 0 86 1 0 0 16 0 12 0 1990149350 834310144 10837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17713] ppid=17700 vsize=814756 CPUtime=0
/proc/17702/task/17713/stat : 17713 (java) S 17700 17702 16947 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1990149350 834310144 10837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17714] ppid=17700 vsize=814756 CPUtime=0
/proc/17702/task/17714/stat : 17714 (java) S 17700 17702 16947 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990149350 834310144 10837 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 814756

[startup+6.3024 s]
/proc/loadavg: 2.41 2.10 1.96 4/95 17714
/proc/meminfo: memFree=1178696/2055920 swapFree=4180724/4192956
[pid=17702] ppid=17700 vsize=815424 CPUtime=6.27
/proc/17702/stat : 17702 (java) S 17700 17702 16947 0 -1 0 29656 0 1 0 610 17 0 0 18 0 12 0 1990149341 834994176 22435 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 203856 22435 1386 9 0 201218 0
[pid=17702/tid=17704] ppid=17700 vsize=815424 CPUtime=3.16
/proc/17702/task/17704/stat : 17704 (java) R 17700 17702 16947 0 -1 64 17278 0 1 0 306 10 0 0 25 0 12 0 1990149343 834994176 22435 996147200 134512640 134550740 4294956032 18446744073709551615 4109189086 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17700 vsize=815424 CPUtime=0.03
/proc/17702/task/17705/stat : 17705 (java) S 17700 17702 16947 0 -1 64 643 0 0 0 3 0 0 0 16 0 12 0 1990149343 834994176 22435 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17706] ppid=17700 vsize=815424 CPUtime=0.03
/proc/17702/task/17706/stat : 17706 (java) S 17700 17702 16947 0 -1 64 787 0 0 0 3 0 0 0 17 0 12 0 1990149343 834994176 22435 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17707] ppid=17700 vsize=815424 CPUtime=0
/proc/17702/task/17707/stat : 17707 (java) S 17700 17702 16947 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1990149345 834994176 22435 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17708] ppid=17700 vsize=815424 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17700 17702 16947 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990149346 834994176 22435 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17709] ppid=17700 vsize=815424 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17700 17702 16947 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990149346 834994176 22435 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17710] ppid=17700 vsize=815424 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17700 17702 16947 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990149350 834994176 22435 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17711] ppid=17700 vsize=815424 CPUtime=1.25
/proc/17702/task/17711/stat : 17711 (java) S 17700 17702 16947 0 -1 64 5227 0 0 0 123 2 0 0 16 0 12 0 1990149350 834994176 22435 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17712] ppid=17700 vsize=815424 CPUtime=1.74
/proc/17702/task/17712/stat : 17712 (java) S 17700 17702 16947 0 -1 64 4927 0 0 0 172 2 0 0 19 0 12 0 1990149350 834994176 22435 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17713] ppid=17700 vsize=815424 CPUtime=0
/proc/17702/task/17713/stat : 17713 (java) S 17700 17702 16947 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1990149350 834994176 22435 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17714] ppid=17700 vsize=815424 CPUtime=0
/proc/17702/task/17714/stat : 17714 (java) S 17700 17702 16947 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990149350 834994176 22435 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 815424

[startup+12.7025 s]
/proc/loadavg: 2.46 2.11 1.96 3/95 17714
/proc/meminfo: memFree=1090760/2055920 swapFree=4180724/4192956
[pid=17702] ppid=17700 vsize=822080 CPUtime=12.94
/proc/17702/stat : 17702 (java) S 17700 17702 16947 0 -1 0 42859 0 1 0 1272 22 0 0 18 0 12 0 1990149341 841809920 31942 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 205520 31942 1386 9 0 202882 0
[pid=17702/tid=17704] ppid=17700 vsize=822080 CPUtime=7.45
/proc/17702/task/17704/stat : 17704 (java) R 17700 17702 16947 0 -1 64 17292 0 1 0 734 11 0 0 25 0 12 0 1990149343 841809920 31942 996147200 134512640 134550740 4294956032 18446744073709551615 4109686229 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17705] ppid=17700 vsize=822080 CPUtime=0.33
/proc/17702/task/17705/stat : 17705 (java) S 17700 17702 16947 0 -1 64 5490 0 0 0 31 2 0 0 16 0 12 0 1990149343 841809920 31942 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17706] ppid=17700 vsize=822080 CPUtime=0.3
/proc/17702/task/17706/stat : 17706 (java) S 17700 17702 16947 0 -1 64 4838 0 0 0 29 1 0 0 16 0 12 0 1990149343 841809920 31942 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17707] ppid=17700 vsize=822080 CPUtime=0
/proc/17702/task/17707/stat : 17707 (java) S 17700 17702 16947 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1990149345 841809920 31942 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17708] ppid=17700 vsize=822080 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17700 17702 16947 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990149346 841809920 31942 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17709] ppid=17700 vsize=822080 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17700 17702 16947 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990149346 841809920 31942 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17710] ppid=17700 vsize=822080 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17700 17702 16947 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990149350 841809920 31942 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17711] ppid=17700 vsize=822080 CPUtime=2.19
/proc/17702/task/17711/stat : 17711 (java) S 17700 17702 16947 0 -1 64 7616 0 0 0 216 3 0 0 18 0 12 0 1990149350 841809920 31942 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17712] ppid=17700 vsize=822080 CPUtime=2.61
/proc/17702/task/17712/stat : 17712 (java) S 17700 17702 16947 0 -1 64 6801 0 0 0 259 2 0 0 16 0 12 0 1990149350 841809920 31942 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17713] ppid=17700 vsize=822080 CPUtime=0
/proc/17702/task/17713/stat : 17713 (java) S 17700 17702 16947 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1990149350 841809920 31942 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17714] ppid=17700 vsize=822080 CPUtime=0
/proc/17702/task/17714/stat : 17714 (java) S 17700 17702 16947 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1990149350 841809920 31942 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.94
Current children cumulated vsize (KiB) 822080

[startup+25.5026 s]
/proc/loadavg: 2.56 2.16 1.98 3/95 17714
/proc/meminfo: memFree=955720/2055920 swapFree=4180724/4192956
[pid=17702] ppid=17700 vsize=823392 CPUtime=25.29
/proc/17702/stat : 17702 (java) S 17700 17702 16947 0 -1 0 63613 0 1 0 2499 30 0 0 18 0 12 0 1990149341 843153408 50467 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 205848 50467 1386 9 0 203210 0
[pid=17702/tid=17704] ppid=17700 vsize=823392 CPUtime=17.28
/proc/17702/task/17704/stat : 17704 (java) R 17700 17702 16947 0 -1 64 17315 0 1 0 1717 11 0 0 25 0 12 0 1990149343 843153408 50467 996147200 134512640 134550740 4294956032 18446744073709551615 4109637449 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17705] ppid=17700 vsize=823392 CPUtime=1.01
/proc/17702/task/17705/stat : 17705 (java) S 17700 17702 16947 0 -1 64 13779 0 0 0 96 5 0 0 16 0 12 0 1990149343 843153408 50467 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17706] ppid=17700 vsize=823392 CPUtime=0.99
/proc/17702/task/17706/stat : 17706 (java) S 17700 17702 16947 0 -1 64 14686 0 0 0 95 4 0 0 16 0 12 0 1990149343 843153408 50467 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17707] ppid=17700 vsize=823392 CPUtime=0.01
/proc/17702/task/17707/stat : 17707 (java) S 17700 17702 16947 0 -1 64 57 0 0 0 1 0 0 0 15 0 12 0 1990149345 843153408 50467 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17708] ppid=17700 vsize=823392 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17700 17702 16947 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990149346 843153408 50467 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17709] ppid=17700 vsize=823392 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17700 17702 16947 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990149346 843153408 50467 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17710] ppid=17700 vsize=823392 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17700 17702 16947 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990149350 843153408 50467 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=17702/tid=17714] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17714/stat : 17714 (java) S 17700 17702 16947 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1990149350 846016512 176348 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.71
Current children cumulated vsize (KiB) 826188

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

[startup+287.902 s]
/proc/loadavg: 2.16 2.26 2.07 3/105 17769
/proc/meminfo: memFree=624944/2055920 swapFree=4180724/4192956
[pid=17702] ppid=17700 vsize=822184 CPUtime=286.3
/proc/17702/stat : 17702 (java) S 17700 17702 16947 0 -1 0 281812 0 1 0 28488 142 0 0 18 0 12 0 1990149341 841916416 175347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 205546 175347 1389 9 0 202908 0
[pid=17702/tid=17704] ppid=17700 vsize=822184 CPUtime=121.65
/proc/17702/task/17704/stat : 17704 (java) S 17700 17702 16947 0 -1 64 17494 0 1 0 12153 12 0 0 17 0 12 0 1990149343 841916416 175347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17700 vsize=822184 CPUtime=10.77
/proc/17702/task/17705/stat : 17705 (java) S 17700 17702 16947 0 -1 64 82461 0 0 0 1043 34 0 0 15 0 12 0 1990149343 841916416 175347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17706] ppid=17700 vsize=822184 CPUtime=10.8
/proc/17702/task/17706/stat : 17706 (java) S 17700 17702 16947 0 -1 64 72432 0 0 0 1047 33 0 0 16 0 12 0 1990149343 841916416 175347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17707] ppid=17700 vsize=822184 CPUtime=134.71
/proc/17702/task/17707/stat : 17707 (java) R 17700 17702 16947 0 -1 64 86463 0 0 0 13421 50 0 0 25 0 12 0 1990149345 841916416 175347 996147200 134512640 134550740 4294956032 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17708] ppid=17700 vsize=822184 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17700 17702 16947 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990149346 841916416 175347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17709] ppid=17700 vsize=822184 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17700 17702 16947 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990149346 841916416 175347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17710] ppid=17700 vsize=822184 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17700 17702 16947 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990149350 841916416 175347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17711] ppid=17700 vsize=822184 CPUtime=3.96
/proc/17702/task/17711/stat : 17711 (java) S 17700 17702 16947 0 -1 64 11124 0 0 0 391 5 0 0 16 0 12 0 1990149350 841916416 175347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17712] ppid=17700 vsize=822184 CPUtime=4.34
/proc/17702/task/17712/stat : 17712 (java) S 17700 17702 16947 0 -1 64 11073 0 0 0 430 4 0 0 16 0 12 0 1990149350 841916416 175347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17713] ppid=17700 vsize=822184 CPUtime=0
/proc/17702/task/17713/stat : 17713 (java) S 17700 17702 16947 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1990149350 841916416 175347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17714] ppid=17700 vsize=822184 CPUtime=0
/proc/17702/task/17714/stat : 17714 (java) S 17700 17702 16947 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1990149350 841916416 175347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 286.3
Current children cumulated vsize (KiB) 822184

[startup+291.103 s]
/proc/loadavg: 2.23 2.27 2.08 4/105 17769
/proc/meminfo: memFree=550000/2055920 swapFree=4180724/4192956
[pid=17702] ppid=17700 vsize=826188 CPUtime=289.5
/proc/17702/stat : 17702 (java) S 17700 17702 16947 0 -1 0 283815 0 1 0 28807 143 0 0 18 0 12 0 1990149341 846016512 176348 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 206547 176348 1389 9 0 203909 0
[pid=17702/tid=17704] ppid=17700 vsize=826188 CPUtime=121.7
/proc/17702/task/17704/stat : 17704 (java) S 17700 17702 16947 0 -1 64 17495 0 1 0 12158 12 0 0 17 0 12 0 1990149343 846016512 176348 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17700 vsize=826188 CPUtime=10.77
/proc/17702/task/17705/stat : 17705 (java) S 17700 17702 16947 0 -1 64 82461 0 0 0 1043 34 0 0 15 0 12 0 1990149343 846016512 176348 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17706] ppid=17700 vsize=826188 CPUtime=10.8
/proc/17702/task/17706/stat : 17706 (java) S 17700 17702 16947 0 -1 64 72432 0 0 0 1047 33 0 0 16 0 12 0 1990149343 846016512 176348 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17707] ppid=17700 vsize=826188 CPUtime=137.86
/proc/17702/task/17707/stat : 17707 (java) R 17700 17702 16947 0 -1 64 88465 0 0 0 13735 51 0 0 25 0 12 0 1990149345 846016512 176348 996147200 134512640 134550740 4294956032 18446744073709551615 104126448 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17708] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17700 17702 16947 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990149346 846016512 176348 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17709] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17700 17702 16947 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990149346 846016512 176348 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17710] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17700 17702 16947 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990149350 846016512 176348 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17711] ppid=17700 vsize=826188 CPUtime=3.96
/proc/17702/task/17711/stat : 17711 (java) S 17700 17702 16947 0 -1 64 11124 0 0 0 391 5 0 0 16 0 12 0 1990149350 846016512 176348 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17712] ppid=17700 vsize=826188 CPUtime=4.34
/proc/17702/task/17712/stat : 17712 (java) S 17700 17702 16947 0 -1 64 11073 0 0 0 430 4 0 0 16 0 12 0 1990149350 846016512 176348 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17713] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17713/stat : 17713 (java) S 17700 17702 16947 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1990149350 846016512 176348 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17714] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17714/stat : 17714 (java) S 17700 17702 16947 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1990149350 846016512 176348 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 289.5
Current children cumulated vsize (KiB) 826188

[startup+294.302 s]
/proc/loadavg: 2.23 2.27 2.08 3/105 17769
/proc/meminfo: memFree=537712/2055920 swapFree=4180724/4192956
[pid=17702] ppid=17700 vsize=826188 CPUtime=292.7
/proc/17702/stat : 17702 (java) S 17700 17702 16947 0 -1 0 284819 0 1 0 29126 144 0 0 18 0 12 0 1990149341 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 206547 176349 1389 9 0 203909 0
[pid=17702/tid=17704] ppid=17700 vsize=826188 CPUtime=121.75
/proc/17702/task/17704/stat : 17704 (java) S 17700 17702 16947 0 -1 64 17498 0 1 0 12163 12 0 0 17 0 12 0 1990149343 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17700 vsize=826188 CPUtime=10.77
/proc/17702/task/17705/stat : 17705 (java) S 17700 17702 16947 0 -1 64 82461 0 0 0 1043 34 0 0 15 0 12 0 1990149343 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17706] ppid=17700 vsize=826188 CPUtime=10.8
/proc/17702/task/17706/stat : 17706 (java) S 17700 17702 16947 0 -1 64 72432 0 0 0 1047 33 0 0 16 0 12 0 1990149343 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17707] ppid=17700 vsize=826188 CPUtime=141.02
/proc/17702/task/17707/stat : 17707 (java) R 17700 17702 16947 0 -1 64 89466 0 0 0 14050 52 0 0 25 0 12 0 1990149345 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 106122355 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17708] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17700 17702 16947 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990149346 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17709] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17700 17702 16947 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990149346 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17710] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17700 17702 16947 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990149350 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17711] ppid=17700 vsize=826188 CPUtime=3.96
/proc/17702/task/17711/stat : 17711 (java) S 17700 17702 16947 0 -1 64 11124 0 0 0 391 5 0 0 16 0 12 0 1990149350 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17712] ppid=17700 vsize=826188 CPUtime=4.34
/proc/17702/task/17712/stat : 17712 (java) S 17700 17702 16947 0 -1 64 11073 0 0 0 430 4 0 0 16 0 12 0 1990149350 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17713] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17713/stat : 17713 (java) S 17700 17702 16947 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1990149350 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17714] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17714/stat : 17714 (java) S 17700 17702 16947 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1990149350 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 292.7
Current children cumulated vsize (KiB) 826188

[startup+295.908 s]
/proc/loadavg: 2.21 2.27 2.08 3/105 17769
/proc/meminfo: memFree=537648/2055920 swapFree=4180724/4192956
[pid=17702] ppid=17700 vsize=826188 CPUtime=294.31
/proc/17702/stat : 17702 (java) S 17700 17702 16947 0 -1 0 284819 0 1 0 29287 144 0 0 18 0 12 0 1990149341 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 206547 176349 1389 9 0 203909 0
[pid=17702/tid=17704] ppid=17700 vsize=826188 CPUtime=121.75
/proc/17702/task/17704/stat : 17704 (java) S 17700 17702 16947 0 -1 64 17498 0 1 0 12163 12 0 0 17 0 12 0 1990149343 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17700 vsize=826188 CPUtime=10.77
/proc/17702/task/17705/stat : 17705 (java) S 17700 17702 16947 0 -1 64 82461 0 0 0 1043 34 0 0 15 0 12 0 1990149343 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17706] ppid=17700 vsize=826188 CPUtime=10.8
/proc/17702/task/17706/stat : 17706 (java) S 17700 17702 16947 0 -1 64 72432 0 0 0 1047 33 0 0 16 0 12 0 1990149343 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17707] ppid=17700 vsize=826188 CPUtime=142.62
/proc/17702/task/17707/stat : 17707 (java) R 17700 17702 16947 0 -1 64 89466 0 0 0 14210 52 0 0 25 0 12 0 1990149345 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 106123770 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17708] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17700 17702 16947 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990149346 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17709] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17700 17702 16947 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990149346 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17710] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17700 17702 16947 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990149350 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17711] ppid=17700 vsize=826188 CPUtime=3.96
/proc/17702/task/17711/stat : 17711 (java) S 17700 17702 16947 0 -1 64 11124 0 0 0 391 5 0 0 16 0 12 0 1990149350 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17712] ppid=17700 vsize=826188 CPUtime=4.34
/proc/17702/task/17712/stat : 17712 (java) S 17700 17702 16947 0 -1 64 11073 0 0 0 430 4 0 0 16 0 12 0 1990149350 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17713] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17713/stat : 17713 (java) S 17700 17702 16947 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1990149350 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17714] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17714/stat : 17714 (java) S 17700 17702 16947 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1990149350 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 294.31
Current children cumulated vsize (KiB) 826188

[startup+296.303 s]
/proc/loadavg: 2.21 2.27 2.08 3/105 17769
/proc/meminfo: memFree=537648/2055920 swapFree=4180724/4192956
[pid=17702] ppid=17700 vsize=826188 CPUtime=294.7
/proc/17702/stat : 17702 (java) S 17700 17702 16947 0 -1 0 284819 0 1 0 29326 144 0 0 18 0 12 0 1990149341 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 206547 176349 1389 9 0 203909 0
[pid=17702/tid=17704] ppid=17700 vsize=826188 CPUtime=121.75
/proc/17702/task/17704/stat : 17704 (java) S 17700 17702 16947 0 -1 64 17498 0 1 0 12163 12 0 0 17 0 12 0 1990149343 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17700 vsize=826188 CPUtime=10.77
/proc/17702/task/17705/stat : 17705 (java) S 17700 17702 16947 0 -1 64 82461 0 0 0 1043 34 0 0 15 0 12 0 1990149343 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17706] ppid=17700 vsize=826188 CPUtime=10.8
/proc/17702/task/17706/stat : 17706 (java) S 17700 17702 16947 0 -1 64 72432 0 0 0 1047 33 0 0 16 0 12 0 1990149343 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17707] ppid=17700 vsize=826188 CPUtime=143.02
/proc/17702/task/17707/stat : 17707 (java) R 17700 17702 16947 0 -1 64 89466 0 0 0 14250 52 0 0 25 0 12 0 1990149345 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17708] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17700 17702 16947 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990149346 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17709] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17700 17702 16947 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990149346 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17710] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17710/stat : 17710 (java) S 17700 17702 16947 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990149350 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17711] ppid=17700 vsize=826188 CPUtime=3.96
/proc/17702/task/17711/stat : 17711 (java) S 17700 17702 16947 0 -1 64 11124 0 0 0 391 5 0 0 16 0 12 0 1990149350 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17712] ppid=17700 vsize=826188 CPUtime=4.34
/proc/17702/task/17712/stat : 17712 (java) S 17700 17702 16947 0 -1 64 11073 0 0 0 430 4 0 0 16 0 12 0 1990149350 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17702/tid=17713] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17713/stat : 17713 (java) S 17700 17702 16947 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1990149350 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17702/tid=17714] ppid=17700 vsize=826188 CPUtime=0
/proc/17702/task/17714/stat : 17714 (java) S 17700 17702 16947 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1990149350 846016512 176349 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 294.7
Current children cumulated vsize (KiB) 826188

[startup+296.503 s]
/proc/loadavg: 2.21 2.27 2.08 3/105 17769
/proc/meminfo: memFree=537648/2055920 swapFree=4180724/4192956
[pid=17702] ppid=17700 vsize=0 CPUtime=294.86
/proc/17702/stat : 17702 (java) Z 17700 17702 16947 0 -1 12 284832 0 1 0 29340 146 0 0 16 0 2 0 1990149341 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 294.86
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 296.59
CPU time (s): 294.963
CPU user time (s): 293.408
CPU system time (s): 1.55476
CPU usage (%): 99.4513
Max. virtual memory (cumulated for all children) (KiB): 870192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 293.408
system time used= 1.55476
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284832
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= 8480
involuntary context switches= 12220

runsolver used 0.38894 second user time and 0.98085 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-03 21:02:59
IDJOB=1057903
IDBENCH=54090
IDSOLVER=344
FILE ID=node57/1057903-1215111779
PBS_JOBID= 7877091
Free space on /tmp= 66544 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/radar-9-28-4-2/normalized-radar-9-28-4-2-34.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057903-1215111779/watcher-1057903-1215111779 -o /tmp/evaluation-result-1057903-1215111779/solver-1057903-1215111779 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057903-1215111779.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0cbd4c2262a14d2104ccf77a271c7cbb
RANDOM SEED=2022641918

node57.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.258
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.258
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:       1275016 kB
Buffers:         60736 kB
Cached:         353660 kB
SwapCached:       6116 kB
Active:         482560 kB
Inactive:       226600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1275016 kB
SwapTotal:     4192956 kB
SwapFree:      4180724 kB
Dirty:            1168 kB
Writeback:           0 kB
Mapped:         306052 kB
Slab:            56516 kB
Committed_AS:  4605356 kB
PageTables:       2376 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= 66516 MiB
End job on node57 at 2008-07-03 21:07:56