Trace number 1034454

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 56.4264 56.5589

DiagnosticValue
CHECKS643685
NODES0

General information on the benchmark

Namecsp/lard/
normalized-lard-86-86.xml
MD5SUMcf6bd096c3296e2a346fad55b9e7b112
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.1622
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints3655
Maximum constraint arity2
Maximum domain size87
Number of constraints which are defined in extension3655
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

54.49/54.64	c CPU-LOAD 43.67
54.49/54.64	c LOADED 86 V (87 E), 3655 ExtensionConstraint2D, arity 2, 43.67 cpu
56.29/56.44	v 39 7 42 39 18 29 16 23 10 35 24 26 7 30 20 20 14 29 25 13 3 34 39 33 13 24 27 25 25 18 28 2 19 28 41 25 4 7 25 2 23 27 30 42 27 1 6 11 20 12 32 9 32 34 17 39 2 12 42 12 28 2 33 31 29 15 18 32 25 1 3 3 4 35 12 13 30 3 25 24 28 6 8 8 35 30 
56.29/56.44	s SATISFIABLE
56.29/56.44	d NODES 0
56.29/56.44	d CHECKS 643685
56.29/56.45	c gac3-effective-revisions: 238
56.29/56.45	c gac3-useless-revisions: 10916
56.29/56.45	c prepro-constraint-ccks: 0
56.29/56.45	c prepro-constraint-presenceccks: 0
56.29/56.45	c prepro-cpu: 0.049999997
56.29/56.45	c prepro-matrix2d-ccks: 327592
56.29/56.45	c prepro-matrix2d-presenceccks: 488537
56.29/56.45	c prepro-removed: 3810
56.29/56.45	c total-assgn: 0
56.29/56.45	c total-constraint-ccks: 315775
56.29/56.45	c total-constraint-presence-ccks: 0
56.29/56.45	c total-cpu: 0.17
56.29/56.45	c total-matrix2d-ccks: 327910
56.29/56.45	c total-matrix2d-presence-ccks: 800657
56.29/56.45	c tuples: 0
56.29/56.45	c tuples-collisions: 0
56.29/56.45	c TOTAL-NODES 0
56.29/56.45	c TOTAL-CPU 0.17

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

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


[startup+0 s]
/proc/loadavg: 0.60 0.13 0.04 4/69 1336
/proc/meminfo: memFree=1485696/2055920 swapFree=4180448/4192956
[pid=1336] ppid=1334 vsize=5356 CPUtime=0
/proc/1336/stat : 1336 (concrete.sh) R 1334 1336 1291 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 1973928044 5484544 230 996147200 4194304 4889804 548682068784 18446744073709551615 237788261023 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/1336/statm: 1339 230 191 169 0 50 0
[pid=1337] ppid=1336 vsize=5356 CPUtime=0
/proc/1337/stat : 1337 (concrete.sh) R 1336 1336 1291 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 1973928044 5484544 230 996147200 4194304 4889804 548682068784 18446744073709551615 237788261023 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/1337/statm: 1339 230 191 169 0 50 0

