Trace number 1055757

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 35.7186 36.1102

DiagnosticValue
CHECKS29836800
NODES76501000

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-68_ext.xml
MD5SUM078c82a6b82eec1c7c103c61b38fbabf
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.036993
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.91	c CPU-LOAD 0.59
0.00/0.91	c LOADED 61 V (1001 E), 210 ExtensionConstraint2D, 20 ExtensionConstraintGeneral, arity 3, 0.59 cpu
35.65/36.03	v 18 5 10 4 19 2 15 3 6 6 14 3 12 2 1 13 11 9 4 8 5 16 20 6 16 0 2 7 13 9 3 6 9 4 7 0 8 0 17 0 9 11 14 20 23 25 38 47 55 71 77 77 84 93 99 103 103 103 103 103 0 
35.65/36.03	s SATISFIABLE
35.65/36.03	d NODES 76501050
35.65/36.03	d CHECKS 29836816
35.65/36.03	c gac3-effective-revisions: 150
35.65/36.03	c gac3-useless-revisions: 1112
35.65/36.03	c prepro-constraint-ccks: 3823953
35.65/36.03	c prepro-constraint-presenceccks: 2078
35.65/36.03	c prepro-cpu: 0.23
35.65/36.03	c prepro-matrix2d-ccks: 35032
35.65/36.03	c prepro-matrix2d-presenceccks: 35881
35.65/36.03	c prepro-removed: 21769
35.65/36.03	c total-assgn: 76501050
35.65/36.03	c total-constraint-ccks: 29451038
35.65/36.03	c total-constraint-presence-ccks: 465555
35.65/36.03	c total-cpu: 34.68
35.65/36.03	c total-matrix2d-ccks: 385778
35.65/36.03	c total-matrix2d-presence-ccks: 1327178
35.65/36.03	c tuples: 0
35.65/36.03	c tuples-collisions: 0
35.65/36.03	c TOTAL-NODES 76501050
35.65/36.03	c TOTAL-CPU 34.68

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-1055757-1215060261/watcher-1055757-1215060261 -o /tmp/evaluation-result-1055757-1215060261/solver-1055757-1215060261 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1055757-1215060261.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/82 20725
/proc/meminfo: memFree=1656768/2055920 swapFree=4179604/4192956
[pid=20725] ppid=20723 vsize=18572 CPUtime=0
/proc/20725/stat : 20725 (runsolver) R 20723 20725 17198 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1984977188 19017728 292 996147200 4194304 4296836 548682068432 18446744073709551615 228774702375 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20725/statm: 4643 292 257 25 0 2626 0

[startup+0.100954 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 20725
/proc/meminfo: memFree=1656768/2055920 swapFree=4179604/4192956
[pid=20725] ppid=20723 vsize=5356 CPUtime=0
/proc/20725/stat : 20725 (concrete.sh) S 20723 20725 17198 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1984977188 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20725/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.202971 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 20725
/proc/meminfo: memFree=1656768/2055920 swapFree=4179604/4192956
[pid=20725] ppid=20723 vsize=5356 CPUtime=0
/proc/20725/stat : 20725 (concrete.sh) S 20723 20725 17198 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1984977188 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20725/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302991 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 20725
/proc/meminfo: memFree=1656768/2055920 swapFree=4179604/4192956
[pid=20725] ppid=20723 vsize=5356 CPUtime=0
/proc/20725/stat : 20725 (concrete.sh) S 20723 20725 17198 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1984977188 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20725/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702076 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 20725
/proc/meminfo: memFree=1656768/2055920 swapFree=4179604/4192956
[pid=20725] ppid=20723 vsize=5356 CPUtime=0
/proc/20725/stat : 20725 (concrete.sh) S 20723 20725 17198 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1984977188 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20725/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50222 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 20738
/proc/meminfo: memFree=1527920/2055920 swapFree=4179604/4192956
[pid=20725] ppid=20723 vsize=5356 CPUtime=0
/proc/20725/stat : 20725 (concrete.sh) S 20723 20725 17198 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1984977188 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20725/statm: 1339 242 201 169 0 50 0
[pid=20728] ppid=20725 vsize=844792 CPUtime=1.47
/proc/20728/stat : 20728 (java) S 20725 20725 17198 0 -1 0 35407 0 1 0 130 17 0 0 22 0 9 0 1984977189 865067008 34610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20728/statm: 211198 34610 2570 9 0 205765 0
[pid=20728/tid=20729] ppid=20725 vsize=844792 CPUtime=1.17
/proc/20728/task/20729/stat : 20729 (java) R 20725 20725 17198 0 -1 64 31301 0 1 0 103 14 0 0 25 0 9 0 1984977190 865067008 34610 996147200 134512640 134550740 4294956016 18446744073709551615 4126016803 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20730] ppid=20725 vsize=844792 CPUtime=0.13
/proc/20728/task/20730/stat : 20730 (java) S 20725 20725 17198 0 -1 64 2976 0 0 0 13 0 0 0 16 0 9 0 1984977191 865067008 34610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20731] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20731/stat : 20731 (java) S 20725 20725 17198 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1984977191 865067008 34610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20732] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20732/stat : 20732 (java) S 20725 20725 17198 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1984977191 865067008 34610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20733] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20733/stat : 20733 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984977193 865067008 34610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20734] ppid=20725 vsize=844792 CPUtime=0.13
/proc/20728/task/20734/stat : 20734 (java) S 20725 20725 17198 0 -1 64 391 0 0 0 13 0 0 0 16 0 9 0 1984977193 865067008 34610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20735] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20735/stat : 20735 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984977193 865067008 34610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20736] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20736/stat : 20736 (java) S 20725 20725 17198 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1984977193 865067008 34610 996147200 134512640 134550740 4294956016 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) 850148

