Trace number 1055376

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 21.3118 21.3805

DiagnosticValue
CHECKS7264080
NODES72

General information on the benchmark

Namecsp/nengfa/
normalized-queens1.xml
MD5SUM72b10381b21e6b6e79bdf3ac7e3009a4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.19767
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints13680
Maximum constraint arity2
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13680
Global constraints used (with number of constraints)

Solver Data (download as text)

19.56/19.63	c CPU-LOAD 15.65
19.56/19.63	c LOADED 96 V (96 E), 13680 ExtensionConstraint2D, arity 2, 15.65 cpu
21.26/21.30	v 63 51 20 50 38 67 6 72 91 58 39 36 53 11 24 70 90 14 46 76 93 56 78 82 66 16 3 88 7 68 94 61 1 28 42 21 18 22 2 59 71 92 31 35 45 29 73 62 81 85 12 77 8 33 48 57 37 23 26 9 79 65 52 75 17 10 69 80 19 74 13 30 83 43 95 84 49 64 54 96 86 41 60 40 47 25 34 4 15 5 55 27 44 89 87 32 
21.26/21.30	s SATISFIABLE
21.26/21.30	d NODES 72
21.26/21.30	d CHECKS 7264080
21.26/21.30	c gac3-effective-revisions: 0
21.26/21.30	c gac3-useless-revisions: 27360
21.26/21.30	c prepro-constraint-ccks: 0
21.26/21.30	c prepro-constraint-presenceccks: 0
21.26/21.30	c prepro-cpu: 0.19999999
21.26/21.30	c prepro-matrix2d-ccks: 2626560
21.26/21.30	c prepro-matrix2d-presenceccks: 2626560
21.26/21.30	c prepro-removed: 0
21.26/21.30	c total-assgn: 72
21.26/21.30	c total-constraint-ccks: 4610160
21.26/21.30	c total-constraint-presence-ccks: 0
21.26/21.30	c total-cpu: 1.18
21.26/21.30	c total-matrix2d-ccks: 2653920
21.26/21.30	c total-matrix2d-presence-ccks: 5253120
21.26/21.30	c tuples: 0
21.26/21.30	c tuples-collisions: 0
21.26/21.30	c TOTAL-NODES 72
21.26/21.30	c TOTAL-CPU 1.18

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055376-1215059421/watcher-1055376-1215059421 -o /tmp/evaluation-result-1055376-1215059421/solver-1055376-1215059421 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1055376-1215059421.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 2.01 2.00 4/81 12693
/proc/meminfo: memFree=1780016/2055920 swapFree=4180448/4192956
[pid=12693] ppid=12691 vsize=5260 CPUtime=0
/proc/12693/stat : 12693 (concrete.sh) R 12691 12693 11646 0 -1 4194304 69 0 0 0 0 0 0 0 22 0 1 0 1984916633 5386240 52 996147200 4194304 4889804 548682068784 18446744073709551615 237785646032 0 0 4096 0 0 0 0 17 1 0 0
/proc/12693/statm: 1315 52 38 169 0 14 0

