Trace number 2114435

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) 49.6884 49.9785

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

49.33/49.64	java.lang.OutOfMemoryError: Java heap space
49.33/49.64		at java.util.Arrays.copyOfRange(Unknown Source)
49.33/49.64		at java.lang.String.<init>(Unknown Source)
49.33/49.64		at java.lang.StringBuffer.toString(Unknown Source)
49.33/49.64		at com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl.getNodeValueString(Unknown Source)
49.33/49.64		at com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl.getNodeValueString(Unknown Source)
49.33/49.64		at com.sun.org.apache.xerces.internal.dom.DeferredTextImpl.synchronizeData(Unknown Source)
49.33/49.64		at com.sun.org.apache.xerces.internal.dom.TextImpl.isIgnorableWhitespace(Unknown Source)
49.33/49.64		at com.sun.org.apache.xerces.internal.dom.ParentNode.hasTextContent(Unknown Source)
49.33/49.64		at com.sun.org.apache.xerces.internal.dom.ParentNode.getTextContent(Unknown Source)
49.33/49.64		at parser.absconparseur.tools.InstanceParser.parseRelation(InstanceParser.java:291)
49.33/49.64		at parser.absconparseur.tools.InstanceParser.parseRelations(InstanceParser.java:302)
49.33/49.64		at parser.absconparseur.tools.InstanceParser.parse(InstanceParser.java:658)
49.33/49.64		at parser.chocogen.XmlModel.load(XmlModel.java:250)
49.33/49.64		at parser.chocogen.XmlModel.solveFile(XmlModel.java:200)
49.33/49.64		at parser.chocogen.XmlModel.generate(XmlModel.java:179)
49.33/49.64		at parser.chocogen.XmlModel.main(XmlModel.java:527)
49.53/49.85	java.lang.NullPointerException
49.53/49.85		at parser.chocogen.XmlModel.buildModel(XmlModel.java:275)
49.53/49.85		at parser.chocogen.XmlModel.solveFile(XmlModel.java:201)
49.53/49.85		at parser.chocogen.XmlModel.generate(XmlModel.java:179)
49.53/49.85		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-2114435-1248026600/watcher-2114435-1248026600 -o /tmp/evaluation-result-2114435-1248026600/solver-2114435-1248026600 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2114435-1248026600.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: 0.31 0.07 0.02 4/81 28624
/proc/meminfo: memFree=831464/2055920 swapFree=4192812/4192956
[pid=28624] ppid=28622 vsize=18576 CPUtime=0
/proc/28624/stat : 28624 (runsolver) R 28622 28624 28540 0 -1 4194368 16 0 0 0 0 0 0 0 24 0 1 0 89725876 19021824 284 996147200 4194304 4302564 548682068272 18446744073709551615 226686987559 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/28624/statm: 4644 284 249 26 0 2626 0

[startup+0.054898 s]
/proc/loadavg: 0.31 0.07 0.02 4/81 28624
/proc/meminfo: memFree=831464/2055920 swapFree=4192812/4192956
[pid=28624] ppid=28622 vsize=861892 CPUtime=0.03
/proc/28624/stat : 28624 (java) S 28622 28624 28540 0 -1 0 2594 0 1 0 2 1 0 0 24 0 9 0 89725876 882577408 2125 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28624/statm: 215473 2125 1012 9 0 210343 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861892

[startup+0.102908 s]
/proc/loadavg: 0.31 0.07 0.02 4/81 28624
/proc/meminfo: memFree=831464/2055920 swapFree=4192812/4192956
[pid=28624] ppid=28622 vsize=864092 CPUtime=0.09
/proc/28624/stat : 28624 (java) S 28622 28624 28540 0 -1 0 3838 0 1 0 7 2 0 0 24 0 9 0 89725876 884830208 3293 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28624/statm: 216023 3293 1729 9 0 210492 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 864092

