Trace number 2083219

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 2.1.1? 1001.41 1007.16

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-0.xml
MD5SUM34c3ac733a64f710448acdb70b41fbc9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.9816
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.19/0.22	c c --- Begin Solver configuration ---
0.19/0.22	c Stops conflict analysis at the first Unique Implication Point
0.19/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.22	c Learn all clauses as in MiniSAT
0.19/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.22	c Expensive reason simplification
0.19/0.22	c MiniSAT restarts strategy
0.19/0.22	c Memory based learned constraints deletion strategy
0.19/0.22	c timeout=2147483s
0.19/0.22	c DB Simplification allowed=false
0.19/0.22	c --- End Solver configuration ---
0.19/0.22	c solving HOME/instance-2083219-1247376933.xml
0.19/0.22	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.69/0.70	c reading variables done.
1.94/1.81	c reading predicates  done.
2.13/2.01	c reading constraints
992.86/998.64	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
996.96/1002.76		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
996.96/1002.76		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
996.96/1002.76		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
996.96/1002.76		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
996.96/1002.76		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
996.96/1002.76		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
996.96/1002.76		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
996.96/1002.76		at org.sat4j.csp.Predicate.toClause(Unknown Source)
996.96/1002.76		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
996.96/1002.76		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
996.96/1002.76		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
996.96/1002.76		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
996.96/1002.76		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
996.96/1002.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
996.96/1002.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
996.96/1002.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
996.96/1002.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
996.96/1002.76		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
996.96/1002.76		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
996.96/1002.76		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
996.96/1002.76		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
996.96/1002.76		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
996.96/1002.76		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
996.96/1002.76		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
996.96/1002.76		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
996.96/1002.76		at org.sat4j.AbstractLauncher.run(Unknown Source)
996.96/1002.76		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
1001.05/1006.87	c starts		: 0
1001.05/1006.87	c conflicts		: 0
1001.05/1006.87	c decisions		: 0
1001.05/1006.87	c propagations		: 0
1001.05/1006.87	c inspects		: 0
1001.05/1006.87	c learnt literals	: 0
1001.05/1006.87	c learnt binary clauses	: 0
1001.05/1006.87	c learnt ternary clauses	: 0
1001.05/1006.87	c learnt clauses	: 0
1001.05/1006.87	c ignored clauses	: 0
1001.05/1006.87	c root simplifications	: 0
1001.05/1006.87	c removed literals (reason simplification)	: 0
1001.05/1006.87	c reason swapping (by a shorter reason)	: 0
1001.05/1006.87	c Calls to reduceDB	: 0
1001.05/1006.87	c speed (assignments/second)	: 0.0
1001.05/1006.87	c non guided choices	0
1001.05/1006.87	c learnt constraints type 
1001.05/1006.88	c constraints type 
1001.05/1006.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 586876
1001.05/1006.88	c org.sat4j.minisat.constraints.card.AtLeast => 1500
1001.05/1006.88	s UNKNOWN
1001.05/1006.88	c Total wall clock time (in seconds) : 1002.541

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083219-1247376933/watcher-2083219-1247376933 -o /tmp/evaluation-result-2083219-1247376933/solver-2083219-1247376933 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083219-1247376933.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.06 2.01 4/80 25499
/proc/meminfo: memFree=1564384/2055920 swapFree=4192812/4192956
[pid=25499] ppid=25497 vsize=152 CPUtime=0
/proc/25499/stat : 25499 (java) R 25497 25499 20624 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 24756444 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 4870948 0 0 4096 0 0 0 0 17 0 0 0
/proc/25499/statm: 38 26 19 9 0 4 0

[startup+0.104571 s]
/proc/loadavg: 2.09 2.06 2.01 4/80 25499
/proc/meminfo: memFree=1564384/2055920 swapFree=4192812/4192956
[pid=25499] ppid=25497 vsize=804560 CPUtime=0.09
/proc/25499/stat : 25499 (java) S 25497 25499 20624 0 -1 0 3095 0 1 0 7 2 0 0 18 0 12 0 24756444 823869440 2838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25499/statm: 201140 2838 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.20258 s]
/proc/loadavg: 2.09 2.06 2.01 4/80 25499
/proc/meminfo: memFree=1564384/2055920 swapFree=4192812/4192956
[pid=25499] ppid=25497 vsize=805804 CPUtime=0.19
/proc/25499/stat : 25499 (java) S 25497 25499 20624 0 -1 0 3955 0 1 0 16 3 0 0 18 0 12 0 24756444 825143296 3693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25499/statm: 201451 3693 1342 9 0 198785 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 805804

