Trace number 1079125

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.3873 55.9497

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg13-17_ext.xml
MD5SUMfe2574ba18fd13c14ddfb09149c95ec2
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.015996
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints30
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension30
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 2.28 2.08 2.02 4/72 656
/proc/meminfo: memFree=1768752/2055920 swapFree=4114104/4192956
[pid=656] ppid=654 vsize=152 CPUtime=0
/proc/656/stat : 656 (java) R 654 656 31598 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1550610482 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 8663844 0 0 4096 0 0 0 0 17 0 0 0
/proc/656/statm: 38 26 19 9 0 4 0

[startup+0.0153349 s]
/proc/loadavg: 2.28 2.08 2.02 4/72 656
/proc/meminfo: memFree=1768752/2055920 swapFree=4114104/4192956
[pid=656] ppid=654 vsize=796360 CPUtime=0.01
/proc/656/stat : 656 (java) S 654 656 31598 0 -1 0 1049 0 1 0 0 1 0 0 18 0 2 0 1550610482 815472640 792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/656/statm: 199090 798 395 9 0 196868 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 796360

[startup+0.101352 s]
/proc/loadavg: 2.28 2.08 2.02 4/72 656
/proc/meminfo: memFree=1768752/2055920 swapFree=4114104/4192956
[pid=656] ppid=654 vsize=804756 CPUtime=0.09
/proc/656/stat : 656 (java) S 654 656 31598 0 -1 0 3179 0 1 0 7 2 0 0 18 0 12 0 1550610482 824070144 2910 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/656/statm: 201189 2910 1180 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.30139 s]
/proc/loadavg: 2.28 2.08 2.02 4/72 656
/proc/meminfo: memFree=1768752/2055920 swapFree=4114104/4192956
[pid=656] ppid=654 vsize=807856 CPUtime=0.3
/proc/656/stat : 656 (java) S 654 656 31598 0 -1 0 4979 0 1 0 26 4 0 0 18 0 12 0 1550610482 827244544 4311 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/656/statm: 201964 4311 1310 9 0 199333 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 807856

[startup+0.701465 s]
/proc/loadavg: 2.28 2.08 2.02 4/72 656
/proc/meminfo: memFree=1768752/2055920 swapFree=4114104/4192956
[pid=656] ppid=654 vsize=807884 CPUtime=0.7
/proc/656/stat : 656 (java) S 654 656 31598 0 -1 0 6183 0 1 0 65 5 0 0 18 0 12 0 1550610482 827273216 5513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/656/statm: 201971 5513 1335 9 0 199333 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 807884

[startup+1.50262 s]
/proc/loadavg: 2.28 2.08 2.02 3/84 668
/proc/meminfo: memFree=1750416/2055920 swapFree=4114104/4192956
[pid=656] ppid=654 vsize=809784 CPUtime=1.49
/proc/656/stat : 656 (java) S 654 656 31598 0 -1 0 10912 0 1 0 143 6 0 0 18 0 12 0 1550610482 829218816 8996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/656/statm: 202446 8997 1351 9 0 199808 0
[pid=656/tid=658] ppid=654 vsize=809784 CPUtime=0.74
/proc/656/task/658/stat : 658 (java) R 654 656 31598 0 -1 64 6909 0 1 0 69 5 0 0 25 0 12 0 1550610483 829218816 8997 996147200 134512640 134550740 4294956016 18446744073709551615 4109683649 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=659] ppid=654 vsize=809784 CPUtime=0
/proc/656/task/659/stat : 659 (java) S 654 656 31598 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1550610484 829218816 8998 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=660] ppid=654 vsize=809784 CPUtime=0
/proc/656/task/660/stat : 660 (java) S 654 656 31598 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1550610484 829218816 8999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=661] ppid=654 vsize=809784 CPUtime=0
/proc/656/task/661/stat : 661 (java) S 654 656 31598 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1550610485 829218816 8999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=662] ppid=654 vsize=809784 CPUtime=0
/proc/656/task/662/stat : 662 (java) S 654 656 31598 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1550610486 829218816 9000 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=663] ppid=654 vsize=809784 CPUtime=0
/proc/656/task/663/stat : 663 (java) S 654 656 31598 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1550610486 829218816 9001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=664] ppid=654 vsize=809784 CPUtime=0
/proc/656/task/664/stat : 664 (java) S 654 656 31598 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1550610490 829218816 9001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=665] ppid=654 vsize=809784 CPUtime=0.46
/proc/656/task/665/stat : 665 (java) S 654 656 31598 0 -1 64 2211 0 0 0 46 0 0 0 16 0 12 0 1550610490 829218816 9002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=666] ppid=654 vsize=809784 CPUtime=0.26
/proc/656/task/666/stat : 666 (java) S 654 656 31598 0 -1 64 1031 0 0 0 26 0 0 0 16 0 12 0 1550610490 829218816 9002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=667] ppid=654 vsize=809784 CPUtime=0
/proc/656/task/667/stat : 667 (java) S 654 656 31598 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1550610490 829218816 9003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=668] ppid=654 vsize=809784 CPUtime=0
/proc/656/task/668/stat : 668 (java) S 654 656 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1550610490 829218816 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.49
Current children cumulated vsize (KiB) 809784