[startup+0.072577 s]
/proc/loadavg: 0.60 0.13 0.04 4/69 1336
/proc/meminfo: memFree=1485696/2055920 swapFree=4180448/4192956
[pid=1336] ppid=1334 vsize=5356 CPUtime=0
/proc/1336/stat : 1336 (concrete.sh) S 1334 1336 1291 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1973928044 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1336/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102582 s]
/proc/loadavg: 0.60 0.13 0.04 4/69 1336
/proc/meminfo: memFree=1485696/2055920 swapFree=4180448/4192956
[pid=1336] ppid=1334 vsize=5356 CPUtime=0
/proc/1336/stat : 1336 (concrete.sh) S 1334 1336 1291 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1973928044 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1336/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.3026 s]
/proc/loadavg: 0.60 0.13 0.04 4/69 1336
/proc/meminfo: memFree=1485696/2055920 swapFree=4180448/4192956
[pid=1336] ppid=1334 vsize=5356 CPUtime=0
/proc/1336/stat : 1336 (concrete.sh) S 1334 1336 1291 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1973928044 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1336/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702639 s]
/proc/loadavg: 0.60 0.13 0.04 4/69 1336
/proc/meminfo: memFree=1485696/2055920 swapFree=4180448/4192956
[pid=1336] ppid=1334 vsize=5356 CPUtime=0
/proc/1336/stat : 1336 (concrete.sh) S 1334 1336 1291 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1973928044 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1336/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50172 s]
/proc/loadavg: 0.60 0.13 0.04 4/91 1363
/proc/meminfo: memFree=1464472/2055920 swapFree=4180448/4192956
[pid=1336] ppid=1334 vsize=5356 CPUtime=0
/proc/1336/stat : 1336 (concrete.sh) S 1334 1336 1291 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1973928044 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1336/statm: 1339 242 201 169 0 50 0
[pid=1339] ppid=1336 vsize=844652 CPUtime=1.52
/proc/1339/stat : 1339 (java) S 1336 1336 1291 0 -1 0 7776 0 1 0 146 6 0 0 18 0 9 0 1973928045 864923648 6741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1339/statm: 211163 6741 2562 9 0 205731 0
[pid=1339/tid=1340] ppid=1336 vsize=844652 CPUtime=1.06
/proc/1339/task/1340/stat : 1340 (java) R 1336 1336 1291 0 -1 64 3235 0 1 0 103 3 0 0 23 0 9 0 1973928046 864923648 6741 996147200 134512640 134550740 4294956016 18446744073709551615 4125749400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1341] ppid=1336 vsize=844652 CPUtime=0.37
/proc/1339/task/1341/stat : 1341 (java) S 1336 1336 1291 0 -1 64 3472 0 0 0 35 2 0 0 16 0 9 0 1973928047 864923648 6741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1342] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1342/stat : 1342 (java) S 1336 1336 1291 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973928048 864923648 6741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1343] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1343/stat : 1343 (java) S 1336 1336 1291 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1973928048 864923648 6741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1344] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1344/stat : 1344 (java) S 1336 1336 1291 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973928050 864923648 6741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1339/tid=1345] ppid=1336 vsize=844652 CPUtime=0.07
/proc/1339/task/1345/stat : 1345 (java) S 1336 1336 1291 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 1973928050 864923648 6741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1346] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1346/stat : 1346 (java) S 1336 1336 1291 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973928050 864923648 6741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1339/tid=1347] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1347/stat : 1347 (java) S 1336 1336 1291 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973928050 864923648 6741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 850008

[startup+3.10189 s]
/proc/loadavg: 0.60 0.13 0.04 4/91 1363
/proc/meminfo: memFree=1449944/2055920 swapFree=4180448/4192956
[pid=1336] ppid=1334 vsize=5356 CPUtime=0
/proc/1336/stat : 1336 (concrete.sh) S 1334 1336 1291 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1973928044 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1336/statm: 1339 242 201 169 0 50 0
[pid=1339] ppid=1336 vsize=844652 CPUtime=3.12
/proc/1339/stat : 1339 (java) S 1336 1336 1291 0 -1 0 11664 0 1 0 301 11 0 0 18 0 9 0 1973928045 864923648 10380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1339/statm: 211163 10382 2562 9 0 205731 0
[pid=1339/tid=1340] ppid=1336 vsize=844652 CPUtime=2.13
/proc/1339/task/1340/stat : 1340 (java) R 1336 1336 1291 0 -1 64 3549 0 1 0 209 4 0 0 25 0 9 0 1973928046 864923648 10384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1341] ppid=1336 vsize=844652 CPUtime=0.89
/proc/1339/task/1341/stat : 1341 (java) R 1336 1336 1291 0 -1 64 7050 0 0 0 83 6 0 0 15 0 9 0 1973928047 864923648 10386 996147200 134512640 134550740 4294956016 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1342] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1342/stat : 1342 (java) S 1336 1336 1291 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973928048 864923648 10388 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1343] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1343/stat : 1343 (java) S 1336 1336 1291 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1973928048 864923648 10390 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1344] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1344/stat : 1344 (java) S 1336 1336 1291 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973928050 864923648 10390 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1339/tid=1345] ppid=1336 vsize=844652 CPUtime=0.08
/proc/1339/task/1345/stat : 1345 (java) S 1336 1336 1291 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 1973928050 864923648 10390 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1346] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1346/stat : 1346 (java) S 1336 1336 1291 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973928050 864923648 10390 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1339/tid=1347] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1347/stat : 1347 (java) S 1336 1336 1291 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973928050 864923648 10390 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 850008

