Trace number 2115495

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
Choco2.1.1b 2009-07-16? (problem) 88.5145 88.7068

General information on the benchmark

Namecsp/tdsp/
normalized-C7-1-240.xml
MD5SUMd28497c4d2e2b68c6bf6783191da2ccc
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables590
Number of constraints19502
Maximum constraint arity6
Maximum domain size241
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19502
Global constraints used (with number of constraints)

Solver Data

88.30/88.59	java.lang.OutOfMemoryError: Java heap space
88.30/88.59		at choco.kernel.memory.structure.PartiallyStoredIntVector.<init>(PartiallyStoredIntVector.java:51)
88.30/88.59		at choco.kernel.memory.AbstractEnvironment.makePartiallyStoredIntVector(AbstractEnvironment.java:122)
88.30/88.59		at choco.cp.solver.variables.integer.IntDomainVarImpl.buildDataStructures(IntDomainVarImpl.java:118)
88.30/88.59		at choco.cp.solver.variables.integer.IntDomainVarImpl.<init>(IntDomainVarImpl.java:94)
88.30/88.59		at choco.cp.solver.CPSolver.createEnumIntVar(CPSolver.java:2608)
88.30/88.59		at choco.cp.solver.constraints.reified.leaves.arithm.PlusNode.extractResult(PlusNode.java:62)
88.30/88.59		at choco.cp.solver.constraints.reified.leaves.bool.LeqNode.extractConstraint(LeqNode.java:53)
88.30/88.59		at choco.cp.solver.constraints.reified.leaves.bool.AbstractBoolNode.extractResult(AbstractBoolNode.java:42)
88.30/88.59		at choco.cp.solver.constraints.reified.leaves.bool.OrNode.extractResult(OrNode.java:61)
88.30/88.59		at choco.cp.solver.constraints.reified.leaves.bool.OrNode.extractConstraint(OrNode.java:75)
88.30/88.59		at choco.cp.solver.constraints.reified.ExpressionSConstraint.getDecomposition(ExpressionSConstraint.java:287)
88.30/88.59		at choco.cp.solver.CPSolver.decisionOnExpression(CPSolver.java:2024)
88.30/88.59		at choco.cp.solver.CPSolver.post(CPSolver.java:2000)
88.30/88.59		at choco.cp.solver.CPModelToCPSolver.readConstraints(CPModelToCPSolver.java:318)
88.30/88.59		at choco.cp.solver.preprocessor.PreProcessCPSolver.read(PreProcessCPSolver.java:201)
88.30/88.59		at parser.chocogen.XmlModel.solve(XmlModel.java:296)
88.30/88.59		at parser.chocogen.XmlModel.solveFile(XmlModel.java:202)
88.30/88.59		at parser.chocogen.XmlModel.generate(XmlModel.java:179)
88.30/88.59		at parser.chocogen.XmlModel.main(XmlModel.java:527)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2115495-1248028874/watcher-2115495-1248028874 -o /tmp/evaluation-result-2115495-1248028874/solver-2115495-1248028874 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2115495-1248028874.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979 

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.00 2.00 1.79 4/81 31730
/proc/meminfo: memFree=763808/2055920 swapFree=4192812/4192956
[pid=31730] ppid=31728 vsize=18576 CPUtime=0
/proc/31730/stat : 31730 (runsolver) R 31728 31730 31354 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 89952434 19021824 284 996147200 4194304 4302564 548682068272 18446744073709551615 251279240487 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/31730/statm: 4644 284 249 26 0 2626 0

[startup+0.0812001 s]
/proc/loadavg: 2.00 2.00 1.79 4/81 31730
/proc/meminfo: memFree=763808/2055920 swapFree=4192812/4192956
[pid=31730] ppid=31728 vsize=862296 CPUtime=0.06
/proc/31730/stat : 31730 (java) S 31728 31730 31354 0 -1 0 3244 0 1 0 5 1 0 0 21 0 9 0 89952434 882991104 2712 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31730/statm: 215574 2712 1294 9 0 210444 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 862296

[startup+0.101202 s]
/proc/loadavg: 2.00 2.00 1.79 4/81 31730
/proc/meminfo: memFree=763808/2055920 swapFree=4192812/4192956
[pid=31730] ppid=31728 vsize=864104 CPUtime=0.09
/proc/31730/stat : 31730 (java) S 31728 31730 31354 0 -1 0 3833 0 1 0 7 2 0 0 21 0 9 0 89952434 884842496 3290 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31730/statm: 216026 3290 1729 9 0 210495 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 864104