[startup+3.10293 s]
/proc/loadavg: 2.28 2.08 2.02 5/84 668
/proc/meminfo: memFree=1691344/2055920 swapFree=4114104/4192956
[pid=656] ppid=654 vsize=817472 CPUtime=3.09
/proc/656/stat : 656 (java) S 654 656 31598 0 -1 0 43260 0 1 0 290 19 0 0 18 0 12 0 1550610482 837091328 39736 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/656/statm: 204368 39740 1355 9 0 201730 0
[pid=656/tid=658] ppid=654 vsize=817472 CPUtime=1.85
/proc/656/task/658/stat : 658 (java) R 654 656 31598 0 -1 64 16678 0 1 0 176 9 0 0 21 0 12 0 1550610483 837091328 39742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=659] ppid=654 vsize=817472 CPUtime=0.22
/proc/656/task/659/stat : 659 (java) R 654 656 31598 0 -1 64 11519 0 0 0 18 4 0 0 16 0 12 0 1550610484 837091328 39745 996147200 134512640 134550740 4294956016 18446744073709551615 104145944 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=660] ppid=654 vsize=817472 CPUtime=0.24
/proc/656/task/660/stat : 660 (java) R 654 656 31598 0 -1 64 11042 0 0 0 21 3 0 0 16 0 12 0 1550610484 837091328 39747 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=661] ppid=654 vsize=817472 CPUtime=0
/proc/656/task/661/stat : 661 (java) S 654 656 31598 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1550610485 837091328 39750 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=662] ppid=654 vsize=817472 CPUtime=0
/proc/656/task/662/stat : 662 (java) S 654 656 31598 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1550610486 837091328 39753 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=663] ppid=654 vsize=817472 CPUtime=0
/proc/656/task/663/stat : 663 (java) S 654 656 31598 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1550610486 837091328 39755 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=664] ppid=654 vsize=817472 CPUtime=0
/proc/656/task/664/stat : 664 (java) S 654 656 31598 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1550610490 837091328 39758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=665] ppid=654 vsize=817472 CPUtime=0.46
/proc/656/task/665/stat : 665 (java) S 654 656 31598 0 -1 64 2211 0 0 0 46 0 0 0 16 0 12 0 1550610490 837091328 39761 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=666] ppid=654 vsize=817472 CPUtime=0.27
/proc/656/task/666/stat : 666 (java) S 654 656 31598 0 -1 64 1031 0 0 0 27 0 0 0 16 0 12 0 1550610490 837091328 39764 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=667] ppid=654 vsize=817472 CPUtime=0
/proc/656/task/667/stat : 667 (java) S 654 656 31598 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1550610490 837091328 39767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=668] ppid=654 vsize=817472 CPUtime=0
/proc/656/task/668/stat : 668 (java) S 654 656 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1550610490 837091328 39769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 817472