[startup+0.302587 s]
/proc/loadavg: 2.09 2.06 2.01 4/80 25499
/proc/meminfo: memFree=1564384/2055920 swapFree=4192812/4192956
[pid=25499] ppid=25497 vsize=806152 CPUtime=0.29
/proc/25499/stat : 25499 (java) S 25497 25499 20624 0 -1 0 4465 0 1 0 26 3 0 0 18 0 12 0 24756444 825499648 4169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25499/statm: 201538 4169 1365 9 0 198865 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806152

[startup+0.702623 s]
/proc/loadavg: 2.09 2.06 2.01 4/80 25499
/proc/meminfo: memFree=1564384/2055920 swapFree=4192812/4192956
[pid=25499] ppid=25497 vsize=808428 CPUtime=0.69
/proc/25499/stat : 25499 (java) S 25497 25499 20624 0 -1 0 6196 0 1 0 65 4 0 0 18 0 12 0 24756444 827830272 5258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25499/statm: 202107 5258 1390 9 0 199434 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808428

[startup+1.5027 s]
/proc/loadavg: 2.09 2.06 2.01 4/92 25511
/proc/meminfo: memFree=1537984/2055920 swapFree=4192812/4192956
[pid=25499] ppid=25497 vsize=808524 CPUtime=1.5
/proc/25499/stat : 25499 (java) S 25497 25499 20624 0 -1 0 22739 0 1 0 140 10 0 0 18 0 12 0 24756444 827928576 21749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25499/statm: 202131 21751 1406 9 0 199458 0
[pid=25499/tid=25501] ppid=25497 vsize=808524 CPUtime=0.75
/proc/25499/task/25501/stat : 25501 (java) R 25497 25499 20624 0 -1 64 16944 0 1 0 68 7 0 0 25 0 12 0 24756445 827928576 21752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25502] ppid=25497 vsize=808524 CPUtime=0.01
/proc/25499/task/25502/stat : 25502 (java) R 25497 25499 20624 0 -1 64 1436 0 0 0 1 0 0 0 17 0 12 0 24756446 827928576 21753 996147200 134512640 134550932 4294956016 18446744073709551615 106195343 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25503] ppid=25497 vsize=808524 CPUtime=0.02
/proc/25499/task/25503/stat : 25503 (java) R 25497 25499 20624 0 -1 64 1671 0 0 0 2 0 0 0 17 0 12 0 24756446 827928576 21754 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25504] ppid=25497 vsize=808524 CPUtime=0
/proc/25499/task/25504/stat : 25504 (java) S 25497 25499 20624 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 24756448 827928576 21755 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25505] ppid=25497 vsize=808524 CPUtime=0
/proc/25499/task/25505/stat : 25505 (java) S 25497 25499 20624 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 24756448 827928576 21757 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25506] ppid=25497 vsize=808524 CPUtime=0
/proc/25499/task/25506/stat : 25506 (java) S 25497 25499 20624 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24756448 827928576 21758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25507] ppid=25497 vsize=808524 CPUtime=0
/proc/25499/task/25507/stat : 25507 (java) S 25497 25499 20624 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24756453 827928576 21759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25508] ppid=25497 vsize=808524 CPUtime=0.04
/proc/25499/task/25508/stat : 25508 (java) S 25497 25499 20624 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 24756453 827928576 21760 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25509] ppid=25497 vsize=808524 CPUtime=0.63
/proc/25499/task/25509/stat : 25509 (java) S 25497 25499 20624 0 -1 64 1690 0 0 0 63 0 0 0 16 0 12 0 24756453 827928576 21761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25510] ppid=25497 vsize=808524 CPUtime=0
/proc/25499/task/25510/stat : 25510 (java) S 25497 25499 20624 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24756453 827928576 21762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25511] ppid=25497 vsize=808524 CPUtime=0
/proc/25499/task/25511/stat : 25511 (java) S 25497 25499 20624 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24756453 827928576 21763 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 808524