[startup+0.0639211 s]
/proc/loadavg: 1.99 2.01 2.00 4/81 12693
/proc/meminfo: memFree=1780016/2055920 swapFree=4180448/4192956
[pid=12693] ppid=12691 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (concrete.sh) S 12691 12693 11646 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1984916633 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102931 s]
/proc/loadavg: 1.99 2.01 2.00 4/81 12693
/proc/meminfo: memFree=1780016/2055920 swapFree=4180448/4192956
[pid=12693] ppid=12691 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (concrete.sh) S 12691 12693 11646 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1984916633 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30194 s]
/proc/loadavg: 1.99 2.01 2.00 4/81 12693
/proc/meminfo: memFree=1780016/2055920 swapFree=4180448/4192956
[pid=12693] ppid=12691 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (concrete.sh) S 12691 12693 11646 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1984916633 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701981 s]
/proc/loadavg: 1.99 2.01 2.00 4/81 12693
/proc/meminfo: memFree=1780016/2055920 swapFree=4180448/4192956
[pid=12693] ppid=12691 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (concrete.sh) S 12691 12693 11646 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1984916633 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50106 s]
/proc/loadavg: 1.99 2.01 2.00 4/91 12704
/proc/meminfo: memFree=1767264/2055920 swapFree=4180448/4192956
[pid=12693] ppid=12691 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (concrete.sh) S 12691 12693 11646 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1984916633 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 242 201 169 0 50 0
[pid=12696] ppid=12693 vsize=849972 CPUtime=1.47
/proc/12696/stat : 12696 (java) S 12693 12693 11646 0 -1 0 8551 0 1 0 140 7 0 0 18 0 9 0 1984916634 870371328 7562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12696/statm: 212493 7562 2575 9 0 207054 0
[pid=12696/tid=12697] ppid=12693 vsize=849972 CPUtime=0.9
/proc/12696/task/12697/stat : 12697 (java) R 12693 12693 11646 0 -1 64 3426 0 1 0 87 3 0 0 25 0 9 0 1984916635 870371328 7562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12698] ppid=12693 vsize=849972 CPUtime=0.11
/proc/12696/task/12698/stat : 12698 (java) R 12693 12693 11646 0 -1 64 2132 0 0 0 10 1 0 0 16 0 9 0 1984916636 870371328 7562 996147200 134512640 134550740 4294956016 18446744073709551615 103834172 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12699] ppid=12693 vsize=849972 CPUtime=0
/proc/12696/task/12699/stat : 12699 (java) S 12693 12693 11646 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1984916637 870371328 7562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12700] ppid=12693 vsize=849972 CPUtime=0
/proc/12696/task/12700/stat : 12700 (java) S 12693 12693 11646 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1984916637 870371328 7562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12701] ppid=12693 vsize=849972 CPUtime=0
/proc/12696/task/12701/stat : 12701 (java) S 12693 12693 11646 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984916639 870371328 7562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12702] ppid=12693 vsize=849972 CPUtime=0.43
/proc/12696/task/12702/stat : 12702 (java) S 12693 12693 11646 0 -1 64 2259 0 0 0 41 2 0 0 16 0 9 0 1984916639 870371328 7562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12703] ppid=12693 vsize=849972 CPUtime=0
/proc/12696/task/12703/stat : 12703 (java) S 12693 12693 11646 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984916639 870371328 7562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12704] ppid=12693 vsize=849972 CPUtime=0
/proc/12696/task/12704/stat : 12704 (java) S 12693 12693 11646 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1984916639 870371328 7562 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) 855328

[startup+3.10123 s]
/proc/loadavg: 1.99 2.01 2.00 3/91 12704
/proc/meminfo: memFree=1755872/2055920 swapFree=4180448/4192956
[pid=12693] ppid=12691 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (concrete.sh) S 12691 12693 11646 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1984916633 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 242 201 169 0 50 0
[pid=12696] ppid=12693 vsize=850048 CPUtime=3.08
/proc/12696/stat : 12696 (java) S 12693 12693 11646 0 -1 0 11431 0 1 0 297 11 0 0 18 0 9 0 1984916634 870449152 10191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12696/statm: 212512 10191 2575 9 0 207073 0
[pid=12696/tid=12697] ppid=12693 vsize=850048 CPUtime=2.14
/proc/12696/task/12697/stat : 12697 (java) R 12693 12693 11646 0 -1 64 3757 0 1 0 210 4 0 0 25 0 9 0 1984916635 870449152 10191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12698] ppid=12693 vsize=850048 CPUtime=0.48
/proc/12696/task/12698/stat : 12698 (java) R 12693 12693 11646 0 -1 64 4681 0 0 0 44 4 0 0 15 0 9 0 1984916636 870449152 10191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12699] ppid=12693 vsize=850048 CPUtime=0
/proc/12696/task/12699/stat : 12699 (java) S 12693 12693 11646 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1984916637 870449152 10191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12700] ppid=12693 vsize=850048 CPUtime=0
/proc/12696/task/12700/stat : 12700 (java) S 12693 12693 11646 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1984916637 870449152 10191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12701] ppid=12693 vsize=850048 CPUtime=0
/proc/12696/task/12701/stat : 12701 (java) S 12693 12693 11646 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984916639 870449152 10191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12702] ppid=12693 vsize=850048 CPUtime=0.43
/proc/12696/task/12702/stat : 12702 (java) S 12693 12693 11646 0 -1 64 2259 0 0 0 41 2 0 0 16 0 9 0 1984916639 870449152 10191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12703] ppid=12693 vsize=850048 CPUtime=0
/proc/12696/task/12703/stat : 12703 (java) S 12693 12693 11646 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984916639 870449152 10191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12704] ppid=12693 vsize=850048 CPUtime=0
/proc/12696/task/12704/stat : 12704 (java) S 12693 12693 11646 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1984916639 870449152 10191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 855404

