Trace number 1079194

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? 57.4643 54.4412

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg12-12_ext.xml
MD5SUM401838c809953724c2b71a8d63bf31d3
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 benchmark0.084986
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints24
Maximum constraint arity12
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.23/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.23/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.23/0.25	c See www.sat4j.org for details.
0.23/0.25	c That software uses the Rhino library from the Mozilla project.
0.23/0.29	c version 9.9.9.token
0.23/0.29	c sun.arch.data.model	32
0.23/0.29	c java.version	1.6.0_06
0.23/0.29	c os.name	Linux
0.23/0.29	c os.version	2.6.9-22.EL.rootsmp
0.23/0.29	c os.arch	i386
0.23/0.29	c Free memory 669864272
0.23/0.29	c Max memory 672137216
0.23/0.29	c Total memory 672137216
0.23/0.29	c Number of processors 2
0.36/0.34	c c --- Begin Solver configuration ---
0.36/0.34	c Stops conflict analysis at the first Unique Implication Point
0.36/0.34	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.36/0.34	c Learn all clauses as in MiniSAT
0.36/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.36/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.36/0.34	c Expensive reason simplification
0.36/0.34	c MiniSAT restarts strategy
0.36/0.34	c timeout=2147483s
0.36/0.34	c DB Simplification allowed=false
0.36/0.34	c --- End Solver configuration ---
0.36/0.34	c solving HOME/instance-1079194-1215209452.xml
0.36/0.34	c reading problem ... 
0.67/0.60	c reading problem named null
0.67/0.60	c reading domains done.
0.67/0.60	c reading variables done.
0.67/0.69	c reading relations done.
1.07/1.07	c reading constraints
50.86/47.88	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
50.86/47.88		at org.sat4j.core.Vec.ensure(Vec.java:175)
50.86/47.88		at org.sat4j.core.Vec.push(Vec.java:182)
50.86/47.88		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1190)
50.86/47.88		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
50.86/47.88		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
50.86/47.88		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
50.86/47.88		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
50.86/47.88		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
50.86/47.88		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
50.86/47.88		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
50.86/47.88		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
50.86/47.88		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
50.86/47.88		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
50.86/47.88		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
50.86/47.88		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
50.86/47.88		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
50.86/47.88		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
50.86/47.88		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
50.86/47.88		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
50.86/47.88		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
50.86/47.88		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
50.86/47.88		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
50.86/47.88		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
50.86/47.88		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
50.86/47.88		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
50.86/47.88		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
50.86/47.88		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
50.86/47.88		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
50.86/47.88		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
50.86/47.88		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
50.86/47.88		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
50.86/47.88		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
57.06/54.05	c starts		: 0
57.06/54.05	c conflicts		: 0
57.06/54.05	c decisions		: 0
57.06/54.05	c propagations		: 0
57.06/54.05	c inspects		: 0
57.06/54.05	c learnt literals	: 0
57.06/54.05	c learnt binary clauses	: 0
57.06/54.05	c learnt ternary clauses	: 0
57.06/54.05	c learnt clauses	: 0
57.06/54.05	c ignored clauses	: 0
57.06/54.05	c root simplifications	: 0
57.06/54.05	c removed literals (reason simplification)	: 0
57.06/54.05	c reason swapping (by a shorter reason)	: 0
57.06/54.05	c Calls to reduceDB	: 0
57.06/54.05	c speed (assignments/second)	: 0.0
57.06/54.05	c non guided choices	0
57.06/54.05	s UNKNOWN
57.06/54.05	c Total wall clock time (in seconds) : 47.54

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-1079194-1215209452/watcher-1079194-1215209452 -o /tmp/evaluation-result-1079194-1215209452/solver-1079194-1215209452 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1079194-1215209452.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: 1.80 1.94 1.91 4/81 10307
/proc/meminfo: memFree=1731696/2055920 swapFree=4179416/4192956
[pid=10307] ppid=10305 vsize=13288 CPUtime=0
/proc/10307/stat : 10307 (java) S 10305 10307 7988 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 1999916944 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 3322 538 219 9 0 1232 0
[pid=10307/tid=10308] ppid=10305 vsize=13288 CPUtime=0
/proc/10307/task/10308/stat : 10308 (java) R 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1999916946 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 8953816 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.092896 s]
/proc/loadavg: 1.80 1.94 1.91 4/81 10307
/proc/meminfo: memFree=1731696/2055920 swapFree=4179416/4192956
[pid=10307] ppid=10305 vsize=802560 CPUtime=0.08
/proc/10307/stat : 10307 (java) S 10305 10307 7988 0 -1 0 2881 0 1 0 5 3 0 0 18 0 8 0 1999916944 821821440 2616 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 200640 2616 1014 9 0 198023 0
[pid=10307/tid=10308] ppid=10305 vsize=802560 CPUtime=0.07
/proc/10307/task/10308/stat : 10308 (java) S 10305 10307 7988 0 -1 64 2122 0 1 0 5 2 0 0 17 0 8 0 1999916946 821821440 2616 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802560