[startup+6.30254 s]
/proc/loadavg: 2.34 2.09 2.03 3/84 668
/proc/meminfo: memFree=1512144/2055920 swapFree=4114104/4192956
[pid=656] ppid=654 vsize=824736 CPUtime=6.79
/proc/656/stat : 656 (java) S 654 656 31598 0 -1 0 83382 0 1 0 642 37 0 0 18 0 12 0 1550610482 844529664 76816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/656/statm: 206184 76816 1355 9 0 203546 0
[pid=656/tid=658] ppid=654 vsize=824736 CPUtime=3.76
/proc/656/task/658/stat : 658 (java) R 654 656 31598 0 -1 64 16989 0 1 0 366 10 0 0 20 0 12 0 1550610483 844529664 76816 996147200 134512640 134550740 4294956016 18446744073709551615 4109602607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=659] ppid=654 vsize=824736 CPUtime=1.11
/proc/656/task/659/stat : 659 (java) S 654 656 31598 0 -1 64 32526 0 0 0 98 13 0 0 18 0 12 0 1550610484 844529664 76816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=660] ppid=654 vsize=824736 CPUtime=1.13
/proc/656/task/660/stat : 660 (java) S 654 656 31598 0 -1 64 29835 0 0 0 102 11 0 0 19 0 12 0 1550610484 844529664 76816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=661] ppid=654 vsize=824736 CPUtime=0
/proc/656/task/661/stat : 661 (java) S 654 656 31598 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1550610485 844529664 76816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=662] ppid=654 vsize=824736 CPUtime=0
/proc/656/task/662/stat : 662 (java) S 654 656 31598 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1550610486 844529664 76816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=663] ppid=654 vsize=824736 CPUtime=0
/proc/656/task/663/stat : 663 (java) S 654 656 31598 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1550610486 844529664 76816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=664] ppid=654 vsize=824736 CPUtime=0
/proc/656/task/664/stat : 664 (java) S 654 656 31598 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1550610490 844529664 76816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=665] ppid=654 vsize=824736 CPUtime=0.46
/proc/656/task/665/stat : 665 (java) S 654 656 31598 0 -1 64 2211 0 0 0 46 0 0 0 16 0 12 0 1550610490 844529664 76816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=666] ppid=654 vsize=824736 CPUtime=0.27
/proc/656/task/666/stat : 666 (java) S 654 656 31598 0 -1 64 1031 0 0 0 27 0 0 0 16 0 12 0 1550610490 844529664 76816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=667] ppid=654 vsize=824736 CPUtime=0
/proc/656/task/667/stat : 667 (java) S 654 656 31598 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1550610490 844529664 76816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=668] ppid=654 vsize=824736 CPUtime=0
/proc/656/task/668/stat : 668 (java) S 654 656 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1550610490 844529664 76816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 824736

