Trace number 1107592

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? 35.5606 32.2633

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg10-14_ext.xml
MD5SUM6797b14732deb534296b42a9ade425c3
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints24
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1107592-1215477245/watcher-1107592-1215477245 -o /tmp/evaluation-result-1107592-1215477245/solver-1107592-1215477245 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1107592-1215477245.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: 6.49 3.18 1.79 4/83 2998
/proc/meminfo: memFree=951472/2055920 swapFree=4192956/4192956
[pid=2998] ppid=2996 vsize=18572 CPUtime=0
/proc/2998/stat : 2998 (runsolver) R 2996 2998 2723 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 4422152 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 254613712167 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/2998/statm: 4643 292 257 25 0 2626 0

[startup+0.0656881 s]
/proc/loadavg: 6.49 3.18 1.79 4/83 2998
/proc/meminfo: memFree=951472/2055920 swapFree=4192956/4192956
[pid=2998] ppid=2996 vsize=13012 CPUtime=0.02
/proc/2998/stat : 2998 (java) R 2996 2998 2723 0 -1 0 506 0 24 0 0 2 0 0 20 0 1 0 4422152 13324288 331 996147200 134512640 134550740 4294956016 18446744073709551615 1577770 0 0 4096 0 0 0 0 17 0 0 0
/proc/2998/statm: 3253 331 137 9 0 1151 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13012

[startup+0.101629 s]
/proc/loadavg: 6.49 3.18 1.79 4/83 2998
/proc/meminfo: memFree=951472/2055920 swapFree=4192956/4192956
[pid=2998] ppid=2996 vsize=801432 CPUtime=0.04
/proc/2998/stat : 2998 (java) S 2996 2998 2723 0 -1 0 2469 0 28 0 1 3 0 0 20 0 5 0 4422152 820666368 2233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/2998/statm: 200358 2233 949 9 0 197741 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 801432

[startup+0.301667 s]
/proc/loadavg: 6.49 3.18 1.79 4/83 2998
/proc/meminfo: memFree=951472/2055920 swapFree=4192956/4192956
[pid=2998] ppid=2996 vsize=808308 CPUtime=0.23
/proc/2998/stat : 2998 (java) S 2996 2998 2723 0 -1 0 4580 0 28 0 18 5 0 0 20 0 12 0 4422152 827707392 3936 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2998/statm: 202077 3936 1296 9 0 199446 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 808308

[startup+0.701746 s]
/proc/loadavg: 6.49 3.18 1.79 4/83 2998
/proc/meminfo: memFree=951472/2055920 swapFree=4192956/4192956
[pid=2998] ppid=2996 vsize=808336 CPUtime=0.59
/proc/2998/stat : 2998 (java) S 2996 2998 2723 0 -1 0 6121 0 28 0 52 7 0 0 20 0 12 0 4422152 827736064 5278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2998/statm: 202084 5278 1335 9 0 199446 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 808336

[startup+1.5029 s]
/proc/loadavg: 6.49 3.18 1.79 3/95 3010
/proc/meminfo: memFree=917264/2055920 swapFree=4192956/4192956
[pid=2998] ppid=2996 vsize=808336 CPUtime=1.37
/proc/2998/stat : 2998 (java) S 2996 2998 2723 0 -1 0 10210 0 28 0 128 9 0 0 20 0 12 0 4422152 827736064 9004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2998/statm: 202084 9004 1346 9 0 199446 0
[pid=2998/tid=3000] ppid=2996 vsize=808336 CPUtime=0.71
/proc/2998/task/3000/stat : 3000 (java) R 2996 2998 2723 0 -1 64 7263 0 1 0 65 6 0 0 25 0 12 0 4422160 827736064 9004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3001] ppid=2996 vsize=808336 CPUtime=0
/proc/2998/task/3001/stat : 3001 (java) S 2996 2998 2723 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 4422161 827736064 9004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3002] ppid=2996 vsize=808336 CPUtime=0
/proc/2998/task/3002/stat : 3002 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 4422161 827736064 9004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3003] ppid=2996 vsize=808336 CPUtime=0
/proc/2998/task/3003/stat : 3003 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 4422162 827736064 9004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3004] ppid=2996 vsize=808336 CPUtime=0
/proc/2998/task/3004/stat : 3004 (java) S 2996 2998 2723 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 4422163 827736064 9004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3005] ppid=2996 vsize=808336 CPUtime=0
/proc/2998/task/3005/stat : 3005 (java) S 2996 2998 2723 0 -1 64 5 0 0 0 0 0 0 0 25 0 12 0 4422163 827736064 9004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3006] ppid=2996 vsize=808336 CPUtime=0
/proc/2998/task/3006/stat : 3006 (java) S 2996 2998 2723 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 4422169 827736064 9004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3007] ppid=2996 vsize=808336 CPUtime=0.22
/proc/2998/task/3007/stat : 3007 (java) R 2996 2998 2723 0 -1 64 414 0 0 0 22 0 0 0 16 0 12 0 4422169 827736064 9004 996147200 134512640 134550740 4294956016 18446744073709551615 106723921 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3008] ppid=2996 vsize=808336 CPUtime=0.39
/proc/2998/task/3008/stat : 3008 (java) S 2996 2998 2723 0 -1 64 1793 0 0 0 39 0 0 0 16 0 12 0 4422169 827736064 9004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3009] ppid=2996 vsize=808336 CPUtime=0
/proc/2998/task/3009/stat : 3009 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4422169 827736064 9004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3010] ppid=2996 vsize=808336 CPUtime=0
/proc/2998/task/3010/stat : 3010 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 4422169 827736064 9004 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 808336

