Trace number 1055360

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? 122.483 120.369

General information on the benchmark

Namecsp/nengfa/
normalized-pack.xml
MD5SUM5180adc317c1c1529db105bbc2f77fdb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark34.2248
Satisfiable
(Un)Satisfiability was proved
Number of variables9226
Number of constraints14182
Maximum constraint arity4
Maximum domain size113
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14182
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.29	c See www.sat4j.org for details.
0.19/0.29	c That software uses the Rhino library from the Mozilla project.
0.29/0.33	c version 9.9.9.token
0.29/0.33	c sun.arch.data.model	32
0.29/0.33	c java.version	1.6.0_06
0.29/0.33	c os.name	Linux
0.29/0.33	c os.version	2.6.9-22.EL.rootsmp
0.29/0.33	c os.arch	i386
0.29/0.33	c Free memory 669864272
0.29/0.33	c Max memory 672137216
0.29/0.33	c Total memory 672137216
0.29/0.33	c Number of processors 2
0.29/0.38	c c --- Begin Solver configuration ---
0.29/0.38	c Stops conflict analysis at the first Unique Implication Point
0.29/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.38	c Learn all clauses as in MiniSAT
0.29/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.38	c Expensive reason simplification
0.29/0.38	c MiniSAT restarts strategy
0.29/0.38	c timeout=2147483s
0.29/0.38	c DB Simplification allowed=false
0.29/0.38	c --- End Solver configuration ---
0.29/0.38	c solving HOME/instance-1055360-1215059391.xml
0.29/0.38	c reading problem ... 
0.58/0.63	c reading problem named null
0.58/0.63	c reading domains done.
0.58/0.65	c reading variables done.
3.23/3.12	c reading predicates  done.
3.34/3.29	c reading constraints
122.33/120.22	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
122.33/120.22		at org.mozilla.javascript.gen.c5._c0(rhino.log:1)
122.33/120.22		at org.mozilla.javascript.gen.c5.call(rhino.log)
122.33/120.22		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
122.33/120.22		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
122.33/120.22		at org.mozilla.javascript.gen.c5.call(rhino.log)
122.33/120.22		at org.mozilla.javascript.gen.c5.exec(rhino.log)
122.33/120.22		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
122.33/120.22		at org.sat4j.csp.Predicate.find(Predicate.java:129)
122.33/120.22		at org.sat4j.csp.Predicate.find(Predicate.java:139)
122.33/120.22		at org.sat4j.csp.Predicate.find(Predicate.java:139)
122.33/120.22		at org.sat4j.csp.Predicate.find(Predicate.java:139)
122.33/120.22		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
122.33/120.22		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
122.33/120.22		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
122.33/120.22		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
122.33/120.22		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
122.33/120.22		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
122.33/120.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
122.33/120.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
122.33/120.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
122.33/120.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
122.33/120.22		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
122.33/120.22		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
122.33/120.22		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
122.33/120.22		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
122.33/120.22		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
122.33/120.22		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
122.33/120.22		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
122.33/120.22		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
122.33/120.22		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
122.33/120.22		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
122.33/120.22	c starts		: 0
122.33/120.22	c conflicts		: 0
122.33/120.22	c decisions		: 0
122.33/120.22	c propagations		: 0
122.33/120.22	c inspects		: 0
122.33/120.22	c learnt literals	: 0
122.33/120.22	c learnt binary clauses	: 0
122.33/120.22	c learnt ternary clauses	: 0
122.33/120.22	c learnt clauses	: 0
122.33/120.22	c ignored clauses	: 0
122.33/120.22	c root simplifications	: 0
122.33/120.22	c removed literals (reason simplification)	: 0
122.33/120.22	c reason swapping (by a shorter reason)	: 0
122.33/120.22	c Calls to reduceDB	: 0
122.33/120.22	c speed (assignments/second)	: 0.0
122.33/120.22	c non guided choices	0
122.33/120.22	s UNKNOWN
122.33/120.22	c Total wall clock time (in seconds) : 119.846

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.03 2.00 4/72 14175
/proc/meminfo: memFree=1856032/2055920 swapFree=4157200/4192956
[pid=14175] ppid=14173 vsize=152 CPUtime=0
/proc/14175/stat : 14175 (java) R 14173 14175 12897 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 628862261 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 5533995 0 0 4096 0 0 0 0 17 0 0 0
/proc/14175/statm: 38 26 19 9 0 4 0

