Trace number 1076279

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? 78.954 76.1134

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg12-13_ext.xml
MD5SUM0cabe21a999f9e8670c8ce6bdc1f9fe3
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 benchmark1417.23
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints25
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension25
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.27/0.44	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.44	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.44	c See www.sat4j.org for details.
0.27/0.44	c That software uses the Rhino library from the Mozilla project.
0.27/0.48	c version 9.9.9.token
0.27/0.48	c sun.arch.data.model	32
0.27/0.48	c java.version	1.6.0_06
0.27/0.48	c os.name	Linux
0.27/0.48	c os.version	2.6.9-22.EL.rootsmp
0.27/0.48	c os.arch	i386
0.27/0.48	c Free memory 669864272
0.27/0.48	c Max memory 672137216
0.27/0.48	c Total memory 672137216
0.27/0.48	c Number of processors 2
0.35/0.53	c c --- Begin Solver configuration ---
0.35/0.53	c Stops conflict analysis at the first Unique Implication Point
0.35/0.53	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.35/0.53	c Learn all clauses as in MiniSAT
0.35/0.53	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35/0.53	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.35/0.53	c Expensive reason simplification
0.35/0.53	c MiniSAT restarts strategy
0.35/0.53	c timeout=2147483s
0.35/0.53	c DB Simplification allowed=false
0.35/0.53	c --- End Solver configuration ---
0.35/0.53	c solving HOME/instance-1076279-1215184848.xml
0.35/0.53	c reading problem ... 
0.54/0.79	c reading problem named null
0.54/0.79	c reading domains done.
0.54/0.80	c reading variables done.
0.65/0.89	c reading relations done.
2.94/3.19	c reading constraints
78.78/75.95	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
78.78/75.95		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
78.78/75.95		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
78.78/75.95		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
78.78/75.95		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
78.78/75.95		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
78.78/75.95		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
78.78/75.95		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
78.78/75.95		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
78.78/75.95		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
78.78/75.95		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
78.78/75.95		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
78.78/75.95		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
78.78/75.95		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
78.78/75.95		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
78.78/75.95		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
78.78/75.95		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
78.78/75.95		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
78.78/75.95		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
78.78/75.95		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
78.78/75.95		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
78.78/75.95		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
78.78/75.95		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
78.78/75.95		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
78.78/75.95		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
78.78/75.95		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
78.78/75.95		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
78.78/75.95		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
78.78/75.95		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
78.78/75.95		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
78.78/75.95		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
78.78/75.95		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
78.78/75.95		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
78.78/75.95	c starts		: 0
78.78/75.95	c conflicts		: 0
78.78/75.95	c decisions		: 0
78.78/75.95	c propagations		: 0
78.78/75.95	c inspects		: 0
78.78/75.95	c learnt literals	: 0
78.78/75.95	c learnt binary clauses	: 0
78.78/75.95	c learnt ternary clauses	: 0
78.78/75.95	c learnt clauses	: 0
78.78/75.95	c ignored clauses	: 0
78.78/75.95	c root simplifications	: 0
78.78/75.95	c removed literals (reason simplification)	: 0
78.78/75.95	c reason swapping (by a shorter reason)	: 0
78.78/75.95	c Calls to reduceDB	: 0
78.78/75.95	c speed (assignments/second)	: 0.0
78.78/75.95	c non guided choices	0
78.78/75.95	s UNKNOWN
78.78/75.95	c Total wall clock time (in seconds) : 75.421

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-1076279-1215184848/watcher-1076279-1215184848 -o /tmp/evaluation-result-1076279-1215184848/solver-1076279-1215184848 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1076279-1215184848.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.07 2.00 2.00 4/74 21437
/proc/meminfo: memFree=1482904/2055920 swapFree=4180396/4192956
[pid=21437] ppid=21435 vsize=18572 CPUtime=0
/proc/21437/stat : 21437 (runsolver) R 21435 21437 19055 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1997457665 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 264840473895 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/21437/statm: 4643 292 257 25 0 2626 0

