Trace number 1034382

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 49.8694 50.0406

DiagnosticValue
CHECKS598266
NODES4

General information on the benchmark

Namecsp/lard/
normalized-lard-83-83.xml
MD5SUM75503770180b2e5df3e5009c7077c336
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 benchmark10.5234
Satisfiable
(Un)Satisfiability was proved
Number of variables83
Number of constraints3403
Maximum constraint arity2
Maximum domain size84
Number of constraints which are defined in extension3403
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

48.22/48.42	c CPU-LOAD 37.98
48.22/48.42	c LOADED 83 V (84 E), 3403 ExtensionConstraint2D, arity 2, 37.98 cpu
49.72/49.97	v 25 22 6 11 1 1 17 4 40 12 18 12 31 5 33 4 17 4 5 10 32 8 1 16 29 12 23 40 23 27 16 29 11 38 18 38 13 12 7 5 31 34 13 25 2 3 24 19 5 12 25 9 6 30 12 19 17 29 2 18 40 33 29 26 27 41 23 29 18 28 11 20 20 20 1 16 23 26 5 38 21 23 4 
49.72/49.97	s SATISFIABLE
49.72/49.97	d NODES 4
49.72/49.97	d CHECKS 598266
49.72/49.97	c gac3-effective-revisions: 237
49.72/49.97	c gac3-useless-revisions: 10400
49.72/49.97	c prepro-constraint-ccks: 0
49.72/49.97	c prepro-constraint-presenceccks: 0
49.72/49.97	c prepro-cpu: 0.049999997
49.72/49.97	c prepro-matrix2d-ccks: 297801
49.72/49.97	c prepro-matrix2d-presenceccks: 454876
49.72/49.97	c prepro-removed: 3517
49.72/49.97	c total-assgn: 4
49.72/49.97	c total-constraint-ccks: 300327
49.72/49.97	c total-constraint-presence-ccks: 0
49.72/49.97	c total-cpu: 0.17
49.72/49.97	c total-matrix2d-ccks: 297939
49.72/49.97	c total-matrix2d-presence-ccks: 738186
49.72/49.97	c tuples: 0
49.72/49.97	c tuples-collisions: 0
49.72/49.98	c TOTAL-NODES 4
49.72/49.98	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-1034382-1214949519/watcher-1034382-1214949519 -o /tmp/evaluation-result-1034382-1214949519/solver-1034382-1214949519 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1034382-1214949519.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.55 0.14 0.04 3/69 9804
/proc/meminfo: memFree=1180072/2055920 swapFree=4180728/4192956
[pid=9804] ppid=9802 vsize=18572 CPUtime=0
/proc/9804/stat : 9804 (runsolver) R 9802 9804 9094 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1973922698 19017728 293 996147200 4194304 4296836 548682068432 18446744073709551615 257203694887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9804/statm: 4643 293 257 25 0 2626 0