[startup+0.0252571 s]
/proc/loadavg: 2.07 2.03 2.00 4/72 14175
/proc/meminfo: memFree=1856032/2055920 swapFree=4157200/4192956
[pid=14175] ppid=14173 vsize=800592 CPUtime=0.02
/proc/14175/stat : 14175 (java) S 14173 14175 12897 0 -1 0 2204 0 1 0 1 1 0 0 18 0 4 0 628862261 819806208 1942 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14175/statm: 200148 1948 832 9 0 197531 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800592

[startup+0.101262 s]
/proc/loadavg: 2.07 2.03 2.00 4/72 14175
/proc/meminfo: memFree=1856032/2055920 swapFree=4157200/4192956
[pid=14175] ppid=14173 vsize=804756 CPUtime=0.09
/proc/14175/stat : 14175 (java) S 14173 14175 12897 0 -1 0 3210 0 1 0 7 2 0 0 18 0 12 0 628862261 824070144 2941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14175/statm: 201189 2943 1208 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301283 s]
/proc/loadavg: 2.07 2.03 2.00 4/72 14175
/proc/meminfo: memFree=1856032/2055920 swapFree=4157200/4192956
[pid=14175] ppid=14173 vsize=808360 CPUtime=0.29
/proc/14175/stat : 14175 (java) S 14173 14175 12897 0 -1 0 5073 0 1 0 26 3 0 0 18 0 12 0 628862261 827760640 4401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14175/statm: 202090 4401 1307 9 0 199459 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808360

[startup+0.70132 s]
/proc/loadavg: 2.07 2.03 2.00 4/72 14175
/proc/meminfo: memFree=1856032/2055920 swapFree=4157200/4192956
[pid=14175] ppid=14173 vsize=808388 CPUtime=0.69
/proc/14175/stat : 14175 (java) S 14173 14175 12897 0 -1 0 6348 0 1 0 64 5 0 0 18 0 12 0 628862261 827789312 5529 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14175/statm: 202097 5529 1335 9 0 199459 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808388

[startup+1.5024 s]
/proc/loadavg: 2.07 2.03 2.00 4/84 14187
/proc/meminfo: memFree=1838464/2055920 swapFree=4157200/4192956
[pid=14175] ppid=14173 vsize=809488 CPUtime=1.49
/proc/14175/stat : 14175 (java) S 14173 14175 12897 0 -1 0 8131 0 1 0 144 5 0 0 18 0 12 0 628862261 828915712 6162 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14175/statm: 202372 6162 1345 9 0 199734 0
[pid=14175/tid=14177] ppid=14173 vsize=809488 CPUtime=0.77
/proc/14175/task/14177/stat : 14177 (java) R 14173 14175 12897 0 -1 64 4117 0 1 0 73 4 0 0 25 0 12 0 628862262 828915712 6162 996147200 134512640 134550740 4294956032 18446744073709551615 4109340451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14178] ppid=14173 vsize=809488 CPUtime=0
/proc/14175/task/14178/stat : 14178 (java) S 14173 14175 12897 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 628862263 828915712 6162 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14179] ppid=14173 vsize=809488 CPUtime=0
/proc/14175/task/14179/stat : 14179 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 628862263 828915712 6162 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14180] ppid=14173 vsize=809488 CPUtime=0
/proc/14175/task/14180/stat : 14180 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 628862265 828915712 6162 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14181] ppid=14173 vsize=809488 CPUtime=0
/proc/14175/task/14181/stat : 14181 (java) S 14173 14175 12897 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 628862265 828915712 6162 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14182] ppid=14173 vsize=809488 CPUtime=0
/proc/14175/task/14182/stat : 14182 (java) S 14173 14175 12897 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 628862265 828915712 6162 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14183] ppid=14173 vsize=809488 CPUtime=0
/proc/14175/task/14183/stat : 14183 (java) S 14173 14175 12897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 628862269 828915712 6162 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14184] ppid=14173 vsize=809488 CPUtime=0.5
/proc/14175/task/14184/stat : 14184 (java) S 14173 14175 12897 0 -1 64 2089 0 0 0 50 0 0 0 17 0 12 0 628862269 828915712 6162 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14185] ppid=14173 vsize=809488 CPUtime=0.19
/proc/14175/task/14185/stat : 14185 (java) S 14173 14175 12897 0 -1 64 1159 0 0 0 19 0 0 0 16 0 12 0 628862269 828915712 6163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14186] ppid=14173 vsize=809488 CPUtime=0
/proc/14175/task/14186/stat : 14186 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628862269 828915712 6163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14187] ppid=14173 vsize=809488 CPUtime=0
/proc/14175/task/14187/stat : 14187 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628862269 828915712 6163 996147200 134512640 134550740 4294956032 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) 809488