[startup+0.301945 s]
/proc/loadavg: 0.31 0.07 0.02 4/81 28624
/proc/meminfo: memFree=831464/2055920 swapFree=4192812/4192956
[pid=28624] ppid=28622 vsize=864356 CPUtime=0.29
/proc/28624/stat : 28624 (java) S 28622 28624 28540 0 -1 0 5015 0 1 0 26 3 0 0 24 0 9 0 89725876 885100544 4440 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28624/statm: 216089 4440 1855 9 0 210558 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 864356

[startup+0.703032 s]
/proc/loadavg: 0.31 0.07 0.02 4/81 28624
/proc/meminfo: memFree=831464/2055920 swapFree=4192812/4192956
[pid=28624] ppid=28622 vsize=864964 CPUtime=0.68
/proc/28624/stat : 28624 (java) S 28622 28624 28540 0 -1 0 17797 0 1 0 57 11 0 0 24 0 9 0 89725876 885723136 17221 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28624/statm: 216241 17221 1868 9 0 210710 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 864964

[startup+1.50119 s]
/proc/loadavg: 0.31 0.07 0.02 3/90 28633
/proc/meminfo: memFree=736160/2055920 swapFree=4192812/4192956
[pid=28624] ppid=28622 vsize=864964 CPUtime=1.47
/proc/28624/stat : 28624 (java) S 28622 28624 28540 0 -1 0 49457 0 1 0 119 28 0 0 24 0 9 0 89725876 885723136 48877 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28624/statm: 216241 48877 1871 9 0 210710 0
[pid=28624/tid=28626] ppid=28622 vsize=864964 CPUtime=1.15
/proc/28624/task/28626/stat : 28626 (java) R 28622 28624 28540 0 -1 64 14158 0 1 0 101 14 0 0 25 0 9 0 89725877 885723136 48877 996147200 134512640 134550932 4294955888 18446744073709551615 4126429756 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28627] ppid=28622 vsize=864964 CPUtime=0.21
/proc/28624/task/28627/stat : 28627 (java) S 28622 28624 28540 0 -1 64 34071 0 0 0 8 13 0 0 16 0 9 0 89725879 885723136 48877 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28628] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28628/stat : 28628 (java) S 28622 28624 28540 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89725879 885723136 48877 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28629] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28629/stat : 28629 (java) S 28622 28624 28540 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 89725879 885723136 48877 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28630] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28630/stat : 28630 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885723136 48877 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28631] ppid=28622 vsize=864964 CPUtime=0.09
/proc/28624/task/28631/stat : 28631 (java) S 28622 28624 28540 0 -1 64 494 0 0 0 9 0 0 0 16 0 9 0 89725881 885723136 48877 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28632] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28632/stat : 28632 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885723136 48877 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28633] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28633/stat : 28633 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89725881 885723136 48877 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 864964

[startup+3.10152 s]
/proc/loadavg: 0.53 0.11 0.04 3/90 28633
/proc/meminfo: memFree=598496/2055920 swapFree=4192812/4192956
[pid=28624] ppid=28622 vsize=864964 CPUtime=3.07
/proc/28624/stat : 28624 (java) S 28622 28624 28540 0 -1 0 71704 0 1 0 268 39 0 0 24 0 9 0 89725876 885723136 71113 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28624/statm: 216241 71113 1894 9 0 210710 0
[pid=28624/tid=28626] ppid=28622 vsize=864964 CPUtime=2.44
/proc/28624/task/28626/stat : 28626 (java) R 28622 28624 28540 0 -1 64 14240 0 1 0 228 16 0 0 25 0 9 0 89725877 885723136 71113 996147200 134512640 134550932 4294955888 18446744073709551615 4126447796 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28627] ppid=28622 vsize=864964 CPUtime=0.47
/proc/28624/task/28627/stat : 28627 (java) S 28622 28624 28540 0 -1 64 56202 0 0 0 25 22 0 0 16 0 9 0 89725879 885723136 71113 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28628] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28628/stat : 28628 (java) S 28622 28624 28540 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89725879 885723136 71113 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28629] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28629/stat : 28629 (java) S 28622 28624 28540 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 89725879 885723136 71113 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28630] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28630/stat : 28630 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885723136 71113 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28631] ppid=28622 vsize=864964 CPUtime=0.13
/proc/28624/task/28631/stat : 28631 (java) S 28622 28624 28540 0 -1 64 528 0 0 0 13 0 0 0 16 0 9 0 89725881 885723136 71113 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28632] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28632/stat : 28632 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885723136 71113 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28633] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28633/stat : 28633 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89725881 885723136 71113 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 864964