[startup+0.0411439 s]
/proc/loadavg: 0.55 0.14 0.04 3/69 9804
/proc/meminfo: memFree=1180072/2055920 swapFree=4180728/4192956
[pid=9804] ppid=9802 vsize=5356 CPUtime=0
/proc/9804/stat : 9804 (concrete.sh) S 9802 9804 9094 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1973922698 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9804/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101152 s]
/proc/loadavg: 0.55 0.14 0.04 3/69 9804
/proc/meminfo: memFree=1180072/2055920 swapFree=4180728/4192956
[pid=9804] ppid=9802 vsize=5356 CPUtime=0
/proc/9804/stat : 9804 (concrete.sh) S 9802 9804 9094 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1973922698 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9804/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301168 s]
/proc/loadavg: 0.55 0.14 0.04 3/69 9804
/proc/meminfo: memFree=1180072/2055920 swapFree=4180728/4192956
[pid=9804] ppid=9802 vsize=5356 CPUtime=0
/proc/9804/stat : 9804 (concrete.sh) S 9802 9804 9094 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1973922698 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9804/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701201 s]
/proc/loadavg: 0.55 0.14 0.04 3/69 9804
/proc/meminfo: memFree=1180072/2055920 swapFree=4180728/4192956
[pid=9804] ppid=9802 vsize=5356 CPUtime=0
/proc/9804/stat : 9804 (concrete.sh) S 9802 9804 9094 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1973922698 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9804/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50127 s]
/proc/loadavg: 0.55 0.14 0.04 3/79 9815
/proc/meminfo: memFree=1159320/2055920 swapFree=4180728/4192956
[pid=9804] ppid=9802 vsize=5356 CPUtime=0
/proc/9804/stat : 9804 (concrete.sh) S 9802 9804 9094 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1973922698 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9804/statm: 1339 242 201 169 0 50 0
[pid=9807] ppid=9804 vsize=843624 CPUtime=1.45
/proc/9807/stat : 9807 (java) S 9804 9804 9094 0 -1 0 7725 0 1 0 139 6 0 0 18 0 9 0 1973922699 863870976 6708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9807/statm: 210906 6708 2562 9 0 205474 0
[pid=9807/tid=9808] ppid=9804 vsize=843624 CPUtime=0.97
/proc/9807/task/9808/stat : 9808 (java) R 9804 9804 9094 0 -1 64 3201 0 1 0 95 2 0 0 25 0 9 0 1973922700 863870976 6708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9809] ppid=9804 vsize=843624 CPUtime=0.38
/proc/9807/task/9809/stat : 9809 (java) R 9804 9804 9094 0 -1 64 3456 0 0 0 35 3 0 0 16 0 9 0 1973922704 863870976 6708 996147200 134512640 134550740 4294956016 18446744073709551615 102478692 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9810] ppid=9804 vsize=843624 CPUtime=0
/proc/9807/task/9810/stat : 9810 (java) S 9804 9804 9094 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973922704 863870976 6708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9811] ppid=9804 vsize=843624 CPUtime=0
/proc/9807/task/9811/stat : 9811 (java) S 9804 9804 9094 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1973922704 863870976 6708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9812] ppid=9804 vsize=843624 CPUtime=0
/proc/9807/task/9812/stat : 9812 (java) S 9804 9804 9094 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973922706 863870976 6708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9813] ppid=9804 vsize=843624 CPUtime=0.07
/proc/9807/task/9813/stat : 9813 (java) S 9804 9804 9094 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 1973922706 863870976 6708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9814] ppid=9804 vsize=843624 CPUtime=0
/proc/9807/task/9814/stat : 9814 (java) S 9804 9804 9094 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1973922706 863870976 6708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9815] ppid=9804 vsize=843624 CPUtime=0
/proc/9807/task/9815/stat : 9815 (java) S 9804 9804 9094 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1973922706 863870976 6708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 848980