[startup+0.101676 s]
/proc/loadavg: 1.80 1.94 1.91 4/81 10307
/proc/meminfo: memFree=1731696/2055920 swapFree=4179416/4192956
[pid=10307] ppid=10305 vsize=804612 CPUtime=0.08
/proc/10307/stat : 10307 (java) S 10305 10307 7988 0 -1 0 2991 0 1 0 5 3 0 0 18 0 12 0 1999916944 823922688 2724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 201153 2724 1047 9 0 198522 0
[pid=10307/tid=10308] ppid=10305 vsize=804612 CPUtime=0.07
/proc/10307/task/10308/stat : 10308 (java) R 10305 10307 7988 0 -1 64 2216 0 1 0 5 2 0 0 18 0 12 0 1999916946 823922688 2724 996147200 134512640 134550740 4294956016 18446744073709551615 106360277 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301717 s]
/proc/loadavg: 1.80 1.94 1.91 4/81 10307
/proc/meminfo: memFree=1731696/2055920 swapFree=4179416/4192956
[pid=10307] ppid=10305 vsize=808112 CPUtime=0.36
/proc/10307/stat : 10307 (java) S 10305 10307 7988 0 -1 0 5124 0 1 0 31 5 0 0 18 0 12 0 1999916944 827506688 4494 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 202028 4495 1310 9 0 199397 0
[pid=10307/tid=10308] ppid=10305 vsize=808112 CPUtime=0.25
/proc/10307/task/10308/stat : 10308 (java) R 10305 10307 7988 0 -1 64 3065 0 1 0 21 4 0 0 17 0 12 0 1999916946 827506688 4495 996147200 134512640 134550740 4294956016 18446744073709551615 105844067 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 808112

[startup+0.701793 s]
/proc/loadavg: 1.80 1.94 1.91 4/81 10307
/proc/meminfo: memFree=1731696/2055920 swapFree=4179416/4192956
[pid=10307] ppid=10305 vsize=809164 CPUtime=0.76
/proc/10307/stat : 10307 (java) S 10305 10307 7988 0 -1 0 6432 0 1 0 69 7 0 0 18 0 12 0 1999916944 828583936 5726 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 202291 5726 1335 9 0 199653 0
[pid=10307/tid=10308] ppid=10305 vsize=809164 CPUtime=0.46
/proc/10307/task/10308/stat : 10308 (java) R 10305 10307 7988 0 -1 64 4192 0 1 0 41 5 0 0 19 0 12 0 1999916946 828583936 5726 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 809164

[startup+1.50195 s]
/proc/loadavg: 1.80 1.94 1.91 3/93 10319
/proc/meminfo: memFree=1711440/2055920 swapFree=4179416/4192956
[pid=10307] ppid=10305 vsize=810620 CPUtime=1.57
/proc/10307/stat : 10307 (java) S 10305 10307 7988 0 -1 0 9756 0 1 0 148 9 0 0 18 0 12 0 1999916944 830074880 7737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 202655 7738 1354 9 0 200017 0
[pid=10307/tid=10308] ppid=10305 vsize=810620 CPUtime=0.7
/proc/10307/task/10308/stat : 10308 (java) R 10305 10307 7988 0 -1 64 5769 0 1 0 64 6 0 0 21 0 12 0 1999916946 830074880 7739 996147200 134512640 134550740 4294956016 18446744073709551615 4109658895 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10310] ppid=10305 vsize=810620 CPUtime=0
/proc/10307/task/10310/stat : 10310 (java) S 10305 10307 7988 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1999916947 830074880 7739 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10311] ppid=10305 vsize=810620 CPUtime=0
/proc/10307/task/10311/stat : 10311 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1999916947 830074880 7740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10312] ppid=10305 vsize=810620 CPUtime=0
/proc/10307/task/10312/stat : 10312 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1999916949 830074880 7741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10313] ppid=10305 vsize=810620 CPUtime=0
/proc/10307/task/10313/stat : 10313 (java) S 10305 10307 7988 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1999916949 830074880 7742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10314] ppid=10305 vsize=810620 CPUtime=0
/proc/10307/task/10314/stat : 10314 (java) S 10305 10307 7988 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1999916949 830074880 7742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10315] ppid=10305 vsize=810620 CPUtime=0
/proc/10307/task/10315/stat : 10315 (java) S 10305 10307 7988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999916954 830074880 7743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10316] ppid=10305 vsize=810620 CPUtime=0.3
/proc/10307/task/10316/stat : 10316 (java) S 10305 10307 7988 0 -1 64 376 0 0 0 30 0 0 0 16 0 12 0 1999916954 830074880 7744 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10317] ppid=10305 vsize=810620 CPUtime=0.52
/proc/10307/task/10317/stat : 10317 (java) S 10305 10307 7988 0 -1 64 2852 0 0 0 52 0 0 0 16 0 12 0 1999916954 830074880 7744 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10318] ppid=10305 vsize=810620 CPUtime=0
/proc/10307/task/10318/stat : 10318 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999916954 830074880 7745 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10319] ppid=10305 vsize=810620 CPUtime=0
/proc/10307/task/10319/stat : 10319 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1999916954 830074880 7746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 810620