[startup+0.301223 s]
/proc/loadavg: 2.00 2.00 1.79 4/81 31730
/proc/meminfo: memFree=763808/2055920 swapFree=4192812/4192956
[pid=31730] ppid=31728 vsize=864368 CPUtime=0.28
/proc/31730/stat : 31730 (java) S 31728 31730 31354 0 -1 0 4580 0 1 0 26 2 0 0 21 0 9 0 89952434 885112832 4005 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31730/statm: 216092 4005 1855 9 0 210561 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 864368

[startup+0.701283 s]
/proc/loadavg: 2.00 2.00 1.79 4/81 31730
/proc/meminfo: memFree=763808/2055920 swapFree=4192812/4192956
[pid=31730] ppid=31728 vsize=864964 CPUtime=0.68
/proc/31730/stat : 31730 (java) S 31728 31730 31354 0 -1 0 10796 0 1 0 63 5 0 0 21 0 9 0 89952434 885723136 10218 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31730/statm: 216241 10218 1869 9 0 210710 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 864964

[startup+1.50138 s]
/proc/loadavg: 2.00 2.00 1.79 3/90 31739
/proc/meminfo: memFree=719448/2055920 swapFree=4192812/4192956
[pid=31730] ppid=31728 vsize=864964 CPUtime=1.48
/proc/31730/stat : 31730 (java) S 31728 31730 31354 0 -1 0 22099 0 1 0 138 10 0 0 21 0 9 0 89952434 885723136 21509 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31730/statm: 216241 21509 1912 9 0 210710 0
[pid=31730/tid=31732] ppid=31728 vsize=864964 CPUtime=1.14
/proc/31730/task/31732/stat : 31732 (java) R 31728 31730 31354 0 -1 64 14299 0 1 0 108 6 0 0 25 0 9 0 89952435 885723136 21509 996147200 134512640 134550932 4294955888 18446744073709551615 103946251 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31733] ppid=31728 vsize=864964 CPUtime=0.13
/proc/31730/task/31733/stat : 31733 (java) S 31728 31730 31354 0 -1 64 6500 0 0 0 11 2 0 0 17 0 9 0 89952436 885723136 21509 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31734] ppid=31728 vsize=864964 CPUtime=0
/proc/31730/task/31734/stat : 31734 (java) S 31728 31730 31354 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 89952436 885723136 21509 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31735] ppid=31728 vsize=864964 CPUtime=0
/proc/31730/task/31735/stat : 31735 (java) S 31728 31730 31354 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89952436 885723136 21509 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31736] ppid=31728 vsize=864964 CPUtime=0
/proc/31730/task/31736/stat : 31736 (java) S 31728 31730 31354 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89952438 885723136 21509 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31737] ppid=31728 vsize=864964 CPUtime=0.18
/proc/31730/task/31737/stat : 31737 (java) S 31728 31730 31354 0 -1 64 568 0 0 0 18 0 0 0 15 0 9 0 89952438 885723136 21509 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31738] ppid=31728 vsize=864964 CPUtime=0
/proc/31730/task/31738/stat : 31738 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89952438 885723136 21509 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31739] ppid=31728 vsize=864964 CPUtime=0
/proc/31730/task/31739/stat : 31739 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89952438 885723136 21509 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 864964

[startup+3.10258 s]
/proc/loadavg: 2.00 2.00 1.79 3/90 31739
/proc/meminfo: memFree=674520/2055920 swapFree=4192812/4192956
[pid=31730] ppid=31728 vsize=865152 CPUtime=3.08
/proc/31730/stat : 31730 (java) S 31728 31730 31354 0 -1 0 29981 0 1 0 293 15 0 0 21 0 9 0 89952434 885915648 29368 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31730/statm: 216288 29368 1963 9 0 210757 0
[pid=31730/tid=31732] ppid=31728 vsize=865152 CPUtime=2.37
/proc/31730/task/31732/stat : 31732 (java) R 31728 31730 31354 0 -1 64 14554 0 1 0 230 7 0 0 25 0 9 0 89952435 885915648 29368 996147200 134512640 134550932 4294955888 18446744073709551615 4127056276 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31733] ppid=31728 vsize=865152 CPUtime=0.43
/proc/31730/task/31733/stat : 31733 (java) S 31728 31730 31354 0 -1 64 14077 0 0 0 38 5 0 0 17 0 9 0 89952436 885915648 29368 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31734] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31734/stat : 31734 (java) S 31728 31730 31354 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 89952436 885915648 29368 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31735] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31735/stat : 31735 (java) S 31728 31730 31354 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89952436 885915648 29368 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31736] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31736/stat : 31736 (java) S 31728 31730 31354 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89952438 885915648 29368 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31737] ppid=31728 vsize=865152 CPUtime=0.23
/proc/31730/task/31737/stat : 31737 (java) S 31728 31730 31354 0 -1 64 618 0 0 0 23 0 0 0 15 0 9 0 89952438 885915648 29368 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31738] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31738/stat : 31738 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89952438 885915648 29368 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31739] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31739/stat : 31739 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89952438 885915648 29368 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 865152

