Trace number 1034472

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
Concrete + CSP4J - Tabu Engine 2008-05-30SAT 54.8617 55.5572

DiagnosticValue
CHECKS641534
NODES4

General information on the benchmark

Namecsp/lard/
normalized-lard-85-85.xml
MD5SUM42f9916c3b1f3e859e9f779c74e60375
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 benchmark11.5182
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints3570
Maximum constraint arity2
Maximum domain size86
Number of constraints which are defined in extension3570
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

52.96/53.66	c CPU-LOAD 42.04
52.96/53.66	c LOADED 85 V (86 E), 3570 ExtensionConstraint2D, arity 2, 42.04 cpu
54.74/55.43	v 34 38 20 23 37 23 6 2 19 35 32 12 14 3 30 17 26 35 20 14 39 1 40 2 2 28 38 41 21 41 31 21 36 6 26 12 15 19 1 37 35 9 28 24 19 5 16 28 26 10 33 5 12 29 32 33 42 18 24 26 12 27 10 23 33 40 31 30 8 27 38 39 39 23 7 23 27 41 18 25 5 34 35 20 13 
54.74/55.44	s SATISFIABLE
54.74/55.44	d NODES 4
54.74/55.44	d CHECKS 641534
54.74/55.44	c gac3-effective-revisions: 245
54.74/55.44	c gac3-useless-revisions: 10955
54.74/55.44	c prepro-constraint-ccks: 0
54.74/55.44	c prepro-constraint-presenceccks: 0
54.74/55.44	c prepro-cpu: 0.05
54.74/55.44	c prepro-matrix2d-ccks: 319416
54.74/55.44	c prepro-matrix2d-presenceccks: 489907
54.74/55.44	c prepro-removed: 3689
54.74/55.44	c total-assgn: 4
54.74/55.44	c total-constraint-ccks: 322007
54.74/55.44	c total-constraint-presence-ccks: 0
54.74/55.44	c total-cpu: 0.18
54.74/55.44	c total-matrix2d-ccks: 319527
54.74/55.44	c total-matrix2d-presence-ccks: 794071
54.74/55.44	c tuples: 0
54.74/55.44	c tuples-collisions: 0
54.74/55.44	c TOTAL-NODES 4
54.74/55.44	c TOTAL-CPU 0.18

Verifier Data (download as text)

OK

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-1034472-1214949526/watcher-1034472-1214949526 -o /tmp/evaluation-result-1034472-1214949526/solver-1034472-1214949526 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1034472-1214949526.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: 0.31 0.07 0.02 3/67 20357
/proc/meminfo: memFree=1594632/2055920 swapFree=4180060/4192956
[pid=20357] ppid=20355 vsize=18572 CPUtime=0
/proc/20357/stat : 20357 (runsolver) R 20355 20357 20306 0 -1 4194368 13 0 0 0 0 0 0 0 19 0 1 0 1973928070 19017728 291 996147200 4194304 4296836 548682068432 18446744073709551615 4215197 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20357/statm: 4643 291 256 25 0 2626 0