[startup+3.10227 s]
/proc/loadavg: 1.80 1.94 1.91 6/93 10319
/proc/meminfo: memFree=1657488/2055920 swapFree=4179416/4192956
[pid=10307] ppid=10305 vsize=818308 CPUtime=3.36
/proc/10307/stat : 10307 (java) S 10305 10307 7988 0 -1 0 37996 0 1 0 314 22 0 0 18 0 12 0 1999916944 837947392 33190 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 204577 33194 1358 9 0 201939 0
[pid=10307/tid=10308] ppid=10305 vsize=818308 CPUtime=1.86
/proc/10307/task/10308/stat : 10308 (java) R 10305 10307 7988 0 -1 64 16835 0 1 0 175 11 0 0 22 0 12 0 1999916946 837947392 33196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10310] ppid=10305 vsize=818308 CPUtime=0.29
/proc/10307/task/10310/stat : 10310 (java) R 10305 10307 7988 0 -1 64 7245 0 0 0 26 3 0 0 16 0 12 0 1999916947 837947392 33198 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10311] ppid=10305 vsize=818308 CPUtime=0.31
/proc/10307/task/10311/stat : 10311 (java) R 10305 10307 7988 0 -1 64 9909 0 0 0 27 4 0 0 16 0 12 0 1999916947 837947392 33200 996147200 134512640 134550740 4294956016 18446744073709551615 106159950 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10312] ppid=10305 vsize=818308 CPUtime=0
/proc/10307/task/10312/stat : 10312 (java) S 10305 10307 7988 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1999916949 837947392 33202 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10313] ppid=10305 vsize=818308 CPUtime=0
/proc/10307/task/10313/stat : 10313 (java) S 10305 10307 7988 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1999916949 837947392 33205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10314] ppid=10305 vsize=818308 CPUtime=0
/proc/10307/task/10314/stat : 10314 (java) S 10305 10307 7988 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1999916949 837947392 33208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10315] ppid=10305 vsize=818308 CPUtime=0
/proc/10307/task/10315/stat : 10315 (java) S 10305 10307 7988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999916954 837947392 33211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10316] ppid=10305 vsize=818308 CPUtime=0.31
/proc/10307/task/10316/stat : 10316 (java) S 10305 10307 7988 0 -1 64 376 0 0 0 31 0 0 0 16 0 12 0 1999916954 837947392 33213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10317] ppid=10305 vsize=818308 CPUtime=0.53
/proc/10307/task/10317/stat : 10317 (java) S 10305 10307 7988 0 -1 64 2852 0 0 0 53 0 0 0 16 0 12 0 1999916954 837947392 33216 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10318] ppid=10305 vsize=818308 CPUtime=0
/proc/10307/task/10318/stat : 10318 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999916954 837947392 33219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10319] ppid=10305 vsize=818308 CPUtime=0
/proc/10307/task/10319/stat : 10319 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1999916954 837947392 33222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 818308

