Trace number 1069029

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? 73.4294 35.105

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg11-15_ext.xml
MD5SUM5185cb983b11420400e5a698bac55b47
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark170.271
Satisfiable
(Un)Satisfiability was proved
Number of variables165
Number of constraints26
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension26
Number of constraints which are defined in intension0
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.37/0.42	c c --- Begin Solver configuration ---
0.37/0.42	c Stops conflict analysis at the first Unique Implication Point
0.37/0.42	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.42	c Learn all clauses as in MiniSAT
0.37/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.42	c Expensive reason simplification
0.37/0.42	c MiniSAT restarts strategy
0.37/0.42	c timeout=2147483s
0.37/0.42	c DB Simplification allowed=false
0.37/0.42	c --- End Solver configuration ---
0.37/0.42	c solving HOME/instance-1069029-1215158459.xml
0.37/0.42	c reading problem ... 
0.57/0.69	c reading problem named null
0.57/0.69	c reading domains done.
0.68/0.70	c reading variables done.
0.78/0.80	c reading relations done.
2.14/2.24	c reading constraints
36.58/34.97	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
36.58/34.97		at org.sat4j.core.Vec.ensure(Vec.java:175)
36.58/34.97		at org.sat4j.core.Vec.push(Vec.java:182)
36.58/34.97		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1190)
36.58/34.97		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
36.58/34.97		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
36.58/34.97		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
36.58/34.97		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
36.58/34.97		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
36.58/34.97		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
36.58/34.97		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
36.58/34.97		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
36.58/34.97		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
36.58/34.97		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
36.58/34.97		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
36.58/34.97		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
36.58/34.97		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
36.58/34.97		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
36.58/34.97		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
36.58/34.97		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
36.58/34.97		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
36.58/34.97		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
36.58/34.97		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
36.58/34.97		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
36.58/34.97		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
36.58/34.97		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
36.58/34.97		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
36.58/34.97		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
36.58/34.97		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
36.58/34.97		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
36.58/34.97		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
36.58/34.97		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
36.58/34.97		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
36.58/34.97	c starts		: 0
36.58/34.97	c conflicts		: 0
36.58/34.97	c decisions		: 0
36.58/34.97	c propagations		: 0
36.58/34.97	c inspects		: 0
36.58/34.97	c learnt literals	: 0
36.58/34.97	c learnt binary clauses	: 0
36.58/34.97	c learnt ternary clauses	: 0
36.58/34.97	c learnt clauses	: 0
36.58/34.97	c ignored clauses	: 0
36.58/34.97	c root simplifications	: 0
36.58/34.97	c removed literals (reason simplification)	: 0
36.58/34.97	c reason swapping (by a shorter reason)	: 0
36.58/34.97	c Calls to reduceDB	: 0
36.58/34.97	c speed (assignments/second)	: 0.0
36.58/34.97	c non guided choices	0
36.58/34.97	s UNKNOWN
36.58/34.97	c Total wall clock time (in seconds) : 34.552

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-1069029-1215158459/watcher-1069029-1215158459 -o /tmp/evaluation-result-1069029-1215158459/solver-1069029-1215158459 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1069029-1215158459.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.05 3/73 3504
/proc/meminfo: memFree=1520576/2055920 swapFree=4180424/4192956
[pid=3504] ppid=3502 vsize=13288 CPUtime=0
/proc/3504/stat : 3504 (java) S 3502 3504 824 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 1994819375 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3504/statm: 3322 538 219 9 0 1232 0
[pid=3504/tid=3505] ppid=3502 vsize=13288 CPUtime=0
/proc/3504/task/3505/stat : 3505 (java) R 3502 3504 824 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1994819377 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 11792344 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0495381 s]
/proc/loadavg: 2.00 2.02 2.05 3/73 3504
/proc/meminfo: memFree=1520576/2055920 swapFree=4180424/4192956
[pid=3504] ppid=3502 vsize=801432 CPUtime=0.02
/proc/3504/stat : 3504 (java) S 3502 3504 824 0 -1 0 2464 0 1 0 1 1 0 0 18 0 5 0 1994819375 820666368 2202 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/3504/statm: 200358 2202 936 9 0 197741 0
[pid=3504/tid=3505] ppid=3502 vsize=801432 CPUtime=0.01
/proc/3504/task/3505/stat : 3505 (java) S 3502 3504 824 0 -1 64 1718 0 1 0 1 0 0 0 18 0 5 0 1994819377 820666368 2202 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801432