[startup+3.10259 s]
/proc/loadavg: 0.55 0.14 0.04 4/79 9815
/proc/meminfo: memFree=1141592/2055920 swapFree=4180728/4192956
[pid=9804] ppid=9802 vsize=5356 CPUtime=0
/proc/9804/stat : 9804 (concrete.sh) S 9802 9804 9094 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1973922698 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9804/statm: 1339 242 201 169 0 50 0
[pid=9807] ppid=9804 vsize=843624 CPUtime=3.05
/proc/9807/stat : 9807 (java) S 9804 9804 9094 0 -1 0 11336 0 1 0 292 13 0 0 18 0 9 0 1973922699 863870976 10068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9807/statm: 210906 10068 2562 9 0 205474 0
[pid=9807/tid=9808] ppid=9804 vsize=843624 CPUtime=2.03
/proc/9807/task/9808/stat : 9808 (java) R 9804 9804 9094 0 -1 64 3549 0 1 0 199 4 0 0 25 0 9 0 1973922700 863870976 10068 996147200 134512640 134550740 4294956016 18446744073709551615 4125754794 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9809] ppid=9804 vsize=843624 CPUtime=0.91
/proc/9807/task/9809/stat : 9809 (java) S 9804 9804 9094 0 -1 64 6716 0 0 0 84 7 0 0 16 0 9 0 1973922704 863870976 10068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9810] ppid=9804 vsize=843624 CPUtime=0
/proc/9807/task/9810/stat : 9810 (java) S 9804 9804 9094 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973922704 863870976 10068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9811] ppid=9804 vsize=843624 CPUtime=0
/proc/9807/task/9811/stat : 9811 (java) S 9804 9804 9094 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1973922704 863870976 10068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9812] ppid=9804 vsize=843624 CPUtime=0
/proc/9807/task/9812/stat : 9812 (java) S 9804 9804 9094 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973922706 863870976 10068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9813] ppid=9804 vsize=843624 CPUtime=0.08
/proc/9807/task/9813/stat : 9813 (java) S 9804 9804 9094 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 1973922706 863870976 10068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9814] ppid=9804 vsize=843624 CPUtime=0
/proc/9807/task/9814/stat : 9814 (java) S 9804 9804 9094 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1973922706 863870976 10068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9815] ppid=9804 vsize=843624 CPUtime=0
/proc/9807/task/9815/stat : 9815 (java) S 9804 9804 9094 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1973922706 863870976 10068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 848980

[startup+6.30267 s]
/proc/loadavg: 0.67 0.17 0.06 3/79 9815
/proc/meminfo: memFree=1095832/2055920 swapFree=4180728/4192956
[pid=9804] ppid=9802 vsize=5356 CPUtime=0
/proc/9804/stat : 9804 (concrete.sh) S 9802 9804 9094 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1973922698 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9804/statm: 1339 242 201 169 0 50 0
[pid=9807] ppid=9804 vsize=843920 CPUtime=6.22
/proc/9807/stat : 9807 (java) S 9804 9804 9094 0 -1 0 15831 0 1 0 602 20 0 0 18 0 9 0 1973922699 864174080 14291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9807/statm: 210980 14291 2562 9 0 205548 0
[pid=9807/tid=9808] ppid=9804 vsize=843920 CPUtime=4.48
/proc/9807/task/9808/stat : 9808 (java) R 9804 9804 9094 0 -1 64 3905 0 1 0 440 8 0 0 25 0 9 0 1973922700 864174080 14291 996147200 134512640 134550740 4294956016 18446744073709551615 4125757491 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9809] ppid=9804 vsize=843920 CPUtime=1.62
/proc/9807/task/9809/stat : 9809 (java) S 9804 9804 9094 0 -1 64 10773 0 0 0 151 11 0 0 16 0 9 0 1973922704 864174080 14291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9810] ppid=9804 vsize=843920 CPUtime=0
/proc/9807/task/9810/stat : 9810 (java) S 9804 9804 9094 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973922704 864174080 14291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9811] ppid=9804 vsize=843920 CPUtime=0
/proc/9807/task/9811/stat : 9811 (java) S 9804 9804 9094 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1973922704 864174080 14291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9812] ppid=9804 vsize=843920 CPUtime=0
/proc/9807/task/9812/stat : 9812 (java) S 9804 9804 9094 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973922706 864174080 14291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9813] ppid=9804 vsize=843920 CPUtime=0.11
/proc/9807/task/9813/stat : 9813 (java) S 9804 9804 9094 0 -1 64 421 0 0 0 11 0 0 0 16 0 9 0 1973922706 864174080 14291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9814] ppid=9804 vsize=843920 CPUtime=0
/proc/9807/task/9814/stat : 9814 (java) S 9804 9804 9094 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1973922706 864174080 14291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9815] ppid=9804 vsize=843920 CPUtime=0
/proc/9807/task/9815/stat : 9815 (java) S 9804 9804 9094 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1973922706 864174080 14291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 849276