[startup+3.10183 s]
/proc/loadavg: 2.09 2.06 2.01 4/92 25511
/proc/meminfo: memFree=1447040/2055920 swapFree=4192812/4192956
[pid=25499] ppid=25497 vsize=811288 CPUtime=3.26
/proc/25499/stat : 25499 (java) S 25497 25499 20624 0 -1 0 43812 0 1 0 307 19 0 0 18 0 12 0 24756444 830758912 41145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25499/statm: 202822 41145 1437 9 0 200149 0
[pid=25499/tid=25501] ppid=25497 vsize=811288 CPUtime=1.37
/proc/25499/task/25501/stat : 25501 (java) R 25497 25499 20624 0 -1 64 17254 0 1 0 129 8 0 0 25 0 12 0 24756445 830758912 41145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25502] ppid=25497 vsize=811288 CPUtime=0.28
/proc/25499/task/25502/stat : 25502 (java) S 25497 25499 20624 0 -1 64 8548 0 0 0 25 3 0 0 18 0 12 0 24756446 830758912 41145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25503] ppid=25497 vsize=811288 CPUtime=0.47
/proc/25499/task/25503/stat : 25503 (java) S 25497 25499 20624 0 -1 64 14091 0 0 0 41 6 0 0 19 0 12 0 24756446 830758912 41145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25504] ppid=25497 vsize=811288 CPUtime=0
/proc/25499/task/25504/stat : 25504 (java) S 25497 25499 20624 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24756448 830758912 41145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25505] ppid=25497 vsize=811288 CPUtime=0
/proc/25499/task/25505/stat : 25505 (java) S 25497 25499 20624 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24756448 830758912 41145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25506] ppid=25497 vsize=811288 CPUtime=0
/proc/25499/task/25506/stat : 25506 (java) S 25497 25499 20624 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24756448 830758912 41145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25507] ppid=25497 vsize=811288 CPUtime=0
/proc/25499/task/25507/stat : 25507 (java) S 25497 25499 20624 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24756453 830758912 41145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25508] ppid=25497 vsize=811288 CPUtime=0.04
/proc/25499/task/25508/stat : 25508 (java) S 25497 25499 20624 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 24756453 830758912 41145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25509] ppid=25497 vsize=811288 CPUtime=1.06
/proc/25499/task/25509/stat : 25509 (java) R 25497 25499 20624 0 -1 64 2909 0 0 0 105 1 0 0 16 0 12 0 24756453 830758912 41145 996147200 134512640 134550932 4294956016 18446744073709551615 105580443 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25510] ppid=25497 vsize=811288 CPUtime=0
/proc/25499/task/25510/stat : 25510 (java) S 25497 25499 20624 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24756453 830758912 41145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25511] ppid=25497 vsize=811288 CPUtime=0
/proc/25499/task/25511/stat : 25511 (java) S 25497 25499 20624 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24756453 830758912 41145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 811288

[startup+6.30211 s]
/proc/loadavg: 2.09 2.06 2.01 3/92 25511
/proc/meminfo: memFree=1402432/2055920 swapFree=4192812/4192956
[pid=25499] ppid=25497 vsize=810584 CPUtime=6.47
/proc/25499/stat : 25499 (java) S 25497 25499 20624 0 -1 0 45058 0 1 0 627 20 0 0 18 0 12 0 24756444 830038016 42153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25499/statm: 202646 42153 1440 9 0 199973 0
[pid=25499/tid=25501] ppid=25497 vsize=810584 CPUtime=4.07
/proc/25499/task/25501/stat : 25501 (java) R 25497 25499 20624 0 -1 64 17262 0 1 0 399 8 0 0 25 0 12 0 24756445 830038016 42153 996147200 134512640 134550932 4294956016 18446744073709551615 4109831413 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25502] ppid=25497 vsize=810584 CPUtime=0.35
/proc/25499/task/25502/stat : 25502 (java) S 25497 25499 20624 0 -1 64 9136 0 0 0 32 3 0 0 16 0 12 0 24756446 830038016 42153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25503] ppid=25497 vsize=810584 CPUtime=0.55
/proc/25499/task/25503/stat : 25503 (java) S 25497 25499 20624 0 -1 64 14707 0 0 0 49 6 0 0 16 0 12 0 24756446 830038016 42153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25504] ppid=25497 vsize=810584 CPUtime=0
/proc/25499/task/25504/stat : 25504 (java) S 25497 25499 20624 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24756448 830038016 42153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25505] ppid=25497 vsize=810584 CPUtime=0
/proc/25499/task/25505/stat : 25505 (java) S 25497 25499 20624 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24756448 830038016 42153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25506] ppid=25497 vsize=810584 CPUtime=0
/proc/25499/task/25506/stat : 25506 (java) S 25497 25499 20624 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24756448 830038016 42153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25507] ppid=25497 vsize=810584 CPUtime=0
/proc/25499/task/25507/stat : 25507 (java) S 25497 25499 20624 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24756453 830038016 42153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25508] ppid=25497 vsize=810584 CPUtime=0.04
/proc/25499/task/25508/stat : 25508 (java) S 25497 25499 20624 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 24756453 830038016 42153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25509] ppid=25497 vsize=810584 CPUtime=1.41
/proc/25499/task/25509/stat : 25509 (java) S 25497 25499 20624 0 -1 64 2943 0 0 0 140 1 0 0 16 0 12 0 24756453 830038016 42153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25510] ppid=25497 vsize=810584 CPUtime=0
/proc/25499/task/25510/stat : 25510 (java) S 25497 25499 20624 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24756453 830038016 42153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25511] ppid=25497 vsize=810584 CPUtime=0
/proc/25499/task/25511/stat : 25511 (java) S 25497 25499 20624 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24756453 830038016 42153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 810584

