Trace number 1105463

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) 46.6479 47.1567

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-22.xml
MD5SUM2c0c2559db7dd9b7ee60dc52c682bfbe
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 benchmark33.142
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)

46.49/47.02	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
46.49/47.02		at java.util.Arrays.copyOf(Unknown Source)
46.49/47.02		at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source)
46.49/47.02		at java.lang.AbstractStringBuilder.append(Unknown Source)
46.49/47.02		at java.lang.StringBuilder.append(Unknown Source)
46.49/47.02		at java.lang.StringBuilder.append(Unknown Source)
46.49/47.02		at translator.tailor.minion.MinionModel.toString(MinionModel.java:337)
46.49/47.02		at translator.tailor.Tailor.tailor(Tailor.java:48)
46.49/47.02		at translator.Translator.tailorTo(Translator.java:260)
46.49/47.02		at translator.Translate.translateXCSP(Translate.java:383)
46.49/47.02		at translator.Translate.main(Translate.java:190)
46.58/47.14	c Finished tailoring XCSP instance to Minion. Starting solving
46.58/47.15	There was a problem in your input file:
46.58/47.15	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-1105463-1215251709/watcher-1105463-1215251709 -o /tmp/evaluation-result-1105463-1215251709/solver-1105463-1215251709 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1105463-1215251709.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: 1.99 1.98 1.99 4/72 32471
/proc/meminfo: memFree=1515112/2055920 swapFree=4111060/4192956
[pid=32471] ppid=32469 vsize=5356 CPUtime=0
/proc/32471/stat : 32471 (solve.sh) R 32469 32471 29362 0 -1 4194304 265 0 0 0 0 0 0 0 20 0 1 0 2004140459 5484544 233 996147200 4194304 4889804 548682068832 18446744073709551615 233402235493 0 2147483391 4100 65536 0 0 0 17 1 0 0
/proc/32471/statm: 1339 233 194 169 0 50 0

[startup+0.049037 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 32471
/proc/meminfo: memFree=1515112/2055920 swapFree=4111060/4192956
[pid=32471] ppid=32469 vsize=5356 CPUtime=0
/proc/32471/stat : 32471 (solve.sh) S 32469 32471 29362 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 2004140459 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32471/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.103054 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 32471
/proc/meminfo: memFree=1515112/2055920 swapFree=4111060/4192956
[pid=32471] ppid=32469 vsize=5356 CPUtime=0
/proc/32471/stat : 32471 (solve.sh) S 32469 32471 29362 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 2004140459 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32471/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301091 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 32471
/proc/meminfo: memFree=1515112/2055920 swapFree=4111060/4192956
[pid=32471] ppid=32469 vsize=5356 CPUtime=0
/proc/32471/stat : 32471 (solve.sh) S 32469 32471 29362 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 2004140459 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32471/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701157 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 32471
/proc/meminfo: memFree=1515112/2055920 swapFree=4111060/4192956
[pid=32471] ppid=32469 vsize=5356 CPUtime=0
/proc/32471/stat : 32471 (solve.sh) S 32469 32471 29362 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 2004140459 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32471/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50231 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 32481
/proc/meminfo: memFree=1426840/2055920 swapFree=4111060/4192956
[pid=32471] ppid=32469 vsize=5356 CPUtime=0
/proc/32471/stat : 32471 (solve.sh) S 32469 32471 29362 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 2004140459 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32471/statm: 1339 235 195 169 0 50 0
[pid=32473] ppid=32471 vsize=864900 CPUtime=1.47
/proc/32473/stat : 32473 (java) S 32471 32471 29362 0 -1 0 36466 0 1 0 119 28 0 0 18 0 9 0 2004140460 885657600 35881 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32473/statm: 216225 35881 1835 9 0 210787 0
[pid=32473/tid=32474] ppid=32471 vsize=864900 CPUtime=1.11
/proc/32473/task/32474/stat : 32474 (java) R 32471 32471 29362 0 -1 64 4802 0 1 0 100 11 0 0 25 0 9 0 2004140461 885657600 35881 996147200 134512640 134550740 4294956032 18446744073709551615 4126460406 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32475] ppid=32471 vsize=864900 CPUtime=0.28
/proc/32473/task/32475/stat : 32475 (java) S 32471 32471 29362 0 -1 64 30504 0 0 0 12 16 0 0 16 0 9 0 2004140463 885657600 35881 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32476] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32476/stat : 32476 (java) S 32471 32471 29362 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2004140463 885657600 35881 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32477] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32477/stat : 32477 (java) S 32471 32471 29362 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004140463 885657600 35881 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32478] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32478/stat : 32478 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004140465 885657600 35881 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32479] ppid=32471 vsize=864900 CPUtime=0.05
/proc/32473/task/32479/stat : 32479 (java) S 32471 32471 29362 0 -1 64 426 0 0 0 5 0 0 0 16 0 9 0 2004140465 885657600 35881 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32480] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32480/stat : 32480 (java) S 32471 32471 29362 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2004140465 885657600 35881 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32481] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32481/stat : 32481 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004140465 885657600 35881 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 870256