[startup+0.200283 s]
/proc/loadavg: 0.31 0.07 0.02 3/67 20357
/proc/meminfo: memFree=1594632/2055920 swapFree=4180060/4192956
[pid=20357] ppid=20355 vsize=5356 CPUtime=0
/proc/20357/stat : 20357 (concrete.sh) S 20355 20357 20306 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 1973928070 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20357/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302071 s]
/proc/loadavg: 0.31 0.07 0.02 3/67 20357
/proc/meminfo: memFree=1594632/2055920 swapFree=4180060/4192956
[pid=20357] ppid=20355 vsize=5356 CPUtime=0
/proc/20357/stat : 20357 (concrete.sh) S 20355 20357 20306 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 1973928070 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20357/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.401082 s]
/proc/loadavg: 0.31 0.07 0.02 3/67 20357
/proc/meminfo: memFree=1594632/2055920 swapFree=4180060/4192956
[pid=20357] ppid=20355 vsize=5356 CPUtime=0
/proc/20357/stat : 20357 (concrete.sh) S 20355 20357 20306 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 1973928070 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20357/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701136 s]
/proc/loadavg: 0.31 0.07 0.02 3/67 20357
/proc/meminfo: memFree=1594632/2055920 swapFree=4180060/4192956
[pid=20357] ppid=20355 vsize=5356 CPUtime=0
/proc/20357/stat : 20357 (concrete.sh) S 20355 20357 20306 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 1973928070 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20357/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50228 s]
/proc/loadavg: 0.31 0.07 0.02 3/91 20395
/proc/meminfo: memFree=1499136/2055920 swapFree=4180060/4192956
[pid=20357] ppid=20355 vsize=5356 CPUtime=0
/proc/20357/stat : 20357 (concrete.sh) S 20355 20357 20306 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 1973928070 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20357/statm: 1339 242 201 169 0 50 0
[pid=20360] ppid=20357 vsize=843636 CPUtime=1.45
/proc/20360/stat : 20360 (java) S 20357 20357 20306 0 -1 0 8292 0 1 0 138 7 0 0 18 0 9 0 1973928071 863883264 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 210909 7262 2562 9 0 205477 0
[pid=20360/tid=20361] ppid=20357 vsize=843636 CPUtime=0.95
/proc/20360/task/20361/stat : 20361 (java) R 20357 20357 20306 0 -1 64 3253 0 1 0 92 3 0 0 25 0 9 0 1973928072 863883264 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20362] ppid=20357 vsize=843636 CPUtime=0.39
/proc/20360/task/20362/stat : 20362 (java) R 20357 20357 20306 0 -1 64 3967 0 0 0 37 2 0 0 16 0 9 0 1973928073 863883264 7262 996147200 134512640 134550740 4294956016 18446744073709551615 102689764 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20363] ppid=20357 vsize=843636 CPUtime=0
/proc/20360/task/20363/stat : 20363 (java) S 20357 20357 20306 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973928073 863883264 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20364] ppid=20357 vsize=843636 CPUtime=0
/proc/20360/task/20364/stat : 20364 (java) S 20357 20357 20306 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1973928073 863883264 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20372] ppid=20357 vsize=843636 CPUtime=0
/proc/20360/task/20372/stat : 20372 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973928076 863883264 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20373] ppid=20357 vsize=843636 CPUtime=0.07
/proc/20360/task/20373/stat : 20373 (java) S 20357 20357 20306 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 1973928076 863883264 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20374] ppid=20357 vsize=843636 CPUtime=0
/proc/20360/task/20374/stat : 20374 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973928076 863883264 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20375] ppid=20357 vsize=843636 CPUtime=0
/proc/20360/task/20375/stat : 20375 (java) S 20357 20357 20306 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973928076 863883264 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 848992