[startup+12.7027 s]
/proc/loadavg: 2.08 2.06 2.01 3/92 25511
/proc/meminfo: memFree=1379264/2055920 swapFree=4192812/4192956
[pid=25499] ppid=25497 vsize=810584 CPUtime=12.82
/proc/25499/stat : 25499 (java) S 25497 25499 20624 0 -1 0 50521 0 1 0 1259 23 0 0 18 0 12 0 24756444 830038016 47597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25499/statm: 202646 47597 1440 9 0 199973 0
[pid=25499/tid=25501] ppid=25497 vsize=810584 CPUtime=10.03
/proc/25499/task/25501/stat : 25501 (java) R 25497 25499 20624 0 -1 64 17283 0 1 0 995 8 0 0 25 0 12 0 24756445 830038016 47597 996147200 134512640 134550932 4294956016 18446744073709551615 4109582532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25502] ppid=25497 vsize=810584 CPUtime=0.52
/proc/25499/task/25502/stat : 25502 (java) S 25497 25499 20624 0 -1 64 12024 0 0 0 48 4 0 0 16 0 12 0 24756446 830038016 47597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25503] ppid=25497 vsize=810584 CPUtime=0.65
/proc/25499/task/25503/stat : 25503 (java) S 25497 25499 20624 0 -1 64 17253 0 0 0 58 7 0 0 16 0 12 0 24756446 830038016 47597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25504] ppid=25497 vsize=810584 CPUtime=0.01
/proc/25499/task/25504/stat : 25504 (java) S 25497 25499 20624 0 -1 64 8 0 0 0 1 0 0 0 16 0 12 0 24756448 830038016 47597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25505] ppid=25497 vsize=810584 CPUtime=0
/proc/25499/task/25505/stat : 25505 (java) S 25497 25499 20624 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24756448 830038016 47597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25506] ppid=25497 vsize=810584 CPUtime=0
/proc/25499/task/25506/stat : 25506 (java) S 25497 25499 20624 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24756448 830038016 47597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25507] ppid=25497 vsize=810584 CPUtime=0
/proc/25499/task/25507/stat : 25507 (java) S 25497 25499 20624 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24756453 830038016 47597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25508] ppid=25497 vsize=810584 CPUtime=0.04
/proc/25499/task/25508/stat : 25508 (java) S 25497 25499 20624 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 24756453 830038016 47597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25509] ppid=25497 vsize=810584 CPUtime=1.52
/proc/25499/task/25509/stat : 25509 (java) S 25497 25499 20624 0 -1 64 2951 0 0 0 151 1 0 0 16 0 12 0 24756453 830038016 47597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25510] ppid=25497 vsize=810584 CPUtime=0
/proc/25499/task/25510/stat : 25510 (java) S 25497 25499 20624 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24756453 830038016 47597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25511] ppid=25497 vsize=810584 CPUtime=0
/proc/25499/task/25511/stat : 25511 (java) S 25497 25499 20624 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24756453 830038016 47597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.82
Current children cumulated vsize (KiB) 810584