[startup+6.30298 s]
/proc/loadavg: 2.00 2.00 1.79 3/90 31739
/proc/meminfo: memFree=605592/2055920 swapFree=4192812/4192956
[pid=31730] ppid=31728 vsize=865152 CPUtime=6.26
/proc/31730/stat : 31730 (java) S 31728 31730 31354 0 -1 0 47955 0 1 0 604 22 0 0 21 0 9 0 89952434 885915648 47330 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31730/statm: 216288 47330 1977 9 0 210757 0
[pid=31730/tid=31732] ppid=31728 vsize=865152 CPUtime=4.82
/proc/31730/task/31732/stat : 31732 (java) R 31728 31730 31354 0 -1 64 14757 0 1 0 474 8 0 0 25 0 9 0 89952435 885915648 47330 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31733] ppid=31728 vsize=865152 CPUtime=1.16
/proc/31730/task/31733/stat : 31733 (java) R 31728 31730 31354 0 -1 64 31837 0 0 0 104 12 0 0 16 0 9 0 89952436 885915648 47330 996147200 134512640 134550932 4294955888 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31734] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31734/stat : 31734 (java) S 31728 31730 31354 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 89952436 885915648 47330 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31735] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31735/stat : 31735 (java) S 31728 31730 31354 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89952436 885915648 47330 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31736] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31736/stat : 31736 (java) S 31728 31730 31354 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89952438 885915648 47330 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31737] ppid=31728 vsize=865152 CPUtime=0.25
/proc/31730/task/31737/stat : 31737 (java) S 31728 31730 31354 0 -1 64 629 0 0 0 25 0 0 0 16 0 9 0 89952438 885915648 47330 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31738] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31738/stat : 31738 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89952438 885915648 47330 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31739] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31739/stat : 31739 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89952438 885915648 47330 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 865152

[startup+12.7028 s]
/proc/loadavg: 2.08 2.02 1.80 3/90 31739
/proc/meminfo: memFree=564696/2055920 swapFree=4192812/4192956
[pid=31730] ppid=31728 vsize=865152 CPUtime=12.63
/proc/31730/stat : 31730 (java) S 31728 31730 31354 0 -1 0 52228 0 1 0 1239 24 0 0 21 0 9 0 89952434 885915648 51549 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31730/statm: 216288 51549 1983 9 0 210757 0
[pid=31730/tid=31732] ppid=31728 vsize=865152 CPUtime=10.53
/proc/31730/task/31732/stat : 31732 (java) R 31728 31730 31354 0 -1 64 14854 0 1 0 1045 8 0 0 25 0 9 0 89952435 885915648 51549 996147200 134512640 134550932 4294955888 18446744073709551615 103823650 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31733] ppid=31728 vsize=865152 CPUtime=1.78
/proc/31730/task/31733/stat : 31733 (java) S 31728 31730 31354 0 -1 64 35995 0 0 0 165 13 0 0 16 0 9 0 89952436 885915648 51549 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31734] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31734/stat : 31734 (java) S 31728 31730 31354 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 89952436 885915648 51549 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31735] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31735/stat : 31735 (java) S 31728 31730 31354 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89952436 885915648 51549 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31736] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31736/stat : 31736 (java) S 31728 31730 31354 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89952438 885915648 51549 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31737] ppid=31728 vsize=865152 CPUtime=0.29
/proc/31730/task/31737/stat : 31737 (java) S 31728 31730 31354 0 -1 64 647 0 0 0 28 1 0 0 16 0 9 0 89952438 885915648 51549 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31738] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31738/stat : 31738 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89952438 885915648 51549 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31739] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31739/stat : 31739 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89952438 885915648 51549 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 865152