[startup+6.30188 s]
/proc/loadavg: 1.81 1.94 1.91 5/93 10319
/proc/meminfo: memFree=1491344/2055920 swapFree=4179416/4192956
[pid=10307] ppid=10305 vsize=825988 CPUtime=7.58
/proc/10307/stat : 10307 (java) S 10305 10307 7988 0 -1 0 87595 0 1 0 714 44 0 0 18 0 12 0 1999916944 845811712 77227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 206497 77227 1358 9 0 203859 0
[pid=10307/tid=10308] ppid=10305 vsize=825988 CPUtime=3.34
/proc/10307/task/10308/stat : 10308 (java) R 10305 10307 7988 0 -1 64 17129 0 1 0 323 11 0 0 16 0 12 0 1999916946 845811712 77227 996147200 134512640 134550740 4294956016 18446744073709551615 4109653384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10310] ppid=10305 vsize=825988 CPUtime=1.83
/proc/10307/task/10310/stat : 10310 (java) S 10305 10307 7988 0 -1 64 38525 0 0 0 164 19 0 0 18 0 12 0 1999916947 845811712 77227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10311] ppid=10305 vsize=825988 CPUtime=1.51
/proc/10307/task/10311/stat : 10311 (java) R 10305 10307 7988 0 -1 64 27926 0 0 0 140 11 0 0 19 0 12 0 1999916947 845811712 77227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10312] ppid=10305 vsize=825988 CPUtime=0
/proc/10307/task/10312/stat : 10312 (java) S 10305 10307 7988 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1999916949 845811712 77227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10313] ppid=10305 vsize=825988 CPUtime=0
/proc/10307/task/10313/stat : 10313 (java) S 10305 10307 7988 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1999916949 845811712 77227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10314] ppid=10305 vsize=825988 CPUtime=0
/proc/10307/task/10314/stat : 10314 (java) S 10305 10307 7988 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1999916949 845811712 77227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10315] ppid=10305 vsize=825988 CPUtime=0
/proc/10307/task/10315/stat : 10315 (java) S 10305 10307 7988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999916954 845811712 77227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10316] ppid=10305 vsize=825988 CPUtime=0.31
/proc/10307/task/10316/stat : 10316 (java) S 10305 10307 7988 0 -1 64 376 0 0 0 31 0 0 0 16 0 12 0 1999916954 845811712 77227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10317] ppid=10305 vsize=825988 CPUtime=0.53
/proc/10307/task/10317/stat : 10317 (java) S 10305 10307 7988 0 -1 64 2852 0 0 0 53 0 0 0 16 0 12 0 1999916954 845811712 77227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10318] ppid=10305 vsize=825988 CPUtime=0
/proc/10307/task/10318/stat : 10318 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999916954 845811712 77227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10319] ppid=10305 vsize=825988 CPUtime=0
/proc/10307/task/10319/stat : 10319 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1999916954 845811712 77227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 825988

[startup+12.7021 s]
/proc/loadavg: 1.91 1.95 1.92 5/93 10319
/proc/meminfo: memFree=1198672/2055920 swapFree=4179416/4192956
[pid=10307] ppid=10305 vsize=831108 CPUtime=14.55
/proc/10307/stat : 10307 (java) S 10305 10307 7988 0 -1 0 152595 0 1 0 1382 73 0 0 18 0 12 0 1999916944 851054592 137760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 207777 137764 1358 9 0 205139 0
[pid=10307/tid=10308] ppid=10305 vsize=831108 CPUtime=6.49
/proc/10307/task/10308/stat : 10308 (java) R 10305 10307 7988 0 -1 64 35570 0 1 0 629 20 0 0 25 0 12 0 1999916946 851054592 137767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10310] ppid=10305 vsize=831108 CPUtime=3.37
/proc/10307/task/10310/stat : 10310 (java) R 10305 10307 7988 0 -1 64 66403 0 0 0 305 32 0 0 16 0 12 0 1999916947 851054592 137769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10311] ppid=10305 vsize=831108 CPUtime=3.8
/proc/10307/task/10311/stat : 10311 (java) R 10305 10307 7988 0 -1 64 46619 0 0 0 362 18 0 0 17 0 12 0 1999916947 851054592 137772 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10312] ppid=10305 vsize=831108 CPUtime=0
/proc/10307/task/10312/stat : 10312 (java) S 10305 10307 7988 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1999916949 851054592 137775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10313] ppid=10305 vsize=831108 CPUtime=0
/proc/10307/task/10313/stat : 10313 (java) S 10305 10307 7988 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1999916949 851054592 137778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10314] ppid=10305 vsize=831108 CPUtime=0
/proc/10307/task/10314/stat : 10314 (java) S 10305 10307 7988 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1999916949 851054592 137781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10315] ppid=10305 vsize=831108 CPUtime=0
/proc/10307/task/10315/stat : 10315 (java) S 10305 10307 7988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999916954 851054592 137784 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10316] ppid=10305 vsize=831108 CPUtime=0.31
/proc/10307/task/10316/stat : 10316 (java) S 10305 10307 7988 0 -1 64 376 0 0 0 31 0 0 0 16 0 12 0 1999916954 851054592 137787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10317] ppid=10305 vsize=831108 CPUtime=0.53
/proc/10307/task/10317/stat : 10317 (java) S 10305 10307 7988 0 -1 64 2852 0 0 0 53 0 0 0 16 0 12 0 1999916954 851054592 137790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10318] ppid=10305 vsize=831108 CPUtime=0
/proc/10307/task/10318/stat : 10318 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999916954 851054592 137793 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10319] ppid=10305 vsize=831108 CPUtime=0
/proc/10307/task/10319/stat : 10319 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1999916954 851054592 137796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.55
Current children cumulated vsize (KiB) 831108