[startup+12.7022 s]
/proc/loadavg: 0.77 0.20 0.07 3/82 9821
/proc/meminfo: memFree=936000/2055920 swapFree=4180728/4192956
[pid=9804] ppid=9802 vsize=5356 CPUtime=0
/proc/9804/stat : 9804 (concrete.sh) S 9802 9804 9094 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1973922698 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9804/statm: 1339 242 201 169 0 50 0
[pid=9807] ppid=9804 vsize=843696 CPUtime=12.58
/proc/9807/stat : 9807 (java) S 9804 9804 9094 0 -1 0 29408 0 1 0 1227 31 0 0 18 0 9 0 1973922699 863944704 27517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9807/statm: 210924 27517 2562 9 0 205492 0
[pid=9807/tid=9808] ppid=9804 vsize=843696 CPUtime=9.44
/proc/9807/task/9808/stat : 9808 (java) R 9804 9804 9094 0 -1 64 5094 0 1 0 933 11 0 0 25 0 9 0 1973922700 863944704 27517 996147200 134512640 134550740 4294956016 18446744073709551615 4125836206 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=843696 CPUtime=2.98
/proc/9807/task/9809/stat : 9809 (java) S 9804 9804 9094 0 -1 64 23154 0 0 0 280 18 0 0 16 0 9 0 1973922704 863944704 27517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=843696 CPUtime=0
/proc/9807/task/9810/stat : 9810 (java) S 9804 9804 9094 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973922704 863944704 27517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9811] ppid=9804 vsize=843696 CPUtime=0
/proc/9807/task/9811/stat : 9811 (java) S 9804 9804 9094 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1973922704 863944704 27517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9812] ppid=9804 vsize=843696 CPUtime=0
/proc/9807/task/9812/stat : 9812 (java) S 9804 9804 9094 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973922706 863944704 27517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9813] ppid=9804 vsize=843696 CPUtime=0.12
/proc/9807/task/9813/stat : 9813 (java) S 9804 9804 9094 0 -1 64 428 0 0 0 12 0 0 0 16 0 9 0 1973922706 863944704 27517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9814] ppid=9804 vsize=843696 CPUtime=0
/proc/9807/task/9814/stat : 9814 (java) S 9804 9804 9094 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1973922706 863944704 27517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9815] ppid=9804 vsize=843696 CPUtime=0
/proc/9807/task/9815/stat : 9815 (java) S 9804 9804 9094 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1973922706 863944704 27517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 849052

[startup+25.5013 s]
/proc/loadavg: 1.12 0.30 0.10 4/79 9824
/proc/meminfo: memFree=916696/2055920 swapFree=4180728/4192956
[pid=9804] ppid=9802 vsize=5356 CPUtime=0
/proc/9804/stat : 9804 (concrete.sh) S 9802 9804 9094 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1973922698 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9804/statm: 1339 242 201 169 0 50 0
[pid=9807] ppid=9804 vsize=843696 CPUtime=25.32
/proc/9807/stat : 9807 (java) S 9804 9804 9094 0 -1 0 56715 0 1 0 2482 50 0 0 18 0 9 0 1973922699 863944704 54521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9807/statm: 210924 54521 2562 9 0 205492 0
[pid=9807/tid=9808] ppid=9804 vsize=843696 CPUtime=20.01
/proc/9807/task/9808/stat : 9808 (java) R 9804 9804 9094 0 -1 64 6323 0 1 0 1983 18 0 0 23 0 9 0 1973922700 863944704 54521 996147200 134512640 134550740 4294956016 18446744073709551615 4125785117 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=843696 CPUtime=5.14
/proc/9807/task/9809/stat : 9809 (java) S 9804 9804 9094 0 -1 64 49223 0 0 0 484 30 0 0 16 0 9 0 1973922704 863944704 54521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=843696 CPUtime=0
/proc/9807/task/9810/stat : 9810 (java) S 9804 9804 9094 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973922704 863944704 54521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9811] ppid=9804 vsize=843696 CPUtime=0
/proc/9807/task/9811/stat : 9811 (java) S 9804 9804 9094 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1973922704 863944704 54521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9812] ppid=9804 vsize=843696 CPUtime=0
/proc/9807/task/9812/stat : 9812 (java) S 9804 9804 9094 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973922706 863944704 54521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9813] ppid=9804 vsize=843696 CPUtime=0.13
/proc/9807/task/9813/stat : 9813 (java) S 9804 9804 9094 0 -1 64 437 0 0 0 13 0 0 0 16 0 9 0 1973922706 863944704 54521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9814] ppid=9804 vsize=843696 CPUtime=0
/proc/9807/task/9814/stat : 9814 (java) S 9804 9804 9094 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1973922706 863944704 54521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9815] ppid=9804 vsize=843696 CPUtime=0
/proc/9807/task/9815/stat : 9815 (java) S 9804 9804 9094 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1973922706 863944704 54521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 849052

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