[startup+3.10332 s]
/proc/loadavg: 0.31 0.07 0.02 3/91 20395
/proc/meminfo: memFree=1479616/2055920 swapFree=4180060/4192956
[pid=20357] ppid=20355 vsize=5356 CPUtime=0
/proc/20357/stat : 20357 (concrete.sh) S 20355 20357 20306 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 1973928070 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20357/statm: 1339 242 201 169 0 50 0
[pid=20360] ppid=20357 vsize=843636 CPUtime=3.03
/proc/20360/stat : 20360 (java) S 20357 20357 20306 0 -1 0 11982 0 1 0 293 10 0 0 18 0 9 0 1973928071 863883264 10714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 210909 10714 2562 9 0 205477 0
[pid=20360/tid=20361] ppid=20357 vsize=843636 CPUtime=2.04
/proc/20360/task/20361/stat : 20361 (java) R 20357 20357 20306 0 -1 64 3555 0 1 0 201 3 0 0 25 0 9 0 1973928072 863883264 10714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20362] ppid=20357 vsize=843636 CPUtime=0.88
/proc/20360/task/20362/stat : 20362 (java) S 20357 20357 20306 0 -1 64 7353 0 0 0 83 5 0 0 15 0 9 0 1973928073 863883264 10714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20363] ppid=20357 vsize=843636 CPUtime=0
/proc/20360/task/20363/stat : 20363 (java) S 20357 20357 20306 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973928073 863883264 10714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20364] ppid=20357 vsize=843636 CPUtime=0
/proc/20360/task/20364/stat : 20364 (java) S 20357 20357 20306 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1973928073 863883264 10714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20372] ppid=20357 vsize=843636 CPUtime=0
/proc/20360/task/20372/stat : 20372 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973928076 863883264 10714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20373] ppid=20357 vsize=843636 CPUtime=0.08
/proc/20360/task/20373/stat : 20373 (java) S 20357 20357 20306 0 -1 64 340 0 0 0 8 0 0 0 16 0 9 0 1973928076 863883264 10714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20374] ppid=20357 vsize=843636 CPUtime=0
/proc/20360/task/20374/stat : 20374 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973928076 863883264 10714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20375] ppid=20357 vsize=843636 CPUtime=0
/proc/20360/task/20375/stat : 20375 (java) S 20357 20357 20306 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973928076 863883264 10714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 848992

[startup+6.30212 s]
/proc/loadavg: 0.44 0.10 0.03 3/91 20395
/proc/meminfo: memFree=1419648/2055920 swapFree=4180060/4192956
[pid=20357] ppid=20355 vsize=5356 CPUtime=0
/proc/20357/stat : 20357 (concrete.sh) S 20355 20357 20306 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 1973928070 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20357/statm: 1339 242 201 169 0 50 0
[pid=20360] ppid=20357 vsize=843936 CPUtime=6.19
/proc/20360/stat : 20360 (java) S 20357 20357 20306 0 -1 0 16947 0 1 0 602 17 0 0 18 0 9 0 1973928071 864190464 15406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 210984 15406 2562 9 0 205552 0
[pid=20360/tid=20361] ppid=20357 vsize=843936 CPUtime=4.48
/proc/20360/task/20361/stat : 20361 (java) R 20357 20357 20306 0 -1 64 3892 0 1 0 443 5 0 0 25 0 9 0 1973928072 864190464 15406 996147200 134512640 134550740 4294956016 18446744073709551615 4125720263 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20362] ppid=20357 vsize=843936 CPUtime=1.58
/proc/20360/task/20362/stat : 20362 (java) S 20357 20357 20306 0 -1 64 11898 0 0 0 148 10 0 0 16 0 9 0 1973928073 864190464 15406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20363] ppid=20357 vsize=843936 CPUtime=0
/proc/20360/task/20363/stat : 20363 (java) S 20357 20357 20306 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973928073 864190464 15406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20364] ppid=20357 vsize=843936 CPUtime=0
/proc/20360/task/20364/stat : 20364 (java) S 20357 20357 20306 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1973928073 864190464 15406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20372] ppid=20357 vsize=843936 CPUtime=0
/proc/20360/task/20372/stat : 20372 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973928076 864190464 15406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20373] ppid=20357 vsize=843936 CPUtime=0.1
/proc/20360/task/20373/stat : 20373 (java) S 20357 20357 20306 0 -1 64 423 0 0 0 10 0 0 0 17 0 9 0 1973928076 864190464 15406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20374] ppid=20357 vsize=843936 CPUtime=0
/proc/20360/task/20374/stat : 20374 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973928076 864190464 15406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20375] ppid=20357 vsize=843936 CPUtime=0
/proc/20360/task/20375/stat : 20375 (java) S 20357 20357 20306 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973928076 864190464 15406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 849292