[startup+3.10159 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 32481
/proc/meminfo: memFree=1309336/2055920 swapFree=4111060/4192956
[pid=32471] ppid=32469 vsize=5356 CPUtime=0
/proc/32471/stat : 32471 (solve.sh) S 32469 32471 29362 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 2004140459 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32471/statm: 1339 235 195 169 0 50 0
[pid=32473] ppid=32471 vsize=864900 CPUtime=3.03
/proc/32473/stat : 32473 (java) S 32471 32471 29362 0 -1 0 59944 0 1 0 262 41 0 0 18 0 9 0 2004140460 885657600 59161 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32473/statm: 216225 59161 2559 9 0 210787 0
[pid=32473/tid=32474] ppid=32471 vsize=864900 CPUtime=2.39
/proc/32473/task/32474/stat : 32474 (java) R 32471 32471 29362 0 -1 64 9888 0 1 0 225 14 0 0 25 0 9 0 2004140461 885657600 59161 996147200 134512640 134550740 4294956032 18446744073709551615 8879741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32475] ppid=32471 vsize=864900 CPUtime=0.54
/proc/32473/task/32475/stat : 32475 (java) S 32471 32471 29362 0 -1 64 48885 0 0 0 29 25 0 0 16 0 9 0 2004140463 885657600 59161 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32476] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32476/stat : 32476 (java) S 32471 32471 29362 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2004140463 885657600 59161 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32477] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32477/stat : 32477 (java) S 32471 32471 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004140463 885657600 59161 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32478] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32478/stat : 32478 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004140465 885657600 59161 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32479] ppid=32471 vsize=864900 CPUtime=0.07
/proc/32473/task/32479/stat : 32479 (java) S 32471 32471 29362 0 -1 64 437 0 0 0 7 0 0 0 16 0 9 0 2004140465 885657600 59161 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32480] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32480/stat : 32480 (java) S 32471 32471 29362 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2004140465 885657600 59161 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32481] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32481/stat : 32481 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004140465 885657600 59161 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 870256

[startup+6.30217 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 32481
/proc/meminfo: memFree=1198232/2055920 swapFree=4111060/4192956
[pid=32471] ppid=32469 vsize=5356 CPUtime=0
/proc/32471/stat : 32471 (solve.sh) S 32469 32471 29362 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 2004140459 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32471/statm: 1339 235 195 169 0 50 0
[pid=32473] ppid=32471 vsize=864900 CPUtime=6.19
/proc/32473/stat : 32473 (java) S 32471 32471 29362 0 -1 0 88170 0 1 0 560 59 0 0 18 0 9 0 2004140460 885657600 87371 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32473/statm: 216225 87371 2559 9 0 210787 0
[pid=32473/tid=32474] ppid=32471 vsize=864900 CPUtime=4.99
/proc/32473/task/32474/stat : 32474 (java) R 32471 32471 29362 0 -1 64 11568 0 1 0 482 17 0 0 25 0 9 0 2004140461 885657600 87371 996147200 134512640 134550740 4294956032 18446744073709551615 4126571121 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32475] ppid=32471 vsize=864900 CPUtime=1.1
/proc/32473/task/32475/stat : 32475 (java) S 32471 32471 29362 0 -1 64 75425 0 0 0 70 40 0 0 16 0 9 0 2004140463 885657600 87371 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32476] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32476/stat : 32476 (java) S 32471 32471 29362 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2004140463 885657600 87371 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32477] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32477/stat : 32477 (java) S 32471 32471 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004140463 885657600 87371 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32478] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32478/stat : 32478 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004140465 885657600 87371 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32479] ppid=32471 vsize=864900 CPUtime=0.07
/proc/32473/task/32479/stat : 32479 (java) S 32471 32471 29362 0 -1 64 443 0 0 0 7 0 0 0 16 0 9 0 2004140465 885657600 87371 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32480] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32480/stat : 32480 (java) S 32471 32471 29362 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2004140465 885657600 87371 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32481] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32481/stat : 32481 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004140465 885657600 87371 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 870256

