Trace number 2057187

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.1 2009-06-10? (problem) 49.2695 49.3832

General information on the benchmark

Namecsp/lard/
normalized-lard-90-90.xml
MD5SUM0f684d9f34d64adafc4625b528ae43df
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.0459
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints4005
Maximum constraint arity2
Maximum domain size91
Number of constraints which are defined in extension4005
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

48.90/49.02	java.lang.OutOfMemoryError: Java heap space
48.90/49.02		at java.util.Arrays.copyOfRange(Unknown Source)
48.90/49.02		at java.lang.String.<init>(Unknown Source)
48.90/49.02		at java.lang.StringBuffer.toString(Unknown Source)
48.90/49.02		at com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl.getNodeValueString(Unknown Source)
48.90/49.02		at com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl.getNodeValueString(Unknown Source)
48.90/49.02		at com.sun.org.apache.xerces.internal.dom.DeferredTextImpl.synchronizeData(Unknown Source)
48.90/49.02		at com.sun.org.apache.xerces.internal.dom.TextImpl.isIgnorableWhitespace(Unknown Source)
48.90/49.02		at com.sun.org.apache.xerces.internal.dom.ParentNode.hasTextContent(Unknown Source)
48.90/49.02		at com.sun.org.apache.xerces.internal.dom.ParentNode.getTextContent(Unknown Source)
48.90/49.02		at parser.absconparseur.tools.InstanceParser.parseRelation(InstanceParser.java:291)
48.90/49.02		at parser.absconparseur.tools.InstanceParser.parseRelations(InstanceParser.java:302)
48.90/49.02		at parser.absconparseur.tools.InstanceParser.parse(InstanceParser.java:650)
48.90/49.02		at parser.chocogen.XmlModel.load(XmlModel.java:254)
48.90/49.02		at parser.chocogen.XmlModel.solveFile(XmlModel.java:204)
48.90/49.02		at parser.chocogen.XmlModel.generate(XmlModel.java:183)
48.90/49.02		at parser.chocogen.XmlModel.main(XmlModel.java:524)
49.10/49.24	java.lang.NullPointerException
49.10/49.24		at parser.chocogen.VariableFactory.getNbvar(VariableFactory.java:109)
49.10/49.24		at parser.chocogen.ChocoFactory.createVariables(ChocoFactory.java:81)
49.10/49.24		at parser.chocogen.XmlModel.buildModel(XmlModel.java:281)
49.10/49.24		at parser.chocogen.XmlModel.solveFile(XmlModel.java:205)
49.10/49.24		at parser.chocogen.XmlModel.generate(XmlModel.java:183)
49.10/49.24		at parser.chocogen.XmlModel.main(XmlModel.java:524)

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-2057187-1247317861/watcher-2057187-1247317861 -o /tmp/evaluation-result-2057187-1247317861/solver-2057187-1247317861 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2057187-1247317861.xml -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -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: 0.23 0.06 0.02 2/68 11377
/proc/meminfo: memFree=709656/2055920 swapFree=4192956/4192956
[pid=11377] ppid=11375 vsize=152 CPUtime=0
/proc/11377/stat : 11377 (java) R 11375 11377 11202 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 18852229 155648 26 996147200 134512640 134550932 4294956000 18446744073709551615 1605931 0 0 4096 0 0 0 0 17 1 0 0
/proc/11377/statm: 38 26 19 9 0 4 0

[startup+0.038639 s]
/proc/loadavg: 0.23 0.06 0.02 2/68 11377
/proc/meminfo: memFree=709656/2055920 swapFree=4192956/4192956
[pid=11377] ppid=11375 vsize=859892 CPUtime=0.01
/proc/11377/stat : 11377 (java) S 11375 11377 11202 0 -1 0 1889 0 1 0 0 1 0 0 18 0 5 0 18852229 880529408 1553 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11377/statm: 214973 1553 695 9 0 209888 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 859892

[startup+0.101647 s]
/proc/loadavg: 0.23 0.06 0.02 2/68 11377
/proc/meminfo: memFree=709656/2055920 swapFree=4192956/4192956
[pid=11377] ppid=11375 vsize=862028 CPUtime=0.04
/proc/11377/stat : 11377 (java) S 11375 11377 11202 0 -1 0 2775 0 1 0 3 1 0 0 18 0 9 0 18852229 882716672 2298 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11377/statm: 215507 2299 1130 9 0 210376 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 862028