[startup+3.10153 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 20738
/proc/meminfo: memFree=1527600/2055920 swapFree=4179604/4192956
[pid=20725] ppid=20723 vsize=5356 CPUtime=0
/proc/20725/stat : 20725 (concrete.sh) S 20723 20725 17198 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1984977188 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20725/statm: 1339 242 201 169 0 50 0
[pid=20728] ppid=20725 vsize=844792 CPUtime=3.06
/proc/20728/stat : 20728 (java) S 20725 20725 17198 0 -1 0 35867 0 1 0 289 17 0 0 22 0 9 0 1984977189 865067008 35068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20728/statm: 211198 35068 2570 9 0 205765 0
[pid=20728/tid=20729] ppid=20725 vsize=844792 CPUtime=2.76
/proc/20728/task/20729/stat : 20729 (java) R 20725 20725 17198 0 -1 64 31757 0 1 0 261 15 0 0 25 0 9 0 1984977190 865067008 35068 996147200 134512640 134550740 4294956016 18446744073709551615 4126016418 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20730] ppid=20725 vsize=844792 CPUtime=0.13
/proc/20728/task/20730/stat : 20730 (java) S 20725 20725 17198 0 -1 64 2976 0 0 0 13 0 0 0 17 0 9 0 1984977191 865067008 35068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20731] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20731/stat : 20731 (java) S 20725 20725 17198 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1984977191 865067008 35068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20732] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20732/stat : 20732 (java) S 20725 20725 17198 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1984977191 865067008 35068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20733] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20733/stat : 20733 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984977193 865067008 35068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20734] ppid=20725 vsize=844792 CPUtime=0.14
/proc/20728/task/20734/stat : 20734 (java) S 20725 20725 17198 0 -1 64 395 0 0 0 14 0 0 0 16 0 9 0 1984977193 865067008 35068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20735] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20735/stat : 20735 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984977193 865067008 35068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20736] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20736/stat : 20736 (java) S 20725 20725 17198 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1984977193 865067008 35068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 850148

