Trace number 1061747

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 292.256 292.388

DiagnosticValue
CHECKS514017000
NODES2801820

General information on the benchmark

Namecsp/pseudo/jnh/
normalized-jnh-209.xml
MD5SUM30b02bc876c265422272a7bcc4339731
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.358944
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints900
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data (download as text)

1.29/1.32	c CPU-LOAD 0.76
1.29/1.32	c LOADED 200 V (2 E), 160 ExtensionConstraint2D, 740 PredicateConstraint, arity 11, 0.76 cpu
292.19/292.33	v 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 
292.19/292.35	s SATISFIABLE
292.19/292.35	d NODES 2801818
292.19/292.35	d CHECKS 514016697
292.19/292.35	c gac3-effective-revisions: 0
292.19/292.35	c gac3-useless-revisions: 4102
292.19/292.35	c prepro-constraint-ccks: 4522
292.19/292.35	c prepro-constraint-presenceccks: 3782
292.19/292.35	c prepro-cpu: 0.03
292.19/292.35	c prepro-matrix2d-ccks: 640
292.19/292.35	c prepro-matrix2d-presenceccks: 640
292.19/292.35	c prepro-removed: 0
292.19/292.35	c total-assgn: 2801818
292.19/292.35	c total-constraint-ccks: 514014917
292.19/292.35	c total-constraint-presence-ccks: 49344
292.19/292.35	c total-cpu: 286.75003
292.19/292.35	c total-matrix2d-ccks: 1780
292.19/292.35	c total-matrix2d-presence-ccks: 12800
292.19/292.35	c tuples: 0
292.19/292.35	c tuples-collisions: 0
292.19/292.35	c TOTAL-NODES 2801818
292.19/292.35	c TOTAL-CPU 286.75003

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-1061747-1215133391/watcher-1061747-1215133391 -o /tmp/evaluation-result-1061747-1215133391/solver-1061747-1215133391 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1061747-1215133391.xml 

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


[startup+0 s]
/proc/loadavg: 2.16 2.06 2.01 4/81 17420
/proc/meminfo: memFree=1467112/2055920 swapFree=4180972/4192956
[pid=17420] ppid=17418 vsize=18572 CPUtime=0
/proc/17420/stat : 17420 (runsolver) R 17418 17420 16538 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1992313728 19017728 292 996147200 4194304 4296836 548682068432 18446744073709551615 240472616231 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17420/statm: 4643 292 257 25 0 2626 0

[startup+0.102102 s]
/proc/loadavg: 2.16 2.06 2.01 4/81 17420
/proc/meminfo: memFree=1467112/2055920 swapFree=4180972/4192956
[pid=17420] ppid=17418 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (concrete.sh) S 17418 17420 16538 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1992313728 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17420/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.201094 s]
/proc/loadavg: 2.16 2.06 2.01 4/81 17420
/proc/meminfo: memFree=1467112/2055920 swapFree=4180972/4192956
[pid=17420] ppid=17418 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (concrete.sh) S 17418 17420 16538 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1992313728 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17420/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301104 s]
/proc/loadavg: 2.16 2.06 2.01 4/81 17420
/proc/meminfo: memFree=1467112/2055920 swapFree=4180972/4192956
[pid=17420] ppid=17418 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (concrete.sh) S 17418 17420 16538 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1992313728 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17420/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: 2.16 2.06 2.01 4/81 17420
/proc/meminfo: memFree=1467112/2055920 swapFree=4180972/4192956
[pid=17420] ppid=17418 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (concrete.sh) S 17418 17420 16538 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1992313728 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17420/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.5012 s]
/proc/loadavg: 2.16 2.06 2.01 4/92 17432
/proc/meminfo: memFree=1453584/2055920 swapFree=4180972/4192956
[pid=17420] ppid=17418 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (concrete.sh) S 17418 17420 16538 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1992313728 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17420/statm: 1339 242 201 169 0 50 0
[pid=17423] ppid=17420 vsize=847200 CPUtime=1.48
/proc/17423/stat : 17423 (java) S 17420 17420 16538 0 -1 0 7541 0 1 0 142 6 0 0 24 0 9 0 1992313729 867532800 6630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17423/statm: 211800 6630 2582 9 0 206360 0
[pid=17423/tid=17424] ppid=17420 vsize=847200 CPUtime=0.94
/proc/17423/task/17424/stat : 17424 (java) R 17420 17420 16538 0 -1 64 3719 0 1 0 91 3 0 0 25 0 9 0 1992313730 867532800 6630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17425] ppid=17420 vsize=847200 CPUtime=0.11
/proc/17423/task/17425/stat : 17425 (java) S 17420 17420 16538 0 -1 64 1946 0 0 0 11 0 0 0 16 0 9 0 1992313731 867532800 6630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17426] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17426/stat : 17426 (java) S 17420 17420 16538 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992313731 867532800 6630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17427] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17427/stat : 17427 (java) S 17420 17420 16538 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992313731 867532800 6630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17428] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17428/stat : 17428 (java) S 17420 17420 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992313733 867532800 6630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17429] ppid=17420 vsize=847200 CPUtime=0.4
/proc/17423/task/17429/stat : 17429 (java) R 17420 17420 16538 0 -1 64 1139 0 0 0 40 0 0 0 16 0 9 0 1992313733 867532800 6630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17430] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17430/stat : 17430 (java) S 17420 17420 16538 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992313733 867532800 6630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17431] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17431/stat : 17431 (java) S 17420 17420 16538 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992313733 867532800 6630 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 852556