[startup+6.30256 s]
/proc/loadavg: 1.99 2.01 2.00 3/91 12704
/proc/meminfo: memFree=1741344/2055920 swapFree=4180448/4192956
[pid=12693] ppid=12691 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (concrete.sh) S 12691 12693 11646 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1984916633 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 242 201 169 0 50 0
[pid=12696] ppid=12693 vsize=850048 CPUtime=6.27
/proc/12696/stat : 12696 (java) S 12693 12693 11646 0 -1 0 16279 0 1 0 612 15 0 0 18 0 9 0 1984916634 870449152 12373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12696/statm: 212512 12373 2576 9 0 207073 0
[pid=12696/tid=12697] ppid=12693 vsize=850048 CPUtime=4.92
/proc/12696/task/12697/stat : 12697 (java) R 12693 12693 11646 0 -1 64 4086 0 1 0 487 5 0 0 25 0 9 0 1984916635 870449152 12373 996147200 134512640 134550740 4294956016 18446744073709551615 4126191368 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12698] ppid=12693 vsize=850048 CPUtime=0.87
/proc/12696/task/12698/stat : 12698 (java) S 12693 12693 11646 0 -1 64 9190 0 0 0 80 7 0 0 16 0 9 0 1984916636 870449152 12373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12699] ppid=12693 vsize=850048 CPUtime=0
/proc/12696/task/12699/stat : 12699 (java) S 12693 12693 11646 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1984916637 870449152 12373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12700] ppid=12693 vsize=850048 CPUtime=0
/proc/12696/task/12700/stat : 12700 (java) S 12693 12693 11646 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1984916637 870449152 12373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12701] ppid=12693 vsize=850048 CPUtime=0
/proc/12696/task/12701/stat : 12701 (java) S 12693 12693 11646 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984916639 870449152 12373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12702] ppid=12693 vsize=850048 CPUtime=0.45
/proc/12696/task/12702/stat : 12702 (java) S 12693 12693 11646 0 -1 64 2269 0 0 0 43 2 0 0 16 0 9 0 1984916639 870449152 12373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12703] ppid=12693 vsize=850048 CPUtime=0
/proc/12696/task/12703/stat : 12703 (java) S 12693 12693 11646 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984916639 870449152 12373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12704] ppid=12693 vsize=850048 CPUtime=0
/proc/12696/task/12704/stat : 12704 (java) S 12693 12693 11646 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1984916639 870449152 12373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 855404

[startup+12.7022 s]
/proc/loadavg: 1.99 2.01 2.00 3/91 12704
/proc/meminfo: memFree=1735456/2055920 swapFree=4180448/4192956
[pid=12693] ppid=12691 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (concrete.sh) S 12691 12693 11646 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1984916633 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 242 201 169 0 50 0
[pid=12696] ppid=12693 vsize=850048 CPUtime=12.67
/proc/12696/stat : 12696 (java) S 12693 12693 11646 0 -1 0 17710 0 1 0 1248 19 0 0 18 0 9 0 1984916634 870449152 13598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12696/statm: 212512 13598 2576 9 0 207073 0
[pid=12696/tid=12697] ppid=12693 vsize=850048 CPUtime=11.06
/proc/12696/task/12697/stat : 12697 (java) R 12693 12693 11646 0 -1 64 4292 0 1 0 1100 6 0 0 25 0 9 0 1984916635 870449152 13598 996147200 134512640 134550740 4294956016 18446744073709551615 4125718374 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12698] ppid=12693 vsize=850048 CPUtime=1.13
/proc/12696/task/12698/stat : 12698 (java) S 12693 12693 11646 0 -1 64 10415 0 0 0 104 9 0 0 16 0 9 0 1984916636 870449152 13598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12699] ppid=12693 vsize=850048 CPUtime=0
/proc/12696/task/12699/stat : 12699 (java) S 12693 12693 11646 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1984916637 870449152 13598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12700] ppid=12693 vsize=850048 CPUtime=0
/proc/12696/task/12700/stat : 12700 (java) S 12693 12693 11646 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1984916637 870449152 13598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12701] ppid=12693 vsize=850048 CPUtime=0
/proc/12696/task/12701/stat : 12701 (java) S 12693 12693 11646 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984916639 870449152 13598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12702] ppid=12693 vsize=850048 CPUtime=0.45
/proc/12696/task/12702/stat : 12702 (java) S 12693 12693 11646 0 -1 64 2269 0 0 0 43 2 0 0 16 0 9 0 1984916639 870449152 13598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12703] ppid=12693 vsize=850048 CPUtime=0
/proc/12696/task/12703/stat : 12703 (java) S 12693 12693 11646 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984916639 870449152 13598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12704] ppid=12693 vsize=850048 CPUtime=0
/proc/12696/task/12704/stat : 12704 (java) S 12693 12693 11646 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1984916639 870449152 13598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 855404

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