[startup+25.5014 s]
/proc/loadavg: 2.06 2.02 1.80 3/90 31739
/proc/meminfo: memFree=550936/2055920 swapFree=4192812/4192956
[pid=31730] ppid=31728 vsize=865152 CPUtime=25.35
/proc/31730/stat : 31730 (java) S 31728 31730 31354 0 -1 0 55953 0 1 0 2508 27 0 0 21 0 9 0 89952434 885915648 55171 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31730/statm: 216288 55171 1983 9 0 210757 0
[pid=31730/tid=31732] ppid=31728 vsize=865152 CPUtime=21.75
/proc/31730/task/31732/stat : 31732 (java) R 31728 31730 31354 0 -1 64 14961 0 1 0 2166 9 0 0 25 0 9 0 89952435 885915648 55171 996147200 134512640 134550932 4294955888 18446744073709551615 4127165635 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31733] ppid=31728 vsize=865152 CPUtime=3.27
/proc/31730/task/31733/stat : 31733 (java) S 31728 31730 31354 0 -1 64 39595 0 0 0 311 16 0 0 16 0 9 0 89952436 885915648 55171 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31734] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31734/stat : 31734 (java) S 31728 31730 31354 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 89952436 885915648 55171 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31735] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31735/stat : 31735 (java) S 31728 31730 31354 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89952436 885915648 55171 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31736] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31736/stat : 31736 (java) S 31728 31730 31354 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89952438 885915648 55171 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31737] ppid=31728 vsize=865152 CPUtime=0.31
/proc/31730/task/31737/stat : 31737 (java) S 31728 31730 31354 0 -1 64 665 0 0 0 30 1 0 0 16 0 9 0 89952438 885915648 55171 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31738] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31738/stat : 31738 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89952438 885915648 55171 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31739] ppid=31728 vsize=865152 CPUtime=0
/proc/31730/task/31739/stat : 31739 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89952438 885915648 55171 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 865152

[startup+51.1017 s]
/proc/loadavg: 2.25 2.06 1.82 3/90 31739
/proc/meminfo: memFree=18456/2055920 swapFree=4192812/4192956
[pid=31730] ppid=31728 vsize=883404 CPUtime=50.92
/proc/31730/stat : 31730 (java) S 31728 31730 31354 0 -1 0 221846 0 1 0 5001 91 0 0 21 0 9 0 89952434 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31730/statm: 220851 189559 2624 9 0 215320 0
[pid=31730/tid=31732] ppid=31728 vsize=883404 CPUtime=29.55
/proc/31730/task/31732/stat : 31732 (java) S 31728 31730 31354 0 -1 64 15054 0 1 0 2946 9 0 0 17 0 9 0 89952435 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31733] ppid=31728 vsize=883404 CPUtime=20.96
/proc/31730/task/31733/stat : 31733 (java) R 31728 31730 31354 0 -1 64 205342 0 0 0 2017 79 0 0 25 0 9 0 89952436 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 102768136 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31734] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31734/stat : 31734 (java) S 31728 31730 31354 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 89952436 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31735] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31735/stat : 31735 (java) S 31728 31730 31354 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89952436 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31736] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31736/stat : 31736 (java) S 31728 31730 31354 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89952438 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31737] ppid=31728 vsize=883404 CPUtime=0.38
/proc/31730/task/31737/stat : 31737 (java) S 31728 31730 31354 0 -1 64 718 0 0 0 37 1 0 0 16 0 9 0 89952438 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31738] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31738/stat : 31738 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89952438 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31739] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31739/stat : 31739 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89952438 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 883404

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