[startup+25.5016 s]
/proc/loadavg: 2.28 2.04 1.95 3/93 10319
/proc/meminfo: memFree=1006096/2055920 swapFree=4179416/4192956
[pid=10307] ppid=10305 vsize=863112 CPUtime=28.57
/proc/10307/stat : 10307 (java) S 10305 10307 7988 0 -1 0 247355 0 1 0 2740 117 0 0 18 0 12 0 1999916944 883826688 181998 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 215778 181998 1363 9 0 213140 0
[pid=10307/tid=10308] ppid=10305 vsize=863112 CPUtime=9.19
/proc/10307/task/10308/stat : 10308 (java) S 10305 10307 7988 0 -1 64 35577 0 1 0 899 20 0 0 19 0 12 0 1999916946 883826688 181998 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10310] ppid=10305 vsize=863112 CPUtime=4.91
/proc/10307/task/10310/stat : 10310 (java) S 10305 10307 7988 0 -1 64 87107 0 0 0 447 44 0 0 20 0 12 0 1999916947 883826688 181998 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=10307] ppid=10305 vsize=879440 CPUtime=54.16
/proc/10307/stat : 10307 (java) S 10305 10307 7988 0 -1 0 390183 0 1 0 5230 186 0 0 18 0 13 0 1999916944 900546560 187016 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 219860 187026 1364 9 0 217222 0
[pid=10307/tid=10308] ppid=10305 vsize=879440 CPUtime=9.74
/proc/10307/task/10308/stat : 10308 (java) S 10305 10307 7988 0 -1 64 35590 0 1 0 954 20 0 0 17 0 13 0 1999916946 900546560 187032 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10310] ppid=10305 vsize=879440 CPUtime=4.91
/proc/10307/task/10310/stat : 10310 (java) S 10305 10307 7988 0 -1 64 87107 0 0 0 447 44 0 0 20 0 13 0 1999916947 900546560 187040 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10311] ppid=10305 vsize=879440 CPUtime=6.47
/proc/10307/task/10311/stat : 10311 (java) S 10305 10307 7988 0 -1 64 68215 0 0 0 619 28 0 0 16 0 13 0 1999916947 900546560 187048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10312] ppid=10305 vsize=879440 CPUtime=32.16
/proc/10307/task/10312/stat : 10312 (java) R 10305 10307 7988 0 -1 64 195320 0 0 0 3125 91 0 0 25 0 13 0 1999916949 900546560 187056 996147200 134512640 134550740 4294956016 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10313] ppid=10305 vsize=879440 CPUtime=0
/proc/10307/task/10313/stat : 10313 (java) S 10305 10307 7988 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1999916949 900546560 187063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10314] ppid=10305 vsize=879440 CPUtime=0
/proc/10307/task/10314/stat : 10314 (java) S 10305 10307 7988 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1999916949 900546560 187071 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10315] ppid=10305 vsize=879440 CPUtime=0
/proc/10307/task/10315/stat : 10315 (java) S 10305 10307 7988 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1999916954 900546560 187078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10316] ppid=10305 vsize=879440 CPUtime=0.31
/proc/10307/task/10316/stat : 10316 (java) S 10305 10307 7988 0 -1 64 376 0 0 0 31 0 0 0 16 0 13 0 1999916954 900546560 187086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10317] ppid=10305 vsize=879440 CPUtime=0.53
/proc/10307/task/10317/stat : 10317 (java) S 10305 10307 7988 0 -1 64 2852 0 0 0 53 0 0 0 16 0 13 0 1999916954 900546560 187094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10318] ppid=10305 vsize=879440 CPUtime=0
/proc/10307/task/10318/stat : 10318 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1999916954 900546560 187102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10319] ppid=10305 vsize=879440 CPUtime=0
/proc/10307/task/10319/stat : 10319 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1999916954 900546560 187110 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10320] ppid=10305 vsize=879440 CPUtime=0
/proc/10307/task/10320/stat : 10320 (java) S 10305 10307 7988 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1999921733 900546560 187117 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.16
Current children cumulated vsize (KiB) 879440

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