[startup+6.30223 s]
/proc/loadavg: 0.79 0.18 0.06 3/91 1363
/proc/meminfo: memFree=1398616/2055920 swapFree=4180448/4192956
[pid=1336] ppid=1334 vsize=5356 CPUtime=0
/proc/1336/stat : 1336 (concrete.sh) S 1334 1336 1291 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1973928044 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1336/statm: 1339 242 201 169 0 50 0
[pid=1339] ppid=1336 vsize=844652 CPUtime=6.32
/proc/1339/stat : 1339 (java) S 1336 1336 1291 0 -1 0 17794 0 1 0 614 18 0 0 18 0 9 0 1973928045 864923648 16242 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1339/statm: 211163 16245 2562 9 0 205731 0
[pid=1339/tid=1340] ppid=1336 vsize=844652 CPUtime=4.43
/proc/1339/task/1340/stat : 1340 (java) R 1336 1336 1291 0 -1 64 4142 0 1 0 438 5 0 0 25 0 9 0 1973928046 864923648 16246 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1341] ppid=1336 vsize=844652 CPUtime=1.76
/proc/1339/task/1341/stat : 1341 (java) R 1336 1336 1291 0 -1 64 12450 0 0 0 165 11 0 0 16 0 9 0 1973928047 864923648 16250 996147200 134512640 134550740 4294956016 18446744073709551615 102514349 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1342] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1342/stat : 1342 (java) S 1336 1336 1291 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973928048 864923648 16254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1343] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1343/stat : 1343 (java) S 1336 1336 1291 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1973928048 864923648 16257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1344] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1344/stat : 1344 (java) S 1336 1336 1291 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973928050 864923648 16263 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1339/tid=1345] ppid=1336 vsize=844652 CPUtime=0.1
/proc/1339/task/1345/stat : 1345 (java) S 1336 1336 1291 0 -1 64 478 0 0 0 10 0 0 0 16 0 9 0 1973928050 864923648 16270 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1346] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1346/stat : 1346 (java) S 1336 1336 1291 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973928050 864923648 16277 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1339/tid=1347] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1347/stat : 1347 (java) S 1336 1336 1291 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973928050 864923648 16283 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 850008