[startup+12.7028 s]
/proc/loadavg: 2.39 2.11 2.03 4/84 668
/proc/meminfo: memFree=1225808/2055920 swapFree=4114104/4192956
[pid=656] ppid=654 vsize=850336 CPUtime=13.84
/proc/656/stat : 656 (java) S 654 656 31598 0 -1 0 157242 0 1 0 1315 69 0 0 18 0 12 0 1550610482 870744064 141882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/656/statm: 212584 141882 1355 9 0 209946 0
[pid=656/tid=658] ppid=654 vsize=850336 CPUtime=6.78
/proc/656/task/658/stat : 658 (java) R 654 656 31598 0 -1 64 35430 0 1 0 661 17 0 0 20 0 12 0 1550610483 870744064 141882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=659] ppid=654 vsize=850336 CPUtime=3.29
/proc/656/task/659/stat : 659 (java) R 654 656 31598 0 -1 64 59423 0 0 0 304 25 0 0 20 0 12 0 1550610484 870744064 141882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=660] ppid=654 vsize=850336 CPUtime=2.98
/proc/656/task/660/stat : 660 (java) R 654 656 31598 0 -1 64 58357 0 0 0 274 24 0 0 16 0 12 0 1550610484 870744064 141882 996147200 134512640 134550740 4294956016 18446744073709551615 105852850 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=661] ppid=654 vsize=850336 CPUtime=0
/proc/656/task/661/stat : 661 (java) S 654 656 31598 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1550610485 870744064 141882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=662] ppid=654 vsize=850336 CPUtime=0
/proc/656/task/662/stat : 662 (java) S 654 656 31598 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1550610486 870744064 141882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=663] ppid=654 vsize=850336 CPUtime=0
/proc/656/task/663/stat : 663 (java) S 654 656 31598 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1550610486 870744064 141882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=664] ppid=654 vsize=850336 CPUtime=0
/proc/656/task/664/stat : 664 (java) S 654 656 31598 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1550610490 870744064 141882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=665] ppid=654 vsize=850336 CPUtime=0.46
/proc/656/task/665/stat : 665 (java) S 654 656 31598 0 -1 64 2211 0 0 0 46 0 0 0 16 0 12 0 1550610490 870744064 141882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=666] ppid=654 vsize=850336 CPUtime=0.27
/proc/656/task/666/stat : 666 (java) S 654 656 31598 0 -1 64 1031 0 0 0 27 0 0 0 16 0 12 0 1550610490 870744064 141882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=667] ppid=654 vsize=850336 CPUtime=0
/proc/656/task/667/stat : 667 (java) S 654 656 31598 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1550610490 870744064 141882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=668] ppid=654 vsize=850336 CPUtime=0
/proc/656/task/668/stat : 668 (java) S 654 656 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1550610490 870744064 141882 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.84
Current children cumulated vsize (KiB) 850336

[startup+25.5012 s]
/proc/loadavg: 2.37 2.12 2.04 3/84 668
/proc/meminfo: memFree=1024912/2055920 swapFree=4114104/4192956
[pid=656] ppid=654 vsize=882340 CPUtime=27.11
/proc/656/stat : 656 (java) S 654 656 31598 0 -1 0 241070 0 1 0 2608 103 0 0 18 0 12 0 1550610482 903516160 186714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/656/statm: 220585 186714 1360 9 0 217947 0
[pid=656/tid=658] ppid=654 vsize=882340 CPUtime=9.71
/proc/656/task/658/stat : 658 (java) S 654 656 31598 0 -1 64 35437 0 1 0 954 17 0 0 19 0 12 0 1550610483 903516160 186714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=659] ppid=654 vsize=882340 CPUtime=6
/proc/656/task/659/stat : 659 (java) S 654 656 31598 0 -1 64 87283 0 0 0 564 36 0 0 20 0 12 0 1550610484 903516160 186714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=660] ppid=654 vsize=882340 CPUtime=3.77
/proc/656/task/660/stat : 660 (java) S 654 656 31598 0 -1 64 62624 0 0 0 352 25 0 0 18 0 12 0 1550610484 903516160 186714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=661] ppid=654 vsize=882340 CPUtime=6.83
/proc/656/task/661/stat : 661 (java) R 654 656 31598 0 -1 64 51722 0 0 0 662 21 0 0 25 0 12 0 1550610485 903516160 186714 996147200 134512640 134550740 4294956016 18446744073709551615 105852580 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=662] ppid=654 vsize=882340 CPUtime=0
/proc/656/task/662/stat : 662 (java) S 654 656 31598 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1550610486 903516160 186714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=663] ppid=654 vsize=882340 CPUtime=0
/proc/656/task/663/stat : 663 (java) S 654 656 31598 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1550610486 903516160 186714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=664] ppid=654 vsize=882340 CPUtime=0
/proc/656/task/664/stat : 664 (java) S 654 656 31598 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1550610490 903516160 186714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=665] ppid=654 vsize=882340 CPUtime=0.46
/proc/656/task/665/stat : 665 (java) S 654 656 31598 0 -1 64 2211 0 0 0 46 0 0 0 16 0 12 0 1550610490 903516160 186714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=666] ppid=654 vsize=882340 CPUtime=0.27
/proc/656/task/666/stat : 666 (java) S 654 656 31598 0 -1 64 1031 0 0 0 27 0 0 0 16 0 12 0 1550610490 903516160 186714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=667] ppid=654 vsize=882340 CPUtime=0
/proc/656/task/667/stat : 667 (java) S 654 656 31598 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1550610490 903516160 186714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=668] ppid=654 vsize=882340 CPUtime=0
/proc/656/task/668/stat : 668 (java) S 654 656 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1550610490 903516160 186714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.11
Current children cumulated vsize (KiB) 882340