[startup+0.101612 s]
/proc/loadavg: 2.00 2.02 2.05 3/73 3504
/proc/meminfo: memFree=1520576/2055920 swapFree=4180424/4192956
[pid=3504] ppid=3502 vsize=804488 CPUtime=0.08
/proc/3504/stat : 3504 (java) S 3502 3504 824 0 -1 0 2938 0 1 0 6 2 0 0 18 0 12 0 1994819375 823795712 2671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3504/statm: 201122 2671 1043 9 0 198491 0
[pid=3504/tid=3505] ppid=3502 vsize=804488 CPUtime=0.06
/proc/3504/task/3505/stat : 3505 (java) R 3502 3504 824 0 -1 64 2162 0 1 0 5 1 0 0 21 0 12 0 1994819377 823795712 2671 996147200 134512640 134550740 4294956032 18446744073709551615 10909120 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804488

[startup+0.301637 s]
/proc/loadavg: 2.00 2.02 2.05 3/73 3504
/proc/meminfo: memFree=1520576/2055920 swapFree=4180424/4192956
[pid=3504] ppid=3502 vsize=808276 CPUtime=0.28
/proc/3504/stat : 3504 (java) S 3502 3504 824 0 -1 0 4888 0 1 0 25 3 0 0 18 0 12 0 1994819375 827674624 4215 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3504/statm: 202069 4215 1297 9 0 199438 0
[pid=3504/tid=3505] ppid=3502 vsize=808276 CPUtime=0.16
/proc/3504/task/3505/stat : 3505 (java) R 3502 3504 824 0 -1 64 2623 0 1 0 15 1 0 0 18 0 12 0 1994819377 827674624 4215 996147200 134512640 134550740 4294956032 18446744073709551615 105361961 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701683 s]
/proc/loadavg: 2.00 2.02 2.05 3/73 3504
/proc/meminfo: memFree=1520576/2055920 swapFree=4180424/4192956
[pid=3504] ppid=3502 vsize=808304 CPUtime=0.68
/proc/3504/stat : 3504 (java) S 3502 3504 824 0 -1 0 6343 0 1 0 63 5 0 0 18 0 12 0 1994819375 827703296 5471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3504/statm: 202076 5471 1335 9 0 199438 0
[pid=3504/tid=3505] ppid=3502 vsize=808304 CPUtime=0.39
/proc/3504/task/3505/stat : 3505 (java) R 3502 3504 824 0 -1 64 3775 0 1 0 36 3 0 0 20 0 12 0 1994819377 827703296 5471 996147200 134512640 134550740 4294956032 18446744073709551615 4109213055 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50178 s]
/proc/loadavg: 2.00 2.02 2.05 4/85 3516
/proc/meminfo: memFree=1499680/2055920 swapFree=4180424/4192956
[pid=3504] ppid=3502 vsize=813056 CPUtime=1.46
/proc/3504/stat : 3504 (java) S 3502 3504 824 0 -1 0 10661 0 1 0 139 7 0 0 18 0 12 0 1994819375 832569344 8050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3504/statm: 203264 8050 1352 9 0 200626 0
[pid=3504/tid=3505] ppid=3502 vsize=813056 CPUtime=0.63
/proc/3504/task/3505/stat : 3505 (java) R 3502 3504 824 0 -1 64 5188 0 1 0 59 4 0 0 22 0 12 0 1994819377 832569344 8050 996147200 134512640 134550740 4294956032 18446744073709551615 4109212135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3507] ppid=3502 vsize=813056 CPUtime=0
/proc/3504/task/3507/stat : 3507 (java) S 3502 3504 824 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1994819378 832569344 8050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3508] ppid=3502 vsize=813056 CPUtime=0
/proc/3504/task/3508/stat : 3508 (java) S 3502 3504 824 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1994819378 832569344 8050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3509] ppid=3502 vsize=813056 CPUtime=0
/proc/3504/task/3509/stat : 3509 (java) S 3502 3504 824 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1994819380 832569344 8050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3510] ppid=3502 vsize=813056 CPUtime=0
/proc/3504/task/3510/stat : 3510 (java) S 3502 3504 824 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1994819381 832569344 8050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3511] ppid=3502 vsize=813056 CPUtime=0
/proc/3504/task/3511/stat : 3511 (java) S 3502 3504 824 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1994819381 832569344 8050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3512] ppid=3502 vsize=813056 CPUtime=0
/proc/3504/task/3512/stat : 3512 (java) S 3502 3504 824 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1994819385 832569344 8050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3513] ppid=3502 vsize=813056 CPUtime=0.23
/proc/3504/task/3513/stat : 3513 (java) S 3502 3504 824 0 -1 64 641 0 0 0 23 0 0 0 16 0 12 0 1994819385 832569344 8050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3514] ppid=3502 vsize=813056 CPUtime=0.57
/proc/3504/task/3514/stat : 3514 (java) S 3502 3504 824 0 -1 64 4069 0 0 0 56 1 0 0 17 0 12 0 1994819385 832569344 8050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3515] ppid=3502 vsize=813056 CPUtime=0
/proc/3504/task/3515/stat : 3515 (java) S 3502 3504 824 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1994819385 832569344 8050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3516] ppid=3502 vsize=813056 CPUtime=0
/proc/3504/task/3516/stat : 3516 (java) S 3502 3504 824 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994819385 832569344 8050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 813056

