Trace number 1105462

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
Minion/Tailor 2008-07-04? (exit code) 38.8781 39.1281

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-21.xml
MD5SUM6256bf71e5e3780a97b589c5b86ed0e6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark43.1034
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints16
Maximum constraint arity15
Maximum domain size3
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

38.66/39.00	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
38.66/39.00		at java.util.Arrays.copyOf(Unknown Source)
38.66/39.00		at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source)
38.66/39.00		at java.lang.AbstractStringBuilder.append(Unknown Source)
38.66/39.00		at java.lang.StringBuilder.append(Unknown Source)
38.66/39.00		at java.lang.StringBuilder.append(Unknown Source)
38.66/39.00		at translator.tailor.minion.MinionModel.toString(MinionModel.java:337)
38.66/39.00		at translator.tailor.Tailor.tailor(Tailor.java:48)
38.66/39.00		at translator.Translator.tailorTo(Translator.java:260)
38.66/39.00		at translator.Translate.translateXCSP(Translate.java:383)
38.66/39.00		at translator.Translate.main(Translate.java:190)
38.84/39.12	c Finished tailoring XCSP instance to Minion. Starting solving
38.84/39.12	There was a problem in your input file:
38.84/39.12	Can't open given input file 'HOME/problem.minion'.

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1105462-1215252763/watcher-1105462-1215252763 -o /tmp/evaluation-result-1105462-1215252763/solver-1105462-1215252763 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1105462-1215252763.xml 

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


[startup+0 s]
/proc/loadavg: 2.13 2.10 2.03 4/81 29669
/proc/meminfo: memFree=1164128/2055920 swapFree=4180396/4192956
[pid=29669] ppid=29667 vsize=18572 CPUtime=0
/proc/29669/stat : 29669 (runsolver) R 29667 29669 29099 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2004249766 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29669/statm: 4643 292 257 25 0 2626 0

[startup+0.0964849 s]
/proc/loadavg: 2.13 2.10 2.03 4/81 29669
/proc/meminfo: memFree=1164128/2055920 swapFree=4180396/4192956
[pid=29669] ppid=29667 vsize=5356 CPUtime=0
/proc/29669/stat : 29669 (solve.sh) S 29667 29669 29099 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2004249766 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101479 s]
/proc/loadavg: 2.13 2.10 2.03 4/81 29669
/proc/meminfo: memFree=1164128/2055920 swapFree=4180396/4192956
[pid=29669] ppid=29667 vsize=5356 CPUtime=0
/proc/29669/stat : 29669 (solve.sh) S 29667 29669 29099 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2004249766 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301507 s]
/proc/loadavg: 2.13 2.10 2.03 4/81 29669
/proc/meminfo: memFree=1164128/2055920 swapFree=4180396/4192956
[pid=29669] ppid=29667 vsize=5356 CPUtime=0
/proc/29669/stat : 29669 (solve.sh) S 29667 29669 29099 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2004249766 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701545 s]
/proc/loadavg: 2.13 2.10 2.03 4/81 29669
/proc/meminfo: memFree=1164128/2055920 swapFree=4180396/4192956
[pid=29669] ppid=29667 vsize=5356 CPUtime=0
/proc/29669/stat : 29669 (solve.sh) S 29667 29669 29099 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2004249766 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50163 s]
/proc/loadavg: 2.13 2.10 2.03 3/91 29679
/proc/meminfo: memFree=1073424/2055920 swapFree=4180396/4192956
[pid=29669] ppid=29667 vsize=5356 CPUtime=0
/proc/29669/stat : 29669 (solve.sh) S 29667 29669 29099 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2004249766 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1339 235 195 169 0 50 0
[pid=29671] ppid=29669 vsize=864900 CPUtime=1.44
/proc/29671/stat : 29671 (java) S 29669 29669 29099 0 -1 0 39649 0 1 0 121 23 0 0 18 0 9 0 2004249767 885657600 38884 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29671/statm: 216225 38884 2557 9 0 210787 0
[pid=29671/tid=29672] ppid=29669 vsize=864900 CPUtime=1.13
/proc/29671/task/29672/stat : 29672 (java) R 29669 29669 29099 0 -1 64 4803 0 1 0 104 9 0 0 25 0 9 0 2004249768 885657600 38884 996147200 134512640 134550740 4294956032 18446744073709551615 4126460332 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29673] ppid=29669 vsize=864900 CPUtime=0.25
/proc/29671/task/29673/stat : 29673 (java) S 29669 29669 29099 0 -1 64 33687 0 0 0 12 13 0 0 16 0 9 0 2004249770 885657600 38884 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29674] ppid=29669 vsize=864900 CPUtime=0
/proc/29671/task/29674/stat : 29674 (java) S 29669 29669 29099 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2004249770 885657600 38884 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29675] ppid=29669 vsize=864900 CPUtime=0
/proc/29671/task/29675/stat : 29675 (java) S 29669 29669 29099 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004249770 885657600 38884 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29676] ppid=29669 vsize=864900 CPUtime=0
/proc/29671/task/29676/stat : 29676 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004249772 885657600 38884 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29677] ppid=29669 vsize=864900 CPUtime=0.05
/proc/29671/task/29677/stat : 29677 (java) S 29669 29669 29099 0 -1 64 426 0 0 0 5 0 0 0 16 0 9 0 2004249772 885657600 38884 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29678] ppid=29669 vsize=864900 CPUtime=0
/proc/29671/task/29678/stat : 29678 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004249772 885657600 38884 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29679] ppid=29669 vsize=864900 CPUtime=0
/proc/29671/task/29679/stat : 29679 (java) S 29669 29669 29099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2004249772 885657600 38884 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 870256