[startup+3.10221 s]
/proc/loadavg: 6.49 3.18 1.79 5/95 3010
/proc/meminfo: memFree=898640/2055920 swapFree=4192956/4192956
[pid=2998] ppid=2996 vsize=809788 CPUtime=2.96
/proc/2998/stat : 2998 (java) S 2996 2998 2723 0 -1 0 29307 0 28 0 279 17 0 0 20 0 12 0 4422152 829222912 27336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2998/statm: 202447 27336 1357 9 0 199809 0
[pid=2998/tid=3000] ppid=2996 vsize=809788 CPUtime=1.8
/proc/2998/task/3000/stat : 3000 (java) R 2996 2998 2723 0 -1 64 16972 0 1 0 170 10 0 0 25 0 12 0 4422160 829222912 27336 996147200 134512640 134550740 4294956016 18446744073709551615 4109641542 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3001] ppid=2996 vsize=809788 CPUtime=0.04
/proc/2998/task/3001/stat : 3001 (java) S 2996 2998 2723 0 -1 64 3588 0 0 0 4 0 0 0 16 0 12 0 4422161 829222912 27336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3002] ppid=2996 vsize=809788 CPUtime=0.03
/proc/2998/task/3002/stat : 3002 (java) S 2996 2998 2723 0 -1 64 4720 0 0 0 2 1 0 0 16 0 12 0 4422161 829222912 27336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3003] ppid=2996 vsize=809788 CPUtime=0
/proc/2998/task/3003/stat : 3003 (java) S 2996 2998 2723 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 4422162 829222912 27336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3004] ppid=2996 vsize=809788 CPUtime=0
/proc/2998/task/3004/stat : 3004 (java) S 2996 2998 2723 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 4422163 829222912 27336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3005] ppid=2996 vsize=809788 CPUtime=0
/proc/2998/task/3005/stat : 3005 (java) S 2996 2998 2723 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 4422163 829222912 27336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3006] ppid=2996 vsize=809788 CPUtime=0
/proc/2998/task/3006/stat : 3006 (java) S 2996 2998 2723 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 4422169 829222912 27336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3007] ppid=2996 vsize=809788 CPUtime=0.37
/proc/2998/task/3007/stat : 3007 (java) S 2996 2998 2723 0 -1 64 445 0 0 0 37 0 0 0 16 0 12 0 4422169 829222912 27336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3008] ppid=2996 vsize=809788 CPUtime=0.63
/proc/2998/task/3008/stat : 3008 (java) S 2996 2998 2723 0 -1 64 2789 0 0 0 63 0 0 0 16 0 12 0 4422169 829222912 27336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3009] ppid=2996 vsize=809788 CPUtime=0
/proc/2998/task/3009/stat : 3009 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4422169 829222912 27336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3010] ppid=2996 vsize=809788 CPUtime=0
/proc/2998/task/3010/stat : 3010 (java) R 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 4422169 829222912 27336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 809788