[startup+38.3023 s]
/proc/loadavg: 1.31 0.39 0.13 3/79 9824

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

[pid=9807/tid=9809] ppid=9804 vsize=843696 CPUtime=7.81
/proc/9807/task/9809/stat : 9809 (java) S 9804 9804 9094 0 -1 64 74751 0 0 0 740 41 0 0 16 0 9 0 1973922704 863944704 81760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=843696 CPUtime=0
/proc/9807/task/9810/stat : 9810 (java) S 9804 9804 9094 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973922704 863944704 81760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9811] ppid=9804 vsize=843696 CPUtime=0
/proc/9807/task/9811/stat : 9811 (java) S 9804 9804 9094 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1973922704 863944704 81760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9812] ppid=9804 vsize=843696 CPUtime=0
/proc/9807/task/9812/stat : 9812 (java) S 9804 9804 9094 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973922706 863944704 81760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9813] ppid=9804 vsize=843696 CPUtime=0.14
/proc/9807/task/9813/stat : 9813 (java) S 9804 9804 9094 0 -1 64 440 0 0 0 14 0 0 0 17 0 9 0 1973922706 863944704 81760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9814] ppid=9804 vsize=843696 CPUtime=0
/proc/9807/task/9814/stat : 9814 (java) S 9804 9804 9094 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1973922706 863944704 81760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9815] ppid=9804 vsize=843696 CPUtime=0
/proc/9807/task/9815/stat : 9815 (java) S 9804 9804 9094 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1973922706 863944704 81760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.12
Current children cumulated vsize (KiB) 849052

[startup+44.7019 s]
/proc/loadavg: 1.37 0.41 0.14 3/79 9824
/proc/meminfo: memFree=571936/2055920 swapFree=4180728/4192956
[pid=9804] ppid=9802 vsize=5356 CPUtime=0
/proc/9804/stat : 9804 (concrete.sh) S 9802 9804 9094 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1973922698 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9804/statm: 1339 242 201 169 0 50 0
[pid=9807] ppid=9804 vsize=846352 CPUtime=44.51
/proc/9807/stat : 9807 (java) S 9804 9804 9094 0 -1 0 94784 0 1 0 4381 70 0 0 18 0 10 0 1973922699 866664448 92368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9807/statm: 211588 92368 2568 9 0 206155 0
[pid=9807/tid=9808] ppid=9804 vsize=846352 CPUtime=35.9
/proc/9807/task/9808/stat : 9808 (java) R 9804 9804 9094 0 -1 64 8293 0 1 0 3566 24 0 0 25 0 10 0 1973922700 866664448 92368 996147200 134512640 134550740 4294956016 18446744073709551615 4126143252 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=846352 CPUtime=8.4
/proc/9807/task/9809/stat : 9809 (java) S 9804 9804 9094 0 -1 64 84893 0 0 0 796 44 0 0 16 0 10 0 1973922704 866664448 92368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9810/stat : 9810 (java) S 9804 9804 9094 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1973922704 866664448 92368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9811] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9811/stat : 9811 (java) S 9804 9804 9094 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1973922704 866664448 92368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9812] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9812/stat : 9812 (java) S 9804 9804 9094 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1973922706 866664448 92368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9813] ppid=9804 vsize=846352 CPUtime=0.19
/proc/9807/task/9813/stat : 9813 (java) S 9804 9804 9094 0 -1 64 862 0 0 0 18 1 0 0 16 0 10 0 1973922706 866664448 92368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9814] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9814/stat : 9814 (java) S 9804 9804 9094 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1973922706 866664448 92368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9815] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9815/stat : 9815 (java) S 9804 9804 9094 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1973922706 866664448 92368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.51
Current children cumulated vsize (KiB) 851708