[startup+12.7013 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 32481
/proc/meminfo: memFree=992600/2055920 swapFree=4111060/4192956
[pid=32471] ppid=32469 vsize=5356 CPUtime=0
/proc/32471/stat : 32471 (solve.sh) S 32469 32471 29362 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 2004140459 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32471/statm: 1339 235 195 169 0 50 0
[pid=32473] ppid=32471 vsize=864900 CPUtime=12.52
/proc/32473/stat : 32473 (java) S 32471 32471 29362 0 -1 0 141175 0 1 0 1166 86 0 0 18 0 9 0 2004140460 885657600 140354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32473/statm: 216225 140354 2559 9 0 210787 0
[pid=32473/tid=32474] ppid=32471 vsize=864900 CPUtime=10.03
/proc/32473/task/32474/stat : 32474 (java) R 32471 32471 29362 0 -1 64 14504 0 1 0 984 19 0 0 25 0 9 0 2004140461 885657600 140354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32475] ppid=32471 vsize=864900 CPUtime=2.39
/proc/32473/task/32475/stat : 32475 (java) R 32471 32471 29362 0 -1 64 125490 0 0 0 173 66 0 0 16 0 9 0 2004140463 885657600 140354 996147200 134512640 134550740 4294956032 18446744073709551615 101588322 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32476] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32476/stat : 32476 (java) S 32471 32471 29362 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2004140463 885657600 140354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32477] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32477/stat : 32477 (java) S 32471 32471 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004140463 885657600 140354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32478] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32478/stat : 32478 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004140465 885657600 140354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32479] ppid=32471 vsize=864900 CPUtime=0.08
/proc/32473/task/32479/stat : 32479 (java) S 32471 32471 29362 0 -1 64 447 0 0 0 8 0 0 0 16 0 9 0 2004140465 885657600 140354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32480] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32480/stat : 32480 (java) S 32471 32471 29362 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2004140465 885657600 140354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32481] ppid=32471 vsize=864900 CPUtime=0
/proc/32473/task/32481/stat : 32481 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004140465 885657600 140354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 870256

[startup+25.5026 s]
/proc/loadavg: 2.06 2.00 2.00 4/82 32481
/proc/meminfo: memFree=822488/2055920 swapFree=4111060/4192956
[pid=32471] ppid=32469 vsize=5356 CPUtime=0
/proc/32471/stat : 32471 (solve.sh) S 32469 32471 29362 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 2004140459 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32471/statm: 1339 235 195 169 0 50 0
[pid=32473] ppid=32471 vsize=864972 CPUtime=25.2
/proc/32473/stat : 32473 (java) S 32471 32471 29362 0 -1 0 185251 0 1 0 2407 113 0 0 18 0 9 0 2004140460 885731328 175332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32473/statm: 216243 175332 2559 9 0 210805 0
[pid=32473/tid=32474] ppid=32471 vsize=864972 CPUtime=18.75
/proc/32473/task/32474/stat : 32474 (java) R 32471 32471 29362 0 -1 64 14712 0 1 0 1855 20 0 0 25 0 9 0 2004140461 885731328 175332 996147200 134512640 134550740 4294956032 18446744073709551615 4126374868 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32475] ppid=32471 vsize=864972 CPUtime=6.32
/proc/32473/task/32475/stat : 32475 (java) S 32471 32471 29362 0 -1 64 169347 0 0 0 541 91 0 0 16 0 9 0 2004140463 885731328 175332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32476] ppid=32471 vsize=864972 CPUtime=0
/proc/32473/task/32476/stat : 32476 (java) S 32471 32471 29362 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2004140463 885731328 175332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32477] ppid=32471 vsize=864972 CPUtime=0
/proc/32473/task/32477/stat : 32477 (java) S 32471 32471 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004140463 885731328 175332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32478] ppid=32471 vsize=864972 CPUtime=0
/proc/32473/task/32478/stat : 32478 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004140465 885731328 175332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32479] ppid=32471 vsize=864972 CPUtime=0.1
/proc/32473/task/32479/stat : 32479 (java) S 32471 32471 29362 0 -1 64 458 0 0 0 10 0 0 0 17 0 9 0 2004140465 885731328 175332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32480] ppid=32471 vsize=864972 CPUtime=0
/proc/32473/task/32480/stat : 32480 (java) S 32471 32471 29362 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2004140465 885731328 175332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32481] ppid=32471 vsize=864972 CPUtime=0
/proc/32473/task/32481/stat : 32481 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004140465 885731328 175332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 870328

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