[startup+12.7029 s]
/proc/loadavg: 0.97 0.22 0.07 3/91 1363
/proc/meminfo: memFree=1296984/2055920 swapFree=4180448/4192956
[pid=1336] ppid=1334 vsize=5356 CPUtime=0
/proc/1336/stat : 1336 (concrete.sh) S 1334 1336 1291 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1973928044 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1336/statm: 1339 242 201 169 0 50 0
[pid=1339] ppid=1336 vsize=844652 CPUtime=12.71
/proc/1339/stat : 1339 (java) S 1336 1336 1291 0 -1 0 31342 0 1 0 1242 29 0 0 18 0 9 0 1973928045 864923648 29504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1339/statm: 211163 29504 2562 9 0 205731 0
[pid=1339/tid=1340] ppid=1336 vsize=844652 CPUtime=9.68
/proc/1339/task/1340/stat : 1340 (java) R 1336 1336 1291 0 -1 64 4923 0 1 0 958 10 0 0 25 0 9 0 1973928046 864923648 29504 996147200 134512640 134550740 4294956016 18446744073709551615 4125834455 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1341] ppid=1336 vsize=844652 CPUtime=2.89
/proc/1339/task/1341/stat : 1341 (java) S 1336 1336 1291 0 -1 64 25201 0 0 0 271 18 0 0 16 0 9 0 1973928047 864923648 29504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1342] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1342/stat : 1342 (java) S 1336 1336 1291 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973928048 864923648 29504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1343] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1343/stat : 1343 (java) S 1336 1336 1291 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1973928048 864923648 29504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1344] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1344/stat : 1344 (java) S 1336 1336 1291 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973928050 864923648 29504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1339/tid=1345] ppid=1336 vsize=844652 CPUtime=0.12
/proc/1339/task/1345/stat : 1345 (java) S 1336 1336 1291 0 -1 64 485 0 0 0 12 0 0 0 16 0 9 0 1973928050 864923648 29504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1346] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1346/stat : 1346 (java) S 1336 1336 1291 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973928050 864923648 29504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1339/tid=1347] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1347/stat : 1347 (java) S 1336 1336 1291 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973928050 864923648 29504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 850008

[startup+25.5022 s]
/proc/loadavg: 1.19 0.31 0.10 3/91 1363
/proc/meminfo: memFree=1084376/2055920 swapFree=4180448/4192956
[pid=1336] ppid=1334 vsize=5356 CPUtime=0
/proc/1336/stat : 1336 (concrete.sh) S 1334 1336 1291 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1973928044 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1336/statm: 1339 242 201 169 0 50 0
[pid=1339] ppid=1336 vsize=844652 CPUtime=25.51
/proc/1339/stat : 1339 (java) S 1336 1336 1291 0 -1 0 58277 0 1 0 2502 49 0 0 18 0 9 0 1973928045 864923648 56144 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1339/statm: 211163 56144 2562 9 0 205731 0
[pid=1339/tid=1340] ppid=1336 vsize=844652 CPUtime=20.15
/proc/1339/task/1340/stat : 1340 (java) R 1336 1336 1291 0 -1 64 6050 0 1 0 1999 16 0 0 25 0 9 0 1973928046 864923648 56144 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1341] ppid=1336 vsize=844652 CPUtime=5.2
/proc/1339/task/1341/stat : 1341 (java) R 1336 1336 1291 0 -1 64 51001 0 0 0 489 31 0 0 16 0 9 0 1973928047 864923648 56144 996147200 134512640 134550740 4294956016 18446744073709551615 103828982 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1342] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1342/stat : 1342 (java) S 1336 1336 1291 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973928048 864923648 56144 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1343] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1343/stat : 1343 (java) S 1336 1336 1291 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1973928048 864923648 56144 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1344] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1344/stat : 1344 (java) S 1336 1336 1291 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973928050 864923648 56144 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1339/tid=1345] ppid=1336 vsize=844652 CPUtime=0.13
/proc/1339/task/1345/stat : 1345 (java) S 1336 1336 1291 0 -1 64 493 0 0 0 13 0 0 0 16 0 9 0 1973928050 864923648 56144 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1346] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1346/stat : 1346 (java) S 1336 1336 1291 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973928050 864923648 56144 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1339/tid=1347] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1347/stat : 1347 (java) S 1336 1336 1291 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973928050 864923648 56144 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 850008