[startup+63.9023 s]
/proc/loadavg: 2.19 2.06 1.82 3/90 31739
/proc/meminfo: memFree=27416/2055920 swapFree=4192812/4192956
[pid=31730] ppid=31728 vsize=875724 CPUtime=63.71
/proc/31730/stat : 31730 (java) S 31728 31730 31354 0 -1 0 253822 0 1 0 6268 103 0 0 21 0 9 0 89952434 896741376 187639 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31730/statm: 218931 187639 2624 9 0 213400 0
[pid=31730/tid=31732] ppid=31728 vsize=875724 CPUtime=29.76
/proc/31730/task/31732/stat : 31732 (java) S 31728 31730 31354 0 -1 64 15058 0 1 0 2967 9 0 0 17 0 9 0 89952435 896741376 187639 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31733] ppid=31728 vsize=875724 CPUtime=33.55
/proc/31730/task/31733/stat : 31733 (java) R 31728 31730 31354 0 -1 64 237314 0 0 0 3263 92 0 0 25 0 9 0 89952436 896741376 187639 996147200 134512640 134550932 4294955888 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31734] ppid=31728 vsize=875724 CPUtime=0
/proc/31730/task/31734/stat : 31734 (java) S 31728 31730 31354 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 89952436 896741376 187639 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31735] ppid=31728 vsize=875724 CPUtime=0
/proc/31730/task/31735/stat : 31735 (java) S 31728 31730 31354 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89952436 896741376 187639 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31736] ppid=31728 vsize=875724 CPUtime=0
/proc/31730/task/31736/stat : 31736 (java) S 31728 31730 31354 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89952438 896741376 187639 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31737] ppid=31728 vsize=875724 CPUtime=0.38
/proc/31730/task/31737/stat : 31737 (java) S 31728 31730 31354 0 -1 64 718 0 0 0 37 1 0 0 16 0 9 0 89952438 896741376 187639 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31738] ppid=31728 vsize=875724 CPUtime=0
/proc/31730/task/31738/stat : 31738 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89952438 896741376 187639 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31739] ppid=31728 vsize=875724 CPUtime=0
/proc/31730/task/31739/stat : 31739 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89952438 896741376 187639 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.71
Current children cumulated vsize (KiB) 875724

[startup+76.7019 s]
/proc/loadavg: 2.16 2.06 1.82 3/90 31739
/proc/meminfo: memFree=18392/2055920 swapFree=4192812/4192956
[pid=31730] ppid=31728 vsize=883404 CPUtime=76.51
/proc/31730/stat : 31730 (java) S 31728 31730 31354 0 -1 0 284531 0 1 0 7535 116 0 0 21 0 9 0 89952434 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31730/statm: 220851 189559 2624 9 0 215320 0
[pid=31730/tid=31732] ppid=31728 vsize=883404 CPUtime=29.78
/proc/31730/task/31732/stat : 31732 (java) S 31728 31730 31354 0 -1 64 15061 0 1 0 2969 9 0 0 17 0 9 0 89952435 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31733] ppid=31728 vsize=883404 CPUtime=46.32
/proc/31730/task/31733/stat : 31733 (java) R 31728 31730 31354 0 -1 64 268020 0 0 0 4528 104 0 0 25 0 9 0 89952436 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 102768132 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31734] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31734/stat : 31734 (java) S 31728 31730 31354 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 89952436 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31735] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31735/stat : 31735 (java) S 31728 31730 31354 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89952436 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31736] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31736/stat : 31736 (java) S 31728 31730 31354 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89952438 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31737] ppid=31728 vsize=883404 CPUtime=0.38
/proc/31730/task/31737/stat : 31737 (java) S 31728 31730 31354 0 -1 64 718 0 0 0 37 1 0 0 16 0 9 0 89952438 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31738] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31738/stat : 31738 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89952438 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31739] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31739/stat : 31739 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89952438 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.51
Current children cumulated vsize (KiB) 883404

[startup+83.1017 s]
/proc/loadavg: 2.15 2.05 1.82 3/90 31739
/proc/meminfo: memFree=25944/2055920 swapFree=4192812/4192956
[pid=31730] ppid=31728 vsize=883404 CPUtime=82.91
/proc/31730/stat : 31730 (java) S 31728 31730 31354 0 -1 0 302441 0 1 0 8168 123 0 0 21 0 9 0 89952434 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31730/statm: 220851 189559 2624 9 0 215320 0
[pid=31730/tid=31732] ppid=31728 vsize=883404 CPUtime=29.78
/proc/31730/task/31732/stat : 31732 (java) S 31728 31730 31354 0 -1 64 15063 0 1 0 2969 9 0 0 17 0 9 0 89952435 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31733] ppid=31728 vsize=883404 CPUtime=52.72
/proc/31730/task/31733/stat : 31733 (java) R 31728 31730 31354 0 -1 64 285928 0 0 0 5160 112 0 0 25 0 9 0 89952436 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 104188640 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31734] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31734/stat : 31734 (java) S 31728 31730 31354 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 89952436 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31735] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31735/stat : 31735 (java) S 31728 31730 31354 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89952436 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31736] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31736/stat : 31736 (java) S 31728 31730 31354 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89952438 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31737] ppid=31728 vsize=883404 CPUtime=0.38
/proc/31730/task/31737/stat : 31737 (java) S 31728 31730 31354 0 -1 64 718 0 0 0 37 1 0 0 16 0 9 0 89952438 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31738] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31738/stat : 31738 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89952438 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31739] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31739/stat : 31739 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89952438 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.91
Current children cumulated vsize (KiB) 883404