[startup+12.7023 s]
/proc/loadavg: 0.57 0.13 0.04 3/91 20395
/proc/meminfo: memFree=1295680/2055920 swapFree=4180060/4192956
[pid=20357] ppid=20355 vsize=5356 CPUtime=0
/proc/20357/stat : 20357 (concrete.sh) S 20355 20357 20306 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 1973928070 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20357/statm: 1339 242 201 169 0 50 0
[pid=20360] ppid=20357 vsize=843680 CPUtime=12.51
/proc/20360/stat : 20360 (java) S 20357 20357 20306 0 -1 0 30459 0 1 0 1224 27 0 0 18 0 9 0 1973928071 863928320 28598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 210920 28598 2562 9 0 205488 0
[pid=20360/tid=20361] ppid=20357 vsize=843680 CPUtime=9.45
/proc/20360/task/20361/stat : 20361 (java) R 20357 20357 20306 0 -1 64 5051 0 1 0 936 9 0 0 25 0 9 0 1973928072 863928320 28598 996147200 134512640 134550740 4294956016 18446744073709551615 4125751191 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20362] ppid=20357 vsize=843680 CPUtime=2.91
/proc/20360/task/20362/stat : 20362 (java) S 20357 20357 20306 0 -1 64 24245 0 0 0 275 16 0 0 16 0 9 0 1973928073 863928320 28598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20363] ppid=20357 vsize=843680 CPUtime=0
/proc/20360/task/20363/stat : 20363 (java) S 20357 20357 20306 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973928073 863928320 28598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20364] ppid=20357 vsize=843680 CPUtime=0
/proc/20360/task/20364/stat : 20364 (java) S 20357 20357 20306 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1973928073 863928320 28598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20372] ppid=20357 vsize=843680 CPUtime=0
/proc/20360/task/20372/stat : 20372 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973928076 863928320 28598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20373] ppid=20357 vsize=843680 CPUtime=0.12
/proc/20360/task/20373/stat : 20373 (java) S 20357 20357 20306 0 -1 64 429 0 0 0 12 0 0 0 16 0 9 0 1973928076 863928320 28598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20374] ppid=20357 vsize=843680 CPUtime=0
/proc/20360/task/20374/stat : 20374 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973928076 863928320 28598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20375] ppid=20357 vsize=843680 CPUtime=0
/proc/20360/task/20375/stat : 20375 (java) S 20357 20357 20306 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973928076 863928320 28598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 849036

[startup+25.5065 s]
/proc/loadavg: 0.96 0.24 0.08 3/91 20395
/proc/meminfo: memFree=1046208/2055920 swapFree=4180060/4192956
[pid=20357] ppid=20355 vsize=5356 CPUtime=0
/proc/20357/stat : 20357 (concrete.sh) S 20355 20357 20306 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 1973928070 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20357/statm: 1339 242 201 169 0 50 0
[pid=20360] ppid=20357 vsize=843680 CPUtime=25.17
/proc/20360/stat : 20360 (java) S 20357 20357 20306 0 -1 0 57335 0 1 0 2471 46 0 0 18 0 9 0 1973928071 863928320 55183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 210920 55183 2562 9 0 205488 0
[pid=20360/tid=20361] ppid=20357 vsize=843680 CPUtime=19.95
/proc/20360/task/20361/stat : 20361 (java) R 20357 20357 20306 0 -1 64 6294 0 1 0 1981 14 0 0 25 0 9 0 1973928072 863928320 55183 996147200 134512640 134550740 4294956016 18446744073709551615 4125873840 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20362] ppid=20357 vsize=843680 CPUtime=5.05
/proc/20360/task/20362/stat : 20362 (java) S 20357 20357 20306 0 -1 64 49870 0 0 0 475 30 0 0 16 0 9 0 1973928073 863928320 55183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20363] ppid=20357 vsize=843680 CPUtime=0
/proc/20360/task/20363/stat : 20363 (java) S 20357 20357 20306 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973928073 863928320 55183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20364] ppid=20357 vsize=843680 CPUtime=0
/proc/20360/task/20364/stat : 20364 (java) S 20357 20357 20306 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1973928073 863928320 55183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20372] ppid=20357 vsize=843680 CPUtime=0
/proc/20360/task/20372/stat : 20372 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973928076 863928320 55183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20373] ppid=20357 vsize=843680 CPUtime=0.13
/proc/20360/task/20373/stat : 20373 (java) S 20357 20357 20306 0 -1 64 437 0 0 0 13 0 0 0 16 0 9 0 1973928076 863928320 55183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20374] ppid=20357 vsize=843680 CPUtime=0
/proc/20360/task/20374/stat : 20374 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973928076 863928320 55183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20375] ppid=20357 vsize=843680 CPUtime=0
/proc/20360/task/20375/stat : 20375 (java) S 20357 20357 20306 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973928076 863928320 55183 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 849036