[startup+6.30182 s]
/proc/loadavg: 6.29 3.19 1.80 4/95 3010
/proc/meminfo: memFree=760144/2055920 swapFree=4192956/4192956
[pid=2998] ppid=2996 vsize=819420 CPUtime=6.4
/proc/2998/stat : 2998 (java) S 2996 2998 2723 0 -1 0 63833 0 28 0 609 31 0 0 20 0 12 0 4422152 839086080 55060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2998/statm: 204855 55060 1361 9 0 202217 0
[pid=2998/tid=3000] ppid=2996 vsize=819420 CPUtime=3.77
/proc/2998/task/3000/stat : 3000 (java) R 2996 2998 2723 0 -1 64 16979 0 1 0 367 10 0 0 25 0 12 0 4422160 839086080 55060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3001] ppid=2996 vsize=819420 CPUtime=0.66
/proc/2998/task/3001/stat : 3001 (java) R 2996 2998 2723 0 -1 64 20089 0 0 0 58 8 0 0 16 0 12 0 4422161 839086080 55060 996147200 134512640 134550740 4294956016 18446744073709551615 103074464 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3002] ppid=2996 vsize=819420 CPUtime=0.6
/proc/2998/task/3002/stat : 3002 (java) R 2996 2998 2723 0 -1 64 21804 0 0 0 52 8 0 0 16 0 12 0 4422161 839086080 55060 996147200 134512640 134550740 4294956016 18446744073709551615 103074451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3003] ppid=2996 vsize=819420 CPUtime=0
/proc/2998/task/3003/stat : 3003 (java) S 2996 2998 2723 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 4422162 839086080 55060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3004] ppid=2996 vsize=819420 CPUtime=0
/proc/2998/task/3004/stat : 3004 (java) S 2996 2998 2723 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 4422163 839086080 55060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3005] ppid=2996 vsize=819420 CPUtime=0
/proc/2998/task/3005/stat : 3005 (java) S 2996 2998 2723 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 4422163 839086080 55060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3006] ppid=2996 vsize=819420 CPUtime=0
/proc/2998/task/3006/stat : 3006 (java) S 2996 2998 2723 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 4422169 839086080 55060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3007] ppid=2996 vsize=819420 CPUtime=0.47
/proc/2998/task/3007/stat : 3007 (java) S 2996 2998 2723 0 -1 64 456 0 0 0 47 0 0 0 16 0 12 0 4422169 839086080 55060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3008] ppid=2996 vsize=819420 CPUtime=0.84
/proc/2998/task/3008/stat : 3008 (java) S 2996 2998 2723 0 -1 64 3712 0 0 0 83 1 0 0 16 0 12 0 4422169 839086080 55060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3009] ppid=2996 vsize=819420 CPUtime=0
/proc/2998/task/3009/stat : 3009 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4422169 839086080 55060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3010] ppid=2996 vsize=819420 CPUtime=0
/proc/2998/task/3010/stat : 3010 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 4422169 839086080 55060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 819420