[startup+3.10279 s]
/proc/loadavg: 2.13 2.10 2.03 3/91 29679
/proc/meminfo: memFree=955472/2055920 swapFree=4180396/4192956
[pid=29669] ppid=29667 vsize=5356 CPUtime=0
/proc/29669/stat : 29669 (solve.sh) S 29667 29669 29099 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2004249766 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1339 235 195 169 0 50 0
[pid=29671] ppid=29669 vsize=864900 CPUtime=3.04
/proc/29671/stat : 29671 (java) S 29669 29669 29099 0 -1 0 64511 0 1 0 270 34 0 0 18 0 9 0 2004249767 885657600 63726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29671/statm: 216225 63726 2559 9 0 210787 0
[pid=29671/tid=29672] ppid=29669 vsize=864900 CPUtime=2.38
/proc/29671/task/29672/stat : 29672 (java) R 29669 29669 29099 0 -1 64 9890 0 1 0 227 11 0 0 25 0 9 0 2004249768 885657600 63726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29673] ppid=29669 vsize=864900 CPUtime=0.56
/proc/29671/task/29673/stat : 29673 (java) R 29669 29669 29099 0 -1 64 53450 0 0 0 35 21 0 0 16 0 9 0 2004249770 885657600 63726 996147200 134512640 134550740 4294956032 18446744073709551615 104182211 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29674] ppid=29669 vsize=864900 CPUtime=0
/proc/29671/task/29674/stat : 29674 (java) S 29669 29669 29099 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2004249770 885657600 63726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29675] ppid=29669 vsize=864900 CPUtime=0
/proc/29671/task/29675/stat : 29675 (java) S 29669 29669 29099 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004249770 885657600 63726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29676] ppid=29669 vsize=864900 CPUtime=0
/proc/29671/task/29676/stat : 29676 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004249772 885657600 63726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29677] ppid=29669 vsize=864900 CPUtime=0.06
/proc/29671/task/29677/stat : 29677 (java) S 29669 29669 29099 0 -1 64 438 0 0 0 6 0 0 0 16 0 9 0 2004249772 885657600 63726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29678] ppid=29669 vsize=864900 CPUtime=0
/proc/29671/task/29678/stat : 29678 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004249772 885657600 63726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29679] ppid=29669 vsize=864900 CPUtime=0
/proc/29671/task/29679/stat : 29679 (java) S 29669 29669 29099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2004249772 885657600 63726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 870256