[startup+51.103 s]
/proc/loadavg: 1.31 0.38 0.13 3/92 20396
/proc/meminfo: memFree=576888/2055920 swapFree=4180060/4192956
[pid=20357] ppid=20355 vsize=5356 CPUtime=0
/proc/20357/stat : 20357 (concrete.sh) S 20355 20357 20306 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 1973928070 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20357/statm: 1339 242 201 169 0 50 0
[pid=20360] ppid=20357 vsize=846304 CPUtime=50.48
/proc/20360/stat : 20360 (java) S 20357 20357 20306 0 -1 0 106927 0 1 0 4967 81 0 0 18 0 10 0 1973928071 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 211576 104520 2568 9 0 206143 0
[pid=20360/tid=20361] ppid=20357 vsize=846304 CPUtime=39.86
/proc/20360/task/20361/stat : 20361 (java) R 20357 20357 20306 0 -1 64 11005 0 1 0 3960 26 0 0 25 0 10 0 1973928072 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4125231294 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20362] ppid=20357 vsize=846304 CPUtime=10.41
/proc/20360/task/20362/stat : 20362 (java) S 20357 20357 20306 0 -1 64 94330 0 0 0 988 53 0 0 15 0 10 0 1973928073 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20363] ppid=20357 vsize=846304 CPUtime=0
/proc/20360/task/20363/stat : 20363 (java) S 20357 20357 20306 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1973928073 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20364] ppid=20357 vsize=846304 CPUtime=0
/proc/20360/task/20364/stat : 20364 (java) S 20357 20357 20306 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1973928073 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20372] ppid=20357 vsize=846304 CPUtime=0
/proc/20360/task/20372/stat : 20372 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1973928076 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20373] ppid=20357 vsize=846304 CPUtime=0.18
/proc/20360/task/20373/stat : 20373 (java) S 20357 20357 20306 0 -1 64 852 0 0 0 18 0 0 0 15 0 10 0 1973928076 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20374] ppid=20357 vsize=846304 CPUtime=0
/proc/20360/task/20374/stat : 20374 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1973928076 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20375] ppid=20357 vsize=846304 CPUtime=0
/proc/20360/task/20375/stat : 20375 (java) S 20357 20357 20306 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1973928076 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20396] ppid=20357 vsize=846304 CPUtime=0
/proc/20360/task/20396/stat : 20396 (java) S 20357 20357 20306 0 -1 64 6 0 0 0 0 0 0 0 25 0 10 0 1973933080 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 851660

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