[startup+3.10197 s]
/proc/loadavg: 2.00 2.02 2.05 4/85 3522
/proc/meminfo: memFree=1470288/2055920 swapFree=4180424/4192956
[pid=3504] ppid=3502 vsize=813056 CPUtime=3.06
/proc/3504/stat : 3504 (java) S 3502 3504 824 0 -1 0 25375 0 1 0 291 15 0 0 18 0 12 0 1994819375 832569344 22753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3504/statm: 203264 22753 1361 9 0 200626 0
[pid=3504/tid=3505] ppid=3502 vsize=813056 CPUtime=1.59
/proc/3504/task/3505/stat : 3505 (java) R 3502 3504 824 0 -1 64 16972 0 1 0 149 10 0 0 25 0 12 0 1994819377 832569344 22753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3507] ppid=3502 vsize=813056 CPUtime=0.02
/proc/3504/task/3507/stat : 3507 (java) S 3502 3504 824 0 -1 64 957 0 0 0 2 0 0 0 16 0 12 0 1994819378 832569344 22753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3508] ppid=3502 vsize=813056 CPUtime=0.03
/proc/3504/task/3508/stat : 3508 (java) S 3502 3504 824 0 -1 64 1823 0 0 0 3 0 0 0 17 0 12 0 1994819378 832569344 22753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3509] ppid=3502 vsize=813056 CPUtime=0
/proc/3504/task/3509/stat : 3509 (java) S 3502 3504 824 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1994819380 832569344 22753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3510] ppid=3502 vsize=813056 CPUtime=0
/proc/3504/task/3510/stat : 3510 (java) S 3502 3504 824 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994819381 832569344 22753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3511] ppid=3502 vsize=813056 CPUtime=0
/proc/3504/task/3511/stat : 3511 (java) S 3502 3504 824 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994819381 832569344 22753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3512] ppid=3502 vsize=813056 CPUtime=0
/proc/3504/task/3512/stat : 3512 (java) S 3502 3504 824 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1994819385 832569344 22753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3513] ppid=3502 vsize=813056 CPUtime=0.53
/proc/3504/task/3513/stat : 3513 (java) S 3502 3504 824 0 -1 64 690 0 0 0 53 0 0 0 16 0 12 0 1994819385 832569344 22753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3514] ppid=3502 vsize=813056 CPUtime=0.82
/proc/3504/task/3514/stat : 3514 (java) R 3502 3504 824 0 -1 64 4141 0 0 0 81 1 0 0 16 0 12 0 1994819385 832569344 22753 996147200 134512640 134550740 4294956032 18446744073709551615 103116370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3515] ppid=3502 vsize=813056 CPUtime=0
/proc/3504/task/3515/stat : 3515 (java) S 3502 3504 824 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1994819385 832569344 22753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3516] ppid=3502 vsize=813056 CPUtime=0
/proc/3504/task/3516/stat : 3516 (java) S 3502 3504 824 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994819385 832569344 22753 996147200 134512640 134550740 4294956032 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) 813056