[startup+6.30216 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 20738
/proc/meminfo: memFree=1521264/2055920 swapFree=4179604/4192956
[pid=20725] ppid=20723 vsize=5356 CPUtime=0
/proc/20725/stat : 20725 (concrete.sh) S 20723 20725 17198 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1984977188 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20725/statm: 1339 242 201 169 0 50 0
[pid=20728] ppid=20725 vsize=844792 CPUtime=6.22
/proc/20728/stat : 20728 (java) S 20725 20725 17198 0 -1 0 37317 0 1 0 604 18 0 0 22 0 9 0 1984977189 865067008 36517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20728/statm: 211198 36517 2570 9 0 205765 0
[pid=20728/tid=20729] ppid=20725 vsize=844792 CPUtime=5.92
/proc/20728/task/20729/stat : 20729 (java) R 20725 20725 17198 0 -1 64 33204 0 1 0 576 16 0 0 25 0 9 0 1984977190 865067008 36517 996147200 134512640 134550740 4294956016 18446744073709551615 4126016600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20730] ppid=20725 vsize=844792 CPUtime=0.13
/proc/20728/task/20730/stat : 20730 (java) S 20725 20725 17198 0 -1 64 2976 0 0 0 13 0 0 0 16 0 9 0 1984977191 865067008 36517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20731] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20731/stat : 20731 (java) S 20725 20725 17198 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1984977191 865067008 36517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20732] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20732/stat : 20732 (java) S 20725 20725 17198 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1984977191 865067008 36517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20733] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20733/stat : 20733 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984977193 865067008 36517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20734] ppid=20725 vsize=844792 CPUtime=0.15
/proc/20728/task/20734/stat : 20734 (java) S 20725 20725 17198 0 -1 64 398 0 0 0 15 0 0 0 16 0 9 0 1984977193 865067008 36517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20735] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20735/stat : 20735 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984977193 865067008 36517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20736] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20736/stat : 20736 (java) S 20725 20725 17198 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1984977193 865067008 36517 996147200 134512640 134550740 4294956016 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) 850148

[startup+12.7014 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 20738
/proc/meminfo: memFree=1515632/2055920 swapFree=4179604/4192956
[pid=20725] ppid=20723 vsize=5356 CPUtime=0
/proc/20725/stat : 20725 (concrete.sh) S 20723 20725 17198 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1984977188 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20725/statm: 1339 242 201 169 0 50 0
[pid=20728] ppid=20725 vsize=844792 CPUtime=12.56
/proc/20728/stat : 20728 (java) S 20725 20725 17198 0 -1 0 38308 0 1 0 1237 19 0 0 22 0 9 0 1984977189 865067008 37507 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20728/statm: 211198 37507 2570 9 0 205765 0
[pid=20728/tid=20729] ppid=20725 vsize=844792 CPUtime=12.25
/proc/20728/task/20729/stat : 20729 (java) R 20725 20725 17198 0 -1 64 34185 0 1 0 1208 17 0 0 25 0 9 0 1984977190 865067008 37507 996147200 134512640 134550740 4294956016 18446744073709551615 4126016433 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20730] ppid=20725 vsize=844792 CPUtime=0.13
/proc/20728/task/20730/stat : 20730 (java) S 20725 20725 17198 0 -1 64 2981 0 0 0 13 0 0 0 16 0 9 0 1984977191 865067008 37507 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20731] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20731/stat : 20731 (java) S 20725 20725 17198 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1984977191 865067008 37507 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20732] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20732/stat : 20732 (java) S 20725 20725 17198 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1984977191 865067008 37507 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20733] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20733/stat : 20733 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984977193 865067008 37507 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20734] ppid=20725 vsize=844792 CPUtime=0.16
/proc/20728/task/20734/stat : 20734 (java) S 20725 20725 17198 0 -1 64 403 0 0 0 16 0 0 0 16 0 9 0 1984977193 865067008 37507 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20735] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20735/stat : 20735 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984977193 865067008 37507 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20736] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20736/stat : 20736 (java) S 20725 20725 17198 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1984977193 865067008 37507 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 850148