[startup+86.3021 s]
/proc/loadavg: 2.14 2.05 1.82 3/90 31739
/proc/meminfo: memFree=25944/2055920 swapFree=4192812/4192956
[pid=31730] ppid=31728 vsize=883404 CPUtime=86.11
/proc/31730/stat : 31730 (java) S 31728 31730 31354 0 -1 0 311395 0 1 0 8484 127 0 0 21 0 9 0 89952434 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31730/statm: 220851 189559 2624 9 0 215320 0
[pid=31730/tid=31732] ppid=31728 vsize=883404 CPUtime=29.78
/proc/31730/task/31732/stat : 31732 (java) S 31728 31730 31354 0 -1 64 15063 0 1 0 2969 9 0 0 17 0 9 0 89952435 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31733] ppid=31728 vsize=883404 CPUtime=55.91
/proc/31730/task/31733/stat : 31733 (java) R 31728 31730 31354 0 -1 64 294882 0 0 0 5476 115 0 0 25 0 9 0 89952436 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 104188641 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31734] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31734/stat : 31734 (java) S 31728 31730 31354 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 89952436 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31735] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31735/stat : 31735 (java) S 31728 31730 31354 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89952436 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31736] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31736/stat : 31736 (java) S 31728 31730 31354 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89952438 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31737] ppid=31728 vsize=883404 CPUtime=0.38
/proc/31730/task/31737/stat : 31737 (java) S 31728 31730 31354 0 -1 64 718 0 0 0 37 1 0 0 16 0 9 0 89952438 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31738] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31738/stat : 31738 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89952438 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31739] ppid=31728 vsize=883404 CPUtime=0
/proc/31730/task/31739/stat : 31739 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89952438 904605696 189559 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 86.11
Current children cumulated vsize (KiB) 883404

[startup+87.9023 s]
/proc/loadavg: 2.13 2.05 1.83 3/90 31739
/proc/meminfo: memFree=36440/2055920 swapFree=4192812/4192956
[pid=31730] ppid=31728 vsize=865404 CPUtime=87.71
/proc/31730/stat : 31730 (java) S 31728 31730 31354 0 -1 0 311459 0 1 0 8644 127 0 0 21 0 9 0 89952434 886173696 185059 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31730/statm: 216351 185059 2624 9 0 210820 0
[pid=31730/tid=31732] ppid=31728 vsize=865404 CPUtime=29.78
/proc/31730/task/31732/stat : 31732 (java) S 31728 31730 31354 0 -1 64 15064 0 1 0 2969 9 0 0 17 0 9 0 89952435 886173696 185059 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31733] ppid=31728 vsize=865404 CPUtime=57.51
/proc/31730/task/31733/stat : 31733 (java) R 31728 31730 31354 0 -1 64 294945 0 0 0 5636 115 0 0 25 0 9 0 89952436 886173696 185059 996147200 134512640 134550932 4294955888 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31734] ppid=31728 vsize=865404 CPUtime=0
/proc/31730/task/31734/stat : 31734 (java) S 31728 31730 31354 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 89952436 886173696 185059 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31735] ppid=31728 vsize=865404 CPUtime=0
/proc/31730/task/31735/stat : 31735 (java) S 31728 31730 31354 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89952436 886173696 185059 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31736] ppid=31728 vsize=865404 CPUtime=0
/proc/31730/task/31736/stat : 31736 (java) S 31728 31730 31354 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89952438 886173696 185059 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31737] ppid=31728 vsize=865404 CPUtime=0.38
/proc/31730/task/31737/stat : 31737 (java) S 31728 31730 31354 0 -1 64 718 0 0 0 37 1 0 0 16 0 9 0 89952438 886173696 185059 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31738] ppid=31728 vsize=865404 CPUtime=0
/proc/31730/task/31738/stat : 31738 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89952438 886173696 185059 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31739] ppid=31728 vsize=865404 CPUtime=0
/proc/31730/task/31739/stat : 31739 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89952438 886173696 185059 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.71
Current children cumulated vsize (KiB) 865404