[startup+0.084932 s]
/proc/loadavg: 2.07 2.00 2.00 4/74 21437
/proc/meminfo: memFree=1482904/2055920 swapFree=4180396/4192956
[pid=21437] ppid=21435 vsize=798812 CPUtime=0.03
/proc/21437/stat : 21437 (java) S 21435 21437 19055 0 -1 0 1692 0 29 0 0 3 0 0 18 0 4 0 1997457665 817983488 1461 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 199703 1462 430 9 0 197481 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 798812

[startup+0.101931 s]
/proc/loadavg: 2.07 2.00 2.00 4/74 21437
/proc/meminfo: memFree=1482904/2055920 swapFree=4180396/4192956
[pid=21437] ppid=21435 vsize=800744 CPUtime=0.04
/proc/21437/stat : 21437 (java) S 21435 21437 19055 0 -1 0 2351 0 29 0 1 3 0 0 18 0 4 0 1997457665 819961856 2117 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 200186 2117 912 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.301951 s]
/proc/loadavg: 2.07 2.00 2.00 4/74 21437
/proc/meminfo: memFree=1482904/2055920 swapFree=4180396/4192956
[pid=21437] ppid=21435 vsize=807800 CPUtime=0.2
/proc/21437/stat : 21437 (java) S 21435 21437 19055 0 -1 0 4454 0 29 0 16 4 0 0 18 0 12 0 1997457665 827187200 3811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 201950 3811 1295 9 0 199319 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 807800

[startup+0.701993 s]
/proc/loadavg: 2.07 2.00 2.00 4/74 21437
/proc/meminfo: memFree=1482904/2055920 swapFree=4180396/4192956
[pid=21437] ppid=21435 vsize=807828 CPUtime=0.54
/proc/21437/stat : 21437 (java) S 21435 21437 19055 0 -1 0 5822 0 29 0 47 7 0 0 18 0 12 0 1997457665 827215872 5127 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 201957 5127 1332 9 0 199319 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 807828

[startup+1.50208 s]
/proc/loadavg: 2.07 2.00 2.00 3/86 21449
/proc/meminfo: memFree=1456952/2055920 swapFree=4180396/4192956
[pid=21437] ppid=21435 vsize=807828 CPUtime=1.34
/proc/21437/stat : 21437 (java) S 21435 21437 19055 0 -1 0 11964 0 29 0 124 10 0 0 18 0 12 0 1997457665 827215872 11249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 201957 11249 1341 9 0 199319 0
[pid=21437/tid=21439] ppid=21435 vsize=807828 CPUtime=0.81
/proc/21437/task/21439/stat : 21439 (java) R 21435 21437 19055 0 -1 64 9612 0 1 0 74 7 0 0 25 0 12 0 1997457673 827215872 11249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=807828 CPUtime=0
/proc/21437/task/21440/stat : 21440 (java) S 21435 21437 19055 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1997457674 827215872 11249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=807828 CPUtime=0
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1997457674 827215872 11249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=807828 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1997457677 827215872 11249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21435 vsize=807828 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 19055 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1997457677 827215872 11249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=807828 CPUtime=0
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 19055 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 1997457677 827215872 11249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=807828 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1997457684 827215872 11249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=807828 CPUtime=0.24
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 19055 0 -1 64 1105 0 0 0 24 0 0 0 16 0 12 0 1997457684 827215872 11249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21447] ppid=21435 vsize=807828 CPUtime=0.25
/proc/21437/task/21447/stat : 21447 (java) R 21435 21437 19055 0 -1 64 509 0 0 0 25 0 0 0 16 0 12 0 1997457684 827215872 11249 996147200 134512640 134550740 4294956016 18446744073709551615 106086104 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21448] ppid=21435 vsize=807828 CPUtime=0
/proc/21437/task/21448/stat : 21448 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997457684 827215872 11249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21449] ppid=21435 vsize=807828 CPUtime=0
/proc/21437/task/21449/stat : 21449 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997457684 827215872 11249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 807828