[startup+51.3021 s]
/proc/loadavg: 1.31 0.38 0.13 3/92 20396
/proc/meminfo: memFree=576888/2055920 swapFree=4180060/4192956
[pid=20357] ppid=20355 vsize=5356 CPUtime=0
/proc/20357/stat : 20357 (concrete.sh) S 20355 20357 20306 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 1973928070 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20357/statm: 1339 242 201 169 0 50 0
[pid=20360] ppid=20357 vsize=846304 CPUtime=50.68
/proc/20360/stat : 20360 (java) S 20357 20357 20306 0 -1 0 106928 0 1 0 4987 81 0 0 18 0 10 0 1973928071 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 211576 104520 2568 9 0 206143 0
[pid=20360/tid=20361] ppid=20357 vsize=846304 CPUtime=40.06
/proc/20360/task/20361/stat : 20361 (java) R 20357 20357 20306 0 -1 64 11006 0 1 0 3980 26 0 0 25 0 10 0 1973928072 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4126140844 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20362] ppid=20357 vsize=846304 CPUtime=10.41
/proc/20360/task/20362/stat : 20362 (java) S 20357 20357 20306 0 -1 64 94330 0 0 0 988 53 0 0 17 0 10 0 1973928073 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20363] ppid=20357 vsize=846304 CPUtime=0
/proc/20360/task/20363/stat : 20363 (java) S 20357 20357 20306 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1973928073 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20364] ppid=20357 vsize=846304 CPUtime=0
/proc/20360/task/20364/stat : 20364 (java) S 20357 20357 20306 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1973928073 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20372] ppid=20357 vsize=846304 CPUtime=0
/proc/20360/task/20372/stat : 20372 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1973928076 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20373] ppid=20357 vsize=846304 CPUtime=0.18
/proc/20360/task/20373/stat : 20373 (java) S 20357 20357 20306 0 -1 64 852 0 0 0 18 0 0 0 15 0 10 0 1973928076 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20374] ppid=20357 vsize=846304 CPUtime=0
/proc/20360/task/20374/stat : 20374 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1973928076 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20375] ppid=20357 vsize=846304 CPUtime=0
/proc/20360/task/20375/stat : 20375 (java) S 20357 20357 20306 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1973928076 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20396] ppid=20357 vsize=846304 CPUtime=0
/proc/20360/task/20396/stat : 20396 (java) S 20357 20357 20306 0 -1 64 6 0 0 0 0 0 0 0 25 0 10 0 1973933080 866615296 104520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 851660

[startup+52.9023 s]
/proc/loadavg: 1.31 0.38 0.13 3/92 20396
/proc/meminfo: memFree=551160/2055920 swapFree=4180060/4192956
[pid=20357] ppid=20355 vsize=5356 CPUtime=0
/proc/20357/stat : 20357 (concrete.sh) S 20355 20357 20306 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 1973928070 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20357/statm: 1339 242 201 169 0 50 0
[pid=20360] ppid=20357 vsize=846224 CPUtime=52.26
/proc/20360/stat : 20360 (java) S 20357 20357 20306 0 -1 0 106935 0 1 0 5145 81 0 0 18 0 10 0 1973928071 866533376 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 211556 104526 2568 9 0 206123 0
[pid=20360/tid=20361] ppid=20357 vsize=846224 CPUtime=41.63
/proc/20360/task/20361/stat : 20361 (java) R 20357 20357 20306 0 -1 64 11007 0 1 0 4137 26 0 0 25 0 10 0 1973928072 866533376 104526 996147200 134512640 134550740 4294956016 18446744073709551615 103567766 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20362] ppid=20357 vsize=846224 CPUtime=10.41
/proc/20360/task/20362/stat : 20362 (java) S 20357 20357 20306 0 -1 64 94330 0 0 0 988 53 0 0 17 0 10 0 1973928073 866533376 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20363] ppid=20357 vsize=846224 CPUtime=0
/proc/20360/task/20363/stat : 20363 (java) S 20357 20357 20306 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1973928073 866533376 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20364] ppid=20357 vsize=846224 CPUtime=0
/proc/20360/task/20364/stat : 20364 (java) S 20357 20357 20306 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1973928073 866533376 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20372] ppid=20357 vsize=846224 CPUtime=0
/proc/20360/task/20372/stat : 20372 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1973928076 866533376 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20373] ppid=20357 vsize=846224 CPUtime=0.2
/proc/20360/task/20373/stat : 20373 (java) S 20357 20357 20306 0 -1 64 858 0 0 0 19 1 0 0 15 0 10 0 1973928076 866533376 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20374] ppid=20357 vsize=846224 CPUtime=0
/proc/20360/task/20374/stat : 20374 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1973928076 866533376 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20375] ppid=20357 vsize=846224 CPUtime=0
/proc/20360/task/20375/stat : 20375 (java) S 20357 20357 20306 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1973928076 866533376 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20396] ppid=20357 vsize=846224 CPUtime=0
/proc/20360/task/20396/stat : 20396 (java) S 20357 20357 20306 0 -1 64 6 0 0 0 0 0 0 0 25 0 10 0 1973933080 866533376 104526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.26
Current children cumulated vsize (KiB) 851580