[startup+12.7021 s]
/proc/loadavg: 6.35 3.25 1.83 3/95 3010
/proc/meminfo: memFree=610704/2055920 swapFree=4192956/4192956
[pid=2998] ppid=2996 vsize=829660 CPUtime=14.29
/proc/2998/stat : 2998 (java) S 2996 2998 2723 0 -1 0 147468 0 28 0 1366 63 0 0 20 0 12 0 4422152 849571840 132185 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2998/statm: 207415 132189 1361 9 0 204777 0
[pid=2998/tid=3000] ppid=2996 vsize=829660 CPUtime=6.43
/proc/2998/task/3000/stat : 3000 (java) S 2996 2998 2723 0 -1 64 35421 0 1 0 626 17 0 0 25 0 12 0 4422160 849571840 132191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3001] ppid=2996 vsize=829660 CPUtime=3.19
/proc/2998/task/3001/stat : 3001 (java) R 2996 2998 2723 0 -1 64 56510 0 0 0 296 23 0 0 18 0 12 0 4422161 849571840 132193 996147200 134512640 134550740 4294956016 18446744073709551615 106549200 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3002] ppid=2996 vsize=829660 CPUtime=3.31
/proc/2998/task/3002/stat : 3002 (java) R 2996 2998 2723 0 -1 64 50587 0 0 0 313 18 0 0 19 0 12 0 4422161 849571840 132196 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3003] ppid=2996 vsize=829660 CPUtime=0
/proc/2998/task/3003/stat : 3003 (java) S 2996 2998 2723 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 4422162 849571840 132199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3004] ppid=2996 vsize=829660 CPUtime=0
/proc/2998/task/3004/stat : 3004 (java) S 2996 2998 2723 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 4422163 849571840 132201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3005] ppid=2996 vsize=829660 CPUtime=0
/proc/2998/task/3005/stat : 3005 (java) S 2996 2998 2723 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 4422163 849571840 132203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3006] ppid=2996 vsize=829660 CPUtime=0
/proc/2998/task/3006/stat : 3006 (java) S 2996 2998 2723 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 4422169 849571840 132206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3007] ppid=2996 vsize=829660 CPUtime=0.47
/proc/2998/task/3007/stat : 3007 (java) S 2996 2998 2723 0 -1 64 456 0 0 0 47 0 0 0 16 0 12 0 4422169 849571840 132208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3008] ppid=2996 vsize=829660 CPUtime=0.84
/proc/2998/task/3008/stat : 3008 (java) S 2996 2998 2723 0 -1 64 3712 0 0 0 83 1 0 0 16 0 12 0 4422169 849571840 132211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3009] ppid=2996 vsize=829660 CPUtime=0
/proc/2998/task/3009/stat : 3009 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4422169 849571840 132213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3010] ppid=2996 vsize=829660 CPUtime=0
/proc/2998/task/3010/stat : 3010 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 4422169 849571840 132216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.29
Current children cumulated vsize (KiB) 829660

[startup+25.5015 s]
/proc/loadavg: 6.33 3.40 1.90 3/95 3010
/proc/meminfo: memFree=424272/2055920 swapFree=4192956/4192956
[pid=2998] ppid=2996 vsize=861664 CPUtime=28.82
/proc/2998/stat : 2998 (java) S 2996 2998 2723 0 -1 0 243304 0 28 0 2772 110 0 0 20 0 12 0 4422152 882343936 183130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2998/statm: 215416 183130 1365 9 0 212778 0
[pid=2998/tid=3000] ppid=2996 vsize=861664 CPUtime=9.52
/proc/2998/task/3000/stat : 3000 (java) S 2996 2998 2723 0 -1 64 35430 0 1 0 934 18 0 0 18 0 12 0 4422160 882343936 183130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3001] ppid=2996 vsize=861664 CPUtime=5.27
/proc/2998/task/3001/stat : 3001 (java) S 2996 2998 2723 0 -1 64 78035 0 0 0 492 35 0 0 17 0 12 0 4422161 882343936 183130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3002] ppid=2996 vsize=861664 CPUtime=6.84
/proc/2998/task/3002/stat : 3002 (java) S 2996 2998 2723 0 -1 64 72524 0 0 0 655 29 0 0 20 0 12 0 4422161 882343936 183130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3003] ppid=2996 vsize=861664 CPUtime=5.81
/proc/2998/task/3003/stat : 3003 (java) R 2996 2998 2723 0 -1 64 52409 0 0 0 559 22 0 0 25 0 12 0 4422162 882343936 183130 996147200 134512640 134550740 4294956016 18446744073709551615 106122382 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3004] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3004/stat : 3004 (java) S 2996 2998 2723 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 4422163 882343936 183130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3005] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3005/stat : 3005 (java) S 2996 2998 2723 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 4422163 882343936 183130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3006] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3006/stat : 3006 (java) S 2996 2998 2723 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 4422169 882343936 183130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=2998/tid=3010] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3010/stat : 3010 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 4422169 882343936 183130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.82
Current children cumulated vsize (KiB) 861664

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