[startup+0.301672 s]
/proc/loadavg: 0.23 0.06 0.02 2/68 11377
/proc/meminfo: memFree=709656/2055920 swapFree=4192956/4192956
[pid=11377] ppid=11375 vsize=865324 CPUtime=0.26
/proc/11377/stat : 11377 (java) S 11375 11377 11202 0 -1 0 6542 0 3 0 23 3 0 0 18 0 9 0 18852229 886091776 5969 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11377/statm: 216331 5969 1852 9 0 210799 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 865324

[startup+0.701713 s]
/proc/loadavg: 0.23 0.06 0.02 2/68 11377
/proc/meminfo: memFree=709656/2055920 swapFree=4192956/4192956
[pid=11377] ppid=11375 vsize=865800 CPUtime=0.71
/proc/11377/stat : 11377 (java) S 11375 11377 11202 0 -1 0 26099 0 3 0 57 14 0 0 18 0 9 0 18852229 886579200 25523 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11377/statm: 216450 25523 1867 9 0 210918 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 865800

[startup+1.50279 s]
/proc/loadavg: 0.23 0.06 0.02 2/77 11386
/proc/meminfo: memFree=563152/2055920 swapFree=4192956/4192956
[pid=11377] ppid=11375 vsize=865800 CPUtime=1.51
/proc/11377/stat : 11377 (java) S 11375 11377 11202 0 -1 0 49452 0 3 0 123 28 0 0 18 0 9 0 18852229 886579200 48874 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11377/statm: 216450 48874 1868 9 0 210918 0
[pid=11377/tid=11379] ppid=11375 vsize=865800 CPUtime=1.19
/proc/11377/task/11379/stat : 11379 (java) R 11375 11377 11202 0 -1 64 14153 0 3 0 106 13 0 0 18 0 9 0 18852231 886579200 48874 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11377/tid=11380] ppid=11375 vsize=865800 CPUtime=0.21
/proc/11377/task/11380/stat : 11380 (java) S 11375 11377 11202 0 -1 64 34071 0 0 0 8 13 0 0 17 0 9 0 18852232 886579200 48874 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11381] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11381/stat : 11381 (java) S 11375 11377 11202 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 18852232 886579200 48874 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11382] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11382/stat : 11382 (java) S 11375 11377 11202 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18852232 886579200 48874 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11383] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11383/stat : 11383 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 18852238 886579200 48874 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11384] ppid=11375 vsize=865800 CPUtime=0.08
/proc/11377/task/11384/stat : 11384 (java) S 11375 11377 11202 0 -1 64 495 0 0 0 8 0 0 0 16 0 9 0 18852238 886579200 48874 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11377/tid=11385] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11385/stat : 11385 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 18852239 886579200 48874 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11386] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11386/stat : 11386 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18852239 886579200 48874 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 865800

[startup+3.10413 s]
/proc/loadavg: 0.37 0.09 0.03 2/77 11386
/proc/meminfo: memFree=474832/2055920 swapFree=4192956/4192956
[pid=11377] ppid=11375 vsize=865800 CPUtime=3.14
/proc/11377/stat : 11377 (java) S 11375 11377 11202 0 -1 0 72655 0 3 0 276 38 0 0 18 0 9 0 18852229 886579200 72067 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11377/statm: 216450 72079 1892 9 0 210918 0
[pid=11377/tid=11379] ppid=11375 vsize=865800 CPUtime=2.51
/proc/11377/task/11379/stat : 11379 (java) S 11375 11377 11202 0 -1 64 14233 0 3 0 237 14 0 0 19 0 9 0 18852231 886579200 72085 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11377/tid=11380] ppid=11375 vsize=865800 CPUtime=0.47
/proc/11377/task/11380/stat : 11380 (java) R 11375 11377 11202 0 -1 64 57181 0 0 0 25 22 0 0 15 0 9 0 18852232 886579200 72093 996147200 134512640 134550932 4294955840 18446744073709551615 102709373 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11381] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11381/stat : 11381 (java) S 11375 11377 11202 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 18852232 886579200 72101 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11382] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11382/stat : 11382 (java) S 11375 11377 11202 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18852232 886579200 72108 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11383] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11383/stat : 11383 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 18852238 886579200 72116 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11384] ppid=11375 vsize=865800 CPUtime=0.12
/proc/11377/task/11384/stat : 11384 (java) S 11375 11377 11202 0 -1 64 534 0 0 0 12 0 0 0 16 0 9 0 18852238 886579200 72123 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11385] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11385/stat : 11385 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 18852239 886579200 72130 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11386] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11386/stat : 11386 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18852239 886579200 72137 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 865800