[startup+51.1022 s]
/proc/loadavg: 2.24 2.11 2.04 3/85 669
/proc/meminfo: memFree=1012424/2055920 swapFree=4114104/4192956
[pid=656] ppid=654 vsize=882664 CPUtime=52.59
/proc/656/stat : 656 (java) S 654 656 31598 0 -1 0 399240 0 1 0 5087 172 0 0 18 0 13 0 1550610482 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/656/statm: 220666 189825 1361 9 0 218028 0
[pid=656/tid=658] ppid=654 vsize=882664 CPUtime=10.32
/proc/656/task/658/stat : 658 (java) S 654 656 31598 0 -1 64 35450 0 1 0 1015 17 0 0 17 0 13 0 1550610483 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=659] ppid=654 vsize=882664 CPUtime=6
/proc/656/task/659/stat : 659 (java) S 654 656 31598 0 -1 64 87283 0 0 0 564 36 0 0 20 0 13 0 1550610484 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=660] ppid=654 vsize=882664 CPUtime=3.77
/proc/656/task/660/stat : 660 (java) S 654 656 31598 0 -1 64 62624 0 0 0 352 25 0 0 18 0 13 0 1550610484 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=661] ppid=654 vsize=882664 CPUtime=31.7
/proc/656/task/661/stat : 661 (java) R 654 656 31598 0 -1 64 209875 0 0 0 3080 90 0 0 25 0 13 0 1550610485 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=662] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/662/stat : 662 (java) S 654 656 31598 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550610486 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=663] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/663/stat : 663 (java) S 654 656 31598 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1550610486 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=664] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/664/stat : 664 (java) S 654 656 31598 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=665] ppid=654 vsize=882664 CPUtime=0.46
/proc/656/task/665/stat : 665 (java) S 654 656 31598 0 -1 64 2211 0 0 0 46 0 0 0 16 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=666] ppid=654 vsize=882664 CPUtime=0.27
/proc/656/task/666/stat : 666 (java) S 654 656 31598 0 -1 64 1031 0 0 0 27 0 0 0 16 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=667] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/667/stat : 667 (java) S 654 656 31598 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=668] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/668/stat : 668 (java) S 654 656 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=669] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/669/stat : 669 (java) S 654 656 31598 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 1550615484 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.59
Current children cumulated vsize (KiB) 882664

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