[startup+51.1028 s]
/proc/loadavg: 1.68 0.49 0.17 3/91 1363
/proc/meminfo: memFree=682072/2055920 swapFree=4180448/4192956
[pid=1336] ppid=1334 vsize=5356 CPUtime=0
/proc/1336/stat : 1336 (concrete.sh) S 1334 1336 1291 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1973928044 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1336/statm: 1339 242 201 169 0 50 0
[pid=1339] ppid=1336 vsize=844652 CPUtime=50.99
/proc/1339/stat : 1339 (java) S 1336 1336 1291 0 -1 0 110062 0 1 0 5015 84 0 0 18 0 9 0 1973928045 864923648 107678 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1339/statm: 211163 107678 2566 9 0 205731 0
[pid=1339/tid=1340] ppid=1336 vsize=844652 CPUtime=40.37
/proc/1339/task/1340/stat : 1340 (java) R 1336 1336 1291 0 -1 64 10151 0 1 0 4010 27 0 0 25 0 9 0 1973928046 864923648 107678 996147200 134512640 134550740 4294956016 18446744073709551615 4126014107 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1341] ppid=1336 vsize=844652 CPUtime=10.44
/proc/1339/task/1341/stat : 1341 (java) S 1336 1336 1291 0 -1 64 98672 0 0 0 989 55 0 0 16 0 9 0 1973928047 864923648 107678 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1342] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1342/stat : 1342 (java) S 1336 1336 1291 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973928048 864923648 107678 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1343] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1343/stat : 1343 (java) S 1336 1336 1291 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1973928048 864923648 107678 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1344] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1344/stat : 1344 (java) S 1336 1336 1291 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973928050 864923648 107678 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1339/tid=1345] ppid=1336 vsize=844652 CPUtime=0.15
/proc/1339/task/1345/stat : 1345 (java) S 1336 1336 1291 0 -1 64 506 0 0 0 15 0 0 0 16 0 9 0 1973928050 864923648 107678 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1346] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1346/stat : 1346 (java) S 1336 1336 1291 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973928050 864923648 107678 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1339/tid=1347] ppid=1336 vsize=844652 CPUtime=0
/proc/1339/task/1347/stat : 1347 (java) S 1336 1336 1291 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973928050 864923648 107678 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 850008

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

[startup+54.3012 s]
/proc/loadavg: 1.68 0.49 0.17 4/92 1364
/proc/meminfo: memFree=642128/2055920 swapFree=4180448/4192956
[pid=1336] ppid=1334 vsize=5356 CPUtime=0
/proc/1336/stat : 1336 (concrete.sh) S 1334 1336 1291 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1973928044 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1336/statm: 1339 242 201 169 0 50 0
[pid=1339] ppid=1336 vsize=847732 CPUtime=54.18
/proc/1339/stat : 1339 (java) S 1336 1336 1291 0 -1 0 113559 0 1 0 5333 85 0 0 18 0 10 0 1973928045 868077568 111161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1339/statm: 211933 111161 2568 9 0 206500 0
[pid=1339/tid=1340] ppid=1336 vsize=847732 CPUtime=43.44
/proc/1339/task/1340/stat : 1340 (java) R 1336 1336 1291 0 -1 64 10191 0 1 0 4316 28 0 0 25 0 10 0 1973928046 868077568 111161 996147200 134512640 134550740 4294956016 18446744073709551615 4126144052 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1341] ppid=1336 vsize=847732 CPUtime=10.52
/proc/1339/task/1341/stat : 1341 (java) S 1336 1336 1291 0 -1 64 101648 0 0 0 996 56 0 0 16 0 10 0 1973928047 868077568 111161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1342] ppid=1336 vsize=847732 CPUtime=0
/proc/1339/task/1342/stat : 1342 (java) S 1336 1336 1291 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1973928048 868077568 111161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1343] ppid=1336 vsize=847732 CPUtime=0
/proc/1339/task/1343/stat : 1343 (java) S 1336 1336 1291 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1973928048 868077568 111161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1344] ppid=1336 vsize=847732 CPUtime=0
/proc/1339/task/1344/stat : 1344 (java) S 1336 1336 1291 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1973928050 868077568 111161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1339/tid=1345] ppid=1336 vsize=847732 CPUtime=0.2
/proc/1339/task/1345/stat : 1345 (java) S 1336 1336 1291 0 -1 64 981 0 0 0 20 0 0 0 16 0 10 0 1973928050 868077568 111161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1346] ppid=1336 vsize=847732 CPUtime=0
/proc/1339/task/1346/stat : 1346 (java) S 1336 1336 1291 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1973928050 868077568 111161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1339/tid=1347] ppid=1336 vsize=847732 CPUtime=0
/proc/1339/task/1347/stat : 1347 (java) S 1336 1336 1291 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1973928050 868077568 111161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1339/tid=1364] ppid=1336 vsize=847732 CPUtime=0
/proc/1339/task/1364/stat : 1364 (java) S 1336 1336 1291 0 -1 64 6 0 0 0 0 0 0 0 23 0 10 0 1973933161 868077568 111161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.18
Current children cumulated vsize (KiB) 853088