[startup+3.10256 s]
/proc/loadavg: 2.15 2.05 2.01 3/84 14187
/proc/meminfo: memFree=1834816/2055920 swapFree=4157200/4192956
[pid=14175] ppid=14173 vsize=813336 CPUtime=3.23
/proc/14175/stat : 14175 (java) S 14173 14175 12897 0 -1 0 34922 0 1 0 306 17 0 0 18 0 12 0 628862261 832856064 31179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14175/statm: 203334 31179 1373 9 0 200696 0
[pid=14175/tid=14177] ppid=14173 vsize=813336 CPUtime=1.36
/proc/14175/task/14177/stat : 14177 (java) R 14173 14175 12897 0 -1 64 17010 0 1 0 127 9 0 0 25 0 12 0 628862262 832856064 31179 996147200 134512640 134550740 4294956032 18446744073709551615 4109813539 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14178] ppid=14173 vsize=813336 CPUtime=0.26
/proc/14175/task/14178/stat : 14178 (java) S 14173 14175 12897 0 -1 64 8104 0 0 0 24 2 0 0 19 0 12 0 628862263 832856064 31179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14179] ppid=14173 vsize=813336 CPUtime=0.21
/proc/14175/task/14179/stat : 14179 (java) S 14173 14175 12897 0 -1 64 5402 0 0 0 19 2 0 0 16 0 12 0 628862263 832856064 31179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14180] ppid=14173 vsize=813336 CPUtime=0
/proc/14175/task/14180/stat : 14180 (java) S 14173 14175 12897 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 628862265 832856064 31179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14181] ppid=14173 vsize=813336 CPUtime=0
/proc/14175/task/14181/stat : 14181 (java) S 14173 14175 12897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628862265 832856064 31179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14182] ppid=14173 vsize=813336 CPUtime=0
/proc/14175/task/14182/stat : 14182 (java) S 14173 14175 12897 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 628862265 832856064 31179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14183] ppid=14173 vsize=813336 CPUtime=0
/proc/14175/task/14183/stat : 14183 (java) S 14173 14175 12897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 628862269 832856064 31179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14184] ppid=14173 vsize=813336 CPUtime=0.86
/proc/14175/task/14184/stat : 14184 (java) S 14173 14175 12897 0 -1 64 2421 0 0 0 86 0 0 0 16 0 12 0 628862269 832856064 31179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14185] ppid=14173 vsize=813336 CPUtime=0.47
/proc/14175/task/14185/stat : 14185 (java) S 14173 14175 12897 0 -1 64 1194 0 0 0 47 0 0 0 16 0 12 0 628862269 832856064 31179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14186] ppid=14173 vsize=813336 CPUtime=0
/proc/14175/task/14186/stat : 14186 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628862269 832856064 31179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14187] ppid=14173 vsize=813336 CPUtime=0
/proc/14175/task/14187/stat : 14187 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628862269 832856064 31179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 813336