[startup+6.30118 s]
/proc/loadavg: 0.53 0.11 0.04 3/90 28633
/proc/meminfo: memFree=458912/2055920 swapFree=4192812/4192956
[pid=28624] ppid=28622 vsize=864964 CPUtime=6.25
/proc/28624/stat : 28624 (java) S 28622 28624 28540 0 -1 0 104969 0 1 0 574 51 0 0 24 0 9 0 89725876 885723136 104370 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28624/statm: 216241 104370 1894 9 0 210710 0
[pid=28624/tid=28626] ppid=28622 vsize=864964 CPUtime=5.02
/proc/28624/task/28626/stat : 28626 (java) R 28622 28624 28540 0 -1 64 14248 0 1 0 486 16 0 0 25 0 9 0 89725877 885723136 104370 996147200 134512640 134550932 4294955888 18446744073709551615 4126356433 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28627] ppid=28622 vsize=864964 CPUtime=1.07
/proc/28624/task/28627/stat : 28627 (java) S 28622 28624 28540 0 -1 64 89455 0 0 0 73 34 0 0 16 0 9 0 89725879 885723136 104370 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28628] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28628/stat : 28628 (java) S 28622 28624 28540 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89725879 885723136 104370 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28629] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28629/stat : 28629 (java) S 28622 28624 28540 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 89725879 885723136 104370 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28630] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28630/stat : 28630 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885723136 104370 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28631] ppid=28622 vsize=864964 CPUtime=0.14
/proc/28624/task/28631/stat : 28631 (java) S 28622 28624 28540 0 -1 64 532 0 0 0 14 0 0 0 16 0 9 0 89725881 885723136 104370 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28632] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28632/stat : 28632 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885723136 104370 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28633] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28633/stat : 28633 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89725881 885723136 104370 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 864964

[startup+12.7015 s]
/proc/loadavg: 0.98 0.22 0.07 3/90 28633
/proc/meminfo: memFree=192672/2055920 swapFree=4192812/4192956
[pid=28624] ppid=28622 vsize=864964 CPUtime=12.62
/proc/28624/stat : 28624 (java) S 28622 28624 28540 0 -1 0 170795 0 1 0 1186 76 0 0 24 0 9 0 89725876 885723136 170182 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28624/statm: 216241 170182 1894 9 0 210710 0
[pid=28624/tid=28626] ppid=28622 vsize=864964 CPUtime=10.22
/proc/28624/task/28626/stat : 28626 (java) R 28622 28624 28540 0 -1 64 14263 0 1 0 1005 17 0 0 25 0 9 0 89725877 885723136 170182 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28627] ppid=28622 vsize=864964 CPUtime=2.22
/proc/28624/task/28627/stat : 28627 (java) R 28622 28624 28540 0 -1 64 155263 0 0 0 165 57 0 0 16 0 9 0 89725879 885723136 170182 996147200 134512640 134550932 4294955888 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28628] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28628/stat : 28628 (java) S 28622 28624 28540 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89725879 885723136 170182 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28629] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28629/stat : 28629 (java) S 28622 28624 28540 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 89725879 885723136 170182 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28630] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28630/stat : 28630 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885723136 170182 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28631] ppid=28622 vsize=864964 CPUtime=0.15
/proc/28624/task/28631/stat : 28631 (java) S 28622 28624 28540 0 -1 64 535 0 0 0 15 0 0 0 16 0 9 0 89725881 885723136 170182 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28632] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28632/stat : 28632 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885723136 170182 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28633] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28633/stat : 28633 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89725881 885723136 170182 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 864964