[startup+3.10224 s]
/proc/loadavg: 2.07 2.00 2.00 3/86 21449
/proc/meminfo: memFree=1422136/2055920 swapFree=4180396/4192956
[pid=21437] ppid=21435 vsize=809468 CPUtime=2.94
/proc/21437/stat : 21437 (java) S 21435 21437 19055 0 -1 0 29077 0 29 0 276 18 0 0 18 0 12 0 1997457665 828895232 27802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 202367 27802 1357 9 0 199729 0
[pid=21437/tid=21439] ppid=21435 vsize=809468 CPUtime=1.78
/proc/21437/task/21439/stat : 21439 (java) R 21435 21437 19055 0 -1 64 16971 0 1 0 168 10 0 0 25 0 12 0 1997457673 828895232 27802 996147200 134512640 134550740 4294956016 18446744073709551615 4109659829 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=809468 CPUtime=0.04
/proc/21437/task/21440/stat : 21440 (java) S 21435 21437 19055 0 -1 64 1753 0 0 0 4 0 0 0 16 0 12 0 1997457674 828895232 27802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=809468 CPUtime=0.04
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 19055 0 -1 64 7004 0 0 0 2 2 0 0 16 0 12 0 1997457674 828895232 27802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=809468 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21435 21437 19055 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1997457677 828895232 27802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21435 vsize=809468 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 19055 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1997457677 828895232 27802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=809468 CPUtime=0
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 19055 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1997457677 828895232 27802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=809468 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1997457684 828895232 27802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=809468 CPUtime=0.45
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 19055 0 -1 64 1132 0 0 0 45 0 0 0 16 0 12 0 1997457684 828895232 27802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21447] ppid=21435 vsize=809468 CPUtime=0.55
/proc/21437/task/21447/stat : 21447 (java) S 21435 21437 19055 0 -1 64 1451 0 0 0 54 1 0 0 16 0 12 0 1997457684 828895232 27802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21448] ppid=21435 vsize=809468 CPUtime=0
/proc/21437/task/21448/stat : 21448 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997457684 828895232 27802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21449] ppid=21435 vsize=809468 CPUtime=0
/proc/21437/task/21449/stat : 21449 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997457684 828895232 27802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 809468

[startup+6.30157 s]
/proc/loadavg: 2.15 2.02 2.01 5/86 21449
/proc/meminfo: memFree=1306552/2055920 swapFree=4180396/4192956
[pid=21437] ppid=21435 vsize=820344 CPUtime=6.89
/proc/21437/stat : 21437 (java) S 21435 21437 19055 0 -1 0 63847 0 29 0 655 34 0 0 18 0 12 0 1997457665 840032256 56264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 205086 56264 1361 9 0 202448 0
[pid=21437/tid=21439] ppid=21435 vsize=820344 CPUtime=3.67
/proc/21437/task/21439/stat : 21439 (java) R 21435 21437 19055 0 -1 64 16977 0 1 0 357 10 0 0 23 0 12 0 1997457673 840032256 56264 996147200 134512640 134550740 4294956016 18446744073709551615 4109766198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21440] ppid=21435 vsize=820344 CPUtime=0.91
/proc/21437/task/21440/stat : 21440 (java) S 21435 21437 19055 0 -1 64 16766 0 0 0 85 6 0 0 16 0 12 0 1997457674 840032256 56264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21441] ppid=21435 vsize=820344 CPUtime=0.94
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 19055 0 -1 64 25751 0 0 0 83 11 0 0 20 0 12 0 1997457674 840032256 56264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21442] ppid=21435 vsize=820344 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21435 21437 19055 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1997457677 840032256 56264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21443] ppid=21435 vsize=820344 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 19055 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1997457677 840032256 56264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=820344 CPUtime=0
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 19055 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1997457677 840032256 56264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=820344 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1997457684 840032256 56264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=820344 CPUtime=0.57
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 19055 0 -1 64 1144 0 0 0 57 0 0 0 16 0 12 0 1997457684 840032256 56264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21447] ppid=21435 vsize=820344 CPUtime=0.72
/proc/21437/task/21447/stat : 21447 (java) S 21435 21437 19055 0 -1 64 2443 0 0 0 71 1 0 0 16 0 12 0 1997457684 840032256 56264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21448] ppid=21435 vsize=820344 CPUtime=0
/proc/21437/task/21448/stat : 21448 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997457684 840032256 56264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21449] ppid=21435 vsize=820344 CPUtime=0
/proc/21437/task/21449/stat : 21449 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997457684 840032256 56264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 820344