[startup+6.30237 s]
/proc/loadavg: 2.00 2.02 2.05 3/85 3522
/proc/meminfo: memFree=1331856/2055920 swapFree=4180424/4192956
[pid=3504] ppid=3502 vsize=828224 CPUtime=7.01
/proc/3504/stat : 3504 (java) S 3502 3504 824 0 -1 0 71812 0 1 0 664 37 0 0 18 0 12 0 1994819375 848101376 61242 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3504/statm: 207056 61242 1361 9 0 204418 0
[pid=3504/tid=3505] ppid=3502 vsize=828224 CPUtime=3.36
/proc/3504/task/3505/stat : 3505 (java) R 3502 3504 824 0 -1 64 16975 0 1 0 326 10 0 0 18 0 12 0 1994819377 848101376 61242 996147200 134512640 134550740 4294956032 18446744073709551615 104119564 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3507] ppid=3502 vsize=828224 CPUtime=1.03
/proc/3504/task/3507/stat : 3507 (java) S 3502 3504 824 0 -1 64 22148 0 0 0 92 11 0 0 19 0 12 0 1994819378 848101376 61242 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3508] ppid=3502 vsize=828224 CPUtime=1.19
/proc/3504/task/3508/stat : 3508 (java) R 3502 3504 824 0 -1 64 27065 0 0 0 108 11 0 0 20 0 12 0 1994819378 848101376 61242 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3509] ppid=3502 vsize=828224 CPUtime=0
/proc/3504/task/3509/stat : 3509 (java) S 3502 3504 824 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1994819380 848101376 61242 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3510] ppid=3502 vsize=828224 CPUtime=0
/proc/3504/task/3510/stat : 3510 (java) S 3502 3504 824 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994819381 848101376 61242 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3511] ppid=3502 vsize=828224 CPUtime=0
/proc/3504/task/3511/stat : 3511 (java) S 3502 3504 824 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994819381 848101376 61242 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3512] ppid=3502 vsize=828224 CPUtime=0
/proc/3504/task/3512/stat : 3512 (java) S 3502 3504 824 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1994819385 848101376 61242 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3513] ppid=3502 vsize=828224 CPUtime=0.54
/proc/3504/task/3513/stat : 3513 (java) S 3502 3504 824 0 -1 64 691 0 0 0 54 0 0 0 16 0 12 0 1994819385 848101376 61242 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3514] ppid=3502 vsize=828224 CPUtime=0.82
/proc/3504/task/3514/stat : 3514 (java) S 3502 3504 824 0 -1 64 4141 0 0 0 81 1 0 0 16 0 12 0 1994819385 848101376 61242 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3515] ppid=3502 vsize=828224 CPUtime=0
/proc/3504/task/3515/stat : 3515 (java) S 3502 3504 824 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1994819385 848101376 61242 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3516] ppid=3502 vsize=828224 CPUtime=0
/proc/3504/task/3516/stat : 3516 (java) S 3502 3504 824 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994819385 848101376 61242 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 828224