[startup+54.5016 s]
/proc/loadavg: 1.45 0.42 0.14 4/91 20396
/proc/meminfo: memFree=505208/2055920 swapFree=4180060/4192956
[pid=20357] ppid=20355 vsize=5356 CPUtime=0
/proc/20357/stat : 20357 (concrete.sh) S 20355 20357 20306 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 1973928070 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20357/statm: 1339 242 201 169 0 50 0
[pid=20360] ppid=20357 vsize=846224 CPUtime=53.84
/proc/20360/stat : 20360 (java) S 20357 20357 20306 0 -1 0 115825 0 1 0 5299 85 0 0 18 0 9 0 1973928071 866533376 113406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 211556 113406 2569 9 0 206123 0
[pid=20360/tid=20361] ppid=20357 vsize=846224 CPUtime=42.13
/proc/20360/task/20361/stat : 20361 (java) R 20357 20357 20306 0 -1 64 11045 0 1 0 4187 26 0 0 25 0 9 0 1973928072 866533376 113406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20362] ppid=20357 vsize=846224 CPUtime=11.48
/proc/20360/task/20362/stat : 20362 (java) R 20357 20357 20306 0 -1 64 103169 0 0 0 1091 57 0 0 16 0 9 0 1973928073 866533376 113406 996147200 134512640 134550740 4294956016 18446744073709551615 104180295 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20363] ppid=20357 vsize=846224 CPUtime=0
/proc/20360/task/20363/stat : 20363 (java) S 20357 20357 20306 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973928073 866533376 113406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20364] ppid=20357 vsize=846224 CPUtime=0
/proc/20360/task/20364/stat : 20364 (java) S 20357 20357 20306 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1973928073 866533376 113406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20372] ppid=20357 vsize=846224 CPUtime=0
/proc/20360/task/20372/stat : 20372 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973928076 866533376 113406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20373] ppid=20357 vsize=846224 CPUtime=0.22
/proc/20360/task/20373/stat : 20373 (java) S 20357 20357 20306 0 -1 64 870 0 0 0 21 1 0 0 15 0 9 0 1973928076 866533376 113406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20374] ppid=20357 vsize=846224 CPUtime=0
/proc/20360/task/20374/stat : 20374 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973928076 866533376 113406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20375] ppid=20357 vsize=846224 CPUtime=0
/proc/20360/task/20375/stat : 20375 (java) R 20357 20357 20306 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973928076 866533376 113406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.84
Current children cumulated vsize (KiB) 851580