[startup+6.30187 s]
/proc/loadavg: 2.15 2.05 2.01 3/84 14187
/proc/meminfo: memFree=1731136/2055920 swapFree=4157200/4192956
[pid=14175] ppid=14173 vsize=816444 CPUtime=6.42
/proc/14175/stat : 14175 (java) S 14173 14175 12897 0 -1 0 39153 0 1 0 623 19 0 0 18 0 12 0 628862261 836038656 32378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14175/statm: 204111 32378 1393 9 0 201473 0
[pid=14175/tid=14177] ppid=14173 vsize=816444 CPUtime=2.63
/proc/14175/task/14177/stat : 14177 (java) R 14173 14175 12897 0 -1 64 17290 0 1 0 254 9 0 0 25 0 12 0 628862262 836038656 32378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14178] ppid=14173 vsize=816444 CPUtime=0.26
/proc/14175/task/14178/stat : 14178 (java) S 14173 14175 12897 0 -1 64 8104 0 0 0 24 2 0 0 19 0 12 0 628862263 836038656 32378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14179] ppid=14173 vsize=816444 CPUtime=0.21
/proc/14175/task/14179/stat : 14179 (java) S 14173 14175 12897 0 -1 64 5402 0 0 0 19 2 0 0 16 0 12 0 628862263 836038656 32378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14180] ppid=14173 vsize=816444 CPUtime=0
/proc/14175/task/14180/stat : 14180 (java) S 14173 14175 12897 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 628862265 836038656 32378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14181] ppid=14173 vsize=816444 CPUtime=0
/proc/14175/task/14181/stat : 14181 (java) S 14173 14175 12897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628862265 836038656 32378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14182] ppid=14173 vsize=816444 CPUtime=0
/proc/14175/task/14182/stat : 14182 (java) S 14173 14175 12897 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 628862265 836038656 32378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14183] ppid=14173 vsize=816444 CPUtime=0
/proc/14175/task/14183/stat : 14183 (java) S 14173 14175 12897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 628862269 836038656 32378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14184] ppid=14173 vsize=816444 CPUtime=1.46
/proc/14175/task/14184/stat : 14184 (java) S 14173 14175 12897 0 -1 64 2460 0 0 0 145 1 0 0 15 0 12 0 628862269 836038656 32378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14185] ppid=14173 vsize=816444 CPUtime=1.79
/proc/14175/task/14185/stat : 14185 (java) R 14173 14175 12897 0 -1 64 5106 0 0 0 177 2 0 0 16 0 12 0 628862269 836038656 32378 996147200 134512640 134550740 4294956032 18446744073709551615 106964273 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14186] ppid=14173 vsize=816444 CPUtime=0
/proc/14175/task/14186/stat : 14186 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628862269 836038656 32378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14187] ppid=14173 vsize=816444 CPUtime=0
/proc/14175/task/14187/stat : 14187 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628862269 836038656 32378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 816444

[startup+12.7025 s]
/proc/loadavg: 2.20 2.06 2.01 3/84 14187
/proc/meminfo: memFree=1672320/2055920 swapFree=4157200/4192956
[pid=14175] ppid=14173 vsize=817724 CPUtime=13.26
/proc/14175/stat : 14175 (java) S 14173 14175 12897 0 -1 0 59040 0 1 0 1296 30 0 0 18 0 12 0 628862261 837349376 50933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14175/statm: 204431 50933 1398 9 0 201793 0
[pid=14175/tid=14177] ppid=14173 vsize=817724 CPUtime=7
/proc/14175/task/14177/stat : 14177 (java) R 14173 14175 12897 0 -1 64 17304 0 1 0 690 10 0 0 25 0 12 0 628862262 837349376 50933 996147200 134512640 134550740 4294956032 18446744073709551615 4109895413 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14178] ppid=14173 vsize=817724 CPUtime=1.2
/proc/14175/task/14178/stat : 14178 (java) S 14173 14175 12897 0 -1 64 18298 0 0 0 113 7 0 0 16 0 12 0 628862263 837349376 50933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14179] ppid=14173 vsize=817724 CPUtime=1.02
/proc/14175/task/14179/stat : 14179 (java) S 14173 14175 12897 0 -1 64 14774 0 0 0 95 7 0 0 16 0 12 0 628862263 837349376 50933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14180] ppid=14173 vsize=817724 CPUtime=0
/proc/14175/task/14180/stat : 14180 (java) S 14173 14175 12897 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 628862265 837349376 50933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14181] ppid=14173 vsize=817724 CPUtime=0
/proc/14175/task/14181/stat : 14181 (java) S 14173 14175 12897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628862265 837349376 50933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14182] ppid=14173 vsize=817724 CPUtime=0
/proc/14175/task/14182/stat : 14182 (java) S 14173 14175 12897 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 628862265 837349376 50933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14183] ppid=14173 vsize=817724 CPUtime=0
/proc/14175/task/14183/stat : 14183 (java) S 14173 14175 12897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 628862269 837349376 50933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14184] ppid=14173 vsize=817724 CPUtime=1.68
/proc/14175/task/14184/stat : 14184 (java) S 14173 14175 12897 0 -1 64 2474 0 0 0 167 1 0 0 15 0 12 0 628862269 837349376 50933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14185] ppid=14173 vsize=817724 CPUtime=2.3
/proc/14175/task/14185/stat : 14185 (java) S 14173 14175 12897 0 -1 64 5399 0 0 0 228 2 0 0 15 0 12 0 628862269 837349376 50933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14186] ppid=14173 vsize=817724 CPUtime=0
/proc/14175/task/14186/stat : 14186 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628862269 837349376 50933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14187] ppid=14173 vsize=817724 CPUtime=0
/proc/14175/task/14187/stat : 14187 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628862269 837349376 50933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.26
Current children cumulated vsize (KiB) 817724