[startup+12.7021 s]
/proc/loadavg: 2.31 2.08 2.07 4/85 3522
/proc/meminfo: memFree=1014680/2055920 swapFree=4180424/4192956
[pid=3504] ppid=3502 vsize=833344 CPUtime=14.23
/proc/3504/stat : 3504 (java) S 3502 3504 824 0 -1 0 143525 0 1 0 1348 75 0 0 18 0 12 0 1994819375 853344256 131377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3504/statm: 208336 131381 1361 9 0 205698 0
[pid=3504/tid=3505] ppid=3502 vsize=833344 CPUtime=6.32
/proc/3504/task/3505/stat : 3505 (java) S 3502 3504 824 0 -1 64 35415 0 1 0 612 20 0 0 18 0 12 0 1994819377 853344256 131383 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3507] ppid=3502 vsize=833344 CPUtime=3.67
/proc/3504/task/3507/stat : 3507 (java) R 3502 3504 824 0 -1 64 64668 0 0 0 334 33 0 0 18 0 12 0 1994819378 853344256 131386 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3508] ppid=3502 vsize=833344 CPUtime=2.82
/proc/3504/task/3508/stat : 3508 (java) R 3502 3504 824 0 -1 64 37827 0 0 0 265 17 0 0 21 0 12 0 1994819378 853344256 131388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3509] ppid=3502 vsize=833344 CPUtime=0
/proc/3504/task/3509/stat : 3509 (java) S 3502 3504 824 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1994819380 853344256 131391 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3510] ppid=3502 vsize=833344 CPUtime=0
/proc/3504/task/3510/stat : 3510 (java) S 3502 3504 824 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994819381 853344256 131394 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3511] ppid=3502 vsize=833344 CPUtime=0
/proc/3504/task/3511/stat : 3511 (java) S 3502 3504 824 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994819381 853344256 131396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3512] ppid=3502 vsize=833344 CPUtime=0
/proc/3504/task/3512/stat : 3512 (java) S 3502 3504 824 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1994819385 853344256 131400 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3513] ppid=3502 vsize=833344 CPUtime=0.54
/proc/3504/task/3513/stat : 3513 (java) S 3502 3504 824 0 -1 64 691 0 0 0 54 0 0 0 16 0 12 0 1994819385 853344256 131402 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3514] ppid=3502 vsize=833344 CPUtime=0.82
/proc/3504/task/3514/stat : 3514 (java) S 3502 3504 824 0 -1 64 4141 0 0 0 81 1 0 0 16 0 12 0 1994819385 853344256 131405 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3515] ppid=3502 vsize=833344 CPUtime=0
/proc/3504/task/3515/stat : 3515 (java) S 3502 3504 824 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1994819385 853344256 131408 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3516] ppid=3502 vsize=833344 CPUtime=0
/proc/3504/task/3516/stat : 3516 (java) S 3502 3504 824 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994819385 853344256 131410 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.23
Current children cumulated vsize (KiB) 833344

[startup+25.5027 s]
/proc/loadavg: 2.41 2.11 2.08 3/85 3522
/proc/meminfo: memFree=796760/2055920 swapFree=4180424/4192956
[pid=3504] ppid=3502 vsize=865348 CPUtime=27.18
/proc/3504/stat : 3504 (java) S 3502 3504 824 0 -1 0 229913 0 1 0 2600 118 0 0 18 0 12 0 1994819375 886116352 179243 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3504/statm: 216337 179243 1365 9 0 213699 0
[pid=3504/tid=3505] ppid=3502 vsize=865348 CPUtime=9.27
/proc/3504/task/3505/stat : 3505 (java) S 3502 3504 824 0 -1 64 35423 0 1 0 907 20 0 0 19 0 12 0 1994819377 886116352 179243 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3507] ppid=3502 vsize=865348 CPUtime=6.07
/proc/3504/task/3507/stat : 3507 (java) S 3502 3504 824 0 -1 64 96030 0 0 0 557 50 0 0 16 0 12 0 1994819378 886116352 179243 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=3504/tid=3516] ppid=3502 vsize=865348 CPUtime=0
/proc/3504/task/3516/stat : 3516 (java) S 3502 3504 824 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994819385 886116352 179243 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.18
Current children cumulated vsize (KiB) 865348

[startup+35.0018 s]
/proc/loadavg: 2.35 2.11 2.08 3/85 3522
/proc/meminfo: memFree=776152/2055920 swapFree=4180424/4192956
[pid=3504] ppid=3502 vsize=0 CPUtime=36.66
/proc/3504/stat : 3504 (java) Z 3502 3504 824 0 -1 12 266023 0 1 0 3529 137 0 0 16 0 2 0 1994819375 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3504/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 36.66
Current children cumulated vsize (KiB) 0

# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (36.66 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (36.66 s) to the 'lost time'.

[startup+35.1018 s]
/proc/loadavg: 2.35 2.11 2.08 3/75 3523
/proc/meminfo: memFree=1492652/2055920 swapFree=4180424/4192956
[pid=3504] ppid=-1 vsize=0 CPUtime=0
/proc/3504/stat : -- couldn't open stat file --/proc/3504/statm: 629 85 84 2 0 42 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

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