[startup+12.7012 s]
/proc/loadavg: 2.30 2.05 2.02 5/86 21449
/proc/meminfo: memFree=1055288/2055920 swapFree=4180396/4192956
[pid=21437] ppid=21435 vsize=825464 CPUtime=14.69
/proc/21437/stat : 21437 (java) S 21435 21437 19055 0 -1 0 143618 0 29 0 1399 70 0 0 18 0 12 0 1997457665 845275136 128791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 206366 128791 1361 9 0 203728 0
[pid=21437/tid=21439] ppid=21435 vsize=825464 CPUtime=6.67
/proc/21437/task/21439/stat : 21439 (java) R 21435 21437 19055 0 -1 64 35419 0 1 0 649 18 0 0 19 0 12 0 1997457673 845275136 128791 996147200 134512640 134550740 4294956016 18446744073709551615 4109774567 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=825464 CPUtime=3.71
/proc/21437/task/21440/stat : 21440 (java) S 21435 21437 19055 0 -1 64 52962 0 0 0 348 23 0 0 20 0 12 0 1997457674 845275136 128791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=825464 CPUtime=2.93
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 19055 0 -1 64 50884 0 0 0 271 22 0 0 16 0 12 0 1997457674 845275136 128791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=825464 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21435 21437 19055 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1997457677 845275136 128791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21435 vsize=825464 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 19055 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1997457677 845275136 128791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=825464 CPUtime=0
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 19055 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1997457677 845275136 128791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=825464 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1997457684 845275136 128791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=825464 CPUtime=0.57
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 19055 0 -1 64 1144 0 0 0 57 0 0 0 16 0 12 0 1997457684 845275136 128791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21447] ppid=21435 vsize=825464 CPUtime=0.72
/proc/21437/task/21447/stat : 21447 (java) S 21435 21437 19055 0 -1 64 2443 0 0 0 71 1 0 0 16 0 12 0 1997457684 845275136 128791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21448] ppid=21435 vsize=825464 CPUtime=0
/proc/21437/task/21448/stat : 21448 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997457684 845275136 128791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21449] ppid=21435 vsize=825464 CPUtime=0
/proc/21437/task/21449/stat : 21449 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997457684 845275136 128791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.69
Current children cumulated vsize (KiB) 825464

[startup+25.5026 s]
/proc/loadavg: 2.37 2.08 2.02 3/86 21449
/proc/meminfo: memFree=755768/2055920 swapFree=4180396/4192956
[pid=21437] ppid=21435 vsize=862588 CPUtime=28.46
/proc/21437/stat : 21437 (java) S 21435 21437 19055 0 -1 0 237883 0 29 0 2735 111 0 0 18 0 12 0 1997457665 883290112 180637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 215647 180637 1365 9 0 213009 0
[pid=21437/tid=21439] ppid=21435 vsize=862588 CPUtime=10.09
/proc/21437/task/21439/stat : 21439 (java) S 21435 21437 19055 0 -1 64 35430 0 1 0 991 18 0 0 19 0 12 0 1997457673 883290112 180637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=862588 CPUtime=5.12
/proc/21437/task/21440/stat : 21440 (java) S 21435 21437 19055 0 -1 64 63677 0 0 0 483 29 0 0 18 0 12 0 1997457674 883290112 180637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=862588 CPUtime=6.22
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 19055 0 -1 64 81986 0 0 0 586 36 0 0 20 0 12 0 1997457674 883290112 180637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=862588 CPUtime=5.67
/proc/21437/task/21442/stat : 21442 (java) R 21435 21437 19055 0 -1 64 52467 0 0 0 545 22 0 0 25 0 12 0 1997457677 883290112 180637 996147200 134512640 134550740 4294956016 18446744073709551615 106122401 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 19055 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1997457677 883290112 180637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 19055 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1997457677 883290112 180637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1997457684 883290112 180637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=21437/tid=21449] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21449/stat : 21449 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997457684 883290112 184688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.04
Current children cumulated vsize (KiB) 862588

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