[startup+52.7029 s]
/proc/loadavg: 2.19 2.03 1.95 3/94 10320
/proc/meminfo: memFree=994952/2055920 swapFree=4179416/4192956
[pid=10307] ppid=10305 vsize=863436 CPUtime=55.76
/proc/10307/stat : 10307 (java) S 10305 10307 7988 0 -1 0 391967 0 1 0 5389 187 0 0 18 0 13 0 1999916944 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 215859 184798 1364 9 0 213221 0
[pid=10307/tid=10308] ppid=10305 vsize=863436 CPUtime=9.74
/proc/10307/task/10308/stat : 10308 (java) S 10305 10307 7988 0 -1 64 35590 0 1 0 954 20 0 0 17 0 13 0 1999916946 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10310] ppid=10305 vsize=863436 CPUtime=4.91
/proc/10307/task/10310/stat : 10310 (java) S 10305 10307 7988 0 -1 64 87107 0 0 0 447 44 0 0 20 0 13 0 1999916947 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10311] ppid=10305 vsize=863436 CPUtime=6.47
/proc/10307/task/10311/stat : 10311 (java) S 10305 10307 7988 0 -1 64 68215 0 0 0 619 28 0 0 16 0 13 0 1999916947 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10312] ppid=10305 vsize=863436 CPUtime=33.76
/proc/10307/task/10312/stat : 10312 (java) R 10305 10307 7988 0 -1 64 197063 0 0 0 3284 92 0 0 25 0 13 0 1999916949 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 105852563 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10313] ppid=10305 vsize=863436 CPUtime=0
/proc/10307/task/10313/stat : 10313 (java) S 10305 10307 7988 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1999916949 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10314] ppid=10305 vsize=863436 CPUtime=0
/proc/10307/task/10314/stat : 10314 (java) S 10305 10307 7988 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1999916949 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10315] ppid=10305 vsize=863436 CPUtime=0
/proc/10307/task/10315/stat : 10315 (java) S 10305 10307 7988 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1999916954 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10316] ppid=10305 vsize=863436 CPUtime=0.31
/proc/10307/task/10316/stat : 10316 (java) S 10305 10307 7988 0 -1 64 376 0 0 0 31 0 0 0 16 0 13 0 1999916954 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10317] ppid=10305 vsize=863436 CPUtime=0.53
/proc/10307/task/10317/stat : 10317 (java) S 10305 10307 7988 0 -1 64 2852 0 0 0 53 0 0 0 16 0 13 0 1999916954 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10318] ppid=10305 vsize=863436 CPUtime=0
/proc/10307/task/10318/stat : 10318 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1999916954 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10319] ppid=10305 vsize=863436 CPUtime=0
/proc/10307/task/10319/stat : 10319 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1999916954 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10320] ppid=10305 vsize=863436 CPUtime=0
/proc/10307/task/10320/stat : 10320 (java) S 10305 10307 7988 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1999921733 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 55.76
Current children cumulated vsize (KiB) 863436