[startup+47.9021 s]
/proc/loadavg: 1.37 0.41 0.14 4/80 9825
/proc/meminfo: memFree=505112/2055920 swapFree=4180728/4192956
[pid=9804] ppid=9802 vsize=5356 CPUtime=0
/proc/9804/stat : 9804 (concrete.sh) S 9802 9804 9094 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1973922698 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9804/statm: 1339 242 201 169 0 50 0
[pid=9807] ppid=9804 vsize=846352 CPUtime=47.72
/proc/9807/stat : 9807 (java) S 9804 9804 9094 0 -1 0 102502 0 1 0 4698 74 0 0 18 0 10 0 1973922699 866664448 100083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9807/statm: 211588 100083 2568 9 0 206155 0
[pid=9807/tid=9808] ppid=9804 vsize=846352 CPUtime=38.01
/proc/9807/task/9808/stat : 9808 (java) R 9804 9804 9094 0 -1 64 8303 0 1 0 3777 24 0 0 25 0 10 0 1973922700 866664448 100083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=846352 CPUtime=9.46
/proc/9807/task/9809/stat : 9809 (java) R 9804 9804 9094 0 -1 64 92587 0 0 0 899 47 0 0 17 0 10 0 1973922704 866664448 100083 996147200 134512640 134550740 4294956016 18446744073709551615 104180096 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9810/stat : 9810 (java) S 9804 9804 9094 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1973922704 866664448 100083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9811] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9811/stat : 9811 (java) S 9804 9804 9094 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1973922704 866664448 100083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9812] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9812/stat : 9812 (java) S 9804 9804 9094 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1973922706 866664448 100083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9813] ppid=9804 vsize=846352 CPUtime=0.21
/proc/9807/task/9813/stat : 9813 (java) S 9804 9804 9094 0 -1 64 876 0 0 0 20 1 0 0 16 0 10 0 1973922706 866664448 100083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9814] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9814/stat : 9814 (java) S 9804 9804 9094 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1973922706 866664448 100083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9815] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9815/stat : 9815 (java) S 9804 9804 9094 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1973922706 866664448 100083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9825] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9825/stat : 9825 (java) S 9804 9804 9094 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 1973927094 866664448 100083 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.72
Current children cumulated vsize (KiB) 851708