[startup+88.3024 s]
/proc/loadavg: 2.13 2.05 1.83 3/90 31739
/proc/meminfo: memFree=36440/2055920 swapFree=4192812/4192956
[pid=31730] ppid=31728 vsize=865404 CPUtime=88.1
/proc/31730/stat : 31730 (java) S 31728 31730 31354 0 -1 0 311460 0 1 0 8683 127 0 0 21 0 9 0 89952434 886173696 185060 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31730/statm: 216351 185060 2624 9 0 210820 0
[pid=31730/tid=31732] ppid=31728 vsize=865404 CPUtime=29.78
/proc/31730/task/31732/stat : 31732 (java) S 31728 31730 31354 0 -1 64 15064 0 1 0 2969 9 0 0 17 0 9 0 89952435 886173696 185060 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31733] ppid=31728 vsize=865404 CPUtime=57.91
/proc/31730/task/31733/stat : 31733 (java) R 31728 31730 31354 0 -1 64 294946 0 0 0 5676 115 0 0 25 0 9 0 89952436 886173696 185060 996147200 134512640 134550932 4294955888 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31734] ppid=31728 vsize=865404 CPUtime=0
/proc/31730/task/31734/stat : 31734 (java) S 31728 31730 31354 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 89952436 886173696 185060 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31735] ppid=31728 vsize=865404 CPUtime=0
/proc/31730/task/31735/stat : 31735 (java) S 31728 31730 31354 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89952436 886173696 185060 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31736] ppid=31728 vsize=865404 CPUtime=0
/proc/31730/task/31736/stat : 31736 (java) S 31728 31730 31354 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 89952438 886173696 185060 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31737] ppid=31728 vsize=865404 CPUtime=0.38
/proc/31730/task/31737/stat : 31737 (java) S 31728 31730 31354 0 -1 64 718 0 0 0 37 1 0 0 16 0 9 0 89952438 886173696 185060 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31738] ppid=31728 vsize=865404 CPUtime=0
/proc/31730/task/31738/stat : 31738 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89952438 886173696 185060 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31730/tid=31739] ppid=31728 vsize=865404 CPUtime=0
/proc/31730/task/31739/stat : 31739 (java) S 31728 31730 31354 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89952438 886173696 185060 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.1
Current children cumulated vsize (KiB) 865404

[startup+88.7024 s]
/proc/loadavg: 2.13 2.05 1.83 3/90 31739
/proc/meminfo: memFree=36440/2055920 swapFree=4192812/4192956
[pid=31730] ppid=31728 vsize=0 CPUtime=88.5
/proc/31730/stat : 31730 (java) Z 31728 31730 31354 0 -1 12 311479 0 1 0 8713 137 0 0 16 0 2 0 89952434 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31730/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 88.5
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 88.7068
CPU time (s): 88.5145
CPU user time (s): 87.1377
CPU system time (s): 1.37679
CPU usage (%): 99.7833
Max. virtual memory (cumulated for all children) (KiB): 885968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.1378
system time used= 1.37679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 311479
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= 5616
involuntary context switches= 6438

runsolver used 0.102984 second user time and 0.310952 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-19 20:41:14
IDJOB=2115495
IDBENCH=54942
IDSOLVER=780
FILE ID=node92/2115495-1248028874
PBS_JOBID= 9528871
Free space on /tmp= 66116 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/tdsp/normalized-C7-1-240.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file BENCHNAME -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2115495-1248028874/watcher-2115495-1248028874 -o /tmp/evaluation-result-2115495-1248028874/solver-2115495-1248028874 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2115495-1248028874.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979

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

MD5SUM BENCH= d28497c4d2e2b68c6bf6783191da2ccc
RANDOM SEED=1696303577

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        764224 kB
Buffers:        107972 kB
Cached:         975744 kB
SwapCached:          0 kB
Active:         437340 kB
Inactive:       747672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        764224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8460 kB
Writeback:           0 kB
Mapped:         119104 kB
Slab:            91684 kB
Committed_AS:  1254540 kB
PageTables:       2060 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= 66108 MiB
End job on node92 at 2009-07-19 20:42:43