[startup+63.9015 s]
/proc/loadavg: 2.25 2.08 2.03 3/86 21449
/proc/meminfo: memFree=750392/2055920 swapFree=4180396/4192956
[pid=21437] ppid=21435 vsize=862588 CPUtime=66.83
/proc/21437/stat : 21437 (java) S 21435 21437 19055 0 -1 0 494040 0 29 0 6467 216 0 0 18 0 12 0 1997457665 883290112 184688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 215647 184688 1365 9 0 213009 0
[pid=21437/tid=21439] ppid=21435 vsize=862588 CPUtime=10.76
/proc/21437/task/21439/stat : 21439 (java) S 21435 21437 19055 0 -1 64 35440 0 1 0 1058 18 0 0 16 0 12 0 1997457673 883290112 184688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=862588 CPUtime=5.12
/proc/21437/task/21440/stat : 21440 (java) S 21435 21437 19055 0 -1 64 63677 0 0 0 483 29 0 0 18 0 12 0 1997457674 883290112 184688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=862588 CPUtime=6.22
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 19055 0 -1 64 81986 0 0 0 586 36 0 0 20 0 12 0 1997457674 883290112 184688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=862588 CPUtime=43.36
/proc/21437/task/21442/stat : 21442 (java) R 21435 21437 19055 0 -1 64 308614 0 0 0 4209 127 0 0 25 0 12 0 1997457677 883290112 184688 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997457677 883290112 184688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 19055 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1997457677 883290112 184688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1997457684 883290112 184688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=862588 CPUtime=0.57
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 19055 0 -1 64 1144 0 0 0 57 0 0 0 16 0 12 0 1997457684 883290112 184688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21447] ppid=21435 vsize=862588 CPUtime=0.72
/proc/21437/task/21447/stat : 21447 (java) S 21435 21437 19055 0 -1 64 2443 0 0 0 71 1 0 0 16 0 12 0 1997457684 883290112 184688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21448] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21448/stat : 21448 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997457684 883290112 184688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21449] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21449/stat : 21449 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997457684 883290112 184688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 66.83
Current children cumulated vsize (KiB) 862588

[startup+70.3022 s]
/proc/loadavg: 2.21 2.08 2.03 3/86 21449
/proc/meminfo: memFree=760112/2055920 swapFree=4180396/4192956
[pid=21437] ppid=21435 vsize=830584 CPUtime=73.24
/proc/21437/stat : 21437 (java) S 21435 21437 19055 0 -1 0 525556 0 29 0 7093 231 0 0 18 0 12 0 1997457665 850518016 176688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 207646 176688 1366 9 0 205008 0
[pid=21437/tid=21439] ppid=21435 vsize=830584 CPUtime=10.76
/proc/21437/task/21439/stat : 21439 (java) S 21435 21437 19055 0 -1 64 35444 0 1 0 1058 18 0 0 17 0 12 0 1997457673 850518016 176688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=830584 CPUtime=5.12
/proc/21437/task/21440/stat : 21440 (java) S 21435 21437 19055 0 -1 64 63677 0 0 0 483 29 0 0 18 0 12 0 1997457674 850518016 176688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=830584 CPUtime=6.22
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 19055 0 -1 64 81986 0 0 0 586 36 0 0 20 0 12 0 1997457674 850518016 176688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=830584 CPUtime=49.76
/proc/21437/task/21442/stat : 21442 (java) R 21435 21437 19055 0 -1 64 340126 0 0 0 4835 141 0 0 25 0 12 0 1997457677 850518016 176688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21435 vsize=830584 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997457677 850518016 176688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=830584 CPUtime=0
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 19055 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1997457677 850518016 176688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=830584 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1997457684 850518016 176688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=830584 CPUtime=0.57
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 19055 0 -1 64 1144 0 0 0 57 0 0 0 16 0 12 0 1997457684 850518016 176688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21447] ppid=21435 vsize=830584 CPUtime=0.72
/proc/21437/task/21447/stat : 21447 (java) S 21435 21437 19055 0 -1 64 2443 0 0 0 71 1 0 0 16 0 12 0 1997457684 850518016 176688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21448] ppid=21435 vsize=830584 CPUtime=0
/proc/21437/task/21448/stat : 21448 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997457684 850518016 176688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21449] ppid=21435 vsize=830584 CPUtime=0
/proc/21437/task/21449/stat : 21449 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997457684 850518016 176688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 73.24
Current children cumulated vsize (KiB) 830584