[startup+25.5029 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 20738
/proc/meminfo: memFree=1515568/2055920 swapFree=4179604/4192956
[pid=20725] ppid=20723 vsize=5356 CPUtime=0
/proc/20725/stat : 20725 (concrete.sh) S 20723 20725 17198 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1984977188 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20725/statm: 1339 242 201 169 0 50 0
[pid=20728] ppid=20725 vsize=844792 CPUtime=25.24
/proc/20728/stat : 20728 (java) S 20725 20725 17198 0 -1 0 38317 0 1 0 2503 21 0 0 22 0 9 0 1984977189 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20728/statm: 211198 37514 2570 9 0 205765 0
[pid=20728/tid=20729] ppid=20725 vsize=844792 CPUtime=24.92
/proc/20728/task/20729/stat : 20729 (java) R 20725 20725 17198 0 -1 64 34187 0 1 0 2473 19 0 0 25 0 9 0 1984977190 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4126007229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20730] ppid=20725 vsize=844792 CPUtime=0.13
/proc/20728/task/20730/stat : 20730 (java) S 20725 20725 17198 0 -1 64 2985 0 0 0 13 0 0 0 16 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20731] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20731/stat : 20731 (java) S 20725 20725 17198 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20732] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20732/stat : 20732 (java) S 20725 20725 17198 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20733] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20733/stat : 20733 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20734] ppid=20725 vsize=844792 CPUtime=0.16
/proc/20728/task/20734/stat : 20734 (java) S 20725 20725 17198 0 -1 64 406 0 0 0 16 0 0 0 16 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20735] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20735/stat : 20735 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20736] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20736/stat : 20736 (java) S 20725 20725 17198 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 850148

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

[startup+25.6029 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 20738

################
# More data... #
################

[pid=20728/tid=20729] ppid=20725 vsize=844792 CPUtime=25.02
/proc/20728/task/20729/stat : 20729 (java) R 20725 20725 17198 0 -1 64 34187 0 1 0 2483 19 0 0 25 0 9 0 1984977190 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4126016454 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20730] ppid=20725 vsize=844792 CPUtime=0.13
/proc/20728/task/20730/stat : 20730 (java) S 20725 20725 17198 0 -1 64 2985 0 0 0 13 0 0 0 16 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20731] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20731/stat : 20731 (java) S 20725 20725 17198 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20732] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20732/stat : 20732 (java) S 20725 20725 17198 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20733] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20733/stat : 20733 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20734] ppid=20725 vsize=844792 CPUtime=0.16
/proc/20728/task/20734/stat : 20734 (java) S 20725 20725 17198 0 -1 64 406 0 0 0 16 0 0 0 16 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20735] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20735/stat : 20735 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20736] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20736/stat : 20736 (java) S 20725 20725 17198 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 850148

[startup+32.0072 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 20738
/proc/meminfo: memFree=1515568/2055920 swapFree=4179604/4192956
[pid=20725] ppid=20723 vsize=5356 CPUtime=0
/proc/20725/stat : 20725 (concrete.sh) S 20723 20725 17198 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1984977188 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20725/statm: 1339 242 201 169 0 50 0
[pid=20728] ppid=20725 vsize=844792 CPUtime=31.68
/proc/20728/stat : 20728 (java) S 20725 20725 17198 0 -1 0 38318 0 1 0 3146 22 0 0 22 0 9 0 1984977189 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20728/statm: 211198 37514 2570 9 0 205765 0
[pid=20728/tid=20729] ppid=20725 vsize=844792 CPUtime=31.36
/proc/20728/task/20729/stat : 20729 (java) R 20725 20725 17198 0 -1 64 34188 0 1 0 3116 20 0 0 25 0 9 0 1984977190 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4126007249 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20730] ppid=20725 vsize=844792 CPUtime=0.13
/proc/20728/task/20730/stat : 20730 (java) S 20725 20725 17198 0 -1 64 2985 0 0 0 13 0 0 0 16 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20731] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20731/stat : 20731 (java) S 20725 20725 17198 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20732] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20732/stat : 20732 (java) S 20725 20725 17198 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20733] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20733/stat : 20733 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20734] ppid=20725 vsize=844792 CPUtime=0.16
/proc/20728/task/20734/stat : 20734 (java) S 20725 20725 17198 0 -1 64 406 0 0 0 16 0 0 0 16 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20735] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20735/stat : 20735 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20736] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20736/stat : 20736 (java) S 20725 20725 17198 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.68
Current children cumulated vsize (KiB) 850148