[startup+28.7021 s]
/proc/loadavg: 6.23 3.43 1.92 3/95 3010
/proc/meminfo: memFree=426640/2055920 swapFree=4192956/4192956
[pid=2998] ppid=2996 vsize=861664 CPUtime=32.02
/proc/2998/stat : 2998 (java) S 2996 2998 2723 0 -1 0 260642 0 28 0 3085 117 0 0 20 0 12 0 4422152 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2998/statm: 215416 184711 1365 9 0 212778 0
[pid=2998/tid=3000] ppid=2996 vsize=861664 CPUtime=9.56
/proc/2998/task/3000/stat : 3000 (java) S 2996 2998 2723 0 -1 64 35431 0 1 0 938 18 0 0 17 0 12 0 4422160 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3001] ppid=2996 vsize=861664 CPUtime=5.27
/proc/2998/task/3001/stat : 3001 (java) S 2996 2998 2723 0 -1 64 78035 0 0 0 492 35 0 0 17 0 12 0 4422161 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3002] ppid=2996 vsize=861664 CPUtime=6.84
/proc/2998/task/3002/stat : 3002 (java) S 2996 2998 2723 0 -1 64 72524 0 0 0 655 29 0 0 20 0 12 0 4422161 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3003] ppid=2996 vsize=861664 CPUtime=8.97
/proc/2998/task/3003/stat : 3003 (java) R 2996 2998 2723 0 -1 64 69746 0 0 0 868 29 0 0 25 0 12 0 4422162 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 106736473 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3004] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3004/stat : 3004 (java) S 2996 2998 2723 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 4422163 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3005] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3005/stat : 3005 (java) S 2996 2998 2723 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 4422163 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3006] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3006/stat : 3006 (java) S 2996 2998 2723 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3007] ppid=2996 vsize=861664 CPUtime=0.47
/proc/2998/task/3007/stat : 3007 (java) S 2996 2998 2723 0 -1 64 456 0 0 0 47 0 0 0 16 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3008] ppid=2996 vsize=861664 CPUtime=0.84
/proc/2998/task/3008/stat : 3008 (java) S 2996 2998 2723 0 -1 64 3712 0 0 0 83 1 0 0 16 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3009] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3009/stat : 3009 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3010] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3010/stat : 3010 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.02
Current children cumulated vsize (KiB) 861664

[startup+30.3014 s]
/proc/loadavg: 6.23 3.43 1.92 3/95 3010
/proc/meminfo: memFree=452368/2055920 swapFree=4192956/4192956
[pid=2998] ppid=2996 vsize=861664 CPUtime=33.62
/proc/2998/stat : 2998 (java) S 2996 2998 2723 0 -1 0 276398 0 28 0 3238 124 0 0 20 0 12 0 4422152 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2998/statm: 215416 184711 1365 9 0 212778 0
[pid=2998/tid=3000] ppid=2996 vsize=861664 CPUtime=9.56
/proc/2998/task/3000/stat : 3000 (java) S 2996 2998 2723 0 -1 64 35431 0 1 0 938 18 0 0 17 0 12 0 4422160 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3001] ppid=2996 vsize=861664 CPUtime=5.27
/proc/2998/task/3001/stat : 3001 (java) S 2996 2998 2723 0 -1 64 78035 0 0 0 492 35 0 0 16 0 12 0 4422161 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3002] ppid=2996 vsize=861664 CPUtime=6.85
/proc/2998/task/3002/stat : 3002 (java) S 2996 2998 2723 0 -1 64 72524 0 0 0 656 29 0 0 17 0 12 0 4422161 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3003] ppid=2996 vsize=861664 CPUtime=10.56
/proc/2998/task/3003/stat : 3003 (java) R 2996 2998 2723 0 -1 64 85502 0 0 0 1020 36 0 0 25 0 12 0 4422162 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3004] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3004/stat : 3004 (java) S 2996 2998 2723 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 4422163 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3005] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3005/stat : 3005 (java) S 2996 2998 2723 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 4422163 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3006] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3006/stat : 3006 (java) S 2996 2998 2723 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3007] ppid=2996 vsize=861664 CPUtime=0.47
/proc/2998/task/3007/stat : 3007 (java) S 2996 2998 2723 0 -1 64 456 0 0 0 47 0 0 0 16 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3008] ppid=2996 vsize=861664 CPUtime=0.84
/proc/2998/task/3008/stat : 3008 (java) S 2996 2998 2723 0 -1 64 3712 0 0 0 83 1 0 0 16 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3009] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3009/stat : 3009 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3010] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3010/stat : 3010 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.62
Current children cumulated vsize (KiB) 861664