[startup+73.5015 s]
/proc/loadavg: 2.21 2.08 2.03 3/86 21449
/proc/meminfo: memFree=739000/2055920 swapFree=4180396/4192956
[pid=21437] ppid=21435 vsize=862588 CPUtime=76.4
/proc/21437/stat : 21437 (java) S 21435 21437 19055 0 -1 0 557068 0 29 0 7396 244 0 0 18 0 12 0 1997457665 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 215647 184689 1366 9 0 213009 0
[pid=21437/tid=21439] ppid=21435 vsize=862588 CPUtime=10.76
/proc/21437/task/21439/stat : 21439 (java) S 21435 21437 19055 0 -1 64 35444 0 1 0 1058 18 0 0 17 0 12 0 1997457673 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=862588 CPUtime=5.12
/proc/21437/task/21440/stat : 21440 (java) S 21435 21437 19055 0 -1 64 63677 0 0 0 483 29 0 0 18 0 12 0 1997457674 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=862588 CPUtime=6.22
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 19055 0 -1 64 81986 0 0 0 586 36 0 0 20 0 12 0 1997457674 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=862588 CPUtime=52.93
/proc/21437/task/21442/stat : 21442 (java) R 21435 21437 19055 0 -1 64 371638 0 0 0 5138 155 0 0 25 0 12 0 1997457677 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21443] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997457677 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 19055 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1997457677 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1997457684 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=862588 CPUtime=0.57
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 19055 0 -1 64 1144 0 0 0 57 0 0 0 16 0 12 0 1997457684 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21447] ppid=21435 vsize=862588 CPUtime=0.72
/proc/21437/task/21447/stat : 21447 (java) S 21435 21437 19055 0 -1 64 2443 0 0 0 71 1 0 0 16 0 12 0 1997457684 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21448] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21448/stat : 21448 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997457684 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21449] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21449/stat : 21449 (java) R 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997457684 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.4
Current children cumulated vsize (KiB) 862588

[startup+75.1027 s]
/proc/loadavg: 2.21 2.08 2.03 3/86 21449
/proc/meminfo: memFree=739000/2055920 swapFree=4180396/4192956
[pid=21437] ppid=21435 vsize=862588 CPUtime=77.99
/proc/21437/stat : 21437 (java) S 21435 21437 19055 0 -1 0 557068 0 29 0 7555 244 0 0 18 0 12 0 1997457665 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 215647 184689 1366 9 0 213009 0
[pid=21437/tid=21439] ppid=21435 vsize=862588 CPUtime=10.76
/proc/21437/task/21439/stat : 21439 (java) S 21435 21437 19055 0 -1 64 35444 0 1 0 1058 18 0 0 17 0 12 0 1997457673 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=862588 CPUtime=5.12
/proc/21437/task/21440/stat : 21440 (java) S 21435 21437 19055 0 -1 64 63677 0 0 0 483 29 0 0 18 0 12 0 1997457674 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=862588 CPUtime=6.22
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 19055 0 -1 64 81986 0 0 0 586 36 0 0 20 0 12 0 1997457674 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=862588 CPUtime=54.52
/proc/21437/task/21442/stat : 21442 (java) R 21435 21437 19055 0 -1 64 371638 0 0 0 5297 155 0 0 25 0 12 0 1997457677 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 106123322 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21443] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997457677 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 19055 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1997457677 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1997457684 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=862588 CPUtime=0.57
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 19055 0 -1 64 1144 0 0 0 57 0 0 0 16 0 12 0 1997457684 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21447] ppid=21435 vsize=862588 CPUtime=0.72
/proc/21437/task/21447/stat : 21447 (java) S 21435 21437 19055 0 -1 64 2443 0 0 0 71 1 0 0 16 0 12 0 1997457684 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21448] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21448/stat : 21448 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997457684 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21449] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21449/stat : 21449 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997457684 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.99
Current children cumulated vsize (KiB) 862588