[startup+6.30212 s]
/proc/loadavg: 2.20 2.11 2.03 3/91 29679
/proc/meminfo: memFree=844816/2055920 swapFree=4180396/4192956
[pid=29669] ppid=29667 vsize=5356 CPUtime=0
/proc/29669/stat : 29669 (solve.sh) S 29667 29669 29099 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2004249766 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1339 235 195 169 0 50 0
[pid=29671] ppid=29669 vsize=864900 CPUtime=6.22
/proc/29671/stat : 29671 (java) S 29669 29669 29099 0 -1 0 92409 0 1 0 575 47 0 0 18 0 9 0 2004249767 885657600 91608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29671/statm: 216225 91608 2559 9 0 210787 0
[pid=29671/tid=29672] ppid=29669 vsize=864900 CPUtime=5.21
/proc/29671/task/29672/stat : 29672 (java) R 29669 29669 29099 0 -1 64 11570 0 1 0 509 12 0 0 25 0 9 0 2004249768 885657600 91608 996147200 134512640 134550740 4294956032 18446744073709551615 4126402699 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29673] ppid=29669 vsize=864900 CPUtime=0.91
/proc/29671/task/29673/stat : 29673 (java) S 29669 29669 29099 0 -1 64 79663 0 0 0 58 33 0 0 16 0 9 0 2004249770 885657600 91608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29674] ppid=29669 vsize=864900 CPUtime=0
/proc/29671/task/29674/stat : 29674 (java) S 29669 29669 29099 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2004249770 885657600 91608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29675] ppid=29669 vsize=864900 CPUtime=0
/proc/29671/task/29675/stat : 29675 (java) S 29669 29669 29099 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004249770 885657600 91608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29676] ppid=29669 vsize=864900 CPUtime=0
/proc/29671/task/29676/stat : 29676 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004249772 885657600 91608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29677] ppid=29669 vsize=864900 CPUtime=0.07
/proc/29671/task/29677/stat : 29677 (java) S 29669 29669 29099 0 -1 64 443 0 0 0 7 0 0 0 16 0 9 0 2004249772 885657600 91608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29678] ppid=29669 vsize=864900 CPUtime=0
/proc/29671/task/29678/stat : 29678 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004249772 885657600 91608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29679] ppid=29669 vsize=864900 CPUtime=0
/proc/29671/task/29679/stat : 29679 (java) S 29669 29669 29099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2004249772 885657600 91608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 870256

[startup+12.7028 s]
/proc/loadavg: 2.27 2.13 2.04 4/91 29679
/proc/meminfo: memFree=582160/2055920 swapFree=4180396/4192956
[pid=29669] ppid=29667 vsize=5356 CPUtime=0
/proc/29669/stat : 29669 (solve.sh) S 29667 29669 29099 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2004249766 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1339 235 195 169 0 50 0
[pid=29671] ppid=29669 vsize=864972 CPUtime=12.59
/proc/29671/stat : 29671 (java) S 29669 29669 29099 0 -1 0 152853 0 1 0 1189 70 0 0 18 0 9 0 2004249767 885731328 152022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29671/statm: 216243 152022 2560 9 0 210805 0
[pid=29671/tid=29672] ppid=29669 vsize=864972 CPUtime=10.14
/proc/29671/task/29672/stat : 29672 (java) R 29669 29669 29099 0 -1 64 14602 0 1 0 1001 13 0 0 25 0 9 0 2004249768 885731328 152022 996147200 134512640 134550740 4294956032 18446744073709551615 4126623100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29673] ppid=29669 vsize=864972 CPUtime=2.33
/proc/29671/task/29673/stat : 29673 (java) S 29669 29669 29099 0 -1 64 137063 0 0 0 177 56 0 0 16 0 9 0 2004249770 885731328 152022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29674] ppid=29669 vsize=864972 CPUtime=0
/proc/29671/task/29674/stat : 29674 (java) S 29669 29669 29099 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2004249770 885731328 152022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29675] ppid=29669 vsize=864972 CPUtime=0
/proc/29671/task/29675/stat : 29675 (java) S 29669 29669 29099 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004249770 885731328 152022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29676] ppid=29669 vsize=864972 CPUtime=0
/proc/29671/task/29676/stat : 29676 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004249772 885731328 152022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29677] ppid=29669 vsize=864972 CPUtime=0.09
/proc/29671/task/29677/stat : 29677 (java) S 29669 29669 29099 0 -1 64 455 0 0 0 9 0 0 0 16 0 9 0 2004249772 885731328 152022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29678] ppid=29669 vsize=864972 CPUtime=0
/proc/29671/task/29678/stat : 29678 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004249772 885731328 152022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29679] ppid=29669 vsize=864972 CPUtime=0
/proc/29671/task/29679/stat : 29679 (java) S 29669 29669 29099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2004249772 885731328 152022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 870328