[startup+25.5016 s]
/proc/loadavg: 2.17 2.06 2.01 4/84 14187
/proc/meminfo: memFree=1407040/2055920 swapFree=4157200/4192956
[pid=14175] ppid=14173 vsize=817724 CPUtime=26.92
/proc/14175/stat : 14175 (java) S 14173 14175 12897 0 -1 0 123782 0 1 0 2635 57 0 0 18 0 12 0 628862261 837349376 113335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14175/statm: 204431 113337 1398 9 0 201793 0
[pid=14175/tid=14177] ppid=14173 vsize=817724 CPUtime=15.77
/proc/14175/task/14177/stat : 14177 (java) R 14173 14175 12897 0 -1 64 23474 0 1 0 1564 13 0 0 25 0 12 0 628862262 837349376 113338 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14178] ppid=14173 vsize=817724 CPUtime=3.54
/proc/14175/task/14178/stat : 14178 (java) R 14173 14175 12897 0 -1 64 43898 0 0 0 336 18 0 0 16 0 12 0 628862263 837349376 113340 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14179] ppid=14173 vsize=817724 CPUtime=3.56
/proc/14175/task/14179/stat : 14179 (java) R 14173 14175 12897 0 -1 64 47751 0 0 0 335 21 0 0 17 0 12 0 628862263 837349376 113341 996147200 134512640 134550740 4294956032 18446744073709551615 105852868 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14180] ppid=14173 vsize=817724 CPUtime=0.01
/proc/14175/task/14180/stat : 14180 (java) S 14173 14175 12897 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 628862265 837349376 113343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14181] ppid=14173 vsize=817724 CPUtime=0
/proc/14175/task/14181/stat : 14181 (java) S 14173 14175 12897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628862265 837349376 113344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14182] ppid=14173 vsize=817724 CPUtime=0
/proc/14175/task/14182/stat : 14182 (java) S 14173 14175 12897 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 628862265 837349376 113346 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14183] ppid=14173 vsize=817724 CPUtime=0
/proc/14175/task/14183/stat : 14183 (java) S 14173 14175 12897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 628862269 837349376 113348 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=14175/tid=14187] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14187/stat : 14187 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 104.51
Current children cumulated vsize (KiB) 821728

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