[startup+15.9026 s]
/proc/loadavg: 1.99 2.01 2.00 4/92 12705
/proc/meminfo: memFree=1729496/2055920 swapFree=4180448/4192956
[pid=12693] ppid=12691 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (concrete.sh) S 12691 12693 11646 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1984916633 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 242 201 169 0 50 0
[pid=12696] ppid=12693 vsize=851076 CPUtime=15.87
/proc/12696/stat : 12696 (java) S 12693 12693 11646 0 -1 0 19273 0 1 0 1566 21 0 0 18 0 10 0 1984916634 871501824 15010 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12696/statm: 212769 15010 2576 9 0 207330 0
[pid=12696/tid=12697] ppid=12693 vsize=851076 CPUtime=13.81
/proc/12696/task/12697/stat : 12697 (java) R 12693 12693 11646 0 -1 64 4461 0 1 0 1374 7 0 0 25 0 10 0 1984916635 871501824 15010 996147200 134512640 134550740 4294956016 18446744073709551615 4125774039 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12698] ppid=12693 vsize=851076 CPUtime=1.54
/proc/12696/task/12698/stat : 12698 (java) S 12693 12693 11646 0 -1 64 11756 0 0 0 144 10 0 0 16 0 10 0 1984916636 871501824 15010 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12699] ppid=12693 vsize=851076 CPUtime=0
/proc/12696/task/12699/stat : 12699 (java) S 12693 12693 11646 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1984916637 871501824 15010 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12700] ppid=12693 vsize=851076 CPUtime=0
/proc/12696/task/12700/stat : 12700 (java) S 12693 12693 11646 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1984916637 871501824 15010 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12701] ppid=12693 vsize=851076 CPUtime=0
/proc/12696/task/12701/stat : 12701 (java) S 12693 12693 11646 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1984916639 871501824 15010 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12702] ppid=12693 vsize=851076 CPUtime=0.49
/proc/12696/task/12702/stat : 12702 (java) S 12693 12693 11646 0 -1 64 2316 0 0 0 47 2 0 0 16 0 10 0 1984916639 871501824 15010 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12703] ppid=12693 vsize=851076 CPUtime=0
/proc/12696/task/12703/stat : 12703 (java) S 12693 12693 11646 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1984916639 871501824 15010 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12704] ppid=12693 vsize=851076 CPUtime=0
/proc/12696/task/12704/stat : 12704 (java) S 12693 12693 11646 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1984916639 871501824 15010 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12705] ppid=12693 vsize=851076 CPUtime=0
/proc/12696/task/12705/stat : 12705 (java) S 12693 12693 11646 0 -1 64 6 0 0 0 0 0 0 0 25 0 10 0 1984917973 871501824 15010 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.87
Current children cumulated vsize (KiB) 856432