[startup+25.5011 s]
/proc/loadavg: 2.21 2.12 2.04 3/91 29679
/proc/meminfo: memFree=472080/2055920 swapFree=4180396/4192956
[pid=29669] ppid=29667 vsize=5356 CPUtime=0
/proc/29669/stat : 29669 (solve.sh) S 29667 29669 29099 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2004249766 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1339 235 195 169 0 50 0
[pid=29671] ppid=29669 vsize=864972 CPUtime=25.32
/proc/29671/stat : 29671 (java) S 29669 29669 29099 0 -1 0 189629 0 1 0 2444 88 0 0 18 0 9 0 2004249767 885731328 175331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29671/statm: 216243 175331 2559 9 0 210805 0
[pid=29671/tid=29672] ppid=29669 vsize=864972 CPUtime=19.32
/proc/29671/task/29672/stat : 29672 (java) R 29669 29669 29099 0 -1 64 14744 0 1 0 1918 14 0 0 25 0 9 0 2004249768 885731328 175331 996147200 134512640 134550740 4294956032 18446744073709551615 102064724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29673] ppid=29669 vsize=864972 CPUtime=5.89
/proc/29671/task/29673/stat : 29673 (java) S 29669 29669 29099 0 -1 64 173694 0 0 0 516 73 0 0 16 0 9 0 2004249770 885731328 175331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29674] ppid=29669 vsize=864972 CPUtime=0
/proc/29671/task/29674/stat : 29674 (java) S 29669 29669 29099 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2004249770 885731328 175331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29675] ppid=29669 vsize=864972 CPUtime=0
/proc/29671/task/29675/stat : 29675 (java) S 29669 29669 29099 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004249770 885731328 175331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29676] ppid=29669 vsize=864972 CPUtime=0
/proc/29671/task/29676/stat : 29676 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004249772 885731328 175331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29677] ppid=29669 vsize=864972 CPUtime=0.09
/proc/29671/task/29677/stat : 29677 (java) S 29669 29669 29099 0 -1 64 458 0 0 0 9 0 0 0 17 0 9 0 2004249772 885731328 175331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29678] ppid=29669 vsize=864972 CPUtime=0
/proc/29671/task/29678/stat : 29678 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004249772 885731328 175331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29679] ppid=29669 vsize=864972 CPUtime=0
/proc/29671/task/29679/stat : 29679 (java) S 29669 29669 29099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2004249772 885731328 175331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 870328

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