[startup+108.703 s]
/proc/loadavg: 2.26 2.11 2.03 3/84 14187
/proc/meminfo: memFree=1158144/2055920 swapFree=4157200/4192956
[pid=14175] ppid=14173 vsize=821728 CPUtime=110.88
/proc/14175/stat : 14175 (java) S 14173 14175 12897 0 -1 0 232203 0 1 0 10987 101 0 0 18 0 12 0 628862261 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14175/statm: 205432 175230 1402 9 0 202794 0
[pid=14175/tid=14177] ppid=14173 vsize=821728 CPUtime=26.5
/proc/14175/task/14177/stat : 14177 (java) S 14173 14175 12897 0 -1 64 35795 0 1 0 2632 18 0 0 17 0 12 0 628862262 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14178] ppid=14173 vsize=821728 CPUtime=5.68
/proc/14175/task/14178/stat : 14178 (java) S 14173 14175 12897 0 -1 64 62920 0 0 0 543 25 0 0 16 0 12 0 628862263 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14179] ppid=14173 vsize=821728 CPUtime=5.76
/proc/14175/task/14179/stat : 14179 (java) S 14173 14175 12897 0 -1 64 74212 0 0 0 545 31 0 0 17 0 12 0 628862263 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14180] ppid=14173 vsize=821728 CPUtime=68.88
/proc/14175/task/14180/stat : 14180 (java) R 14173 14175 12897 0 -1 64 50639 0 0 0 6866 22 0 0 25 0 12 0 628862265 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14181] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14181/stat : 14181 (java) S 14173 14175 12897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628862265 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14182] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14182/stat : 14182 (java) S 14173 14175 12897 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 628862265 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14183] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14183/stat : 14183 (java) S 14173 14175 12897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14184] ppid=14173 vsize=821728 CPUtime=1.7
/proc/14175/task/14184/stat : 14184 (java) S 14173 14175 12897 0 -1 64 2474 0 0 0 169 1 0 0 15 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14185] ppid=14173 vsize=821728 CPUtime=2.31
/proc/14175/task/14185/stat : 14185 (java) S 14173 14175 12897 0 -1 64 5399 0 0 0 229 2 0 0 16 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14186] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14186/stat : 14186 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14187] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14187/stat : 14187 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 110.88
Current children cumulated vsize (KiB) 821728

[startup+115.102 s]
/proc/loadavg: 2.24 2.11 2.03 3/84 14187
/proc/meminfo: memFree=1158144/2055920 swapFree=4157200/4192956
[pid=14175] ppid=14173 vsize=821728 CPUtime=117.25
/proc/14175/stat : 14175 (java) S 14173 14175 12897 0 -1 0 235710 0 1 0 11623 102 0 0 18 0 12 0 628862261 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14175/statm: 205432 175230 1402 9 0 202794 0
[pid=14175/tid=14177] ppid=14173 vsize=821728 CPUtime=26.5
/proc/14175/task/14177/stat : 14177 (java) S 14173 14175 12897 0 -1 64 35796 0 1 0 2632 18 0 0 17 0 12 0 628862262 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14178] ppid=14173 vsize=821728 CPUtime=5.68
/proc/14175/task/14178/stat : 14178 (java) S 14173 14175 12897 0 -1 64 62920 0 0 0 543 25 0 0 16 0 12 0 628862263 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14179] ppid=14173 vsize=821728 CPUtime=5.76
/proc/14175/task/14179/stat : 14179 (java) S 14173 14175 12897 0 -1 64 74212 0 0 0 545 31 0 0 17 0 12 0 628862263 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14180] ppid=14173 vsize=821728 CPUtime=75.25
/proc/14175/task/14180/stat : 14180 (java) R 14173 14175 12897 0 -1 64 54145 0 0 0 7502 23 0 0 25 0 12 0 628862265 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 105847309 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14181] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14181/stat : 14181 (java) S 14173 14175 12897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628862265 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14182] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14182/stat : 14182 (java) S 14173 14175 12897 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 628862265 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14183] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14183/stat : 14183 (java) S 14173 14175 12897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14184] ppid=14173 vsize=821728 CPUtime=1.7
/proc/14175/task/14184/stat : 14184 (java) S 14173 14175 12897 0 -1 64 2474 0 0 0 169 1 0 0 15 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14185] ppid=14173 vsize=821728 CPUtime=2.31
/proc/14175/task/14185/stat : 14185 (java) S 14173 14175 12897 0 -1 64 5399 0 0 0 229 2 0 0 16 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14186] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14186/stat : 14186 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14187] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14187/stat : 14187 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 117.25
Current children cumulated vsize (KiB) 821728