[startup+25.5021 s]
/proc/loadavg: 1.14 0.28 0.09 3/90 28633
/proc/meminfo: memFree=105184/2055920 swapFree=4192812/4192956
[pid=28624] ppid=28622 vsize=865216 CPUtime=25.35
/proc/28624/stat : 28624 (java) S 28622 28624 28540 0 -1 0 185636 0 1 0 2451 84 0 0 24 0 9 0 89725876 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28624/statm: 216304 184394 2607 9 0 210773 0
[pid=28624/tid=28626] ppid=28622 vsize=865216 CPUtime=12.76
/proc/28624/task/28626/stat : 28626 (java) S 28622 28624 28540 0 -1 64 14272 0 1 0 1258 18 0 0 17 0 9 0 89725877 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28627] ppid=28622 vsize=865216 CPUtime=12.42
/proc/28624/task/28627/stat : 28627 (java) R 28622 28624 28540 0 -1 64 170095 0 0 0 1177 65 0 0 25 0 9 0 89725879 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 103831000 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28628] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28628/stat : 28628 (java) S 28622 28624 28540 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89725879 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28629] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28629/stat : 28629 (java) S 28622 28624 28540 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89725879 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28630] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28630/stat : 28630 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28631] ppid=28622 vsize=865216 CPUtime=0.15
/proc/28624/task/28631/stat : 28631 (java) S 28622 28624 28540 0 -1 64 535 0 0 0 15 0 0 0 16 0 9 0 89725881 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28632] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28632/stat : 28632 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28633] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28633/stat : 28633 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89725881 885981184 184394 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) 865216

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

[startup+38.3016 s]
/proc/loadavg: 1.33 0.37 0.12 3/90 28633
/proc/meminfo: memFree=105120/2055920 swapFree=4192812/4192956
[pid=28624] ppid=28622 vsize=865216 CPUtime=38.08
/proc/28624/stat : 28624 (java) S 28622 28624 28540 0 -1 0 186212 0 1 0 3724 84 0 0 24 0 9 0 89725876 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28624/statm: 216304 184394 2607 9 0 210773 0
[pid=28624/tid=28626] ppid=28622 vsize=865216 CPUtime=12.92
/proc/28624/task/28626/stat : 28626 (java) S 28622 28624 28540 0 -1 64 14281 0 1 0 1274 18 0 0 17 0 9 0 89725877 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28627] ppid=28622 vsize=865216 CPUtime=25
/proc/28624/task/28627/stat : 28627 (java) R 28622 28624 28540 0 -1 64 170662 0 0 0 2435 65 0 0 25 0 9 0 89725879 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 104516167 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28628] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28628/stat : 28628 (java) S 28622 28624 28540 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89725879 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28629] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28629/stat : 28629 (java) S 28622 28624 28540 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89725879 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28630] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28630/stat : 28630 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28631] ppid=28622 vsize=865216 CPUtime=0.15
/proc/28624/task/28631/stat : 28631 (java) S 28622 28624 28540 0 -1 64 535 0 0 0 15 0 0 0 16 0 9 0 89725881 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28632] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28632/stat : 28632 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28633] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28633/stat : 28633 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89725881 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.08
Current children cumulated vsize (KiB) 865216