[startup+31.9078 s]
/proc/loadavg: 2.19 2.12 2.04 3/91 29679
/proc/meminfo: memFree=472144/2055920 swapFree=4180396/4192956
[pid=29669] ppid=29667 vsize=5356 CPUtime=0
/proc/29669/stat : 29669 (solve.sh) S 29667 29669 29099 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2004249766 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1339 235 195 169 0 50 0
[pid=29671] ppid=29669 vsize=864972 CPUtime=31.69
/proc/29671/stat : 29671 (java) S 29669 29669 29099 0 -1 0 193636 0 1 0 3078 91 0 0 18 0 9 0 2004249767 885731328 175331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29671/statm: 216243 175331 2559 9 0 210805 0
[pid=29671/tid=29672] ppid=29669 vsize=864972 CPUtime=23.73
/proc/29671/task/29672/stat : 29672 (java) R 29669 29669 29099 0 -1 64 14813 0 1 0 2359 14 0 0 25 0 9 0 2004249768 885731328 175331 996147200 134512640 134550740 4294956032 18446744073709551615 102064707 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29673] ppid=29669 vsize=864972 CPUtime=7.83
/proc/29671/task/29673/stat : 29673 (java) S 29669 29669 29099 0 -1 64 177632 0 0 0 708 75 0 0 16 0 9 0 2004249770 885731328 175331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29674] ppid=29669 vsize=864972 CPUtime=0
/proc/29671/task/29674/stat : 29674 (java) S 29669 29669 29099 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2004249770 885731328 175331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29675] ppid=29669 vsize=864972 CPUtime=0
/proc/29671/task/29675/stat : 29675 (java) S 29669 29669 29099 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004249770 885731328 175331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29676] ppid=29669 vsize=864972 CPUtime=0
/proc/29671/task/29676/stat : 29676 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004249772 885731328 175331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29677] ppid=29669 vsize=864972 CPUtime=0.09
/proc/29671/task/29677/stat : 29677 (java) S 29669 29669 29099 0 -1 64 458 0 0 0 9 0 0 0 17 0 9 0 2004249772 885731328 175331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29678] ppid=29669 vsize=864972 CPUtime=0
/proc/29671/task/29678/stat : 29678 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004249772 885731328 175331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29679] ppid=29669 vsize=864972 CPUtime=0
/proc/29671/task/29679/stat : 29679 (java) S 29669 29669 29099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2004249772 885731328 175331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.69
Current children cumulated vsize (KiB) 870328

[startup+35.1011 s]
/proc/loadavg: 2.25 2.13 2.04 4/91 29679
/proc/meminfo: memFree=471120/2055920 swapFree=4180396/4192956
[pid=29669] ppid=29667 vsize=5356 CPUtime=0
/proc/29669/stat : 29669 (solve.sh) S 29667 29669 29099 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2004249766 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1339 235 195 169 0 50 0
[pid=29671] ppid=29669 vsize=865976 CPUtime=34.87
/proc/29671/stat : 29671 (java) S 29669 29669 29099 0 -1 0 198010 0 1 0 3394 93 0 0 18 0 9 0 2004249767 886759424 175582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29671/statm: 216494 175582 2559 9 0 211056 0
[pid=29671/tid=29672] ppid=29669 vsize=865976 CPUtime=24.9
/proc/29671/task/29672/stat : 29672 (java) R 29669 29669 29099 0 -1 64 14827 0 1 0 2476 14 0 0 25 0 9 0 2004249768 886759424 175582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29673] ppid=29669 vsize=865976 CPUtime=9.85
/proc/29671/task/29673/stat : 29673 (java) R 29669 29669 29099 0 -1 64 181992 0 0 0 908 77 0 0 16 0 9 0 2004249770 886759424 175582 996147200 134512640 134550740 4294956032 18446744073709551615 104182219 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29674] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29674/stat : 29674 (java) S 29669 29669 29099 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2004249770 886759424 175582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29675] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29675/stat : 29675 (java) S 29669 29669 29099 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004249770 886759424 175582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29676] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29676/stat : 29676 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004249772 886759424 175582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29677] ppid=29669 vsize=865976 CPUtime=0.09
/proc/29671/task/29677/stat : 29677 (java) S 29669 29669 29099 0 -1 64 458 0 0 0 9 0 0 0 17 0 9 0 2004249772 886759424 175582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29678] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29678/stat : 29678 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004249772 886759424 175582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29679] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29679/stat : 29679 (java) S 29669 29669 29099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2004249772 886759424 175582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.87
Current children cumulated vsize (KiB) 871332