[startup+118.302 s]
/proc/loadavg: 2.30 2.13 2.03 3/84 14187
/proc/meminfo: memFree=1158144/2055920 swapFree=4157200/4192956
[pid=14175] ppid=14173 vsize=821728 CPUtime=120.44
/proc/14175/stat : 14175 (java) S 14173 14175 12897 0 -1 0 237465 0 1 0 11941 103 0 0 18 0 12 0 628862261 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14175/statm: 205432 175230 1402 9 0 202794 0
[pid=14175/tid=14177] ppid=14173 vsize=821728 CPUtime=26.5
/proc/14175/task/14177/stat : 14177 (java) S 14173 14175 12897 0 -1 64 35798 0 1 0 2632 18 0 0 16 0 12 0 628862262 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14178] ppid=14173 vsize=821728 CPUtime=5.68
/proc/14175/task/14178/stat : 14178 (java) S 14173 14175 12897 0 -1 64 62920 0 0 0 543 25 0 0 16 0 12 0 628862263 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14179] ppid=14173 vsize=821728 CPUtime=5.76
/proc/14175/task/14179/stat : 14179 (java) S 14173 14175 12897 0 -1 64 74212 0 0 0 545 31 0 0 17 0 12 0 628862263 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14180] ppid=14173 vsize=821728 CPUtime=78.43
/proc/14175/task/14180/stat : 14180 (java) R 14173 14175 12897 0 -1 64 55898 0 0 0 7819 24 0 0 25 0 12 0 628862265 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 106122572 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14181] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14181/stat : 14181 (java) S 14173 14175 12897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628862265 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14182] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14182/stat : 14182 (java) S 14173 14175 12897 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 628862265 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14183] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14183/stat : 14183 (java) S 14173 14175 12897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14184] ppid=14173 vsize=821728 CPUtime=1.7
/proc/14175/task/14184/stat : 14184 (java) S 14173 14175 12897 0 -1 64 2474 0 0 0 169 1 0 0 15 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14185] ppid=14173 vsize=821728 CPUtime=2.31
/proc/14175/task/14185/stat : 14185 (java) S 14173 14175 12897 0 -1 64 5399 0 0 0 229 2 0 0 16 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14186] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14186/stat : 14186 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14187] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14187/stat : 14187 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 120.44
Current children cumulated vsize (KiB) 821728

[startup+119.102 s]
/proc/loadavg: 2.30 2.13 2.03 3/84 14187
/proc/meminfo: memFree=1158144/2055920 swapFree=4157200/4192956
[pid=14175] ppid=14173 vsize=821728 CPUtime=121.24
/proc/14175/stat : 14175 (java) S 14173 14175 12897 0 -1 0 237465 0 1 0 12021 103 0 0 18 0 12 0 628862261 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14175/statm: 205432 175230 1402 9 0 202794 0
[pid=14175/tid=14177] ppid=14173 vsize=821728 CPUtime=26.5
/proc/14175/task/14177/stat : 14177 (java) S 14173 14175 12897 0 -1 64 35798 0 1 0 2632 18 0 0 16 0 12 0 628862262 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14178] ppid=14173 vsize=821728 CPUtime=5.68
/proc/14175/task/14178/stat : 14178 (java) S 14173 14175 12897 0 -1 64 62920 0 0 0 543 25 0 0 16 0 12 0 628862263 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14179] ppid=14173 vsize=821728 CPUtime=5.76
/proc/14175/task/14179/stat : 14179 (java) S 14173 14175 12897 0 -1 64 74212 0 0 0 545 31 0 0 17 0 12 0 628862263 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14180] ppid=14173 vsize=821728 CPUtime=79.23
/proc/14175/task/14180/stat : 14180 (java) R 14173 14175 12897 0 -1 64 55898 0 0 0 7899 24 0 0 25 0 12 0 628862265 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 106736465 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14181] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14181/stat : 14181 (java) S 14173 14175 12897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628862265 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14182] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14182/stat : 14182 (java) S 14173 14175 12897 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 628862265 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14183] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14183/stat : 14183 (java) S 14173 14175 12897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14184] ppid=14173 vsize=821728 CPUtime=1.7
/proc/14175/task/14184/stat : 14184 (java) S 14173 14175 12897 0 -1 64 2474 0 0 0 169 1 0 0 15 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14185] ppid=14173 vsize=821728 CPUtime=2.31
/proc/14175/task/14185/stat : 14185 (java) S 14173 14175 12897 0 -1 64 5399 0 0 0 229 2 0 0 16 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14186] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14186/stat : 14186 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14187] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14187/stat : 14187 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 121.24
Current children cumulated vsize (KiB) 821728