[startup+6.30148 s]
/proc/loadavg: 0.37 0.09 0.03 2/77 11386
/proc/meminfo: memFree=334864/2055920 swapFree=4192956/4192956
[pid=11377] ppid=11375 vsize=865800 CPUtime=6.32
/proc/11377/stat : 11377 (java) S 11375 11377 11202 0 -1 0 105006 0 3 0 582 50 0 0 18 0 9 0 18852229 886579200 104409 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11377/statm: 216450 104409 1892 9 0 210918 0
[pid=11377/tid=11379] ppid=11375 vsize=865800 CPUtime=5.12
/proc/11377/task/11379/stat : 11379 (java) R 11375 11377 11202 0 -1 64 14241 0 3 0 498 14 0 0 19 0 9 0 18852231 886579200 104409 996147200 134512640 134550932 4294955840 18446744073709551615 4126709831 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11377/tid=11380] ppid=11375 vsize=865800 CPUtime=1.04
/proc/11377/task/11380/stat : 11380 (java) S 11375 11377 11202 0 -1 64 89497 0 0 0 70 34 0 0 16 0 9 0 18852232 886579200 104409 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11381] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11381/stat : 11381 (java) S 11375 11377 11202 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 18852232 886579200 104409 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11382] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11382/stat : 11382 (java) S 11375 11377 11202 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18852232 886579200 104409 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11383] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11383/stat : 11383 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 18852238 886579200 104409 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11384] ppid=11375 vsize=865800 CPUtime=0.13
/proc/11377/task/11384/stat : 11384 (java) S 11375 11377 11202 0 -1 64 535 0 0 0 13 0 0 0 16 0 9 0 18852238 886579200 104409 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11377/tid=11385] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11385/stat : 11385 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 18852239 886579200 104409 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11386] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11386/stat : 11386 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18852239 886579200 104409 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 865800

[startup+12.7022 s]
/proc/loadavg: 0.62 0.16 0.05 2/77 11386
/proc/meminfo: memFree=49936/2055920 swapFree=4192956/4192956
[pid=11377] ppid=11375 vsize=865800 CPUtime=12.71
/proc/11377/stat : 11377 (java) S 11375 11377 11202 0 -1 0 171530 0 3 0 1194 77 0 0 18 0 9 0 18852229 886579200 170919 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11377/statm: 216450 170919 1892 9 0 210918 0
[pid=11377/tid=11379] ppid=11375 vsize=865800 CPUtime=10.32
/proc/11377/task/11379/stat : 11379 (java) R 11375 11377 11202 0 -1 64 14256 0 3 0 1017 15 0 0 18 0 9 0 18852231 886579200 170919 996147200 134512640 134550932 4294955840 18446744073709551615 4126709815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11377/tid=11380] ppid=11375 vsize=865800 CPUtime=2.23
/proc/11377/task/11380/stat : 11380 (java) S 11375 11377 11202 0 -1 64 156003 0 0 0 162 61 0 0 16 0 9 0 18852232 886579200 170919 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11381] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11381/stat : 11381 (java) S 11375 11377 11202 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 18852232 886579200 170919 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11382] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11382/stat : 11382 (java) S 11375 11377 11202 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18852232 886579200 170919 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11383] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11383/stat : 11383 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 18852238 886579200 170919 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11384] ppid=11375 vsize=865800 CPUtime=0.13
/proc/11377/task/11384/stat : 11384 (java) S 11375 11377 11202 0 -1 64 538 0 0 0 13 0 0 0 16 0 9 0 18852238 886579200 170919 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11385] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11385/stat : 11385 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 18852239 886579200 170919 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11386] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11386/stat : 11386 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18852239 886579200 170919 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 865800