[startup+31.9074 s]
/proc/loadavg: 2.38 2.11 2.08 3/85 3522
/proc/meminfo: memFree=793112/2055920 swapFree=4180424/4192956
[pid=3504] ppid=3502 vsize=881352 CPUtime=33.59
/proc/3504/stat : 3504 (java) S 3502 3504 824 0 -1 0 261291 0 1 0 3225 134 0 0 18 0 12 0 1994819375 902504448 183611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3504/statm: 220338 183622 1365 9 0 217700 0
[pid=3504/tid=3505] ppid=3502 vsize=881352 CPUtime=9.49
/proc/3504/task/3505/stat : 3505 (java) S 3502 3504 824 0 -1 64 35424 0 1 0 929 20 0 0 18 0 12 0 1994819377 902504448 183627 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3507] ppid=3502 vsize=881352 CPUtime=6.07
/proc/3504/task/3507/stat : 3507 (java) S 3502 3504 824 0 -1 64 96030 0 0 0 557 50 0 0 16 0 12 0 1994819378 902504448 183634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3508] ppid=3502 vsize=881352 CPUtime=3.85
/proc/3504/task/3508/stat : 3508 (java) S 3502 3504 824 0 -1 64 42616 0 0 0 365 20 0 0 17 0 12 0 1994819378 902504448 183640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3509] ppid=3502 vsize=881352 CPUtime=12.76
/proc/3504/task/3509/stat : 3509 (java) R 3502 3504 824 0 -1 64 81663 0 0 0 1237 39 0 0 25 0 12 0 1994819380 902504448 183647 996147200 134512640 134550740 4294956032 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3510] ppid=3502 vsize=881352 CPUtime=0
/proc/3504/task/3510/stat : 3510 (java) S 3502 3504 824 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994819381 902504448 183654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3511] ppid=3502 vsize=881352 CPUtime=0
/proc/3504/task/3511/stat : 3511 (java) S 3502 3504 824 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994819381 902504448 183662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3512] ppid=3502 vsize=881352 CPUtime=0
/proc/3504/task/3512/stat : 3512 (java) S 3502 3504 824 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1994819385 902504448 183669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3513] ppid=3502 vsize=881352 CPUtime=0.54
/proc/3504/task/3513/stat : 3513 (java) S 3502 3504 824 0 -1 64 691 0 0 0 54 0 0 0 16 0 12 0 1994819385 902504448 183676 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3514] ppid=3502 vsize=881352 CPUtime=0.82
/proc/3504/task/3514/stat : 3514 (java) S 3502 3504 824 0 -1 64 4141 0 0 0 81 1 0 0 16 0 12 0 1994819385 902504448 183683 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3515] ppid=3502 vsize=881352 CPUtime=0
/proc/3504/task/3515/stat : 3515 (java) S 3502 3504 824 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1994819385 902504448 183690 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3516] ppid=3502 vsize=881352 CPUtime=0
/proc/3504/task/3516/stat : 3516 (java) S 3502 3504 824 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994819385 902504448 183698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.59
Current children cumulated vsize (KiB) 881352

[startup+33.5026 s]
/proc/loadavg: 2.35 2.11 2.08 3/85 3522
/proc/meminfo: memFree=776728/2055920 swapFree=4180424/4192956
[pid=3504] ppid=3502 vsize=865348 CPUtime=35.18
/proc/3504/stat : 3504 (java) S 3502 3504 824 0 -1 0 266007 0 1 0 3382 136 0 0 18 0 12 0 1994819375 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3504/statm: 216337 184326 1365 9 0 213699 0
[pid=3504/tid=3505] ppid=3502 vsize=865348 CPUtime=9.49
/proc/3504/task/3505/stat : 3505 (java) S 3502 3504 824 0 -1 64 35424 0 1 0 929 20 0 0 18 0 12 0 1994819377 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3507] ppid=3502 vsize=865348 CPUtime=6.07
/proc/3504/task/3507/stat : 3507 (java) S 3502 3504 824 0 -1 64 96030 0 0 0 557 50 0 0 16 0 12 0 1994819378 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3508] ppid=3502 vsize=865348 CPUtime=3.85
/proc/3504/task/3508/stat : 3508 (java) S 3502 3504 824 0 -1 64 42616 0 0 0 365 20 0 0 17 0 12 0 1994819378 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3509] ppid=3502 vsize=865348 CPUtime=14.35
/proc/3504/task/3509/stat : 3509 (java) R 3502 3504 824 0 -1 64 86343 0 0 0 1394 41 0 0 25 0 12 0 1994819380 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3510] ppid=3502 vsize=865348 CPUtime=0
/proc/3504/task/3510/stat : 3510 (java) S 3502 3504 824 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994819381 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3511] ppid=3502 vsize=865348 CPUtime=0
/proc/3504/task/3511/stat : 3511 (java) S 3502 3504 824 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994819381 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3512] ppid=3502 vsize=865348 CPUtime=0
/proc/3504/task/3512/stat : 3512 (java) S 3502 3504 824 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1994819385 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3513] ppid=3502 vsize=865348 CPUtime=0.54
/proc/3504/task/3513/stat : 3513 (java) S 3502 3504 824 0 -1 64 691 0 0 0 54 0 0 0 16 0 12 0 1994819385 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3514] ppid=3502 vsize=865348 CPUtime=0.82
/proc/3504/task/3514/stat : 3514 (java) S 3502 3504 824 0 -1 64 4141 0 0 0 81 1 0 0 16 0 12 0 1994819385 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3515] ppid=3502 vsize=865348 CPUtime=0
/proc/3504/task/3515/stat : 3515 (java) S 3502 3504 824 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1994819385 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3516] ppid=3502 vsize=865348 CPUtime=0
/proc/3504/task/3516/stat : 3516 (java) S 3502 3504 824 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994819385 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.18
Current children cumulated vsize (KiB) 865348