[startup+3.10234 s]
/proc/loadavg: 2.16 2.06 2.01 3/91 17433
/proc/meminfo: memFree=1450384/2055920 swapFree=4180972/4192956
[pid=17420] ppid=17418 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (concrete.sh) S 17418 17420 16538 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1992313728 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17420/statm: 1339 242 201 169 0 50 0
[pid=17423] ppid=17420 vsize=847200 CPUtime=3.09
/proc/17423/stat : 17423 (java) S 17420 17420 16538 0 -1 0 7617 0 1 0 302 7 0 0 24 0 9 0 1992313729 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17423/statm: 211800 6633 2583 9 0 206360 0
[pid=17423/tid=17424] ppid=17420 vsize=847200 CPUtime=2.52
/proc/17423/task/17424/stat : 17424 (java) R 17420 17420 16538 0 -1 64 3792 0 1 0 248 4 0 0 25 0 9 0 1992313730 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4126790025 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17425] ppid=17420 vsize=847200 CPUtime=0.13
/proc/17423/task/17425/stat : 17425 (java) S 17420 17420 16538 0 -1 64 1946 0 0 0 12 1 0 0 16 0 9 0 1992313731 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17426] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17426/stat : 17426 (java) S 17420 17420 16538 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992313731 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17427] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17427/stat : 17427 (java) S 17420 17420 16538 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992313731 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17428] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17428/stat : 17428 (java) S 17420 17420 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992313733 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17429] ppid=17420 vsize=847200 CPUtime=0.4
/proc/17423/task/17429/stat : 17429 (java) S 17420 17420 16538 0 -1 64 1142 0 0 0 40 0 0 0 16 0 9 0 1992313733 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17430] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17430/stat : 17430 (java) S 17420 17420 16538 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992313733 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17431] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17431/stat : 17431 (java) S 17420 17420 16538 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992313733 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 852556

[startup+6.30261 s]
/proc/loadavg: 2.15 2.06 2.01 3/91 17433
/proc/meminfo: memFree=1450264/2055920 swapFree=4180972/4192956
[pid=17420] ppid=17418 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (concrete.sh) S 17418 17420 16538 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1992313728 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17420/statm: 1339 242 201 169 0 50 0
[pid=17423] ppid=17420 vsize=847200 CPUtime=6.29
/proc/17423/stat : 17423 (java) S 17420 17420 16538 0 -1 0 7762 0 1 0 621 8 0 0 24 0 9 0 1992313729 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17423/statm: 211800 6633 2583 9 0 206360 0
[pid=17423/tid=17424] ppid=17420 vsize=847200 CPUtime=5.67
/proc/17423/task/17424/stat : 17424 (java) R 17420 17420 16538 0 -1 64 3937 0 1 0 563 4 0 0 25 0 9 0 1992313730 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4126805580 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17425] ppid=17420 vsize=847200 CPUtime=0.18
/proc/17423/task/17425/stat : 17425 (java) S 17420 17420 16538 0 -1 64 1946 0 0 0 16 2 0 0 16 0 9 0 1992313731 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17426] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17426/stat : 17426 (java) S 17420 17420 16538 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992313731 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17427] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17427/stat : 17427 (java) S 17420 17420 16538 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992313731 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17428] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17428/stat : 17428 (java) S 17420 17420 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992313733 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17429] ppid=17420 vsize=847200 CPUtime=0.4
/proc/17423/task/17429/stat : 17429 (java) S 17420 17420 16538 0 -1 64 1142 0 0 0 40 0 0 0 16 0 9 0 1992313733 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17430] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17430/stat : 17430 (java) S 17420 17420 16538 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992313733 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17431] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17431/stat : 17431 (java) S 17420 17420 16538 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992313733 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 852556