[startup+31.1016 s]
/proc/loadavg: 6.23 3.43 1.92 4/95 3010
/proc/meminfo: memFree=430480/2055920 swapFree=4192956/4192956
[pid=2998] ppid=2996 vsize=861664 CPUtime=34.41
/proc/2998/stat : 2998 (java) S 2996 2998 2723 0 -1 0 276398 0 28 0 3317 124 0 0 20 0 12 0 4422152 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2998/statm: 215416 184711 1365 9 0 212778 0
[pid=2998/tid=3000] ppid=2996 vsize=861664 CPUtime=9.56
/proc/2998/task/3000/stat : 3000 (java) S 2996 2998 2723 0 -1 64 35431 0 1 0 938 18 0 0 17 0 12 0 4422160 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3001] ppid=2996 vsize=861664 CPUtime=5.27
/proc/2998/task/3001/stat : 3001 (java) S 2996 2998 2723 0 -1 64 78035 0 0 0 492 35 0 0 16 0 12 0 4422161 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3002] ppid=2996 vsize=861664 CPUtime=6.85
/proc/2998/task/3002/stat : 3002 (java) S 2996 2998 2723 0 -1 64 72524 0 0 0 656 29 0 0 17 0 12 0 4422161 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3003] ppid=2996 vsize=861664 CPUtime=11.36
/proc/2998/task/3003/stat : 3003 (java) R 2996 2998 2723 0 -1 64 85502 0 0 0 1100 36 0 0 25 0 12 0 4422162 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3004] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3004/stat : 3004 (java) S 2996 2998 2723 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 4422163 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3005] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3005/stat : 3005 (java) S 2996 2998 2723 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 4422163 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3006] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3006/stat : 3006 (java) S 2996 2998 2723 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3007] ppid=2996 vsize=861664 CPUtime=0.47
/proc/2998/task/3007/stat : 3007 (java) S 2996 2998 2723 0 -1 64 456 0 0 0 47 0 0 0 16 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3008] ppid=2996 vsize=861664 CPUtime=0.84
/proc/2998/task/3008/stat : 3008 (java) S 2996 2998 2723 0 -1 64 3712 0 0 0 83 1 0 0 16 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3009] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3009/stat : 3009 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3010] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3010/stat : 3010 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 34.41
Current children cumulated vsize (KiB) 861664

[startup+31.9067 s]
/proc/loadavg: 6.23 3.43 1.92 3/95 3010
/proc/meminfo: memFree=432208/2055920 swapFree=4192956/4192956
[pid=2998] ppid=2996 vsize=861664 CPUtime=35.22
/proc/2998/stat : 2998 (java) S 2996 2998 2723 0 -1 0 276398 0 28 0 3398 124 0 0 20 0 12 0 4422152 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2998/statm: 215416 184711 1365 9 0 212778 0
[pid=2998/tid=3000] ppid=2996 vsize=861664 CPUtime=9.56
/proc/2998/task/3000/stat : 3000 (java) S 2996 2998 2723 0 -1 64 35431 0 1 0 938 18 0 0 17 0 12 0 4422160 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3001] ppid=2996 vsize=861664 CPUtime=5.27
/proc/2998/task/3001/stat : 3001 (java) S 2996 2998 2723 0 -1 64 78035 0 0 0 492 35 0 0 16 0 12 0 4422161 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3002] ppid=2996 vsize=861664 CPUtime=6.85
/proc/2998/task/3002/stat : 3002 (java) S 2996 2998 2723 0 -1 64 72524 0 0 0 656 29 0 0 17 0 12 0 4422161 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3003] ppid=2996 vsize=861664 CPUtime=12.16
/proc/2998/task/3003/stat : 3003 (java) R 2996 2998 2723 0 -1 64 85502 0 0 0 1180 36 0 0 25 0 12 0 4422162 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 106123727 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3004] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3004/stat : 3004 (java) S 2996 2998 2723 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 4422163 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3005] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3005/stat : 3005 (java) S 2996 2998 2723 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 4422163 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3006] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3006/stat : 3006 (java) S 2996 2998 2723 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3007] ppid=2996 vsize=861664 CPUtime=0.47
/proc/2998/task/3007/stat : 3007 (java) S 2996 2998 2723 0 -1 64 456 0 0 0 47 0 0 0 16 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3008] ppid=2996 vsize=861664 CPUtime=0.84
/proc/2998/task/3008/stat : 3008 (java) S 2996 2998 2723 0 -1 64 3712 0 0 0 83 1 0 0 16 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3009] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3009/stat : 3009 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3010] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3010/stat : 3010 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.22
Current children cumulated vsize (KiB) 861664