[startup+34.3017 s]
/proc/loadavg: 2.35 2.11 2.08 3/85 3522
/proc/meminfo: memFree=776152/2055920 swapFree=4180424/4192956
[pid=3504] ppid=3502 vsize=865348 CPUtime=35.98
/proc/3504/stat : 3504 (java) S 3502 3504 824 0 -1 0 266007 0 1 0 3462 136 0 0 18 0 12 0 1994819375 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3504/statm: 216337 184326 1365 9 0 213699 0
[pid=3504/tid=3505] ppid=3502 vsize=865348 CPUtime=9.49
/proc/3504/task/3505/stat : 3505 (java) S 3502 3504 824 0 -1 64 35424 0 1 0 929 20 0 0 18 0 12 0 1994819377 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3507] ppid=3502 vsize=865348 CPUtime=6.07
/proc/3504/task/3507/stat : 3507 (java) S 3502 3504 824 0 -1 64 96030 0 0 0 557 50 0 0 16 0 12 0 1994819378 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3508] ppid=3502 vsize=865348 CPUtime=3.85
/proc/3504/task/3508/stat : 3508 (java) S 3502 3504 824 0 -1 64 42616 0 0 0 365 20 0 0 17 0 12 0 1994819378 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3509] ppid=3502 vsize=865348 CPUtime=15.15
/proc/3504/task/3509/stat : 3509 (java) R 3502 3504 824 0 -1 64 86343 0 0 0 1474 41 0 0 25 0 12 0 1994819380 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 104136401 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3510] ppid=3502 vsize=865348 CPUtime=0
/proc/3504/task/3510/stat : 3510 (java) S 3502 3504 824 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994819381 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3511] ppid=3502 vsize=865348 CPUtime=0
/proc/3504/task/3511/stat : 3511 (java) S 3502 3504 824 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994819381 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3512] ppid=3502 vsize=865348 CPUtime=0
/proc/3504/task/3512/stat : 3512 (java) S 3502 3504 824 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1994819385 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3513] ppid=3502 vsize=865348 CPUtime=0.54
/proc/3504/task/3513/stat : 3513 (java) S 3502 3504 824 0 -1 64 691 0 0 0 54 0 0 0 16 0 12 0 1994819385 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3514] ppid=3502 vsize=865348 CPUtime=0.82
/proc/3504/task/3514/stat : 3514 (java) S 3502 3504 824 0 -1 64 4141 0 0 0 81 1 0 0 16 0 12 0 1994819385 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3515] ppid=3502 vsize=865348 CPUtime=0
/proc/3504/task/3515/stat : 3515 (java) S 3502 3504 824 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1994819385 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3516] ppid=3502 vsize=865348 CPUtime=0
/proc/3504/task/3516/stat : 3516 (java) S 3502 3504 824 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994819385 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.98
Current children cumulated vsize (KiB) 865348