[startup+25.5028 s]
/proc/loadavg: 2.06 2.06 2.01 3/92 25511
/proc/meminfo: memFree=1357312/2055920 swapFree=4192812/4192956
[pid=25499] ppid=25497 vsize=810584 CPUtime=25.49
/proc/25499/stat : 25499 (java) S 25497 25499 20624 0 -1 0 55851 0 1 0 2524 25 0 0 18 0 12 0 24756444 830038016 52906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25499/statm: 202646 52906 1440 9 0 199973 0
[pid=25499/tid=25501] ppid=25497 vsize=810584 CPUtime=22.45
/proc/25499/task/25501/stat : 25501 (java) R 25497 25499 20624 0 -1 64 17307 0 1 0 2237 8 0 0 25 0 12 0 24756445 830038016 52906 996147200 134512640 134550932 4294956016 18446744073709551615 4109878688 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25502] ppid=25497 vsize=810584 CPUtime=0.6
/proc/25499/task/25502/stat : 25502 (java) S 25497 25499 20624 0 -1 64 13892 0 0 0 55 5 0 0 16 0 12 0 24756446 830038016 52906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25503] ppid=25497 vsize=810584 CPUtime=0.78
/proc/25499/task/25503/stat : 25503 (java) S 25497 25499 20624 0 -1 64 20691 0 0 0 70 8 0 0 16 0 12 0 24756446 830038016 52906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25504] ppid=25497 vsize=810584 CPUtime=0.01
/proc/25499/task/25504/stat : 25504 (java) S 25497 25499 20624 0 -1 64 8 0 0 0 1 0 0 0 15 0 12 0 24756448 830038016 52906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25505] ppid=25497 vsize=810584 CPUtime=0
/proc/25499/task/25505/stat : 25505 (java) S 25497 25499 20624 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24756448 830038016 52906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25506] ppid=25497 vsize=810584 CPUtime=0
/proc/25499/task/25506/stat : 25506 (java) S 25497 25499 20624 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24756448 830038016 52906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25507] ppid=25497 vsize=810584 CPUtime=0
/proc/25499/task/25507/stat : 25507 (java) S 25497 25499 20624 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24756453 830038016 52906 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25508] ppid=25497 vsize=810584 CPUtime=0.04

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

/proc/loadavg: 2.00 2.07 2.08 3/94 25642
/proc/meminfo: memFree=758320/2055920 swapFree=4192812/4192956
[pid=25499] ppid=25497 vsize=815612 CPUtime=996.56
/proc/25499/stat : 25499 (java) S 25497 25499 20624 0 -1 0 1338141 0 1 0 99060 596 0 0 18 0 12 0 24756444 835186688 173231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25499/statm: 203903 173231 1441 9 0 201230 0
[pid=25499/tid=25501] ppid=25497 vsize=815612 CPUtime=346.89
/proc/25499/task/25501/stat : 25501 (java) S 25497 25499 20624 0 -1 64 18317 0 1 0 34677 12 0 0 16 0 12 0 24756445 835186688 173231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25502] ppid=25497 vsize=815612 CPUtime=3.91
/proc/25499/task/25502/stat : 25502 (java) S 25497 25499 20624 0 -1 64 70278 0 0 0 365 26 0 0 16 0 12 0 24756446 835186688 173231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25503] ppid=25497 vsize=815612 CPUtime=4.25
/proc/25499/task/25503/stat : 25503 (java) S 25497 25499 20624 0 -1 64 83917 0 0 0 392 33 0 0 15 0 12 0 24756446 835186688 173231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25504] ppid=25497 vsize=815612 CPUtime=639.61
/proc/25499/task/25504/stat : 25504 (java) R 25497 25499 20624 0 -1 64 1161094 0 0 0 63440 521 0 0 25 0 12 0 24756448 835186688 173231 996147200 134512640 134550932 4294956016 18446744073709551615 106158794 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25505] ppid=25497 vsize=815612 CPUtime=0
/proc/25499/task/25505/stat : 25505 (java) S 25497 25499 20624 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24756448 835186688 173231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25506] ppid=25497 vsize=815612 CPUtime=0
/proc/25499/task/25506/stat : 25506 (java) S 25497 25499 20624 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24756448 835186688 173231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25507] ppid=25497 vsize=815612 CPUtime=0
/proc/25499/task/25507/stat : 25507 (java) S 25497 25499 20624 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24756453 835186688 173231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25508] ppid=25497 vsize=815612 CPUtime=0.04
/proc/25499/task/25508/stat : 25508 (java) S 25497 25499 20624 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 24756453 835186688 173231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25509] ppid=25497 vsize=815612 CPUtime=1.8
/proc/25499/task/25509/stat : 25509 (java) S 25497 25499 20624 0 -1 64 3532 0 0 0 179 1 0 0 17 0 12 0 24756453 835186688 173231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25510] ppid=25497 vsize=815612 CPUtime=0
/proc/25499/task/25510/stat : 25510 (java) S 25497 25499 20624 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24756453 835186688 173231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25511] ppid=25497 vsize=815612 CPUtime=0
/proc/25499/task/25511/stat : 25511 (java) S 25497 25499 20624 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24756453 835186688 173231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 996.56
Current children cumulated vsize (KiB) 815612

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