[startup+55.9024 s]
/proc/loadavg: 1.70 0.52 0.18 4/91 1364
/proc/meminfo: memFree=635280/2055920 swapFree=4180448/4192956
[pid=1336] ppid=1334 vsize=5356 CPUtime=0
/proc/1336/stat : 1336 (concrete.sh) S 1334 1336 1291 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1973928044 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1336/statm: 1339 242 201 169 0 50 0
[pid=1339] ppid=1336 vsize=847732 CPUtime=55.79
/proc/1339/stat : 1339 (java) S 1336 1336 1291 0 -1 0 113628 0 1 0 5493 86 0 0 18 0 9 0 1973928045 868077568 111221 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1339/statm: 211933 111221 2569 9 0 206500 0
[pid=1339/tid=1340] ppid=1336 vsize=847732 CPUtime=43.76
/proc/1339/task/1340/stat : 1340 (java) R 1336 1336 1291 0 -1 64 10228 0 1 0 4348 28 0 0 25 0 9 0 1973928046 868077568 111221 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1341] ppid=1336 vsize=847732 CPUtime=11.78
/proc/1339/task/1341/stat : 1341 (java) R 1336 1336 1291 0 -1 64 101666 0 0 0 1122 56 0 0 17 0 9 0 1973928047 868077568 111221 996147200 134512640 134550740 4294956016 18446744073709551615 103834172 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1342] ppid=1336 vsize=847732 CPUtime=0
/proc/1339/task/1342/stat : 1342 (java) S 1336 1336 1291 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973928048 868077568 111221 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1343] ppid=1336 vsize=847732 CPUtime=0
/proc/1339/task/1343/stat : 1343 (java) S 1336 1336 1291 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1973928048 868077568 111221 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1344] ppid=1336 vsize=847732 CPUtime=0
/proc/1339/task/1344/stat : 1344 (java) S 1336 1336 1291 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973928050 868077568 111221 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1339/tid=1345] ppid=1336 vsize=847732 CPUtime=0.22
/proc/1339/task/1345/stat : 1345 (java) S 1336 1336 1291 0 -1 64 994 0 0 0 22 0 0 0 15 0 9 0 1973928050 868077568 111221 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1346] ppid=1336 vsize=847732 CPUtime=0
/proc/1339/task/1346/stat : 1346 (java) S 1336 1336 1291 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973928050 868077568 111221 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1339/tid=1347] ppid=1336 vsize=847732 CPUtime=0
/proc/1339/task/1347/stat : 1347 (java) S 1336 1336 1291 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973928050 868077568 111221 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 55.79
Current children cumulated vsize (KiB) 853088