[startup+38.3019 s]
/proc/loadavg: 2.13 2.02 2.00 3/82 32481
/proc/meminfo: memFree=822424/2055920 swapFree=4111060/4192956
[pid=32471] ppid=32469 vsize=5356 CPUtime=0
/proc/32471/stat : 32471 (solve.sh) S 32469 32471 29362 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 2004140459 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32471/statm: 1339 235 195 169 0 50 0
[pid=32473] ppid=32471 vsize=865976 CPUtime=37.88
/proc/32473/stat : 32473 (java) S 32471 32471 29362 0 -1 0 197255 0 1 0 3666 122 0 0 18 0 9 0 2004140460 886759424 178812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32473/statm: 216494 178812 2559 9 0 211056 0
[pid=32473/tid=32474] ppid=32471 vsize=865976 CPUtime=27.23
/proc/32473/task/32474/stat : 32474 (java) R 32471 32471 29362 0 -1 64 14825 0 1 0 2702 21 0 0 25 0 9 0 2004140461 886759424 178812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32475] ppid=32471 vsize=865976 CPUtime=10.53
/proc/32473/task/32475/stat : 32475 (java) R 32471 32471 29362 0 -1 64 181238 0 0 0 953 100 0 0 16 0 9 0 2004140463 886759424 178812 996147200 134512640 134550740 4294956032 18446744073709551615 103735833 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32476] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32476/stat : 32476 (java) S 32471 32471 29362 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2004140463 886759424 178812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32477] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32477/stat : 32477 (java) S 32471 32471 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004140463 886759424 178812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32478] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32478/stat : 32478 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004140465 886759424 178812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32479] ppid=32471 vsize=865976 CPUtime=0.1
/proc/32473/task/32479/stat : 32479 (java) S 32471 32471 29362 0 -1 64 458 0 0 0 10 0 0 0 17 0 9 0 2004140465 886759424 178812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32480] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32480/stat : 32480 (java) S 32471 32471 29362 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2004140465 886759424 178812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32481] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32481/stat : 32481 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004140465 886759424 178812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.88
Current children cumulated vsize (KiB) 871332

[startup+41.5025 s]
/proc/loadavg: 2.20 2.03 2.01 3/82 32481
/proc/meminfo: memFree=822424/2055920 swapFree=4111060/4192956
[pid=32471] ppid=32469 vsize=5356 CPUtime=0
/proc/32471/stat : 32471 (solve.sh) S 32469 32471 29362 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 2004140459 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32471/statm: 1339 235 195 169 0 50 0
[pid=32473] ppid=32471 vsize=865976 CPUtime=41.05
/proc/32473/stat : 32473 (java) S 32471 32471 29362 0 -1 0 198011 0 1 0 3982 123 0 0 18 0 9 0 2004140460 886759424 175583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32473/statm: 216494 175583 2559 9 0 211056 0
[pid=32473/tid=32474] ppid=32471 vsize=865976 CPUtime=27.98
/proc/32473/task/32474/stat : 32474 (java) R 32471 32471 29362 0 -1 64 14827 0 1 0 2777 21 0 0 25 0 9 0 2004140461 886759424 175583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32475] ppid=32471 vsize=865976 CPUtime=12.94
/proc/32473/task/32475/stat : 32475 (java) R 32471 32471 29362 0 -1 64 181992 0 0 0 1194 100 0 0 16 0 9 0 2004140463 886759424 175583 996147200 134512640 134550740 4294956032 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32476] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32476/stat : 32476 (java) S 32471 32471 29362 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2004140463 886759424 175583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32477] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32477/stat : 32477 (java) S 32471 32471 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004140463 886759424 175583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32478] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32478/stat : 32478 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004140465 886759424 175583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32479] ppid=32471 vsize=865976 CPUtime=0.1
/proc/32473/task/32479/stat : 32479 (java) S 32471 32471 29362 0 -1 64 458 0 0 0 10 0 0 0 17 0 9 0 2004140465 886759424 175583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32480] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32480/stat : 32480 (java) S 32471 32471 29362 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2004140465 886759424 175583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32481] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32481/stat : 32481 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004140465 886759424 175583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.05
Current children cumulated vsize (KiB) 871332