[startup+1004.8 s]
/proc/loadavg: 2.00 2.07 2.08 3/95 25643
/proc/meminfo: memFree=757416/2055920 swapFree=4192812/4192956
[pid=25499] ppid=25497 vsize=815936 CPUtime=999.06
/proc/25499/stat : 25499 (java) S 25497 25499 20624 0 -1 0 1343409 0 1 0 99308 598 0 0 18 0 13 0 24756444 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25499/statm: 203984 173237 1441 9 0 201311 0
[pid=25499/tid=25501] ppid=25497 vsize=815936 CPUtime=346.9
/proc/25499/task/25501/stat : 25501 (java) S 25497 25499 20624 0 -1 64 18320 0 1 0 34678 12 0 0 16 0 13 0 24756445 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25502] ppid=25497 vsize=815936 CPUtime=3.91
/proc/25499/task/25502/stat : 25502 (java) S 25497 25499 20624 0 -1 64 70278 0 0 0 365 26 0 0 16 0 13 0 24756446 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25503] ppid=25497 vsize=815936 CPUtime=4.25
/proc/25499/task/25503/stat : 25503 (java) S 25497 25499 20624 0 -1 64 83917 0 0 0 392 33 0 0 15 0 13 0 24756446 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25504] ppid=25497 vsize=815936 CPUtime=642.1
/proc/25499/task/25504/stat : 25504 (java) R 25497 25499 20624 0 -1 64 1166353 0 0 0 63688 522 0 0 25 0 13 0 24756448 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 103585136 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25505] ppid=25497 vsize=815936 CPUtime=0
/proc/25499/task/25505/stat : 25505 (java) S 25497 25499 20624 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24756448 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25506] ppid=25497 vsize=815936 CPUtime=0
/proc/25499/task/25506/stat : 25506 (java) S 25497 25499 20624 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24756448 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25507] ppid=25497 vsize=815936 CPUtime=0
/proc/25499/task/25507/stat : 25507 (java) S 25497 25499 20624 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24756453 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25508] ppid=25497 vsize=815936 CPUtime=0.04
/proc/25499/task/25508/stat : 25508 (java) S 25497 25499 20624 0 -1 64 264 0 0 0 4 0 0 0 18 0 13 0 24756453 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25509] ppid=25497 vsize=815936 CPUtime=1.8
/proc/25499/task/25509/stat : 25509 (java) S 25497 25499 20624 0 -1 64 3532 0 0 0 179 1 0 0 17 0 13 0 24756453 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25510] ppid=25497 vsize=815936 CPUtime=0
/proc/25499/task/25510/stat : 25510 (java) S 25497 25499 20624 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24756453 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25511] ppid=25497 vsize=815936 CPUtime=0
/proc/25499/task/25511/stat : 25511 (java) S 25497 25499 20624 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24756453 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25643] ppid=25497 vsize=815936 CPUtime=0
/proc/25499/task/25643/stat : 25643 (java) S 25497 25499 20624 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 24856721 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 999.06
Current children cumulated vsize (KiB) 815936

[startup+1006.4 s]
/proc/loadavg: 2.00 2.07 2.08 3/95 25643
/proc/meminfo: memFree=757096/2055920 swapFree=4192812/4192956
[pid=25499] ppid=25497 vsize=815936 CPUtime=1000.65
/proc/25499/stat : 25499 (java) S 25497 25499 20624 0 -1 0 1345163 0 1 0 99467 598 0 0 18 0 13 0 24756444 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25499/statm: 203984 173237 1441 9 0 201311 0
[pid=25499/tid=25501] ppid=25497 vsize=815936 CPUtime=346.9
/proc/25499/task/25501/stat : 25501 (java) S 25497 25499 20624 0 -1 64 18320 0 1 0 34678 12 0 0 16 0 13 0 24756445 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25502] ppid=25497 vsize=815936 CPUtime=3.91
/proc/25499/task/25502/stat : 25502 (java) S 25497 25499 20624 0 -1 64 70278 0 0 0 365 26 0 0 16 0 13 0 24756446 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25503] ppid=25497 vsize=815936 CPUtime=4.25
/proc/25499/task/25503/stat : 25503 (java) S 25497 25499 20624 0 -1 64 83917 0 0 0 392 33 0 0 15 0 13 0 24756446 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25504] ppid=25497 vsize=815936 CPUtime=643.7
/proc/25499/task/25504/stat : 25504 (java) R 25497 25499 20624 0 -1 64 1168106 0 0 0 63847 523 0 0 25 0 13 0 24756448 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 106158797 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25505] ppid=25497 vsize=815936 CPUtime=0
/proc/25499/task/25505/stat : 25505 (java) S 25497 25499 20624 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24756448 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25506] ppid=25497 vsize=815936 CPUtime=0
/proc/25499/task/25506/stat : 25506 (java) S 25497 25499 20624 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24756448 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25507] ppid=25497 vsize=815936 CPUtime=0
/proc/25499/task/25507/stat : 25507 (java) S 25497 25499 20624 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24756453 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25508] ppid=25497 vsize=815936 CPUtime=0.04
/proc/25499/task/25508/stat : 25508 (java) S 25497 25499 20624 0 -1 64 264 0 0 0 4 0 0 0 18 0 13 0 24756453 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25509] ppid=25497 vsize=815936 CPUtime=1.8
/proc/25499/task/25509/stat : 25509 (java) S 25497 25499 20624 0 -1 64 3532 0 0 0 179 1 0 0 17 0 13 0 24756453 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25510] ppid=25497 vsize=815936 CPUtime=0
/proc/25499/task/25510/stat : 25510 (java) S 25497 25499 20624 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24756453 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25511] ppid=25497 vsize=815936 CPUtime=0
/proc/25499/task/25511/stat : 25511 (java) S 25497 25499 20624 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24756453 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25643] ppid=25497 vsize=815936 CPUtime=0
/proc/25499/task/25643/stat : 25643 (java) S 25497 25499 20624 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 24856721 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1000.65
Current children cumulated vsize (KiB) 815936