[startup+54.3028 s]
/proc/loadavg: 2.22 2.10 2.03 3/85 669
/proc/meminfo: memFree=1012424/2055920 swapFree=4114104/4192956
[pid=656] ppid=654 vsize=882664 CPUtime=55.77
/proc/656/stat : 656 (java) S 654 656 31598 0 -1 0 414745 0 1 0 5399 178 0 0 18 0 13 0 1550610482 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/656/statm: 220666 189825 1361 9 0 218028 0
[pid=656/tid=658] ppid=654 vsize=882664 CPUtime=10.32
/proc/656/task/658/stat : 658 (java) S 654 656 31598 0 -1 64 35450 0 1 0 1015 17 0 0 17 0 13 0 1550610483 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=659] ppid=654 vsize=882664 CPUtime=6
/proc/656/task/659/stat : 659 (java) S 654 656 31598 0 -1 64 87283 0 0 0 564 36 0 0 20 0 13 0 1550610484 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=660] ppid=654 vsize=882664 CPUtime=3.77
/proc/656/task/660/stat : 660 (java) S 654 656 31598 0 -1 64 62624 0 0 0 352 25 0 0 18 0 13 0 1550610484 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=661] ppid=654 vsize=882664 CPUtime=34.89
/proc/656/task/661/stat : 661 (java) R 654 656 31598 0 -1 64 225380 0 0 0 3393 96 0 0 25 0 13 0 1550610485 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=662] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/662/stat : 662 (java) S 654 656 31598 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550610486 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=663] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/663/stat : 663 (java) S 654 656 31598 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1550610486 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=664] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/664/stat : 664 (java) S 654 656 31598 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=665] ppid=654 vsize=882664 CPUtime=0.46
/proc/656/task/665/stat : 665 (java) S 654 656 31598 0 -1 64 2211 0 0 0 46 0 0 0 16 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=666] ppid=654 vsize=882664 CPUtime=0.27
/proc/656/task/666/stat : 666 (java) S 654 656 31598 0 -1 64 1031 0 0 0 27 0 0 0 16 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=667] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/667/stat : 667 (java) S 654 656 31598 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=668] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/668/stat : 668 (java) S 654 656 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=669] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/669/stat : 669 (java) S 654 656 31598 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 1550615484 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 55.77
Current children cumulated vsize (KiB) 882664

[startup+55.1019 s]
/proc/loadavg: 2.22 2.10 2.03 3/85 669
/proc/meminfo: memFree=1012424/2055920 swapFree=4114104/4192956
[pid=656] ppid=654 vsize=882664 CPUtime=56.56
/proc/656/stat : 656 (java) S 654 656 31598 0 -1 0 414745 0 1 0 5478 178 0 0 18 0 13 0 1550610482 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/656/statm: 220666 189825 1361 9 0 218028 0
[pid=656/tid=658] ppid=654 vsize=882664 CPUtime=10.32
/proc/656/task/658/stat : 658 (java) S 654 656 31598 0 -1 64 35450 0 1 0 1015 17 0 0 17 0 13 0 1550610483 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=659] ppid=654 vsize=882664 CPUtime=6
/proc/656/task/659/stat : 659 (java) S 654 656 31598 0 -1 64 87283 0 0 0 564 36 0 0 20 0 13 0 1550610484 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=660] ppid=654 vsize=882664 CPUtime=3.77
/proc/656/task/660/stat : 660 (java) S 654 656 31598 0 -1 64 62624 0 0 0 352 25 0 0 18 0 13 0 1550610484 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=661] ppid=654 vsize=882664 CPUtime=35.68
/proc/656/task/661/stat : 661 (java) R 654 656 31598 0 -1 64 225380 0 0 0 3472 96 0 0 25 0 13 0 1550610485 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 106123770 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=662] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/662/stat : 662 (java) S 654 656 31598 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550610486 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=663] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/663/stat : 663 (java) S 654 656 31598 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1550610486 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=664] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/664/stat : 664 (java) S 654 656 31598 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=665] ppid=654 vsize=882664 CPUtime=0.46
/proc/656/task/665/stat : 665 (java) S 654 656 31598 0 -1 64 2211 0 0 0 46 0 0 0 16 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=666] ppid=654 vsize=882664 CPUtime=0.27
/proc/656/task/666/stat : 666 (java) S 654 656 31598 0 -1 64 1031 0 0 0 27 0 0 0 16 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=667] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/667/stat : 667 (java) S 654 656 31598 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=668] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/668/stat : 668 (java) S 654 656 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=669] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/669/stat : 669 (java) S 654 656 31598 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 1550615484 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.56
Current children cumulated vsize (KiB) 882664