[startup+32.1017 s]
/proc/loadavg: 6.23 3.43 1.92 3/95 3010
/proc/meminfo: memFree=432208/2055920 swapFree=4192956/4192956
[pid=2998] ppid=2996 vsize=861664 CPUtime=35.41
/proc/2998/stat : 2998 (java) S 2996 2998 2723 0 -1 0 276398 0 28 0 3417 124 0 0 20 0 12 0 4422152 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2998/statm: 215416 184711 1365 9 0 212778 0
[pid=2998/tid=3000] ppid=2996 vsize=861664 CPUtime=9.56
/proc/2998/task/3000/stat : 3000 (java) S 2996 2998 2723 0 -1 64 35431 0 1 0 938 18 0 0 17 0 12 0 4422160 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3001] ppid=2996 vsize=861664 CPUtime=5.27
/proc/2998/task/3001/stat : 3001 (java) S 2996 2998 2723 0 -1 64 78035 0 0 0 492 35 0 0 16 0 12 0 4422161 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3002] ppid=2996 vsize=861664 CPUtime=6.85
/proc/2998/task/3002/stat : 3002 (java) S 2996 2998 2723 0 -1 64 72524 0 0 0 656 29 0 0 17 0 12 0 4422161 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3003] ppid=2996 vsize=861664 CPUtime=12.36
/proc/2998/task/3003/stat : 3003 (java) R 2996 2998 2723 0 -1 64 85502 0 0 0 1200 36 0 0 25 0 12 0 4422162 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2998/tid=3004] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3004/stat : 3004 (java) S 2996 2998 2723 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 4422163 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3005] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3005/stat : 3005 (java) S 2996 2998 2723 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 4422163 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3006] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3006/stat : 3006 (java) S 2996 2998 2723 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3007] ppid=2996 vsize=861664 CPUtime=0.47
/proc/2998/task/3007/stat : 3007 (java) S 2996 2998 2723 0 -1 64 456 0 0 0 47 0 0 0 16 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3008] ppid=2996 vsize=861664 CPUtime=0.84
/proc/2998/task/3008/stat : 3008 (java) S 2996 2998 2723 0 -1 64 3712 0 0 0 83 1 0 0 16 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3009] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3009/stat : 3009 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2998/tid=3010] ppid=2996 vsize=861664 CPUtime=0
/proc/2998/task/3010/stat : 3010 (java) S 2996 2998 2723 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 4422169 882343936 184711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.41
Current children cumulated vsize (KiB) 861664

[startup+32.2018 s]
/proc/loadavg: 6.23 3.43 1.92 3/95 3010
/proc/meminfo: memFree=432208/2055920 swapFree=4192956/4192956
[pid=2998] ppid=2996 vsize=0 CPUtime=35.49
/proc/2998/stat : 2998 (java) Z 2996 2998 2723 0 -1 12 276414 0 28 0 3421 128 0 0 16 0 2 0 4422152 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2998/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.49
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 32.2633
CPU time (s): 35.5606
CPU user time (s): 34.2138
CPU system time (s): 1.3468
CPU usage (%): 110.22
Max. virtual memory (cumulated for all children) (KiB): 877668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.2138
system time used= 1.34679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276414
page faults= 28
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1981
involuntary context switches= 1977

runsolver used 0.040993 second user time and 0.114982 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-08 02:34:14
IDJOB=1107592
IDBENCH=56556
IDSOLVER=344
FILE ID=node87/1107592-1215477245
PBS_JOBID= 7888645
Free space on /tmp= 65652 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6797b14732deb534296b42a9ade425c3
RANDOM SEED=1998201671

node87.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.263
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	: 5931.00
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.263
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        951888 kB
Buffers:         21756 kB
Cached:         924260 kB
SwapCached:          0 kB
Active:         949652 kB
Inactive:        83584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        951888 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          632196 kB
Writeback:        5932 kB
Mapped:         104980 kB
Slab:            55720 kB
Committed_AS:   830628 kB
PageTables:       2092 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= 65652 MiB
End job on node87 at 2008-07-08 02:34:46