[startup+25.5026 s]
/proc/loadavg: 0.68 0.18 0.06 5/91 11408
/proc/meminfo: memFree=16088/2055920 swapFree=4192956/4192956
[pid=11377] ppid=11375 vsize=865800 CPUtime=25.45
/proc/11377/stat : 11377 (java) S 11375 11377 11202 0 -1 0 185132 0 3 0 2462 83 0 0 18 0 9 0 18852229 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11377/statm: 216450 184333 2608 9 0 210918 0
[pid=11377/tid=11379] ppid=11375 vsize=865800 CPUtime=12.62
/proc/11377/task/11379/stat : 11379 (java) S 11375 11377 11202 0 -1 64 14265 0 3 0 1247 15 0 0 17 0 9 0 18852231 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11380] ppid=11375 vsize=865800 CPUtime=12.67
/proc/11377/task/11380/stat : 11380 (java) R 11375 11377 11202 0 -1 64 169596 0 0 0 1201 66 0 0 25 0 9 0 18852232 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 104191083 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11377/tid=11381] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11381/stat : 11381 (java) S 11375 11377 11202 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18852232 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11377/tid=11382] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11382/stat : 11382 (java) S 11375 11377 11202 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 18852232 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11383] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11383/stat : 11383 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 18852238 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11384] ppid=11375 vsize=865800 CPUtime=0.13
/proc/11377/task/11384/stat : 11384 (java) S 11375 11377 11202 0 -1 64 538 0 0 0 13 0 0 0 16 0 9 0 18852238 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11385] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11385/stat : 11385 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 18852239 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11386] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11386/stat : 11386 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18852239 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 865800

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

[startup+38.303 s]
/proc/loadavg: 0.82 0.24 0.08 2/77 11428
/proc/meminfo: memFree=34512/2055920 swapFree=4192956/4192956
[pid=11377] ppid=11375 vsize=865800 CPUtime=38.21
/proc/11377/stat : 11377 (java) S 11375 11377 11202 0 -1 0 185142 0 3 0 3738 83 0 0 18 0 9 0 18852229 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11377/statm: 216450 184333 2608 9 0 210918 0
[pid=11377/tid=11379] ppid=11375 vsize=865800 CPUtime=12.78
/proc/11377/task/11379/stat : 11379 (java) S 11375 11377 11202 0 -1 64 14275 0 3 0 1263 15 0 0 16 0 9 0 18852231 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11377/tid=11380] ppid=11375 vsize=865800 CPUtime=25.28
/proc/11377/task/11380/stat : 11380 (java) R 11375 11377 11202 0 -1 64 169596 0 0 0 2461 67 0 0 18 0 9 0 18852232 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 103731827 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11381] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11381/stat : 11381 (java) S 11375 11377 11202 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18852232 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11377/tid=11382] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11382/stat : 11382 (java) S 11375 11377 11202 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 18852232 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11383] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11383/stat : 11383 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 18852238 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11384] ppid=11375 vsize=865800 CPUtime=0.13
/proc/11377/task/11384/stat : 11384 (java) S 11375 11377 11202 0 -1 64 538 0 0 0 13 0 0 0 16 0 9 0 18852238 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11385] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11385/stat : 11385 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 18852239 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11386] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11386/stat : 11386 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18852239 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.21
Current children cumulated vsize (KiB) 865800