[startup+53.5021 s]
/proc/loadavg: 2.19 2.03 1.95 3/94 10320
/proc/meminfo: memFree=994952/2055920 swapFree=4179416/4192956
[pid=10307] ppid=10305 vsize=863436 CPUtime=56.56
/proc/10307/stat : 10307 (java) S 10305 10307 7988 0 -1 0 391967 0 1 0 5469 187 0 0 18 0 13 0 1999916944 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 215859 184798 1364 9 0 213221 0
[pid=10307/tid=10308] ppid=10305 vsize=863436 CPUtime=9.74
/proc/10307/task/10308/stat : 10308 (java) S 10305 10307 7988 0 -1 64 35590 0 1 0 954 20 0 0 17 0 13 0 1999916946 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10310] ppid=10305 vsize=863436 CPUtime=4.91
/proc/10307/task/10310/stat : 10310 (java) S 10305 10307 7988 0 -1 64 87107 0 0 0 447 44 0 0 20 0 13 0 1999916947 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10311] ppid=10305 vsize=863436 CPUtime=6.47
/proc/10307/task/10311/stat : 10311 (java) S 10305 10307 7988 0 -1 64 68215 0 0 0 619 28 0 0 16 0 13 0 1999916947 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10312] ppid=10305 vsize=863436 CPUtime=34.55
/proc/10307/task/10312/stat : 10312 (java) R 10305 10307 7988 0 -1 64 197063 0 0 0 3363 92 0 0 25 0 13 0 1999916949 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 106123727 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10313] ppid=10305 vsize=863436 CPUtime=0
/proc/10307/task/10313/stat : 10313 (java) S 10305 10307 7988 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1999916949 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10314] ppid=10305 vsize=863436 CPUtime=0
/proc/10307/task/10314/stat : 10314 (java) S 10305 10307 7988 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1999916949 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10315] ppid=10305 vsize=863436 CPUtime=0
/proc/10307/task/10315/stat : 10315 (java) S 10305 10307 7988 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1999916954 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10316] ppid=10305 vsize=863436 CPUtime=0.31
/proc/10307/task/10316/stat : 10316 (java) S 10305 10307 7988 0 -1 64 376 0 0 0 31 0 0 0 16 0 13 0 1999916954 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10317] ppid=10305 vsize=863436 CPUtime=0.53
/proc/10307/task/10317/stat : 10317 (java) S 10305 10307 7988 0 -1 64 2852 0 0 0 53 0 0 0 16 0 13 0 1999916954 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10318] ppid=10305 vsize=863436 CPUtime=0
/proc/10307/task/10318/stat : 10318 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1999916954 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10319] ppid=10305 vsize=863436 CPUtime=0
/proc/10307/task/10319/stat : 10319 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1999916954 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10320] ppid=10305 vsize=863436 CPUtime=0
/proc/10307/task/10320/stat : 10320 (java) S 10305 10307 7988 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1999921733 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.56
Current children cumulated vsize (KiB) 863436

[startup+53.9072 s]
/proc/loadavg: 2.19 2.03 1.95 3/94 10320
/proc/meminfo: memFree=994952/2055920 swapFree=4179416/4192956
[pid=10307] ppid=10305 vsize=863436 CPUtime=56.96
/proc/10307/stat : 10307 (java) S 10305 10307 7988 0 -1 0 391967 0 1 0 5509 187 0 0 18 0 13 0 1999916944 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 215859 184798 1364 9 0 213221 0
[pid=10307/tid=10308] ppid=10305 vsize=863436 CPUtime=9.74
/proc/10307/task/10308/stat : 10308 (java) S 10305 10307 7988 0 -1 64 35590 0 1 0 954 20 0 0 17 0 13 0 1999916946 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10310] ppid=10305 vsize=863436 CPUtime=4.91
/proc/10307/task/10310/stat : 10310 (java) S 10305 10307 7988 0 -1 64 87107 0 0 0 447 44 0 0 20 0 13 0 1999916947 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10311] ppid=10305 vsize=863436 CPUtime=6.47
/proc/10307/task/10311/stat : 10311 (java) S 10305 10307 7988 0 -1 64 68215 0 0 0 619 28 0 0 16 0 13 0 1999916947 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10312] ppid=10305 vsize=863436 CPUtime=34.96
/proc/10307/task/10312/stat : 10312 (java) R 10305 10307 7988 0 -1 64 197063 0 0 0 3404 92 0 0 25 0 13 0 1999916949 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10313] ppid=10305 vsize=863436 CPUtime=0
/proc/10307/task/10313/stat : 10313 (java) S 10305 10307 7988 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1999916949 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10314] ppid=10305 vsize=863436 CPUtime=0
/proc/10307/task/10314/stat : 10314 (java) S 10305 10307 7988 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1999916949 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10315] ppid=10305 vsize=863436 CPUtime=0
/proc/10307/task/10315/stat : 10315 (java) S 10305 10307 7988 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1999916954 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10316] ppid=10305 vsize=863436 CPUtime=0.31
/proc/10307/task/10316/stat : 10316 (java) S 10305 10307 7988 0 -1 64 376 0 0 0 31 0 0 0 16 0 13 0 1999916954 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10317] ppid=10305 vsize=863436 CPUtime=0.53
/proc/10307/task/10317/stat : 10317 (java) S 10305 10307 7988 0 -1 64 2852 0 0 0 53 0 0 0 16 0 13 0 1999916954 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10318] ppid=10305 vsize=863436 CPUtime=0
/proc/10307/task/10318/stat : 10318 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1999916954 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10319] ppid=10305 vsize=863436 CPUtime=0
/proc/10307/task/10319/stat : 10319 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1999916954 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10320] ppid=10305 vsize=863436 CPUtime=0
/proc/10307/task/10320/stat : 10320 (java) S 10305 10307 7988 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1999921733 884158464 184798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.96
Current children cumulated vsize (KiB) 863436