[startup+44.7029 s]
/proc/loadavg: 1.38 0.39 0.13 3/90 28633
/proc/meminfo: memFree=105120/2055920 swapFree=4192812/4192956
[pid=28624] ppid=28622 vsize=864964 CPUtime=44.46
/proc/28624/stat : 28624 (java) S 28622 28624 28540 0 -1 0 186533 0 1 0 4361 85 0 0 24 0 9 0 89725876 885723136 184331 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28624/statm: 216241 184331 2607 9 0 210710 0
[pid=28624/tid=28626] ppid=28622 vsize=864964 CPUtime=12.92
/proc/28624/task/28626/stat : 28626 (java) S 28622 28624 28540 0 -1 64 14287 0 1 0 1274 18 0 0 17 0 9 0 89725877 885723136 184331 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28627] ppid=28622 vsize=864964 CPUtime=31.35
/proc/28624/task/28627/stat : 28627 (java) R 28622 28624 28540 0 -1 64 170977 0 0 0 3070 65 0 0 25 0 9 0 89725879 885723136 184331 996147200 134512640 134550932 4294955888 18446744073709551615 103825728 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28628] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28628/stat : 28628 (java) S 28622 28624 28540 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89725879 885723136 184331 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28629] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28629/stat : 28629 (java) S 28622 28624 28540 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89725879 885723136 184331 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28630] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28630/stat : 28630 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885723136 184331 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28631] ppid=28622 vsize=864964 CPUtime=0.15
/proc/28624/task/28631/stat : 28631 (java) S 28622 28624 28540 0 -1 64 535 0 0 0 15 0 0 0 16 0 9 0 89725881 885723136 184331 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28632] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28632/stat : 28632 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885723136 184331 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28633] ppid=28622 vsize=864964 CPUtime=0
/proc/28624/task/28633/stat : 28633 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89725881 885723136 184331 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 44.46
Current children cumulated vsize (KiB) 864964

[startup+47.9016 s]
/proc/loadavg: 1.43 0.42 0.14 3/90 28633
/proc/meminfo: memFree=105120/2055920 swapFree=4192812/4192956
[pid=28624] ppid=28622 vsize=865216 CPUtime=47.64
/proc/28624/stat : 28624 (java) S 28622 28624 28540 0 -1 0 186724 0 1 0 4679 85 0 0 24 0 9 0 89725876 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28624/statm: 216304 184394 2607 9 0 210773 0
[pid=28624/tid=28626] ppid=28622 vsize=865216 CPUtime=12.92
/proc/28624/task/28626/stat : 28626 (java) S 28622 28624 28540 0 -1 64 14289 0 1 0 1274 18 0 0 17 0 9 0 89725877 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28627] ppid=28622 vsize=865216 CPUtime=34.53
/proc/28624/task/28627/stat : 28627 (java) R 28622 28624 28540 0 -1 64 171166 0 0 0 3388 65 0 0 25 0 9 0 89725879 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 104188641 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28628] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28628/stat : 28628 (java) S 28622 28624 28540 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89725879 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28629] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28629/stat : 28629 (java) S 28622 28624 28540 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89725879 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28630] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28630/stat : 28630 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28631] ppid=28622 vsize=865216 CPUtime=0.15
/proc/28624/task/28631/stat : 28631 (java) S 28622 28624 28540 0 -1 64 535 0 0 0 15 0 0 0 16 0 9 0 89725881 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28632] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28632/stat : 28632 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28633] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28633/stat : 28633 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89725881 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.64
Current children cumulated vsize (KiB) 865216

[startup+48.7018 s]
/proc/loadavg: 1.43 0.42 0.14 3/90 28633
/proc/meminfo: memFree=105120/2055920 swapFree=4192812/4192956
[pid=28624] ppid=28622 vsize=865216 CPUtime=48.43
/proc/28624/stat : 28624 (java) S 28622 28624 28540 0 -1 0 186787 0 1 0 4758 85 0 0 24 0 9 0 89725876 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28624/statm: 216304 184394 2607 9 0 210773 0
[pid=28624/tid=28626] ppid=28622 vsize=865216 CPUtime=12.92
/proc/28624/task/28626/stat : 28626 (java) S 28622 28624 28540 0 -1 64 14289 0 1 0 1274 18 0 0 17 0 9 0 89725877 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28627] ppid=28622 vsize=865216 CPUtime=35.33
/proc/28624/task/28627/stat : 28627 (java) R 28622 28624 28540 0 -1 64 171229 0 0 0 3468 65 0 0 25 0 9 0 89725879 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 103731948 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28628] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28628/stat : 28628 (java) S 28622 28624 28540 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89725879 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28629] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28629/stat : 28629 (java) S 28622 28624 28540 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89725879 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28630] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28630/stat : 28630 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28631] ppid=28622 vsize=865216 CPUtime=0.15
/proc/28624/task/28631/stat : 28631 (java) S 28622 28624 28540 0 -1 64 535 0 0 0 15 0 0 0 16 0 9 0 89725881 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28632] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28632/stat : 28632 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28633] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28633/stat : 28633 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89725881 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.43
Current children cumulated vsize (KiB) 865216