[startup+56.3024 s]
/proc/loadavg: 1.70 0.52 0.18 4/91 1364
/proc/meminfo: memFree=632976/2055920 swapFree=4180448/4192956
[pid=1336] ppid=1334 vsize=5356 CPUtime=0
/proc/1336/stat : 1336 (concrete.sh) S 1334 1336 1291 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1973928044 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1336/statm: 1339 242 201 169 0 50 0
[pid=1339] ppid=1336 vsize=847732 CPUtime=56.19
/proc/1339/stat : 1339 (java) S 1336 1336 1291 0 -1 0 122542 0 1 0 5530 89 0 0 18 0 10 0 1973928045 868077568 120133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1339/statm: 211933 120133 2569 9 0 206500 0
[pid=1339/tid=1340] ppid=1336 vsize=847732 CPUtime=43.8
/proc/1339/task/1340/stat : 1340 (java) R 1336 1336 1291 0 -1 64 10230 0 1 0 4352 28 0 0 25 0 10 0 1973928046 868077568 120133 996147200 134512640 134550740 4294956016 18446744073709551615 4126247649 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1341] ppid=1336 vsize=847732 CPUtime=12.13
/proc/1339/task/1341/stat : 1341 (java) S 1336 1336 1291 0 -1 64 110571 0 0 0 1154 59 0 0 17 0 10 0 1973928047 868077568 120133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1342] ppid=1336 vsize=847732 CPUtime=0
/proc/1339/task/1342/stat : 1342 (java) S 1336 1336 1291 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1973928048 868077568 120133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1343] ppid=1336 vsize=847732 CPUtime=0
/proc/1339/task/1343/stat : 1343 (java) S 1336 1336 1291 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1973928048 868077568 120133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1344] ppid=1336 vsize=847732 CPUtime=0
/proc/1339/task/1344/stat : 1344 (java) S 1336 1336 1291 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1973928050 868077568 120133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1339/tid=1345] ppid=1336 vsize=847732 CPUtime=0.22
/proc/1339/task/1345/stat : 1345 (java) S 1336 1336 1291 0 -1 64 1000 0 0 0 22 0 0 0 16 0 10 0 1973928050 868077568 120133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1339/tid=1346] ppid=1336 vsize=847732 CPUtime=0
/proc/1339/task/1346/stat : 1346 (java) S 1336 1336 1291 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1973928050 868077568 120133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1339/tid=1347] ppid=1336 vsize=847732 CPUtime=0
/proc/1339/task/1347/stat : 1347 (java) S 1336 1336 1291 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1973928050 868077568 120133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.19
Current children cumulated vsize (KiB) 853088

[startup+56.5029 s]
/proc/loadavg: 1.70 0.52 0.18 4/91 1364
/proc/meminfo: memFree=632976/2055920 swapFree=4180448/4192956
[pid=1336] ppid=1334 vsize=5356 CPUtime=0
/proc/1336/stat : 1336 (concrete.sh) S 1334 1336 1291 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1973928044 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1336/statm: 1339 242 201 169 0 50 0
[pid=1339] ppid=1336 vsize=0 CPUtime=56.36
/proc/1339/stat : 1339 (java) Z 1336 1336 1291 0 -1 12 122574 0 1 0 5545 91 0 0 16 0 2 0 1973928045 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1339/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 56.36
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 56.5589
CPU time (s): 56.4264
CPU user time (s): 55.4546
CPU system time (s): 0.971852
CPU usage (%): 99.7657
Max. virtual memory (cumulated for all children) (KiB): 853088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.4546
system time used= 0.971852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123026
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= 13052
involuntary context switches= 12098

runsolver used 0.091986 second user time and 0.211967 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-01 23:58:55
IDJOB=1034454
IDBENCH=53343
IDSOLVER=303
FILE ID=node24/1034454-1214949524
PBS_JOBID= 7870286
Free space on /tmp= 66388 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cf6bd096c3296e2a346fad55b9e7b112
RANDOM SEED=201954443

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:       1485352 kB
Buffers:         40372 kB
Cached:         435260 kB
SwapCached:       6556 kB
Active:         136328 kB
Inactive:       352068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1485352 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:          150644 kB
Writeback:           0 kB
Mapped:          18596 kB
Slab:            67676 kB
Committed_AS:  3326708 kB
PageTables:       1740 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= 66384 MiB
End job on node24 at 2008-07-01 23:59:51