[startup+19.1019 s]
/proc/loadavg: 1.99 2.01 2.00 4/92 12705
/proc/meminfo: memFree=1686872/2055920 swapFree=4180448/4192956
[pid=12693] ppid=12691 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (concrete.sh) S 12691 12693 11646 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1984916633 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 242 201 169 0 50 0
[pid=12696] ppid=12693 vsize=851080 CPUtime=19.06
/proc/12696/stat : 12696 (java) S 12693 12693 11646 0 -1 0 32535 0 1 0 1880 26 0 0 18 0 10 0 1984916634 871505920 28144 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12696/statm: 212770 28144 2583 9 0 207330 0
[pid=12696/tid=12697] ppid=12693 vsize=851080 CPUtime=15.53
/proc/12696/task/12697/stat : 12697 (java) R 12693 12693 11646 0 -1 64 5203 0 1 0 1546 7 0 0 25 0 10 0 1984916635 871505920 28144 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12698] ppid=12693 vsize=851080 CPUtime=2.88
/proc/12696/task/12698/stat : 12698 (java) R 12693 12693 11646 0 -1 64 24161 0 0 0 273 15 0 0 16 0 10 0 1984916636 871505920 28144 996147200 134512640 134550740 4294956016 18446744073709551615 104182660 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12699] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12699/stat : 12699 (java) S 12693 12693 11646 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1984916637 871505920 28144 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12700] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12700/stat : 12700 (java) S 12693 12693 11646 0 -1 64 10 0 0 0 0 0 0 0 16 0 10 0 1984916637 871505920 28144 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12701] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12701/stat : 12701 (java) S 12693 12693 11646 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1984916639 871505920 28144 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12702] ppid=12693 vsize=851080 CPUtime=0.62
/proc/12696/task/12702/stat : 12702 (java) S 12693 12693 11646 0 -1 64 2427 0 0 0 60 2 0 0 15 0 10 0 1984916639 871505920 28144 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12703] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12703/stat : 12703 (java) S 12693 12693 11646 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1984916639 871505920 28144 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12704] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12704/stat : 12704 (java) S 12693 12693 11646 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1984916639 871505920 28144 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12705] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12705/stat : 12705 (java) S 12693 12693 11646 0 -1 64 6 0 0 0 0 0 0 0 25 0 10 0 1984917973 871505920 28145 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.06
Current children cumulated vsize (KiB) 856436

[startup+20.7011 s]
/proc/loadavg: 1.99 2.01 2.00 4/91 12705
/proc/meminfo: memFree=1638296/2055920 swapFree=4180448/4192956
[pid=12693] ppid=12691 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (concrete.sh) S 12691 12693 11646 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1984916633 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 242 201 169 0 50 0
[pid=12696] ppid=12693 vsize=851080 CPUtime=20.66
/proc/12696/stat : 12696 (java) S 12693 12693 11646 0 -1 0 43638 0 1 0 2035 31 0 0 18 0 9 0 1984916634 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12696/statm: 212770 39237 2585 9 0 207330 0
[pid=12696/tid=12697] ppid=12693 vsize=851080 CPUtime=16.34
/proc/12696/task/12697/stat : 12697 (java) R 12693 12693 11646 0 -1 64 5872 0 1 0 1626 8 0 0 25 0 9 0 1984916635 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4127403956 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12698] ppid=12693 vsize=851080 CPUtime=3.66
/proc/12696/task/12698/stat : 12698 (java) S 12693 12693 11646 0 -1 64 34592 0 0 0 346 20 0 0 16 0 9 0 1984916636 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12699] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12699/stat : 12699 (java) S 12693 12693 11646 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1984916637 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12700] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12700/stat : 12700 (java) S 12693 12693 11646 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984916637 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12701] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12701/stat : 12701 (java) S 12693 12693 11646 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984916639 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12702] ppid=12693 vsize=851080 CPUtime=0.64
/proc/12696/task/12702/stat : 12702 (java) S 12693 12693 11646 0 -1 64 2428 0 0 0 62 2 0 0 15 0 9 0 1984916639 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12703] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12703/stat : 12703 (java) S 12693 12693 11646 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984916639 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12704] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12704/stat : 12704 (java) S 12693 12693 11646 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1984916639 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.66
Current children cumulated vsize (KiB) 856436