[startup+55.3018 s]
/proc/loadavg: 1.45 0.42 0.14 4/91 20396
/proc/meminfo: memFree=492344/2055920 swapFree=4180060/4192956
[pid=20357] ppid=20355 vsize=5356 CPUtime=0
/proc/20357/stat : 20357 (concrete.sh) S 20355 20357 20306 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 1973928070 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20357/statm: 1339 242 201 169 0 50 0
[pid=20360] ppid=20357 vsize=846224 CPUtime=54.64
/proc/20360/stat : 20360 (java) S 20357 20357 20306 0 -1 0 118586 0 1 0 5378 86 0 0 18 0 9 0 1973928071 866533376 116160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20360/statm: 211556 116160 2570 9 0 206123 0
[pid=20360/tid=20361] ppid=20357 vsize=846224 CPUtime=42.19
/proc/20360/task/20361/stat : 20361 (java) R 20357 20357 20306 0 -1 64 11060 0 1 0 4193 26 0 0 25 0 9 0 1973928072 866533376 116160 996147200 134512640 134550740 4294956016 18446744073709551615 4126244577 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20362] ppid=20357 vsize=846224 CPUtime=12.19
/proc/20360/task/20362/stat : 20362 (java) S 20357 20357 20306 0 -1 64 105906 0 0 0 1161 58 0 0 16 0 9 0 1973928073 866533376 116160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20363] ppid=20357 vsize=846224 CPUtime=0
/proc/20360/task/20363/stat : 20363 (java) S 20357 20357 20306 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973928073 866533376 116160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20364] ppid=20357 vsize=846224 CPUtime=0
/proc/20360/task/20364/stat : 20364 (java) S 20357 20357 20306 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1973928073 866533376 116160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20372] ppid=20357 vsize=846224 CPUtime=0
/proc/20360/task/20372/stat : 20372 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973928076 866533376 116160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20373] ppid=20357 vsize=846224 CPUtime=0.23
/proc/20360/task/20373/stat : 20373 (java) S 20357 20357 20306 0 -1 64 878 0 0 0 22 1 0 0 16 0 9 0 1973928076 866533376 116160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20374] ppid=20357 vsize=846224 CPUtime=0
/proc/20360/task/20374/stat : 20374 (java) S 20357 20357 20306 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973928076 866533376 116160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20360/tid=20375] ppid=20357 vsize=846224 CPUtime=0
/proc/20360/task/20375/stat : 20375 (java) S 20357 20357 20306 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973928076 866533376 116160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.64
Current children cumulated vsize (KiB) 851580

[startup+55.5022 s]
/proc/loadavg: 1.45 0.42 0.14 4/91 20396
/proc/meminfo: memFree=492344/2055920 swapFree=4180060/4192956
[pid=20357] ppid=20355 vsize=5356 CPUtime=0
/proc/20357/stat : 20357 (concrete.sh) S 20355 20357 20306 0 -1 4194304 314 128 1 0 0 0 0 0 18 0 1 0 1973928070 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20357/statm: 1339 242 201 169 0 50 0
[pid=20360] ppid=20357 vsize=0 CPUtime=54.79
/proc/20360/stat : 20360 (java) Z 20357 20357 20306 0 -1 12 118605 0 1 0 5391 88 0 0 16 0 2 0 1973928071 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20360/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 54.79
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 55.5572
CPU time (s): 54.8617
CPU user time (s): 53.9198
CPU system time (s): 0.941856
CPU usage (%): 98.748
Max. virtual memory (cumulated for all children) (KiB): 851660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.9198
system time used= 0.941856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119056
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13417
involuntary context switches= 14531

runsolver used 0.075988 second user time and 0.221966 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-01 23:58:57
IDJOB=1034472
IDBENCH=53344
IDSOLVER=303
FILE ID=node18/1034472-1214949526
PBS_JOBID= 7870298
Free space on /tmp= 66412 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/lard/normalized-lard-85-85.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -s Tabu BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1034472-1214949526/watcher-1034472-1214949526 -o /tmp/evaluation-result-1034472-1214949526/solver-1034472-1214949526 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1034472-1214949526.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 42f9916c3b1f3e859e9f779c74e60375
RANDOM SEED=670894483

node18.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.268
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	: 5931.00
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.268
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:       1595048 kB
Buffers:         41536 kB
Cached:         355256 kB
SwapCached:       7128 kB
Active:         208036 kB
Inactive:       198312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1595048 kB
SwapTotal:     4192956 kB
SwapFree:      4180060 kB
Dirty:          148192 kB
Writeback:           0 kB
Mapped:          14356 kB
Slab:            40104 kB
Committed_AS:  3286412 kB
PageTables:       1568 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= 66408 MiB
End job on node18 at 2008-07-01 23:59:52