[startup+12.7022 s]
/proc/loadavg: 2.14 2.06 2.01 3/91 17433
/proc/meminfo: memFree=1450136/2055920 swapFree=4180972/4192956
[pid=17420] ppid=17418 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (concrete.sh) S 17418 17420 16538 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1992313728 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17420/statm: 1339 242 201 169 0 50 0
[pid=17423] ppid=17420 vsize=847200 CPUtime=12.68
/proc/17423/stat : 17423 (java) S 17420 17420 16538 0 -1 0 8051 0 1 0 1258 10 0 0 24 0 9 0 1992313729 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17423/statm: 211800 6633 2583 9 0 206360 0
[pid=17423/tid=17424] ppid=17420 vsize=847200 CPUtime=11.98
/proc/17423/task/17424/stat : 17424 (java) R 17420 17420 16538 0 -1 64 4226 0 1 0 1193 5 0 0 25 0 9 0 1992313730 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4126789913 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17425] ppid=17420 vsize=847200 CPUtime=0.28
/proc/17423/task/17425/stat : 17425 (java) S 17420 17420 16538 0 -1 64 1946 0 0 0 24 4 0 0 16 0 9 0 1992313731 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17426] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17426/stat : 17426 (java) S 17420 17420 16538 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992313731 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17427] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17427/stat : 17427 (java) S 17420 17420 16538 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992313731 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17428] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17428/stat : 17428 (java) S 17420 17420 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992313733 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17429] ppid=17420 vsize=847200 CPUtime=0.4
/proc/17423/task/17429/stat : 17429 (java) S 17420 17420 16538 0 -1 64 1142 0 0 0 40 0 0 0 16 0 9 0 1992313733 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17430] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17430/stat : 17430 (java) S 17420 17420 16538 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992313733 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17431] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17431/stat : 17431 (java) S 17420 17420 16538 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992313733 867532800 6633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 852556

[startup+25.5013 s]
/proc/loadavg: 2.11 2.06 2.01 3/91 17433
/proc/meminfo: memFree=1450008/2055920 swapFree=4180972/4192956
[pid=17420] ppid=17418 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (concrete.sh) S 17418 17420 16538 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1992313728 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17420/statm: 1339 242 201 169 0 50 0
[pid=17423] ppid=17420 vsize=847200 CPUtime=25.48
/proc/17423/stat : 17423 (java) S 17420 17420 16538 0 -1 0 8700 0 1 0 2533 15 0 0 24 0 9 0 1992313729 867532800 6699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17423/statm: 211800 6699 2583 9 0 206360 0
[pid=17423/tid=17424] ppid=17420 vsize=847200 CPUtime=24.59
/proc/17423/task/17424/stat : 17424 (java) R 17420 17420 16538 0 -1 64 4809 0 1 0 2452 7 0 0 25 0 9 0 1992313730 867532800 6699 996147200 134512640 134550740 4294956016 18446744073709551615 4126735727 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17425] ppid=17420 vsize=847200 CPUtime=0.45
/proc/17423/task/17425/stat : 17425 (java) S 17420 17420 16538 0 -1 64 2010 0 0 0 39 6 0 0 16 0 9 0 1992313731 867532800 6699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17426] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17426/stat : 17426 (java) S 17420 17420 16538 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992313731 867532800 6699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17427] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17427/stat : 17427 (java) S 17420 17420 16538 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992313731 867532800 6699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17428] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17428/stat : 17428 (java) S 17420 17420 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992313733 867532800 6699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17429] ppid=17420 vsize=847200 CPUtime=0.41
/proc/17423/task/17429/stat : 17429 (java) S 17420 17420 16538 0 -1 64 1144 0 0 0 41 0 0 0 16 0 9 0 1992313733 867532800 6699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17430] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17430/stat : 17430 (java) S 17420 17420 16538 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992313733 867532800 6699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17431] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17431/stat : 17431 (java) S 17420 17420 16538 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992313733 867532800 6699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 852556