[startup+75.9078 s]
/proc/loadavg: 2.20 2.08 2.03 3/86 21449
/proc/meminfo: memFree=739000/2055920 swapFree=4180396/4192956
[pid=21437] ppid=21435 vsize=862588 CPUtime=78.78
/proc/21437/stat : 21437 (java) S 21435 21437 19055 0 -1 0 557068 0 29 0 7634 244 0 0 18 0 12 0 1997457665 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 215647 184689 1366 9 0 213009 0
[pid=21437/tid=21439] ppid=21435 vsize=862588 CPUtime=10.76
/proc/21437/task/21439/stat : 21439 (java) S 21435 21437 19055 0 -1 64 35444 0 1 0 1058 18 0 0 17 0 12 0 1997457673 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21440] ppid=21435 vsize=862588 CPUtime=5.12
/proc/21437/task/21440/stat : 21440 (java) S 21435 21437 19055 0 -1 64 63677 0 0 0 483 29 0 0 18 0 12 0 1997457674 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21435 vsize=862588 CPUtime=6.22
/proc/21437/task/21441/stat : 21441 (java) S 21435 21437 19055 0 -1 64 81986 0 0 0 586 36 0 0 20 0 12 0 1997457674 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21435 vsize=862588 CPUtime=55.31
/proc/21437/task/21442/stat : 21442 (java) R 21435 21437 19055 0 -1 64 371638 0 0 0 5376 155 0 0 25 0 12 0 1997457677 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21437/tid=21443] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21443/stat : 21443 (java) S 21435 21437 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997457677 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21444/stat : 21444 (java) S 21435 21437 19055 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1997457677 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1997457684 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21446] ppid=21435 vsize=862588 CPUtime=0.57
/proc/21437/task/21446/stat : 21446 (java) S 21435 21437 19055 0 -1 64 1144 0 0 0 57 0 0 0 16 0 12 0 1997457684 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21447] ppid=21435 vsize=862588 CPUtime=0.72
/proc/21437/task/21447/stat : 21447 (java) S 21435 21437 19055 0 -1 64 2443 0 0 0 71 1 0 0 16 0 12 0 1997457684 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21448] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21448/stat : 21448 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997457684 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21449] ppid=21435 vsize=862588 CPUtime=0
/proc/21437/task/21449/stat : 21449 (java) S 21435 21437 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997457684 883290112 184689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.78
Current children cumulated vsize (KiB) 862588

[startup+76.1035 s]
/proc/loadavg: 2.20 2.08 2.03 3/86 21449
/proc/meminfo: memFree=739000/2055920 swapFree=4180396/4192956
[pid=21437] ppid=21435 vsize=0 CPUtime=78.94
/proc/21437/stat : 21437 (java) Z 21435 21437 19055 0 -1 12 557082 0 29 0 7639 255 0 0 16 0 2 0 1997457665 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21437/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 78.94
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 76.1134
CPU time (s): 78.954
CPU user time (s): 76.3914
CPU system time (s): 2.56261
CPU usage (%): 103.732
Max. virtual memory (cumulated for all children) (KiB): 878592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.3914
system time used= 2.56261
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 557082
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2940
involuntary context switches= 1864

runsolver used 0.090986 second user time and 0.270958 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-04 17:20:48
IDJOB=1076279
IDBENCH=56577
IDSOLVER=344
FILE ID=node44/1076279-1215184848
PBS_JOBID= 7881538
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg12-13_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-1076279-1215184848/watcher-1076279-1215184848 -o /tmp/evaluation-result-1076279-1215184848/solver-1076279-1215184848 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1076279-1215184848.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0cabe21a999f9e8670c8ce6bdc1f9fe3
RANDOM SEED=1904183175

node44.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.213
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.213
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:       1483448 kB
Buffers:         38428 kB
Cached:         113424 kB
SwapCached:       6316 kB
Active:         467376 kB
Inactive:        42276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1483448 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            3820 kB
Writeback:           0 kB
Mapped:         364696 kB
Slab:            46604 kB
Committed_AS:  4104160 kB
PageTables:       3208 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= 66548 MiB
End job on node44 at 2008-07-04 17:22:04