[startup+21.1021 s]
/proc/loadavg: 1.99 2.01 2.00 3/91 12706
/proc/meminfo: memFree=1632408/2055920 swapFree=4180448/4192956
[pid=12693] ppid=12691 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (concrete.sh) S 12691 12693 11646 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1984916633 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 242 201 169 0 50 0
[pid=12696] ppid=12693 vsize=851080 CPUtime=21.06
/proc/12696/stat : 12696 (java) S 12693 12693 11646 0 -1 0 43638 0 1 0 2075 31 0 0 18 0 9 0 1984916634 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12696/statm: 212770 39237 2585 9 0 207330 0
[pid=12696/tid=12697] ppid=12693 vsize=851080 CPUtime=16.72
/proc/12696/task/12697/stat : 12697 (java) R 12693 12693 11646 0 -1 64 5872 0 1 0 1664 8 0 0 25 0 9 0 1984916635 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4127244827 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12698] ppid=12693 vsize=851080 CPUtime=3.66
/proc/12696/task/12698/stat : 12698 (java) S 12693 12693 11646 0 -1 64 34592 0 0 0 346 20 0 0 16 0 9 0 1984916636 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12699] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12699/stat : 12699 (java) S 12693 12693 11646 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1984916637 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12700] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12700/stat : 12700 (java) S 12693 12693 11646 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984916637 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12701] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12701/stat : 12701 (java) S 12693 12693 11646 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984916639 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12702] ppid=12693 vsize=851080 CPUtime=0.66
/proc/12696/task/12702/stat : 12702 (java) S 12693 12693 11646 0 -1 64 2428 0 0 0 64 2 0 0 15 0 9 0 1984916639 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12703] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12703/stat : 12703 (java) S 12693 12693 11646 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984916639 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12704] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12704/stat : 12704 (java) S 12693 12693 11646 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1984916639 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.06
Current children cumulated vsize (KiB) 856436

[startup+21.3021 s]
/proc/loadavg: 1.99 2.01 2.00 3/91 12706
/proc/meminfo: memFree=1632408/2055920 swapFree=4180448/4192956
[pid=12693] ppid=12691 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (concrete.sh) S 12691 12693 11646 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1984916633 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 242 201 169 0 50 0
[pid=12696] ppid=12693 vsize=851080 CPUtime=21.26
/proc/12696/stat : 12696 (java) S 12693 12693 11646 0 -1 0 43638 0 1 0 2095 31 0 0 18 0 9 0 1984916634 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12696/statm: 212770 39237 2585 9 0 207330 0
[pid=12696/tid=12697] ppid=12693 vsize=851080 CPUtime=16.92
/proc/12696/task/12697/stat : 12697 (java) R 12693 12693 11646 0 -1 64 5872 0 1 0 1684 8 0 0 25 0 9 0 1984916635 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4127244711 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12698] ppid=12693 vsize=851080 CPUtime=3.66
/proc/12696/task/12698/stat : 12698 (java) S 12693 12693 11646 0 -1 64 34592 0 0 0 346 20 0 0 17 0 9 0 1984916636 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12699] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12699/stat : 12699 (java) S 12693 12693 11646 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1984916637 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12700] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12700/stat : 12700 (java) S 12693 12693 11646 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984916637 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12701] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12701/stat : 12701 (java) S 12693 12693 11646 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984916639 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12702] ppid=12693 vsize=851080 CPUtime=0.66
/proc/12696/task/12702/stat : 12702 (java) S 12693 12693 11646 0 -1 64 2428 0 0 0 64 2 0 0 15 0 9 0 1984916639 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12696/tid=12703] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12703/stat : 12703 (java) S 12693 12693 11646 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984916639 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12696/tid=12704] ppid=12693 vsize=851080 CPUtime=0
/proc/12696/task/12704/stat : 12704 (java) S 12693 12693 11646 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1984916639 871505920 39237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.26
Current children cumulated vsize (KiB) 856436

Child status: 0
Real time (s): 21.3805
CPU time (s): 21.3118
CPU user time (s): 20.9668
CPU system time (s): 0.344947
CPU usage (%): 99.6786
Max. virtual memory (cumulated for all children) (KiB): 860532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.9668
system time used= 0.344947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44096
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= 9992
involuntary context switches= 9542

runsolver used 0.031995 second user time and 0.072988 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-03 06:30:21
IDJOB=1055376
IDBENCH=56817
IDSOLVER=303
FILE ID=node24/1055376-1215059421
PBS_JOBID= 7875192
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 72b10381b21e6b6e79bdf3ac7e3009a4
RANDOM SEED=2021251213

node24.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.232
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.232
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:       1780496 kB
Buffers:         36472 kB
Cached:         160360 kB
SwapCached:       6556 kB
Active:         120676 kB
Inactive:        95460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780496 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            4400 kB
Writeback:           0 kB
Mapped:          35488 kB
Slab:            44308 kB
Committed_AS:  3453164 kB
PageTables:       1908 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= 66524 MiB
End job on node24 at 2008-07-03 06:30:42