[startup+54.3022 s]
/proc/loadavg: 2.19 2.03 1.95 3/94 10320
/proc/meminfo: memFree=994952/2055920 swapFree=4179416/4192956
[pid=10307] ppid=10305 vsize=831432 CPUtime=57.35
/proc/10307/stat : 10307 (java) S 10305 10307 7988 0 -1 0 391970 0 1 0 5547 188 0 0 18 0 12 0 1999916944 851386368 176798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 207858 176798 1365 9 0 205220 0
[pid=10307/tid=10308] ppid=10305 vsize=831432 CPUtime=9.74
/proc/10307/task/10308/stat : 10308 (java) S 10305 10307 7988 0 -1 64 35591 0 1 0 954 20 0 0 16 0 12 0 1999916946 851386368 176798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10310] ppid=10305 vsize=831432 CPUtime=4.91
/proc/10307/task/10310/stat : 10310 (java) S 10305 10307 7988 0 -1 64 87107 0 0 0 447 44 0 0 20 0 12 0 1999916947 851386368 176798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10311] ppid=10305 vsize=831432 CPUtime=6.47
/proc/10307/task/10311/stat : 10311 (java) S 10305 10307 7988 0 -1 64 68215 0 0 0 619 28 0 0 16 0 12 0 1999916947 851386368 176798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10312] ppid=10305 vsize=831432 CPUtime=35.34
/proc/10307/task/10312/stat : 10312 (java) S 10305 10307 7988 0 -1 64 197063 0 0 0 3442 92 0 0 25 0 12 0 1999916949 851386368 176798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10313] ppid=10305 vsize=831432 CPUtime=0
/proc/10307/task/10313/stat : 10313 (java) S 10305 10307 7988 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1999916949 851386368 176798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10314] ppid=10305 vsize=831432 CPUtime=0
/proc/10307/task/10314/stat : 10314 (java) S 10305 10307 7988 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1999916949 851386368 176798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10315] ppid=10305 vsize=831432 CPUtime=0
/proc/10307/task/10315/stat : 10315 (java) S 10305 10307 7988 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1999916954 851386368 176798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10316] ppid=10305 vsize=831432 CPUtime=0.31
/proc/10307/task/10316/stat : 10316 (java) S 10305 10307 7988 0 -1 64 376 0 0 0 31 0 0 0 16 0 12 0 1999916954 851386368 176798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10317] ppid=10305 vsize=831432 CPUtime=0.53
/proc/10307/task/10317/stat : 10317 (java) S 10305 10307 7988 0 -1 64 2852 0 0 0 53 0 0 0 16 0 12 0 1999916954 851386368 176798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10307/tid=10318] ppid=10305 vsize=831432 CPUtime=0
/proc/10307/task/10318/stat : 10318 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1999916954 851386368 176798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10319] ppid=10305 vsize=831432 CPUtime=0
/proc/10307/task/10319/stat : 10319 (java) S 10305 10307 7988 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1999916954 851386368 176798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 57.35
Current children cumulated vsize (KiB) 831432

[startup+54.4023 s]
/proc/loadavg: 2.19 2.03 1.95 3/94 10320
/proc/meminfo: memFree=994952/2055920 swapFree=4179416/4192956
[pid=10307] ppid=10305 vsize=0 CPUtime=57.41
/proc/10307/stat : 10307 (java) Z 10305 10307 7988 0 -1 12 391973 0 1 0 5547 194 0 0 16 0 2 0 1999916944 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10307/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 57.41
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 54.4412
CPU time (s): 57.4643
CPU user time (s): 55.4786
CPU system time (s): 1.9857
CPU usage (%): 105.553
Max. virtual memory (cumulated for all children) (KiB): 879440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.4786
system time used= 1.9857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 391973
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1793
involuntary context switches= 2352

runsolver used 0.068989 second user time and 0.200969 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-05 00:10:52
IDJOB=1079194
IDBENCH=56866
IDSOLVER=344
FILE ID=node62/1079194-1215209452
PBS_JOBID= 7881659
Free space on /tmp= 65256 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 401838c809953724c2b71a8d63bf31d3
RANDOM SEED=1196321452

node62.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.259
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.259
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:       1732176 kB
Buffers:         45372 kB
Cached:         190584 kB
SwapCached:       6872 kB
Active:         144752 kB
Inactive:       114516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1732176 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:          39264 kB
Slab:            49480 kB
Committed_AS:  4086688 kB
PageTables:       1960 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65256 MiB
End job on node62 at 2008-07-05 00:11:46