[startup+36.7013 s]
/proc/loadavg: 2.25 2.13 2.04 4/91 29679
/proc/meminfo: memFree=471120/2055920 swapFree=4180396/4192956
[pid=29669] ppid=29667 vsize=5356 CPUtime=0
/proc/29669/stat : 29669 (solve.sh) S 29667 29669 29099 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2004249766 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1339 235 195 169 0 50 0
[pid=29671] ppid=29669 vsize=865976 CPUtime=36.46
/proc/29671/stat : 29671 (java) S 29669 29669 29099 0 -1 0 198766 0 1 0 3553 93 0 0 18 0 9 0 2004249767 886759424 175582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29671/statm: 216494 175582 2559 9 0 211056 0
[pid=29671/tid=29672] ppid=29669 vsize=865976 CPUtime=25.38
/proc/29671/task/29672/stat : 29672 (java) R 29669 29669 29099 0 -1 64 14829 0 1 0 2524 14 0 0 25 0 9 0 2004249768 886759424 175582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29673] ppid=29669 vsize=865976 CPUtime=10.96
/proc/29671/task/29673/stat : 29673 (java) R 29669 29669 29099 0 -1 64 182746 0 0 0 1018 78 0 0 16 0 9 0 2004249770 886759424 175582 996147200 134512640 134550740 4294956032 18446744073709551615 103736180 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29674] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29674/stat : 29674 (java) S 29669 29669 29099 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2004249770 886759424 175582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29675] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29675/stat : 29675 (java) S 29669 29669 29099 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004249770 886759424 175582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29676] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29676/stat : 29676 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004249772 886759424 175582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29677] ppid=29669 vsize=865976 CPUtime=0.09
/proc/29671/task/29677/stat : 29677 (java) S 29669 29669 29099 0 -1 64 458 0 0 0 9 0 0 0 17 0 9 0 2004249772 886759424 175582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29678] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29678/stat : 29678 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004249772 886759424 175582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29679] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29679/stat : 29679 (java) S 29669 29669 29099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2004249772 886759424 175582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.46
Current children cumulated vsize (KiB) 871332

[startup+38.3024 s]
/proc/loadavg: 2.25 2.13 2.04 3/91 29679
/proc/meminfo: memFree=472144/2055920 swapFree=4180396/4192956
[pid=29669] ppid=29667 vsize=5356 CPUtime=0
/proc/29669/stat : 29669 (solve.sh) S 29667 29669 29099 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2004249766 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1339 235 195 169 0 50 0
[pid=29671] ppid=29669 vsize=865976 CPUtime=38.06
/proc/29671/stat : 29671 (java) S 29669 29669 29099 0 -1 0 199538 0 1 0 3712 94 0 0 18 0 9 0 2004249767 886759424 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29671/statm: 216494 175598 2559 9 0 211056 0
[pid=29671/tid=29672] ppid=29669 vsize=865976 CPUtime=25.62
/proc/29671/task/29672/stat : 29672 (java) R 29669 29669 29099 0 -1 64 14830 0 1 0 2548 14 0 0 25 0 9 0 2004249768 886759424 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29673] ppid=29669 vsize=865976 CPUtime=12.32
/proc/29671/task/29673/stat : 29673 (java) R 29669 29669 29099 0 -1 64 183517 0 0 0 1154 78 0 0 16 0 9 0 2004249770 886759424 175598 996147200 134512640 134550740 4294956032 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29674] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29674/stat : 29674 (java) S 29669 29669 29099 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2004249770 886759424 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29675] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29675/stat : 29675 (java) S 29669 29669 29099 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004249770 886759424 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29676] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29676/stat : 29676 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004249772 886759424 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29677] ppid=29669 vsize=865976 CPUtime=0.09
/proc/29671/task/29677/stat : 29677 (java) S 29669 29669 29099 0 -1 64 458 0 0 0 9 0 0 0 17 0 9 0 2004249772 886759424 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29678] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29678/stat : 29678 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004249772 886759424 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29679] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29679/stat : 29679 (java) S 29669 29669 29099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2004249772 886759424 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.06
Current children cumulated vsize (KiB) 871332