[startup+44.7027 s]
/proc/loadavg: 0.83 0.25 0.08 2/77 11428
/proc/meminfo: memFree=34704/2055920 swapFree=4192956/4192956
[pid=11377] ppid=11375 vsize=865800 CPUtime=44.6
/proc/11377/stat : 11377 (java) S 11375 11377 11202 0 -1 0 185147 0 3 0 4377 83 0 0 18 0 9 0 18852229 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11377/statm: 216450 184333 2608 9 0 210918 0
[pid=11377/tid=11379] ppid=11375 vsize=865800 CPUtime=12.78
/proc/11377/task/11379/stat : 11379 (java) S 11375 11377 11202 0 -1 64 14280 0 3 0 1263 15 0 0 16 0 9 0 18852231 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11377/tid=11380] ppid=11375 vsize=865800 CPUtime=31.67
/proc/11377/task/11380/stat : 11380 (java) R 11375 11377 11202 0 -1 64 169596 0 0 0 3100 67 0 0 25 0 9 0 18852232 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 104188644 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11381] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11381/stat : 11381 (java) S 11375 11377 11202 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18852232 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11377/tid=11382] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11382/stat : 11382 (java) S 11375 11377 11202 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 18852232 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11383] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11383/stat : 11383 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 18852238 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11384] ppid=11375 vsize=865800 CPUtime=0.13
/proc/11377/task/11384/stat : 11384 (java) S 11375 11377 11202 0 -1 64 538 0 0 0 13 0 0 0 16 0 9 0 18852238 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11385] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11385/stat : 11385 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 18852239 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11386] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11386/stat : 11386 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18852239 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 44.6
Current children cumulated vsize (KiB) 865800

[startup+47.9011 s]
/proc/loadavg: 0.85 0.26 0.09 2/77 11428
/proc/meminfo: memFree=34704/2055920 swapFree=4192956/4192956
[pid=11377] ppid=11375 vsize=865800 CPUtime=47.8
/proc/11377/stat : 11377 (java) S 11375 11377 11202 0 -1 0 185149 0 3 0 4697 83 0 0 18 0 9 0 18852229 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11377/statm: 216450 184333 2608 9 0 210918 0
[pid=11377/tid=11379] ppid=11375 vsize=865800 CPUtime=12.78
/proc/11377/task/11379/stat : 11379 (java) S 11375 11377 11202 0 -1 64 14282 0 3 0 1263 15 0 0 16 0 9 0 18852231 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11377/tid=11380] ppid=11375 vsize=865800 CPUtime=34.87
/proc/11377/task/11380/stat : 11380 (java) R 11375 11377 11202 0 -1 64 169596 0 0 0 3420 67 0 0 25 0 9 0 18852232 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 103731904 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11381] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11381/stat : 11381 (java) S 11375 11377 11202 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18852232 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11377/tid=11382] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11382/stat : 11382 (java) S 11375 11377 11202 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 18852232 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11383] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11383/stat : 11383 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 18852238 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11384] ppid=11375 vsize=865800 CPUtime=0.13
/proc/11377/task/11384/stat : 11384 (java) S 11375 11377 11202 0 -1 64 538 0 0 0 13 0 0 0 16 0 9 0 18852238 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11385] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11385/stat : 11385 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 18852239 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11386] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11386/stat : 11386 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18852239 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.8
Current children cumulated vsize (KiB) 865800

[startup+48.7012 s]
/proc/loadavg: 0.85 0.26 0.09 2/77 11428
/proc/meminfo: memFree=34768/2055920 swapFree=4192956/4192956
[pid=11377] ppid=11375 vsize=865800 CPUtime=48.6
/proc/11377/stat : 11377 (java) S 11375 11377 11202 0 -1 0 185149 0 3 0 4777 83 0 0 18 0 9 0 18852229 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11377/statm: 216450 184333 2608 9 0 210918 0
[pid=11377/tid=11379] ppid=11375 vsize=865800 CPUtime=12.78
/proc/11377/task/11379/stat : 11379 (java) S 11375 11377 11202 0 -1 64 14282 0 3 0 1263 15 0 0 16 0 9 0 18852231 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11377/tid=11380] ppid=11375 vsize=865800 CPUtime=35.67
/proc/11377/task/11380/stat : 11380 (java) R 11375 11377 11202 0 -1 64 169596 0 0 0 3500 67 0 0 25 0 9 0 18852232 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 104190755 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11381] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11381/stat : 11381 (java) S 11375 11377 11202 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18852232 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11377/tid=11382] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11382/stat : 11382 (java) S 11375 11377 11202 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 18852232 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11383] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11383/stat : 11383 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 18852238 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11384] ppid=11375 vsize=865800 CPUtime=0.13
/proc/11377/task/11384/stat : 11384 (java) S 11375 11377 11202 0 -1 64 538 0 0 0 13 0 0 0 16 0 9 0 18852238 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11385] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11385/stat : 11385 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 18852239 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11386] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11386/stat : 11386 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18852239 886579200 184333 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.6
Current children cumulated vsize (KiB) 865800