[startup+1006.8 s]
/proc/loadavg: 2.00 2.07 2.08 3/95 25643
/proc/meminfo: memFree=756584/2055920 swapFree=4192812/4192956
[pid=25499] ppid=25497 vsize=815936 CPUtime=1001.05
/proc/25499/stat : 25499 (java) S 25497 25499 20624 0 -1 0 1345163 0 1 0 99507 598 0 0 18 0 13 0 24756444 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25499/statm: 203984 173237 1441 9 0 201311 0
[pid=25499/tid=25501] ppid=25497 vsize=815936 CPUtime=346.9
/proc/25499/task/25501/stat : 25501 (java) S 25497 25499 20624 0 -1 64 18320 0 1 0 34678 12 0 0 16 0 13 0 24756445 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25502] ppid=25497 vsize=815936 CPUtime=3.91
/proc/25499/task/25502/stat : 25502 (java) S 25497 25499 20624 0 -1 64 70278 0 0 0 365 26 0 0 16 0 13 0 24756446 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25503] ppid=25497 vsize=815936 CPUtime=4.25
/proc/25499/task/25503/stat : 25503 (java) S 25497 25499 20624 0 -1 64 83917 0 0 0 392 33 0 0 15 0 13 0 24756446 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25504] ppid=25497 vsize=815936 CPUtime=644.1
/proc/25499/task/25504/stat : 25504 (java) R 25497 25499 20624 0 -1 64 1168106 0 0 0 63887 523 0 0 25 0 13 0 24756448 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25505] ppid=25497 vsize=815936 CPUtime=0
/proc/25499/task/25505/stat : 25505 (java) S 25497 25499 20624 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24756448 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25506] ppid=25497 vsize=815936 CPUtime=0
/proc/25499/task/25506/stat : 25506 (java) S 25497 25499 20624 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24756448 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25507] ppid=25497 vsize=815936 CPUtime=0
/proc/25499/task/25507/stat : 25507 (java) S 25497 25499 20624 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24756453 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25508] ppid=25497 vsize=815936 CPUtime=0.04
/proc/25499/task/25508/stat : 25508 (java) S 25497 25499 20624 0 -1 64 264 0 0 0 4 0 0 0 18 0 13 0 24756453 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25509] ppid=25497 vsize=815936 CPUtime=1.8
/proc/25499/task/25509/stat : 25509 (java) S 25497 25499 20624 0 -1 64 3532 0 0 0 179 1 0 0 17 0 13 0 24756453 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25510] ppid=25497 vsize=815936 CPUtime=0
/proc/25499/task/25510/stat : 25510 (java) S 25497 25499 20624 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24756453 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25511] ppid=25497 vsize=815936 CPUtime=0
/proc/25499/task/25511/stat : 25511 (java) S 25497 25499 20624 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24756453 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25643] ppid=25497 vsize=815936 CPUtime=0
/proc/25499/task/25643/stat : 25643 (java) S 25497 25499 20624 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 24856721 835518464 173237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.05
Current children cumulated vsize (KiB) 815936