[startup+48.7022 s]
/proc/loadavg: 1.50 0.45 0.16 4/80 9825
/proc/meminfo: memFree=493912/2055920 swapFree=4180728/4192956
[pid=9804] ppid=9802 vsize=5356 CPUtime=0
/proc/9804/stat : 9804 (concrete.sh) S 9802 9804 9094 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1973922698 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9804/statm: 1339 242 201 169 0 50 0
[pid=9807] ppid=9804 vsize=846352 CPUtime=48.51
/proc/9807/stat : 9807 (java) S 9804 9804 9094 0 -1 0 102682 0 1 0 4777 74 0 0 18 0 9 0 1973922699 866664448 100254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9807/statm: 211588 100254 2569 9 0 206155 0
[pid=9807/tid=9808] ppid=9804 vsize=846352 CPUtime=38.08
/proc/9807/task/9808/stat : 9808 (java) R 9804 9804 9094 0 -1 64 8333 0 1 0 3784 24 0 0 25 0 9 0 1973922700 866664448 100254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=846352 CPUtime=10.19
/proc/9807/task/9809/stat : 9809 (java) R 9804 9804 9094 0 -1 64 92729 0 0 0 972 47 0 0 16 0 9 0 1973922704 866664448 100254 996147200 134512640 134550740 4294956016 18446744073709551615 103735757 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9810/stat : 9810 (java) S 9804 9804 9094 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973922704 866664448 100254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9811] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9811/stat : 9811 (java) S 9804 9804 9094 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1973922704 866664448 100254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9812] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9812/stat : 9812 (java) S 9804 9804 9094 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973922706 866664448 100254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9813] ppid=9804 vsize=846352 CPUtime=0.22
/proc/9807/task/9813/stat : 9813 (java) S 9804 9804 9094 0 -1 64 882 0 0 0 21 1 0 0 16 0 9 0 1973922706 866664448 100254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9814] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9814/stat : 9814 (java) S 9804 9804 9094 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1973922706 866664448 100254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9815] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9815/stat : 9815 (java) S 9804 9804 9094 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1973922706 866664448 100254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.51
Current children cumulated vsize (KiB) 851708

[startup+49.5073 s]
/proc/loadavg: 1.50 0.45 0.16 3/79 9825
/proc/meminfo: memFree=481944/2055920 swapFree=4180728/4192956
[pid=9804] ppid=9802 vsize=5356 CPUtime=0
/proc/9804/stat : 9804 (concrete.sh) S 9802 9804 9094 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1973922698 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9804/statm: 1339 242 201 169 0 50 0
[pid=9807] ppid=9804 vsize=846352 CPUtime=49.32
/proc/9807/stat : 9807 (java) S 9804 9804 9094 0 -1 0 102694 0 1 0 4858 74 0 0 18 0 9 0 1973922699 866664448 100266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9807/statm: 211588 100266 2569 9 0 206155 0
[pid=9807/tid=9808] ppid=9804 vsize=846352 CPUtime=38.08
/proc/9807/task/9808/stat : 9808 (java) S 9804 9804 9094 0 -1 64 8333 0 1 0 3784 24 0 0 25 0 9 0 1973922700 866664448 100266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=846352 CPUtime=10.99
/proc/9807/task/9809/stat : 9809 (java) R 9804 9804 9094 0 -1 64 92741 0 0 0 1052 47 0 0 17 0 9 0 1973922704 866664448 100266 996147200 134512640 134550740 4294956016 18446744073709551615 103834291 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9810/stat : 9810 (java) S 9804 9804 9094 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973922704 866664448 100266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9811] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9811/stat : 9811 (java) S 9804 9804 9094 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1973922704 866664448 100266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9812] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9812/stat : 9812 (java) S 9804 9804 9094 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973922706 866664448 100266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9813] ppid=9804 vsize=846352 CPUtime=0.22
/proc/9807/task/9813/stat : 9813 (java) S 9804 9804 9094 0 -1 64 882 0 0 0 21 1 0 0 16 0 9 0 1973922706 866664448 100266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9814] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9814/stat : 9814 (java) S 9804 9804 9094 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1973922706 866664448 100266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9815] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9815/stat : 9815 (java) S 9804 9804 9094 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1973922706 866664448 100266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.32
Current children cumulated vsize (KiB) 851708