[startup+51.1014 s]
/proc/loadavg: 2.07 2.05 2.01 3/91 17433
/proc/meminfo: memFree=1449752/2055920 swapFree=4180972/4192956
[pid=17420] ppid=17418 vsize=5356 CPUtime=0

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


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

[startup+288.003 s]
/proc/loadavg: 2.02 2.04 2.00 3/91 17433
/proc/meminfo: memFree=1447640/2055920 swapFree=4180972/4192956
[pid=17420] ppid=17418 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (concrete.sh) S 17418 17420 16538 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1992313728 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17420/statm: 1339 242 201 169 0 50 0
[pid=17423] ppid=17420 vsize=847200 CPUtime=287.89
/proc/17423/stat : 17423 (java) S 17420 17420 16538 0 -1 0 21216 0 1 0 28679 110 0 0 24 0 9 0 1992313729 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17423/statm: 211800 7251 2584 9 0 206360 0
[pid=17423/tid=17424] ppid=17420 vsize=847200 CPUtime=283.33
/proc/17423/task/17424/stat : 17424 (java) R 17420 17420 16538 0 -1 64 16766 0 1 0 28298 35 0 0 25 0 9 0 1992313730 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4126736919 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17425] ppid=17420 vsize=847200 CPUtime=4.12
/proc/17423/task/17425/stat : 17425 (java) S 17420 17420 16538 0 -1 64 2566 0 0 0 339 73 0 0 16 0 9 0 1992313731 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17426] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17426/stat : 17426 (java) S 17420 17420 16538 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992313731 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17427] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17427/stat : 17427 (java) S 17420 17420 16538 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992313731 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17428] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17428/stat : 17428 (java) S 17420 17420 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17429] ppid=17420 vsize=847200 CPUtime=0.42
/proc/17423/task/17429/stat : 17429 (java) S 17420 17420 16538 0 -1 64 1147 0 0 0 41 1 0 0 16 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17430] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17430/stat : 17430 (java) S 17420 17420 16538 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17431] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17431/stat : 17431 (java) S 17420 17420 16538 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 287.89
Current children cumulated vsize (KiB) 852556

[startup+289.603 s]
/proc/loadavg: 2.02 2.04 2.00 3/91 17433
/proc/meminfo: memFree=1447640/2055920 swapFree=4180972/4192956
[pid=17420] ppid=17418 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (concrete.sh) S 17418 17420 16538 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1992313728 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17420/statm: 1339 242 201 169 0 50 0
[pid=17423] ppid=17420 vsize=847200 CPUtime=289.49
/proc/17423/stat : 17423 (java) S 17420 17420 16538 0 -1 0 21288 0 1 0 28838 111 0 0 24 0 9 0 1992313729 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17423/statm: 211800 7251 2584 9 0 206360 0
[pid=17423/tid=17424] ppid=17420 vsize=847200 CPUtime=284.9
/proc/17423/task/17424/stat : 17424 (java) R 17420 17420 16538 0 -1 64 16838 0 1 0 28455 35 0 0 25 0 9 0 1992313730 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4126794432 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17425] ppid=17420 vsize=847200 CPUtime=4.13
/proc/17423/task/17425/stat : 17425 (java) S 17420 17420 16538 0 -1 64 2566 0 0 0 340 73 0 0 16 0 9 0 1992313731 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17426] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17426/stat : 17426 (java) S 17420 17420 16538 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992313731 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17427] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17427/stat : 17427 (java) S 17420 17420 16538 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992313731 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17428] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17428/stat : 17428 (java) S 17420 17420 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17429] ppid=17420 vsize=847200 CPUtime=0.42
/proc/17423/task/17429/stat : 17429 (java) S 17420 17420 16538 0 -1 64 1147 0 0 0 41 1 0 0 16 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17430] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17430/stat : 17430 (java) S 17420 17420 16538 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17431] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17431/stat : 17431 (java) S 17420 17420 16538 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 289.49
Current children cumulated vsize (KiB) 852556