[startup+38.7025 s]
/proc/loadavg: 2.31 2.15 2.05 4/91 29679
/proc/meminfo: memFree=471056/2055920 swapFree=4180396/4192956
[pid=29669] ppid=29667 vsize=5356 CPUtime=0
/proc/29669/stat : 29669 (solve.sh) S 29667 29669 29099 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2004249766 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1339 235 195 169 0 50 0
[pid=29671] ppid=29669 vsize=865976 CPUtime=38.46
/proc/29671/stat : 29671 (java) S 29669 29669 29099 0 -1 0 199538 0 1 0 3752 94 0 0 18 0 9 0 2004249767 886759424 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29671/statm: 216494 175598 2559 9 0 211056 0
[pid=29671/tid=29672] ppid=29669 vsize=865976 CPUtime=25.62
/proc/29671/task/29672/stat : 29672 (java) R 29669 29669 29099 0 -1 64 14830 0 1 0 2548 14 0 0 25 0 9 0 2004249768 886759424 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29673] ppid=29669 vsize=865976 CPUtime=12.71
/proc/29671/task/29673/stat : 29673 (java) R 29669 29669 29099 0 -1 64 183517 0 0 0 1193 78 0 0 17 0 9 0 2004249770 886759424 175598 996147200 134512640 134550740 4294956032 18446744073709551615 104182664 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29674] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29674/stat : 29674 (java) S 29669 29669 29099 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2004249770 886759424 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29675] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29675/stat : 29675 (java) S 29669 29669 29099 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004249770 886759424 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29676] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29676/stat : 29676 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004249772 886759424 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29677] ppid=29669 vsize=865976 CPUtime=0.09
/proc/29671/task/29677/stat : 29677 (java) S 29669 29669 29099 0 -1 64 458 0 0 0 9 0 0 0 17 0 9 0 2004249772 886759424 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29678] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29678/stat : 29678 (java) S 29669 29669 29099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004249772 886759424 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29671/tid=29679] ppid=29669 vsize=865976 CPUtime=0
/proc/29671/task/29679/stat : 29679 (java) S 29669 29669 29099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2004249772 886759424 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.46
Current children cumulated vsize (KiB) 871332

[startup+39.1031 s]
/proc/loadavg: 2.31 2.15 2.05 4/91 29679
/proc/meminfo: memFree=471056/2055920 swapFree=4180396/4192956
[pid=29669] ppid=29667 vsize=5356 CPUtime=0
/proc/29669/stat : 29669 (solve.sh) S 29667 29669 29099 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 2004249766 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29669/statm: 1339 235 195 169 0 50 0
[pid=29671] ppid=29669 vsize=0 CPUtime=38.84
/proc/29671/stat : 29671 (java) Z 29669 29669 29099 0 -1 12 199546 0 1 0 3782 102 0 0 16 0 2 0 2004249767 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29671/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 38.84
Current children cumulated vsize (KiB) 5356

Child status: 1
Real time (s): 39.1281
CPU time (s): 38.8781
CPU user time (s): 37.8242
CPU system time (s): 1.05384
CPU usage (%): 99.361
Max. virtual memory (cumulated for all children) (KiB): 871332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.8242
system time used= 1.05384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200201
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= 3260
involuntary context switches= 3624

runsolver used 0.058991 second user time and 0.134979 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-05 12:12:49
IDJOB=1105462
IDBENCH=58821
IDSOLVER=369
FILE ID=node44/1105462-1215252763
PBS_JOBID= 7882041
Free space on /tmp= 66412 MiB

SOLVER NAME= Minion/Tailor 2008-07-04
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-21.xml
COMMAND LINE= DIR/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1105462-1215252763/watcher-1105462-1215252763 -o /tmp/evaluation-result-1105462-1215252763/solver-1105462-1215252763 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solve.sh HOME/instance-1105462-1215252763.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6256bf71e5e3780a97b589c5b86ed0e6
RANDOM SEED=323061672

node44.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.213
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.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1164608 kB
Buffers:         16596 kB
Cached:         339936 kB
SwapCached:       6316 kB
Active:         765696 kB
Inactive:        67136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1164608 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:          100136 kB
Writeback:           0 kB
Mapped:         492664 kB
Slab:            42764 kB
Committed_AS:  4341080 kB
PageTables:       2772 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= 66384 MiB
End job on node44 at 2008-07-05 12:13:28