[startup+55.502 s]
/proc/loadavg: 2.22 2.10 2.03 3/85 669
/proc/meminfo: memFree=1012424/2055920 swapFree=4114104/4192956
[pid=656] ppid=654 vsize=882664 CPUtime=56.96
/proc/656/stat : 656 (java) S 654 656 31598 0 -1 0 414745 0 1 0 5518 178 0 0 18 0 13 0 1550610482 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/656/statm: 220666 189825 1361 9 0 218028 0
[pid=656/tid=658] ppid=654 vsize=882664 CPUtime=10.32
/proc/656/task/658/stat : 658 (java) S 654 656 31598 0 -1 64 35450 0 1 0 1015 17 0 0 17 0 13 0 1550610483 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=659] ppid=654 vsize=882664 CPUtime=6
/proc/656/task/659/stat : 659 (java) S 654 656 31598 0 -1 64 87283 0 0 0 564 36 0 0 20 0 13 0 1550610484 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=660] ppid=654 vsize=882664 CPUtime=3.77
/proc/656/task/660/stat : 660 (java) S 654 656 31598 0 -1 64 62624 0 0 0 352 25 0 0 18 0 13 0 1550610484 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=661] ppid=654 vsize=882664 CPUtime=36.08
/proc/656/task/661/stat : 661 (java) R 654 656 31598 0 -1 64 225380 0 0 0 3512 96 0 0 25 0 13 0 1550610485 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 106123724 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=662] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/662/stat : 662 (java) S 654 656 31598 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550610486 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=663] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/663/stat : 663 (java) S 654 656 31598 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1550610486 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=664] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/664/stat : 664 (java) S 654 656 31598 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=665] ppid=654 vsize=882664 CPUtime=0.46
/proc/656/task/665/stat : 665 (java) S 654 656 31598 0 -1 64 2211 0 0 0 46 0 0 0 16 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=666] ppid=654 vsize=882664 CPUtime=0.27
/proc/656/task/666/stat : 666 (java) S 654 656 31598 0 -1 64 1031 0 0 0 27 0 0 0 16 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=667] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/667/stat : 667 (java) S 654 656 31598 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=656/tid=668] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/668/stat : 668 (java) S 654 656 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1550610490 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=656/tid=669] ppid=654 vsize=882664 CPUtime=0
/proc/656/task/669/stat : 669 (java) S 654 656 31598 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 1550615484 903847936 189825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.96
Current children cumulated vsize (KiB) 882664

[startup+55.9026 s]
/proc/loadavg: 2.22 2.10 2.03 3/85 669
/proc/meminfo: memFree=1012424/2055920 swapFree=4114104/4192956
[pid=656] ppid=654 vsize=0 CPUtime=57.33
/proc/656/stat : 656 (java) Z 654 656 31598 0 -1 12 414751 0 1 0 5548 185 0 0 16 0 2 0 1550610482 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/656/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 57.33
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 55.9497
CPU time (s): 57.3873
CPU user time (s): 55.4846
CPU system time (s): 1.90271
CPU usage (%): 102.569
Max. virtual memory (cumulated for all children) (KiB): 898344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.4846
system time used= 1.90271
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 414751
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= 1648
involuntary context switches= 1506

runsolver used 0.071989 second user time and 0.199969 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-05 00:09:02
IDJOB=1079125
IDBENCH=56863
IDSOLVER=344
FILE ID=node9/1079125-1215209342
PBS_JOBID= 7881686
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fe2574ba18fd13c14ddfb09149c95ec2
RANDOM SEED=219129182

node9.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.265
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.265
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:       1769232 kB
Buffers:         19768 kB
Cached:         111152 kB
SwapCached:      73012 kB
Active:         190924 kB
Inactive:        42148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769232 kB
SwapTotal:     4192956 kB
SwapFree:      4114104 kB
Dirty:            1252 kB
Writeback:           0 kB
Mapped:         109488 kB
Slab:            38648 kB
Committed_AS:  3098004 kB
PageTables:       2016 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= 66544 MiB
End job on node9 at 2008-07-05 00:09:58