[startup+291.202 s]
/proc/loadavg: 2.02 2.04 2.00 3/91 17433
/proc/meminfo: memFree=1447640/2055920 swapFree=4180972/4192956
[pid=17420] ppid=17418 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (concrete.sh) S 17418 17420 16538 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1992313728 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17420/statm: 1339 242 201 169 0 50 0
[pid=17423] ppid=17420 vsize=847200 CPUtime=291.08
/proc/17423/stat : 17423 (java) S 17420 17420 16538 0 -1 0 21361 0 1 0 28997 111 0 0 24 0 9 0 1992313729 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17423/statm: 211800 7251 2584 9 0 206360 0
[pid=17423/tid=17424] ppid=17420 vsize=847200 CPUtime=286.48
/proc/17423/task/17424/stat : 17424 (java) R 17420 17420 16538 0 -1 64 16911 0 1 0 28613 35 0 0 25 0 9 0 1992313730 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4126747851 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17425] ppid=17420 vsize=847200 CPUtime=4.16
/proc/17423/task/17425/stat : 17425 (java) S 17420 17420 16538 0 -1 64 2566 0 0 0 342 74 0 0 16 0 9 0 1992313731 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17426] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17426/stat : 17426 (java) S 17420 17420 16538 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992313731 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17427] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17427/stat : 17427 (java) S 17420 17420 16538 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992313731 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17428] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17428/stat : 17428 (java) S 17420 17420 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17429] ppid=17420 vsize=847200 CPUtime=0.42
/proc/17423/task/17429/stat : 17429 (java) S 17420 17420 16538 0 -1 64 1147 0 0 0 41 1 0 0 16 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17430] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17430/stat : 17430 (java) S 17420 17420 16538 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17431] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17431/stat : 17431 (java) S 17420 17420 16538 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 291.08
Current children cumulated vsize (KiB) 852556

[startup+292.002 s]
/proc/loadavg: 2.02 2.04 2.00 3/91 17433
/proc/meminfo: memFree=1447640/2055920 swapFree=4180972/4192956
[pid=17420] ppid=17418 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (concrete.sh) S 17418 17420 16538 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1992313728 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17420/statm: 1339 242 201 169 0 50 0
[pid=17423] ppid=17420 vsize=847200 CPUtime=291.89
/proc/17423/stat : 17423 (java) S 17420 17420 16538 0 -1 0 21397 0 1 0 29077 112 0 0 24 0 9 0 1992313729 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17423/statm: 211800 7251 2584 9 0 206360 0
[pid=17423/tid=17424] ppid=17420 vsize=847200 CPUtime=287.27
/proc/17423/task/17424/stat : 17424 (java) R 17420 17420 16538 0 -1 64 16947 0 1 0 28692 35 0 0 25 0 9 0 1992313730 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4126799571 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17425] ppid=17420 vsize=847200 CPUtime=4.16
/proc/17423/task/17425/stat : 17425 (java) S 17420 17420 16538 0 -1 64 2566 0 0 0 342 74 0 0 16 0 9 0 1992313731 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17426] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17426/stat : 17426 (java) S 17420 17420 16538 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992313731 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17427] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17427/stat : 17427 (java) S 17420 17420 16538 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992313731 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17428] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17428/stat : 17428 (java) S 17420 17420 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17429] ppid=17420 vsize=847200 CPUtime=0.42
/proc/17423/task/17429/stat : 17429 (java) S 17420 17420 16538 0 -1 64 1147 0 0 0 41 1 0 0 16 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17430] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17430/stat : 17430 (java) S 17420 17420 16538 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17431] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17431/stat : 17431 (java) S 17420 17420 16538 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 291.89
Current children cumulated vsize (KiB) 852556