[startup+49.5069 s]
/proc/loadavg: 1.43 0.42 0.14 3/90 28633
/proc/meminfo: memFree=105120/2055920 swapFree=4192812/4192956
[pid=28624] ppid=28622 vsize=865216 CPUtime=49.23
/proc/28624/stat : 28624 (java) S 28622 28624 28540 0 -1 0 186787 0 1 0 4838 85 0 0 24 0 9 0 89725876 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28624/statm: 216304 184394 2607 9 0 210773 0
[pid=28624/tid=28626] ppid=28622 vsize=865216 CPUtime=12.92
/proc/28624/task/28626/stat : 28626 (java) S 28622 28624 28540 0 -1 64 14289 0 1 0 1274 18 0 0 17 0 9 0 89725877 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28627] ppid=28622 vsize=865216 CPUtime=36.13
/proc/28624/task/28627/stat : 28627 (java) R 28622 28624 28540 0 -1 64 171229 0 0 0 3548 65 0 0 25 0 9 0 89725879 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 103831013 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28628] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28628/stat : 28628 (java) S 28622 28624 28540 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 89725879 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28629] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28629/stat : 28629 (java) S 28622 28624 28540 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 89725879 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28630] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28630/stat : 28630 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28631] ppid=28622 vsize=865216 CPUtime=0.15
/proc/28624/task/28631/stat : 28631 (java) S 28622 28624 28540 0 -1 64 535 0 0 0 15 0 0 0 16 0 9 0 89725881 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28632] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28632/stat : 28632 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 89725881 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28624/tid=28633] ppid=28622 vsize=865216 CPUtime=0
/proc/28624/task/28633/stat : 28633 (java) S 28622 28624 28540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 89725881 885981184 184394 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.23
Current children cumulated vsize (KiB) 865216

[startup+49.9035 s]
/proc/loadavg: 1.43 0.42 0.14 3/90 28633
/proc/meminfo: memFree=105120/2055920 swapFree=4192812/4192956
[pid=28624] ppid=28622 vsize=0 CPUtime=49.6
/proc/28624/stat : 28624 (java) Z 28622 28624 28540 0 -1 12 186824 0 1 0 4873 87 0 0 16 0 2 0 89725876 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28624/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 49.6
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 49.9785
CPU time (s): 49.6884
CPU user time (s): 48.7336
CPU system time (s): 0.954854
CPU usage (%): 99.4197
Max. virtual memory (cumulated for all children) (KiB): 865216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.7336
system time used= 0.954854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186824
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= 1972
involuntary context switches= 2578

runsolver used 0.071989 second user time and 0.163975 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-19 20:03:33
IDJOB=2114435
IDBENCH=53342
IDSOLVER=780
FILE ID=node80/2114435-1248026600
PBS_JOBID= 9528893
Free space on /tmp= 66136 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/lard/normalized-lard-90-90.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-2114435-1248026600/watcher-2114435-1248026600 -o /tmp/evaluation-result-2114435-1248026600/solver-2114435-1248026600 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2114435-1248026600.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= 0f684d9f34d64adafc4625b528ae43df
RANDOM SEED=391836417

node80.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.285
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.285
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:        831880 kB
Buffers:         96964 kB
Cached:         947856 kB
SwapCached:          0 kB
Active:         481504 kB
Inactive:       638892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        831880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          100880 kB
Writeback:           0 kB
Mapped:          93312 kB
Slab:            88800 kB
Committed_AS:  1296844 kB
PageTables:       1912 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= 66128 MiB
End job on node80 at 2009-07-19 20:04:23