[startup+33.6015 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 20738
/proc/meminfo: memFree=1515568/2055920 swapFree=4179604/4192956
[pid=20725] ppid=20723 vsize=5356 CPUtime=0
/proc/20725/stat : 20725 (concrete.sh) S 20723 20725 17198 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1984977188 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20725/statm: 1339 242 201 169 0 50 0
[pid=20728] ppid=20725 vsize=844792 CPUtime=33.26
/proc/20728/stat : 20728 (java) S 20725 20725 17198 0 -1 0 38318 0 1 0 3304 22 0 0 22 0 9 0 1984977189 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20728/statm: 211198 37514 2570 9 0 205765 0
[pid=20728/tid=20729] ppid=20725 vsize=844792 CPUtime=32.94
/proc/20728/task/20729/stat : 20729 (java) R 20725 20725 17198 0 -1 64 34188 0 1 0 3274 20 0 0 25 0 9 0 1984977190 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4126016822 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20730] ppid=20725 vsize=844792 CPUtime=0.13
/proc/20728/task/20730/stat : 20730 (java) S 20725 20725 17198 0 -1 64 2985 0 0 0 13 0 0 0 16 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20731] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20731/stat : 20731 (java) S 20725 20725 17198 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20732] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20732/stat : 20732 (java) S 20725 20725 17198 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20733] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20733/stat : 20733 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20734] ppid=20725 vsize=844792 CPUtime=0.16
/proc/20728/task/20734/stat : 20734 (java) S 20725 20725 17198 0 -1 64 406 0 0 0 16 0 0 0 16 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20735] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20735/stat : 20735 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20736] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20736/stat : 20736 (java) S 20725 20725 17198 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.26
Current children cumulated vsize (KiB) 850148

[startup+35.2028 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 20738
/proc/meminfo: memFree=1515504/2055920 swapFree=4179604/4192956
[pid=20725] ppid=20723 vsize=5356 CPUtime=0
/proc/20725/stat : 20725 (concrete.sh) S 20723 20725 17198 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1984977188 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20725/statm: 1339 242 201 169 0 50 0
[pid=20728] ppid=20725 vsize=844792 CPUtime=34.86
/proc/20728/stat : 20728 (java) S 20725 20725 17198 0 -1 0 38318 0 1 0 3463 23 0 0 22 0 9 0 1984977189 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20728/statm: 211198 37514 2570 9 0 205765 0
[pid=20728/tid=20729] ppid=20725 vsize=844792 CPUtime=34.52
/proc/20728/task/20729/stat : 20729 (java) R 20725 20725 17198 0 -1 64 34188 0 1 0 3432 20 0 0 25 0 9 0 1984977190 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4125998189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20730] ppid=20725 vsize=844792 CPUtime=0.13
/proc/20728/task/20730/stat : 20730 (java) S 20725 20725 17198 0 -1 64 2985 0 0 0 13 0 0 0 16 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20731] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20731/stat : 20731 (java) S 20725 20725 17198 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20732] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20732/stat : 20732 (java) S 20725 20725 17198 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20733] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20733/stat : 20733 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20734] ppid=20725 vsize=844792 CPUtime=0.16
/proc/20728/task/20734/stat : 20734 (java) S 20725 20725 17198 0 -1 64 406 0 0 0 16 0 0 0 16 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20735] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20735/stat : 20735 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20736] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20736/stat : 20736 (java) S 20725 20725 17198 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.86
Current children cumulated vsize (KiB) 850148

[startup+35.6029 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 20738
/proc/meminfo: memFree=1515504/2055920 swapFree=4179604/4192956
[pid=20725] ppid=20723 vsize=5356 CPUtime=0
/proc/20725/stat : 20725 (concrete.sh) S 20723 20725 17198 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1984977188 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20725/statm: 1339 242 201 169 0 50 0
[pid=20728] ppid=20725 vsize=844792 CPUtime=35.25
/proc/20728/stat : 20728 (java) S 20725 20725 17198 0 -1 0 38318 0 1 0 3502 23 0 0 22 0 9 0 1984977189 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20728/statm: 211198 37514 2570 9 0 205765 0
[pid=20728/tid=20729] ppid=20725 vsize=844792 CPUtime=34.92
/proc/20728/task/20729/stat : 20729 (java) R 20725 20725 17198 0 -1 64 34188 0 1 0 3472 20 0 0 25 0 9 0 1984977190 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4126016424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20730] ppid=20725 vsize=844792 CPUtime=0.13
/proc/20728/task/20730/stat : 20730 (java) S 20725 20725 17198 0 -1 64 2985 0 0 0 13 0 0 0 16 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20731] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20731/stat : 20731 (java) S 20725 20725 17198 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20732] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20732/stat : 20732 (java) S 20725 20725 17198 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20733] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20733/stat : 20733 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20734] ppid=20725 vsize=844792 CPUtime=0.16
/proc/20728/task/20734/stat : 20734 (java) S 20725 20725 17198 0 -1 64 406 0 0 0 16 0 0 0 16 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20735] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20735/stat : 20735 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20736] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20736/stat : 20736 (java) S 20725 20725 17198 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.25
Current children cumulated vsize (KiB) 850148