[startup+44.7021 s]
/proc/loadavg: 2.20 2.03 2.01 4/82 32481
/proc/meminfo: memFree=821464/2055920 swapFree=4111060/4192956
[pid=32471] ppid=32469 vsize=5356 CPUtime=0
/proc/32471/stat : 32471 (solve.sh) S 32469 32471 29362 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 2004140459 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32471/statm: 1339 235 195 169 0 50 0
[pid=32473] ppid=32471 vsize=864972 CPUtime=44.22
/proc/32473/stat : 32473 (java) S 32471 32471 29362 0 -1 0 198767 0 1 0 4298 124 0 0 18 0 9 0 2004140460 885731328 175332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32473/statm: 216243 175332 2559 9 0 210805 0
[pid=32473/tid=32474] ppid=32471 vsize=864972 CPUtime=28.95
/proc/32473/task/32474/stat : 32474 (java) R 32471 32471 29362 0 -1 64 14829 0 1 0 2874 21 0 0 25 0 9 0 2004140461 885731328 175332 996147200 134512640 134550740 4294956032 18446744073709551615 102064736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32475] ppid=32471 vsize=864972 CPUtime=15.13
/proc/32473/task/32475/stat : 32475 (java) S 32471 32471 29362 0 -1 64 182746 0 0 0 1412 101 0 0 16 0 9 0 2004140463 885731328 175332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32476] ppid=32471 vsize=864972 CPUtime=0
/proc/32473/task/32476/stat : 32476 (java) S 32471 32471 29362 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2004140463 885731328 175332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32477] ppid=32471 vsize=864972 CPUtime=0
/proc/32473/task/32477/stat : 32477 (java) S 32471 32471 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004140463 885731328 175332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32478] ppid=32471 vsize=864972 CPUtime=0
/proc/32473/task/32478/stat : 32478 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004140465 885731328 175332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32479] ppid=32471 vsize=864972 CPUtime=0.1
/proc/32473/task/32479/stat : 32479 (java) S 32471 32471 29362 0 -1 64 458 0 0 0 10 0 0 0 17 0 9 0 2004140465 885731328 175332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32480] ppid=32471 vsize=864972 CPUtime=0
/proc/32473/task/32480/stat : 32480 (java) S 32471 32471 29362 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2004140465 885731328 175332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32481] ppid=32471 vsize=864972 CPUtime=0
/proc/32473/task/32481/stat : 32481 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004140465 885731328 175332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.22
Current children cumulated vsize (KiB) 870328

[startup+46.3024 s]
/proc/loadavg: 2.26 2.05 2.01 4/82 32481
/proc/meminfo: memFree=821400/2055920 swapFree=4111060/4192956
[pid=32471] ppid=32469 vsize=5356 CPUtime=0
/proc/32471/stat : 32471 (solve.sh) S 32469 32471 29362 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 2004140459 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32471/statm: 1339 235 195 169 0 50 0
[pid=32473] ppid=32471 vsize=865976 CPUtime=45.8
/proc/32473/stat : 32473 (java) S 32471 32471 29362 0 -1 0 199539 0 1 0 4456 124 0 0 18 0 9 0 2004140460 886759424 175599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32473/statm: 216494 175599 2559 9 0 211056 0
[pid=32473/tid=32474] ppid=32471 vsize=865976 CPUtime=29.09
/proc/32473/task/32474/stat : 32474 (java) R 32471 32471 29362 0 -1 64 14830 0 1 0 2888 21 0 0 25 0 9 0 2004140461 886759424 175599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32475] ppid=32471 vsize=865976 CPUtime=16.58
/proc/32473/task/32475/stat : 32475 (java) R 32471 32471 29362 0 -1 64 183517 0 0 0 1557 101 0 0 17 0 9 0 2004140463 886759424 175599 996147200 134512640 134550740 4294956032 18446744073709551615 102731776 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32476] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32476/stat : 32476 (java) S 32471 32471 29362 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2004140463 886759424 175599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32477] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32477/stat : 32477 (java) S 32471 32471 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004140463 886759424 175599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32478] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32478/stat : 32478 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004140465 886759424 175599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32479] ppid=32471 vsize=865976 CPUtime=0.1
/proc/32473/task/32479/stat : 32479 (java) S 32471 32471 29362 0 -1 64 458 0 0 0 10 0 0 0 17 0 9 0 2004140465 886759424 175599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32480] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32480/stat : 32480 (java) S 32471 32471 29362 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2004140465 886759424 175599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32481] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32481/stat : 32481 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004140465 886759424 175599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.8
Current children cumulated vsize (KiB) 871332