[startup+292.201 s]
/proc/loadavg: 2.02 2.04 2.00 3/91 17433
/proc/meminfo: memFree=1447640/2055920 swapFree=4180972/4192956
[pid=17420] ppid=17418 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (concrete.sh) S 17418 17420 16538 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1992313728 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17420/statm: 1339 242 201 169 0 50 0
[pid=17423] ppid=17420 vsize=847200 CPUtime=292.09
/proc/17423/stat : 17423 (java) S 17420 17420 16538 0 -1 0 21406 0 1 0 29097 112 0 0 24 0 9 0 1992313729 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17423/statm: 211800 7251 2584 9 0 206360 0
[pid=17423/tid=17424] ppid=17420 vsize=847200 CPUtime=287.47
/proc/17423/task/17424/stat : 17424 (java) R 17420 17420 16538 0 -1 64 16956 0 1 0 28712 35 0 0 25 0 9 0 1992313730 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4126736810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17425] ppid=17420 vsize=847200 CPUtime=4.16
/proc/17423/task/17425/stat : 17425 (java) S 17420 17420 16538 0 -1 64 2566 0 0 0 342 74 0 0 16 0 9 0 1992313731 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17426] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17426/stat : 17426 (java) S 17420 17420 16538 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992313731 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17427] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17427/stat : 17427 (java) S 17420 17420 16538 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992313731 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17428] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17428/stat : 17428 (java) S 17420 17420 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17429] ppid=17420 vsize=847200 CPUtime=0.42
/proc/17423/task/17429/stat : 17429 (java) S 17420 17420 16538 0 -1 64 1147 0 0 0 41 1 0 0 16 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17430] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17430/stat : 17430 (java) S 17420 17420 16538 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17431] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17431/stat : 17431 (java) S 17420 17420 16538 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 292.09
Current children cumulated vsize (KiB) 852556

[startup+292.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/91 17433
/proc/meminfo: memFree=1447640/2055920 swapFree=4180972/4192956
[pid=17420] ppid=17418 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (concrete.sh) S 17418 17420 16538 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1992313728 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17420/statm: 1339 242 201 169 0 50 0
[pid=17423] ppid=17420 vsize=847200 CPUtime=292.19
/proc/17423/stat : 17423 (java) S 17420 17420 16538 0 -1 0 21411 0 1 0 29107 112 0 0 24 0 9 0 1992313729 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17423/statm: 211800 7251 2584 9 0 206360 0
[pid=17423/tid=17424] ppid=17420 vsize=847200 CPUtime=287.57
/proc/17423/task/17424/stat : 17424 (java) R 17420 17420 16538 0 -1 64 16961 0 1 0 28722 35 0 0 25 0 9 0 1992313730 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4126789241 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17425] ppid=17420 vsize=847200 CPUtime=4.16
/proc/17423/task/17425/stat : 17425 (java) S 17420 17420 16538 0 -1 64 2566 0 0 0 342 74 0 0 16 0 9 0 1992313731 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17426] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17426/stat : 17426 (java) S 17420 17420 16538 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992313731 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17427] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17427/stat : 17427 (java) S 17420 17420 16538 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992313731 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17428] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17428/stat : 17428 (java) S 17420 17420 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17429] ppid=17420 vsize=847200 CPUtime=0.42
/proc/17423/task/17429/stat : 17429 (java) S 17420 17420 16538 0 -1 64 1147 0 0 0 41 1 0 0 16 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17423/tid=17430] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17430/stat : 17430 (java) S 17420 17420 16538 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17423/tid=17431] ppid=17420 vsize=847200 CPUtime=0
/proc/17423/task/17431/stat : 17431 (java) S 17420 17420 16538 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992313733 867532800 7251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 292.19
Current children cumulated vsize (KiB) 852556

Child status: 0
Real time (s): 292.388
CPU time (s): 292.256
CPU user time (s): 291.125
CPU system time (s): 1.13083
CPU usage (%): 99.9548
Max. virtual memory (cumulated for all children) (KiB): 852556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 291.125
system time used= 1.13083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21894
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= 100455
involuntary context switches= 101361

runsolver used 0.344947 second user time and 0.993848 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-04 03:03:11
IDJOB=1061747
IDBENCH=54580
IDSOLVER=303
FILE ID=node15/1061747-1215133391
PBS_JOBID= 7877322
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 30b02bc876c265422272a7bcc4339731
RANDOM SEED=1233691158

node15.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.229
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.229
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:       1467592 kB
Buffers:         76408 kB
Cached:         360592 kB
SwapCached:       6020 kB
Active:         287600 kB
Inactive:       224428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1467592 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            1292 kB
Writeback:           0 kB
Mapped:          91316 kB
Slab:            61116 kB
Committed_AS:  3570708 kB
PageTables:       2120 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= 66548 MiB
End job on node15 at 2008-07-04 03:08:03