[startup+34.7018 s]
/proc/loadavg: 2.35 2.11 2.08 3/85 3522
/proc/meminfo: memFree=776152/2055920 swapFree=4180424/4192956
[pid=3504] ppid=3502 vsize=865348 CPUtime=36.38
/proc/3504/stat : 3504 (java) S 3502 3504 824 0 -1 0 266007 0 1 0 3502 136 0 0 18 0 12 0 1994819375 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3504/statm: 216337 184326 1365 9 0 213699 0
[pid=3504/tid=3505] ppid=3502 vsize=865348 CPUtime=9.49
/proc/3504/task/3505/stat : 3505 (java) S 3502 3504 824 0 -1 64 35424 0 1 0 929 20 0 0 18 0 12 0 1994819377 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3507] ppid=3502 vsize=865348 CPUtime=6.07
/proc/3504/task/3507/stat : 3507 (java) S 3502 3504 824 0 -1 64 96030 0 0 0 557 50 0 0 16 0 12 0 1994819378 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3508] ppid=3502 vsize=865348 CPUtime=3.85
/proc/3504/task/3508/stat : 3508 (java) S 3502 3504 824 0 -1 64 42616 0 0 0 365 20 0 0 17 0 12 0 1994819378 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3509] ppid=3502 vsize=865348 CPUtime=15.55
/proc/3504/task/3509/stat : 3509 (java) R 3502 3504 824 0 -1 64 86343 0 0 0 1514 41 0 0 25 0 12 0 1994819380 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3510] ppid=3502 vsize=865348 CPUtime=0
/proc/3504/task/3510/stat : 3510 (java) S 3502 3504 824 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994819381 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3511] ppid=3502 vsize=865348 CPUtime=0
/proc/3504/task/3511/stat : 3511 (java) S 3502 3504 824 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994819381 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3512] ppid=3502 vsize=865348 CPUtime=0
/proc/3504/task/3512/stat : 3512 (java) S 3502 3504 824 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1994819385 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3513] ppid=3502 vsize=865348 CPUtime=0.54
/proc/3504/task/3513/stat : 3513 (java) S 3502 3504 824 0 -1 64 691 0 0 0 54 0 0 0 16 0 12 0 1994819385 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3514] ppid=3502 vsize=865348 CPUtime=0.82
/proc/3504/task/3514/stat : 3514 (java) S 3502 3504 824 0 -1 64 4141 0 0 0 81 1 0 0 16 0 12 0 1994819385 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3515] ppid=3502 vsize=865348 CPUtime=0
/proc/3504/task/3515/stat : 3515 (java) S 3502 3504 824 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1994819385 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3516] ppid=3502 vsize=865348 CPUtime=0
/proc/3504/task/3516/stat : 3516 (java) S 3502 3504 824 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994819385 886116352 184326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 36.38
Current children cumulated vsize (KiB) 865348

[startup+35.1018 s]
/proc/loadavg: 2.35 2.11 2.08 3/75 3523
/proc/meminfo: memFree=1492652/2055920 swapFree=4180424/4192956
[pid=3504] ppid=-1 vsize=0 CPUtime=0
/proc/3504/stat : -- couldn't open stat file --/proc/3504/statm: 629 85 84 2 0 42 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 1

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 36.66
#  lost CPU user time (s): 35.29
#  lost CPU system time (s): 1.37

Real time (s): 35.105
CPU time (s): 73.4294
CPU user time (s): 70.5856
CPU system time (s): 2.84377
CPU usage (%): 209.171
Max. virtual memory (cumulated for all children) (KiB): 881352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.2956
system time used= 1.47378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266023
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= 1483
involuntary context switches= 1761

runsolver used 0.047992 second user time and 0.131979 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-04 10:00:59
IDJOB=1069029
IDBENCH=55557
IDSOLVER=344
FILE ID=node33/1069029-1215158459
PBS_JOBID= 7877379
Free space on /tmp= 66516 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg11-15_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069029-1215158459/watcher-1069029-1215158459 -o /tmp/evaluation-result-1069029-1215158459/solver-1069029-1215158459 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1069029-1215158459.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5185cb983b11420400e5a698bac55b47
RANDOM SEED=785991186

node33.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.231
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.231
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:       1521056 kB
Buffers:         54560 kB
Cached:         267436 kB
SwapCached:       6444 kB
Active:         340832 kB
Inactive:       125624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1521056 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1884 kB
Writeback:           0 kB
Mapped:         150888 kB
Slab:            53516 kB
Committed_AS:  3629844 kB
PageTables:       2104 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66512 MiB
End job on node33 at 2008-07-04 10:01:34