[startup+49.9023 s]
/proc/loadavg: 1.50 0.45 0.16 3/79 9825
/proc/meminfo: memFree=481944/2055920 swapFree=4180728/4192956
[pid=9804] ppid=9802 vsize=5356 CPUtime=0
/proc/9804/stat : 9804 (concrete.sh) S 9802 9804 9094 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1973922698 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9804/statm: 1339 242 201 169 0 50 0
[pid=9807] ppid=9804 vsize=846352 CPUtime=49.72
/proc/9807/stat : 9807 (java) S 9804 9804 9094 0 -1 0 105720 0 1 0 4896 76 0 0 18 0 10 0 1973922699 866664448 103286 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9807/statm: 211588 103286 2571 9 0 206155 0
[pid=9807/tid=9808] ppid=9804 vsize=846352 CPUtime=38.19
/proc/9807/task/9808/stat : 9808 (java) R 9804 9804 9094 0 -1 64 8348 0 1 0 3794 25 0 0 25 0 10 0 1973922700 866664448 103286 996147200 134512640 134550740 4294956016 18446744073709551615 4126250375 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=846352 CPUtime=11.27
/proc/9807/task/9809/stat : 9809 (java) S 9804 9804 9094 0 -1 64 95740 0 0 0 1079 48 0 0 17 0 10 0 1973922704 866664448 103286 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9810/stat : 9810 (java) S 9804 9804 9094 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1973922704 866664448 103286 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9811] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9811/stat : 9811 (java) S 9804 9804 9094 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1973922704 866664448 103286 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9812] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9812/stat : 9812 (java) S 9804 9804 9094 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1973922706 866664448 103286 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9813] ppid=9804 vsize=846352 CPUtime=0.23
/proc/9807/task/9813/stat : 9813 (java) S 9804 9804 9094 0 -1 64 893 0 0 0 22 1 0 0 16 0 10 0 1973922706 866664448 103286 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9807/tid=9814] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9814/stat : 9814 (java) S 9804 9804 9094 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1973922706 866664448 103286 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9807/tid=9815] ppid=9804 vsize=846352 CPUtime=0
/proc/9807/task/9815/stat : 9815 (java) S 9804 9804 9094 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1973922706 866664448 103286 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.72
Current children cumulated vsize (KiB) 851708

[startup+50.0023 s]
/proc/loadavg: 1.50 0.45 0.16 3/79 9825
/proc/meminfo: memFree=481944/2055920 swapFree=4180728/4192956
[pid=9804] ppid=9802 vsize=5356 CPUtime=0
/proc/9804/stat : 9804 (concrete.sh) S 9802 9804 9094 0 -1 4194304 315 128 0 0 0 0 0 0 22 0 1 0 1973922698 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9804/statm: 1339 242 201 169 0 50 0
[pid=9807] ppid=9804 vsize=0 CPUtime=49.82
/proc/9807/stat : 9807 (java) Z 9804 9804 9094 0 -1 12 105734 0 1 0 4904 78 0 0 16 0 2 0 1973922699 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9807/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 49.82
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 50.0406
CPU time (s): 49.8694
CPU user time (s): 49.0455
CPU system time (s): 0.823874
CPU usage (%): 99.6579
Max. virtual memory (cumulated for all children) (KiB): 851708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.0455
system time used= 0.823874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106186
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= 12732
involuntary context switches= 12222

runsolver used 0.073988 second user time and 0.167974 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-01 23:58:49
IDJOB=1034382
IDBENCH=53339
IDSOLVER=303
FILE ID=node65/1034382-1214949519
PBS_JOBID= 7870204
Free space on /tmp= 66448 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 75503770180b2e5df3e5009c7077c336
RANDOM SEED=46402355

node65.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.231
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.231
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:       1180616 kB
Buffers:         47224 kB
Cached:         762472 kB
SwapCached:       6508 kB
Active:         286052 kB
Inactive:       537228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1180616 kB
SwapTotal:     4192956 kB
SwapFree:      4180728 kB
Dirty:          108476 kB
Writeback:           0 kB
Mapped:          18860 kB
Slab:            37548 kB
Committed_AS:  3739124 kB
PageTables:       1748 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= 66396 MiB
End job on node65 at 2008-07-01 23:59:39