[startup+49.1012 s]
/proc/loadavg: 0.85 0.26 0.09 2/77 11428
/proc/meminfo: memFree=34768/2055920 swapFree=4192956/4192956
[pid=11377] ppid=11375 vsize=865800 CPUtime=49
/proc/11377/stat : 11377 (java) S 11375 11377 11202 0 -1 0 185153 0 3 0 4817 83 0 0 18 0 9 0 18852229 886579200 184336 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11377/statm: 216450 184336 2611 9 0 210918 0
[pid=11377/tid=11379] ppid=11375 vsize=865800 CPUtime=12.78
/proc/11377/task/11379/stat : 11379 (java) S 11375 11377 11202 0 -1 64 14286 0 3 0 1263 15 0 0 16 0 9 0 18852231 886579200 184336 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11377/tid=11380] ppid=11375 vsize=865800 CPUtime=36.06
/proc/11377/task/11380/stat : 11380 (java) R 11375 11377 11202 0 -1 64 169596 0 0 0 3539 67 0 0 25 0 9 0 18852232 886579200 184336 996147200 134512640 134550932 4294955840 18446744073709551615 104190098 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11381] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11381/stat : 11381 (java) S 11375 11377 11202 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18852232 886579200 184336 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11377/tid=11382] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11382/stat : 11382 (java) S 11375 11377 11202 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 18852232 886579200 184336 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11383] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11383/stat : 11383 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 18852238 886579200 184336 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11384] ppid=11375 vsize=865800 CPUtime=0.13
/proc/11377/task/11384/stat : 11384 (java) S 11375 11377 11202 0 -1 64 538 0 0 0 13 0 0 0 16 0 9 0 18852238 886579200 184336 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11385] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11385/stat : 11385 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 18852239 886579200 184336 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11377/tid=11386] ppid=11375 vsize=865800 CPUtime=0
/proc/11377/task/11386/stat : 11386 (java) S 11375 11377 11202 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18852239 886579200 184336 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49
Current children cumulated vsize (KiB) 865800

[startup+49.3012 s]
/proc/loadavg: 0.85 0.26 0.09 2/77 11428
/proc/meminfo: memFree=34768/2055920 swapFree=4192956/4192956
[pid=11377] ppid=11375 vsize=0 CPUtime=49.18
/proc/11377/stat : 11377 (java) Z 11375 11377 11202 0 -1 12 185268 0 3 0 4832 86 0 0 16 0 2 0 18852229 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11377/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 49.18
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 49.3832
CPU time (s): 49.2695
CPU user time (s): 48.3207
CPU system time (s): 0.948855
CPU usage (%): 99.7697
Max. virtual memory (cumulated for all children) (KiB): 865800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.3207
system time used= 0.948855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185268
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1538
involuntary context switches= 1209

runsolver used 0.06399 second user time and 0.151976 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-11 15:11:14
IDJOB=2057187
IDBENCH=53342
IDSOLVER=737
FILE ID=node87/2057187-1247317861
PBS_JOBID= 9506462
Free space on /tmp= 66176 MiB

SOLVER NAME= Choco2.1.1 2009-06-10
BENCH NAME= CPAI08/csp/lard/normalized-lard-90-90.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file BENCHNAME -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2057187-1247317861/watcher-2057187-1247317861 -o /tmp/evaluation-result-2057187-1247317861/solver-2057187-1247317861 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2057187-1247317861.xml -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979

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

MD5SUM BENCH= 0f684d9f34d64adafc4625b528ae43df
RANDOM SEED=1944836166

node87.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.236
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.236
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:        710136 kB
Buffers:         51392 kB
Cached:        1220888 kB
SwapCached:          0 kB
Active:         205844 kB
Inactive:      1083000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        710136 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           93112 kB
Writeback:           0 kB
Mapped:          25044 kB
Slab:            42468 kB
Committed_AS:   123840 kB
PageTables:       1696 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= 66172 MiB
End job on node87 at 2009-07-11 15:12:03