[startup+119.907 s]
/proc/loadavg: 2.30 2.13 2.03 3/84 14187
/proc/meminfo: memFree=1158144/2055920 swapFree=4157200/4192956
[pid=14175] ppid=14173 vsize=821728 CPUtime=122.04
/proc/14175/stat : 14175 (java) S 14173 14175 12897 0 -1 0 237465 0 1 0 12101 103 0 0 18 0 12 0 628862261 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14175/statm: 205432 175230 1402 9 0 202794 0
[pid=14175/tid=14177] ppid=14173 vsize=821728 CPUtime=26.5
/proc/14175/task/14177/stat : 14177 (java) S 14173 14175 12897 0 -1 64 35798 0 1 0 2632 18 0 0 16 0 12 0 628862262 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14178] ppid=14173 vsize=821728 CPUtime=5.68
/proc/14175/task/14178/stat : 14178 (java) S 14173 14175 12897 0 -1 64 62920 0 0 0 543 25 0 0 16 0 12 0 628862263 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14179] ppid=14173 vsize=821728 CPUtime=5.76
/proc/14175/task/14179/stat : 14179 (java) S 14173 14175 12897 0 -1 64 74212 0 0 0 545 31 0 0 17 0 12 0 628862263 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14180] ppid=14173 vsize=821728 CPUtime=80.03
/proc/14175/task/14180/stat : 14180 (java) R 14173 14175 12897 0 -1 64 55898 0 0 0 7979 24 0 0 25 0 12 0 628862265 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 106123706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14181] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14181/stat : 14181 (java) S 14173 14175 12897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628862265 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14182] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14182/stat : 14182 (java) S 14173 14175 12897 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 628862265 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14183] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14183/stat : 14183 (java) S 14173 14175 12897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14184] ppid=14173 vsize=821728 CPUtime=1.7
/proc/14175/task/14184/stat : 14184 (java) S 14173 14175 12897 0 -1 64 2474 0 0 0 169 1 0 0 15 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14185] ppid=14173 vsize=821728 CPUtime=2.31
/proc/14175/task/14185/stat : 14185 (java) S 14173 14175 12897 0 -1 64 5399 0 0 0 229 2 0 0 16 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14175/tid=14186] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14186/stat : 14186 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14175/tid=14187] ppid=14173 vsize=821728 CPUtime=0
/proc/14175/task/14187/stat : 14187 (java) S 14173 14175 12897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628862269 841449472 175230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 122.04
Current children cumulated vsize (KiB) 821728

[startup+120.302 s]
/proc/loadavg: 2.30 2.13 2.03 3/84 14187
/proc/meminfo: memFree=1158144/2055920 swapFree=4157200/4192956
[pid=14175] ppid=14173 vsize=0 CPUtime=122.41
/proc/14175/stat : 14175 (java) Z 14173 14175 12897 0 -1 12 237478 0 1 0 12133 108 0 0 16 0 2 0 628862261 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14175/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 122.41
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 120.369
CPU time (s): 122.483
CPU user time (s): 121.335
CPU system time (s): 1.14882
CPU usage (%): 101.757
Max. virtual memory (cumulated for all children) (KiB): 823732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 121.335
system time used= 1.14882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237478
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= 4217
involuntary context switches= 3964

runsolver used 0.154976 second user time and 0.38994 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-03 06:29:51
IDJOB=1055360
IDBENCH=56816
IDSOLVER=344
FILE ID=node60/1055360-1215059391
PBS_JOBID= 7875177
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5180adc317c1c1529db105bbc2f77fdb
RANDOM SEED=540048457

node60.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.216
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.216
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:       1856512 kB
Buffers:          4980 kB
Cached:         102760 kB
SwapCached:      29552 kB
Active:          97640 kB
Inactive:        49296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1856512 kB
SwapTotal:     4192956 kB
SwapFree:      4157200 kB
Dirty:            3264 kB
Writeback:           0 kB
Mapped:          46696 kB
Slab:            37872 kB
Committed_AS:   986796 kB
PageTables:       1852 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node60 at 2008-07-03 06:31:52