[startup+36.003 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 20738
/proc/meminfo: memFree=1515504/2055920 swapFree=4179604/4192956
[pid=20725] ppid=20723 vsize=5356 CPUtime=0
/proc/20725/stat : 20725 (concrete.sh) S 20723 20725 17198 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1984977188 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20725/statm: 1339 242 201 169 0 50 0
[pid=20728] ppid=20725 vsize=844792 CPUtime=35.65
/proc/20728/stat : 20728 (java) S 20725 20725 17198 0 -1 0 38318 0 1 0 3542 23 0 0 22 0 9 0 1984977189 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20728/statm: 211198 37514 2570 9 0 205765 0
[pid=20728/tid=20729] ppid=20725 vsize=844792 CPUtime=35.32
/proc/20728/task/20729/stat : 20729 (java) R 20725 20725 17198 0 -1 64 34188 0 1 0 3512 20 0 0 25 0 9 0 1984977190 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4125894424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20730] ppid=20725 vsize=844792 CPUtime=0.13
/proc/20728/task/20730/stat : 20730 (java) S 20725 20725 17198 0 -1 64 2985 0 0 0 13 0 0 0 16 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20731] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20731/stat : 20731 (java) S 20725 20725 17198 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20732] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20732/stat : 20732 (java) S 20725 20725 17198 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1984977191 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20733] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20733/stat : 20733 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20734] ppid=20725 vsize=844792 CPUtime=0.16
/proc/20728/task/20734/stat : 20734 (java) S 20725 20725 17198 0 -1 64 406 0 0 0 16 0 0 0 16 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20735] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20735/stat : 20735 (java) S 20725 20725 17198 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20728/tid=20736] ppid=20725 vsize=844792 CPUtime=0
/proc/20728/task/20736/stat : 20736 (java) S 20725 20725 17198 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1984977193 865067008 37514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.65
Current children cumulated vsize (KiB) 850148

[startup+36.1036 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 20738
/proc/meminfo: memFree=1515504/2055920 swapFree=4179604/4192956
[pid=20725] ppid=20723 vsize=5356 CPUtime=0
/proc/20725/stat : 20725 (concrete.sh) S 20723 20725 17198 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 1984977188 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20725/statm: 1339 242 201 169 0 50 0
[pid=20728] ppid=20725 vsize=0 CPUtime=35.69
/proc/20728/stat : 20728 (java) Z 20725 20725 17198 0 -1 12 38325 0 1 0 3545 24 0 0 16 0 2 0 1984977189 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20728/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.69
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 36.1102
CPU time (s): 35.7186
CPU user time (s): 35.4596
CPU system time (s): 0.25896
CPU usage (%): 98.9156
Max. virtual memory (cumulated for all children) (KiB): 850148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.4596
system time used= 0.25896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38777
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= 1751
involuntary context switches= 2711

runsolver used 0.045993 second user time and 0.124981 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-03 06:44:21
IDJOB=1055757
IDBENCH=56970
IDSOLVER=303
FILE ID=node74/1055757-1215060261
PBS_JOBID= 7875030
Free space on /tmp= 103208 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/travellingSalesman-20/normalized-tsp-20-68_ext.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-1055757-1215060261/watcher-1055757-1215060261 -o /tmp/evaluation-result-1055757-1215060261/solver-1055757-1215060261 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1055757-1215060261.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 078c82a6b82eec1c7c103c61b38fbabf
RANDOM SEED=315545793

node74.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.259
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.259
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:       1657248 kB
Buffers:         57564 kB
Cached:         213148 kB
SwapCached:       6796 kB
Active:         204780 kB
Inactive:       129232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657248 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:             960 kB
Writeback:           0 kB
Mapped:          79356 kB
Slab:            49688 kB
Committed_AS:  4006372 kB
PageTables:       2012 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103208 MiB
End job on node74 at 2008-07-03 06:44:57