[startup+46.7024 s]
/proc/loadavg: 2.26 2.05 2.01 4/82 32481
/proc/meminfo: memFree=821400/2055920 swapFree=4111060/4192956
[pid=32471] ppid=32469 vsize=5356 CPUtime=0
/proc/32471/stat : 32471 (solve.sh) S 32469 32471 29362 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 2004140459 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32471/statm: 1339 235 195 169 0 50 0
[pid=32473] ppid=32471 vsize=865976 CPUtime=46.2
/proc/32473/stat : 32473 (java) S 32471 32471 29362 0 -1 0 199539 0 1 0 4496 124 0 0 18 0 9 0 2004140460 886759424 175599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32473/statm: 216494 175599 2559 9 0 211056 0
[pid=32473/tid=32474] ppid=32471 vsize=865976 CPUtime=29.09
/proc/32473/task/32474/stat : 32474 (java) R 32471 32471 29362 0 -1 64 14830 0 1 0 2888 21 0 0 25 0 9 0 2004140461 886759424 175599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32475] ppid=32471 vsize=865976 CPUtime=16.98
/proc/32473/task/32475/stat : 32475 (java) R 32471 32471 29362 0 -1 64 183517 0 0 0 1597 101 0 0 17 0 9 0 2004140463 886759424 175599 996147200 134512640 134550740 4294956032 18446744073709551615 104182546 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32476] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32476/stat : 32476 (java) S 32471 32471 29362 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2004140463 886759424 175599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32477] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32477/stat : 32477 (java) S 32471 32471 29362 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004140463 886759424 175599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32478] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32478/stat : 32478 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004140465 886759424 175599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32479] ppid=32471 vsize=865976 CPUtime=0.1
/proc/32473/task/32479/stat : 32479 (java) S 32471 32471 29362 0 -1 64 458 0 0 0 10 0 0 0 17 0 9 0 2004140465 886759424 175599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32480] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32480/stat : 32480 (java) S 32471 32471 29362 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2004140465 886759424 175599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32473/tid=32481] ppid=32471 vsize=865976 CPUtime=0
/proc/32473/task/32481/stat : 32481 (java) S 32471 32471 29362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004140465 886759424 175599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 46.2
Current children cumulated vsize (KiB) 871332

[startup+47.1027 s]
/proc/loadavg: 2.26 2.05 2.01 4/82 32481
/proc/meminfo: memFree=821400/2055920 swapFree=4111060/4192956
[pid=32471] ppid=32469 vsize=5356 CPUtime=0
/proc/32471/stat : 32471 (solve.sh) S 32469 32471 29362 0 -1 4194304 285 0 0 0 0 0 0 0 19 0 1 0 2004140459 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32471/statm: 1339 235 195 169 0 50 0
[pid=32473] ppid=32471 vsize=0 CPUtime=46.58
/proc/32473/stat : 32473 (java) Z 32471 32471 29362 0 -1 12 199547 0 1 0 4527 131 0 0 16 0 2 0 2004140460 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32473/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 46.58
Current children cumulated vsize (KiB) 5356

Child status: 1
Real time (s): 47.1567
CPU time (s): 46.6479
CPU user time (s): 45.2811
CPU system time (s): 1.36679
CPU usage (%): 98.9211
Max. virtual memory (cumulated for all children) (KiB): 871332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.2811
system time used= 1.36679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200202
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= 3416
involuntary context switches= 4302

runsolver used 0.056991 second user time and 0.178972 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-05 11:55:16
IDJOB=1105463
IDBENCH=58807
IDSOLVER=369
FILE ID=node70/1105463-1215251709
PBS_JOBID= 7881935
Free space on /tmp= 66268 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2c0c2559db7dd9b7ee60dc52c682bfbe
RANDOM SEED=688613902

node70.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.256
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.256
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:       1515528 kB
Buffers:         27076 kB
Cached:         270268 kB
SwapCached:      76316 kB
Active:         412140 kB
Inactive:        72296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1515528 kB
SwapTotal:     4192956 kB
SwapFree:      4111060 kB
Dirty:          100128 kB
Writeback:           0 kB
Mapped:         194076 kB
Slab:            41176 kB
Committed_AS:  4296624 kB
PageTables:       2040 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= 66240 MiB
End job on node70 at 2008-07-05 11:56:03