[startup+1007 s]
/proc/loadavg: 2.00 2.07 2.08 3/95 25643
/proc/meminfo: memFree=756584/2055920 swapFree=4192812/4192956
[pid=25499] ppid=25497 vsize=811932 CPUtime=1001.25
/proc/25499/stat : 25499 (java) S 25497 25499 20624 0 -1 0 1345168 0 1 0 99527 598 0 0 18 0 12 0 24756444 831418368 172240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25499/statm: 202983 172240 1442 9 0 200310 0
[pid=25499/tid=25501] ppid=25497 vsize=811932 CPUtime=346.9
/proc/25499/task/25501/stat : 25501 (java) S 25497 25499 20624 0 -1 64 18321 0 1 0 34678 12 0 0 16 0 12 0 24756445 831418368 172240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25502] ppid=25497 vsize=811932 CPUtime=3.91
/proc/25499/task/25502/stat : 25502 (java) S 25497 25499 20624 0 -1 64 70278 0 0 0 365 26 0 0 16 0 12 0 24756446 831418368 172240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25503] ppid=25497 vsize=811932 CPUtime=4.25
/proc/25499/task/25503/stat : 25503 (java) S 25497 25499 20624 0 -1 64 83917 0 0 0 392 33 0 0 15 0 12 0 24756446 831418368 172240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25499/tid=25504] ppid=25497 vsize=811932 CPUtime=644.3
/proc/25499/task/25504/stat : 25504 (java) R 25497 25499 20624 0 -1 64 1168106 0 0 0 63907 523 0 0 25 0 12 0 24756448 831418368 172240 996147200 134512640 134550932 4294956016 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25505] ppid=25497 vsize=811932 CPUtime=0
/proc/25499/task/25505/stat : 25505 (java) S 25497 25499 20624 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24756448 831418368 172240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25506] ppid=25497 vsize=811932 CPUtime=0
/proc/25499/task/25506/stat : 25506 (java) S 25497 25499 20624 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24756448 831418368 172240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25507] ppid=25497 vsize=811932 CPUtime=0
/proc/25499/task/25507/stat : 25507 (java) S 25497 25499 20624 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24756453 831418368 172240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25508] ppid=25497 vsize=811932 CPUtime=0.04
/proc/25499/task/25508/stat : 25508 (java) S 25497 25499 20624 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 24756453 831418368 172240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25509] ppid=25497 vsize=811932 CPUtime=1.8
/proc/25499/task/25509/stat : 25509 (java) S 25497 25499 20624 0 -1 64 3532 0 0 0 179 1 0 0 17 0 12 0 24756453 831418368 172240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25510] ppid=25497 vsize=811932 CPUtime=0
/proc/25499/task/25510/stat : 25510 (java) S 25497 25499 20624 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24756453 831418368 172240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25499/tid=25511] ppid=25497 vsize=811932 CPUtime=0
/proc/25499/task/25511/stat : 25511 (java) S 25497 25499 20624 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24756453 831418368 172240 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.25
Current children cumulated vsize (KiB) 811932

[startup+1007.1 s]
/proc/loadavg: 2.00 2.07 2.08 3/95 25643
/proc/meminfo: memFree=756584/2055920 swapFree=4192812/4192956
[pid=25499] ppid=25497 vsize=0 CPUtime=1001.35
/proc/25499/stat : 25499 (java) Z 25497 25499 20624 0 -1 12 1345173 0 1 0 99532 603 0 0 16 0 2 0 24756444 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25499/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1001.35
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1007.16
CPU time (s): 1001.41
CPU user time (s): 995.323
CPU system time (s): 6.08707
CPU usage (%): 99.4293
Max. virtual memory (cumulated for all children) (KiB): 824840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 995.323
system time used= 6.08707
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1345173
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= 29635
involuntary context switches= 42030

runsolver used 1.46278 second user time and 3.3075 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 07:35:33
IDJOB=2083219
IDBENCH=57745
IDSOLVER=731
FILE ID=node58/2083219-1247376933
PBS_JOBID= 9507056
Free space on /tmp= 66308 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/fapp/fapp12/normalized-fapp12-1500-0.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083219-1247376933/watcher-2083219-1247376933 -o /tmp/evaluation-result-2083219-1247376933/solver-2083219-1247376933 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083219-1247376933.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 34c3ac733a64f710448acdb70b41fbc9
RANDOM SEED=2113301130

node58.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.234
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.234
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:       1564864 kB
Buffers:         74140 kB
Cached:         266332 kB
SwapCached:        140 kB
Active:         291512 kB
Inactive:       135732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4728 kB
Writeback:           0 kB
Mapped:         104512 kB
Slab:            49104 kB
Committed_AS:   940144 kB
PageTables:       1872 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= 66276 MiB
End job on node58 at 2009-07-12 07:52:20