Trace number 1048903

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 - WMC Engine 2008-05-30UNSAT 401.097 405.228

DiagnosticValue
CHECKS3956
NODES0

General information on the benchmark

Namecsp/pseudo/ssa/
normalized-ssa-6288-047.xml
MD5SUMdd00c5def4c55b065ec455ee1bcb23cb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.51962
Satisfiable
(Un)Satisfiability was proved
Number of variables20820
Number of constraints44644
Maximum constraint arity6
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44644
Global constraints used (with number of constraints)

Solver Data (download as text)

399.11/403.27	c CPU-LOAD 388.61
399.11/403.27	c LOADED 20820 V (2 E), 28128 ExtensionConstraint2D, 16516 PredicateConstraint, arity 6, 388.61 cpu
400.98/405.17	s UNSATISFIABLE
400.98/405.17	d NODES 0
400.98/405.17	d CHECKS 3956
400.98/405.17	c gac3-effective-revisions: 397
400.98/405.17	c gac3-useless-revisions: 3204
400.98/405.17	c prepro-constraint-ccks: 1918
400.98/405.17	c prepro-constraint-presenceccks: 2043
400.98/405.17	c prepro-cpu: 1.13
400.98/405.17	c prepro-matrix2d-ccks: 2038
400.98/405.17	c prepro-matrix2d-presenceccks: 2205
400.98/405.17	c prepro-removed: 397
400.98/405.17	c total-assgn: 0
400.98/405.17	c total-constraint-ccks: 1918
400.98/405.17	c total-constraint-presence-ccks: 2043
400.98/405.17	c total-cpu: 1.14
400.98/405.17	c total-matrix2d-ccks: 2038
400.98/405.17	c total-matrix2d-presence-ccks: 2205
400.98/405.17	c tuples: 0
400.98/405.17	c tuples-collisions: 0
400.98/405.17	c TOTAL-NODES 0
400.98/405.17	c TOTAL-CPU 1.14

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1048903-1215044221/watcher-1048903-1215044221 -o /tmp/evaluation-result-1048903-1215044221/solver-1048903-1215044221 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1048903-1215044221.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.97 2.02 2.01 4/74 28826
/proc/meminfo: memFree=1376736/2055920 swapFree=4179680/4192956
[pid=28826] ppid=28824 vsize=5356 CPUtime=0
/proc/28826/stat : 28826 (concrete.sh) R 28824 28826 28316 0 -1 4194304 295 128 0 0 0 0 0 0 21 0 1 0 1983394768 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 234211568287 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/28826/statm: 1339 242 201 169 0 50 0
[pid=28828] ppid=28826 vsize=5356 CPUtime=0
/proc/28828/stat : 28828 (concrete.sh) R 28826 28826 28316 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 1983394769 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 234211568287 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/28828/statm: 1339 242 201 169 0 50 0

[startup+0.0543461 s]
/proc/loadavg: 1.97 2.02 2.01 4/74 28826
/proc/meminfo: memFree=1376736/2055920 swapFree=4179680/4192956
[pid=28826] ppid=28824 vsize=5356 CPUtime=0
/proc/28826/stat : 28826 (concrete.sh) S 28824 28826 28316 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983394768 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28826/statm: 1339 242 201 169 0 50 0
[pid=28828] ppid=28826 vsize=838480 CPUtime=0.03
/proc/28828/stat : 28828 (java) S 28826 28826 28316 0 -1 0 2026 0 1 0 2 1 0 0 18 0 6 0 1983394769 858603520 1592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/28828/statm: 209620 1592 905 9 0 204599 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 843836

[startup+0.101615 s]
/proc/loadavg: 1.97 2.02 2.01 4/74 28826
/proc/meminfo: memFree=1376736/2055920 swapFree=4179680/4192956
[pid=28826] ppid=28824 vsize=5356 CPUtime=0
/proc/28826/stat : 28826 (concrete.sh) S 28824 28826 28316 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983394768 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28826/statm: 1339 242 201 169 0 50 0
[pid=28828] ppid=28826 vsize=843024 CPUtime=0.07
/proc/28828/stat : 28828 (java) S 28826 28826 28316 0 -1 0 3304 0 1 0 6 1 0 0 18 0 9 0 1983394769 863256576 2769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28828/statm: 210756 2769 1628 9 0 205333 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 848380

[startup+0.301656 s]
/proc/loadavg: 1.97 2.02 2.01 4/74 28826
/proc/meminfo: memFree=1376736/2055920 swapFree=4179680/4192956
[pid=28826] ppid=28824 vsize=5356 CPUtime=0
/proc/28826/stat : 28826 (concrete.sh) S 28824 28826 28316 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983394768 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28826/statm: 1339 242 201 169 0 50 0
[pid=28828] ppid=28826 vsize=844092 CPUtime=0.28
/proc/28828/stat : 28828 (java) S 28826 28826 28316 0 -1 0 4242 0 1 0 25 3 0 0 18 0 9 0 1983394769 864350208 3657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28828/statm: 211023 3657 1809 9 0 205591 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 849448

[startup+0.701734 s]
/proc/loadavg: 1.97 2.02 2.01 4/74 28826
/proc/meminfo: memFree=1376736/2055920 swapFree=4179680/4192956
[pid=28826] ppid=28824 vsize=5356 CPUtime=0
/proc/28826/stat : 28826 (concrete.sh) S 28824 28826 28316 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983394768 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28826/statm: 1339 242 201 169 0 50 0
[pid=28828] ppid=28826 vsize=844256 CPUtime=0.67
/proc/28828/stat : 28828 (java) S 28826 28826 28316 0 -1 0 5557 0 1 0 63 4 0 0 18 0 9 0 1983394769 864518144 4930 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28828/statm: 211064 4930 1899 9 0 205625 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 849612

[startup+1.5029 s]
/proc/loadavg: 1.97 2.02 2.01 3/84 28837
/proc/meminfo: memFree=1362512/2055920 swapFree=4179680/4192956
[pid=28826] ppid=28824 vsize=5356 CPUtime=0
/proc/28826/stat : 28826 (concrete.sh) S 28824 28826 28316 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983394768 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28826/statm: 1339 242 201 169 0 50 0
[pid=28828] ppid=28826 vsize=844360 CPUtime=1.47
/proc/28828/stat : 28828 (java) S 28826 28826 28316 0 -1 0 7134 0 1 0 141 6 0 0 18 0 9 0 1983394769 864624640 6217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28828/statm: 211090 6217 2574 9 0 205651 0
[pid=28828/tid=28830] ppid=28826 vsize=844360 CPUtime=1.12
/proc/28828/task/28830/stat : 28830 (java) R 28826 28826 28316 0 -1 64 3424 0 1 0 110 2 0 0 25 0 9 0 1983394770 864624640 6217 996147200 134512640 134550740 4294956016 18446744073709551615 4125935976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28831] ppid=28826 vsize=844360 CPUtime=0.15
/proc/28828/task/28831/stat : 28831 (java) S 28826 28826 28316 0 -1 64 2454 0 0 0 14 1 0 0 16 0 9 0 1983394771 864624640 6217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28832] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28832/stat : 28832 (java) S 28826 28826 28316 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983394771 864624640 6217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28833] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28833/stat : 28833 (java) S 28826 28826 28316 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1983394771 864624640 6217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28834] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28834/stat : 28834 (java) S 28826 28826 28316 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983394773 864624640 6217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28835] ppid=28826 vsize=844360 CPUtime=0.16
/proc/28828/task/28835/stat : 28835 (java) S 28826 28826 28316 0 -1 64 524 0 0 0 16 0 0 0 16 0 9 0 1983394774 864624640 6217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28836] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28836/stat : 28836 (java) S 28826 28826 28316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983394774 864624640 6217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28837] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28837/stat : 28837 (java) S 28826 28826 28316 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1983394774 864624640 6217 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) 849716

[startup+3.10123 s]
/proc/loadavg: 1.97 2.02 2.01 3/84 28837
/proc/meminfo: memFree=1360528/2055920 swapFree=4179680/4192956
[pid=28826] ppid=28824 vsize=5356 CPUtime=0
/proc/28826/stat : 28826 (concrete.sh) S 28824 28826 28316 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983394768 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28826/statm: 1339 242 201 169 0 50 0
[pid=28828] ppid=28826 vsize=844360 CPUtime=3.05
/proc/28828/stat : 28828 (java) S 28826 28826 28316 0 -1 0 7728 0 1 0 297 8 0 0 18 0 9 0 1983394769 864624640 6671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28828/statm: 211090 6671 2574 9 0 205651 0
[pid=28828/tid=28830] ppid=28826 vsize=844360 CPUtime=2.53
/proc/28828/task/28830/stat : 28830 (java) R 28826 28826 28316 0 -1 64 3564 0 1 0 250 3 0 0 25 0 9 0 1983394770 864624640 6671 996147200 134512640 134550740 4294956016 18446744073709551615 4125936108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28831] ppid=28826 vsize=844360 CPUtime=0.32
/proc/28828/task/28831/stat : 28831 (java) S 28826 28826 28316 0 -1 64 2908 0 0 0 30 2 0 0 16 0 9 0 1983394771 864624640 6671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28832] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28832/stat : 28832 (java) S 28826 28826 28316 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983394771 864624640 6671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28833] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28833/stat : 28833 (java) S 28826 28826 28316 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1983394771 864624640 6671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28834] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28834/stat : 28834 (java) S 28826 28826 28316 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983394773 864624640 6671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28835] ppid=28826 vsize=844360 CPUtime=0.16
/proc/28828/task/28835/stat : 28835 (java) S 28826 28826 28316 0 -1 64 524 0 0 0 16 0 0 0 16 0 9 0 1983394774 864624640 6671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28836] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28836/stat : 28836 (java) S 28826 28826 28316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983394774 864624640 6671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28837] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28837/stat : 28837 (java) S 28826 28826 28316 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1983394774 864624640 6671 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) 849716

[startup+6.3029 s]
/proc/loadavg: 1.97 2.02 2.01 3/84 28837
/proc/meminfo: memFree=1357840/2055920 swapFree=4179680/4192956
[pid=28826] ppid=28824 vsize=5356 CPUtime=0
/proc/28826/stat : 28826 (concrete.sh) S 28824 28826 28316 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983394768 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28826/statm: 1339 242 201 169 0 50 0
[pid=28828] ppid=28826 vsize=844360 CPUtime=6.22
/proc/28828/stat : 28828 (java) S 28826 28826 28316 0 -1 0 8485 0 1 0 611 11 0 0 18 0 9 0 1983394769 864624640 7187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28828/statm: 211090 7187 2574 9 0 205651 0
[pid=28828/tid=28830] ppid=28826 vsize=844360 CPUtime=5.53
/proc/28828/task/28830/stat : 28830 (java) R 28826 28826 28316 0 -1 64 3805 0 1 0 549 4 0 0 25 0 9 0 1983394770 864624640 7187 996147200 134512640 134550740 4294956016 18446744073709551615 4125796833 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28831] ppid=28826 vsize=844360 CPUtime=0.5
/proc/28828/task/28831/stat : 28831 (java) S 28826 28826 28316 0 -1 64 3424 0 0 0 45 5 0 0 16 0 9 0 1983394771 864624640 7187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28832] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28832/stat : 28832 (java) S 28826 28826 28316 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983394771 864624640 7187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28833] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28833/stat : 28833 (java) S 28826 28826 28316 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1983394771 864624640 7187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28834] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28834/stat : 28834 (java) S 28826 28826 28316 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983394773 864624640 7187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28835] ppid=28826 vsize=844360 CPUtime=0.16
/proc/28828/task/28835/stat : 28835 (java) S 28826 28826 28316 0 -1 64 524 0 0 0 16 0 0 0 16 0 9 0 1983394774 864624640 7187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28836] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28836/stat : 28836 (java) S 28826 28826 28316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983394774 864624640 7187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28837] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28837/stat : 28837 (java) S 28826 28826 28316 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1983394774 864624640 7187 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) 849716

[startup+12.7022 s]
/proc/loadavg: 1.98 2.02 2.00 3/84 28837
/proc/meminfo: memFree=1354832/2055920 swapFree=4179680/4192956
[pid=28826] ppid=28824 vsize=5356 CPUtime=0
/proc/28826/stat : 28826 (concrete.sh) S 28824 28826 28316 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983394768 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28826/statm: 1339 242 201 169 0 50 0
[pid=28828] ppid=28826 vsize=844360 CPUtime=12.55
/proc/28828/stat : 28828 (java) S 28826 28826 28316 0 -1 0 10686 0 1 0 1239 16 0 0 18 0 9 0 1983394769 864624640 7907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28828/statm: 211090 7907 2574 9 0 205651 0
[pid=28828/tid=28830] ppid=28826 vsize=844360 CPUtime=11.48
/proc/28828/task/28830/stat : 28830 (java) R 28826 28826 28316 0 -1 64 4224 0 1 0 1142 6 0 0 25 0 9 0 1983394770 864624640 7907 996147200 134512640 134550740 4294956016 18446744073709551615 4125935400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28831] ppid=28826 vsize=844360 CPUtime=0.89
/proc/28828/task/28831/stat : 28831 (java) S 28826 28826 28316 0 -1 64 5206 0 0 0 81 8 0 0 16 0 9 0 1983394771 864624640 7907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28832] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28832/stat : 28832 (java) S 28826 28826 28316 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983394771 864624640 7907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28833] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28833/stat : 28833 (java) S 28826 28826 28316 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1983394771 864624640 7907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28834] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28834/stat : 28834 (java) S 28826 28826 28316 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983394773 864624640 7907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28835] ppid=28826 vsize=844360 CPUtime=0.16
/proc/28828/task/28835/stat : 28835 (java) S 28826 28826 28316 0 -1 64 524 0 0 0 16 0 0 0 16 0 9 0 1983394774 864624640 7907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28836] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28836/stat : 28836 (java) S 28826 28826 28316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983394774 864624640 7907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28837] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28837/stat : 28837 (java) S 28826 28826 28316 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1983394774 864624640 7907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 849716

[startup+25.5029 s]
/proc/loadavg: 1.98 2.02 2.00 3/84 28837
/proc/meminfo: memFree=1351440/2055920 swapFree=4179680/4192956
[pid=28826] ppid=28824 vsize=5356 CPUtime=0
/proc/28826/stat : 28826 (concrete.sh) S 28824 28826 28316 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983394768 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28826/statm: 1339 242 201 169 0 50 0
[pid=28828] ppid=28826 vsize=844360 CPUtime=25.21
/proc/28828/stat : 28828 (java) S 28826 28826 28316 0 -1 0 11976 0 1 0 2500 21 0 0 18 0 9 0 1983394769 864624640 8701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28828/statm: 211090 8701 2574 9 0 205651 0
[pid=28828/tid=28830] ppid=28826 vsize=844360 CPUtime=23.7
/proc/28828/task/28830/stat : 28830 (java) R 28826 28826 28316 0 -1 64 4720 0 1 0 2362 8 0 0 25 0 9 0 1983394770 864624640 8701 996147200 134512640 134550740 4294956016 18446744073709551615 4125933815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28831] ppid=28826 vsize=844360 CPUtime=1.33
/proc/28828/task/28831/stat : 28831 (java) S 28826 28826 28316 0 -1 64 6000 0 0 0 122 11 0 0 16 0 9 0 1983394771 864624640 8701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28832] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28832/stat : 28832 (java) S 28826 28826 28316 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983394771 864624640 8701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28833] ppid=28826 vsize=844360 CPUtime=0
/proc/28828/task/28833/stat : 28833 (java) S 28826 28826 28316 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1983394771 864624640 8701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+402.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 28838
/proc/meminfo: memFree=1256520/2055920 swapFree=4179680/4192956
[pid=28826] ppid=28824 vsize=5356 CPUtime=0
/proc/28826/stat : 28826 (concrete.sh) S 28824 28826 28316 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983394768 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28826/statm: 1339 242 201 169 0 50 0
[pid=28828] ppid=28826 vsize=850996 CPUtime=398.22
/proc/28828/stat : 28828 (java) S 28826 28826 28316 0 -1 0 45935 0 1 0 39732 90 0 0 18 0 9 0 1983394769 871419904 34969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28828/statm: 212749 34969 2586 9 0 207309 0
[pid=28828/tid=28830] ppid=28826 vsize=850996 CPUtime=388.62
/proc/28828/task/28830/stat : 28830 (java) R 28826 28826 28316 0 -1 64 10292 0 1 0 38832 30 0 0 25 0 9 0 1983394770 871419904 34969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28831] ppid=28826 vsize=850996 CPUtime=8.92
/proc/28828/task/28831/stat : 28831 (java) R 28826 28826 28316 0 -1 64 32599 0 0 0 836 56 0 0 16 0 9 0 1983394771 871419904 34969 996147200 134512640 134550740 4294956016 18446744073709551615 102674843 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28832] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28832/stat : 28832 (java) S 28826 28826 28316 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983394771 871419904 34969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28833] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28833/stat : 28833 (java) S 28826 28826 28316 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983394771 871419904 34969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28834] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28834/stat : 28834 (java) S 28826 28826 28316 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983394773 871419904 34969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28835] ppid=28826 vsize=850996 CPUtime=0.64
/proc/28828/task/28835/stat : 28835 (java) S 28826 28826 28316 0 -1 64 2303 0 0 0 63 1 0 0 15 0 9 0 1983394774 871419904 34969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28836] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28836/stat : 28836 (java) S 28826 28826 28316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983394774 871419904 34969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28837] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28837/stat : 28837 (java) S 28826 28826 28316 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1983394774 871419904 34969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.22
Current children cumulated vsize (KiB) 856352

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

[startup+403.103 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 28838
/proc/meminfo: memFree=1230216/2055920 swapFree=4179680/4192956
[pid=28826] ppid=28824 vsize=5356 CPUtime=0
/proc/28826/stat : 28826 (concrete.sh) S 28824 28826 28316 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983394768 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28826/statm: 1339 242 201 169 0 50 0
[pid=28828] ppid=28826 vsize=850996 CPUtime=399.01
/proc/28828/stat : 28828 (java) S 28826 28826 28316 0 -1 0 46310 0 1 0 39811 90 0 0 18 0 9 0 1983394769 871419904 35337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28828/statm: 212749 35337 2585 9 0 207309 0
[pid=28828/tid=28830] ppid=28826 vsize=850996 CPUtime=388.62
/proc/28828/task/28830/stat : 28830 (java) R 28826 28826 28316 0 -1 64 10292 0 1 0 38832 30 0 0 25 0 9 0 1983394770 871419904 35337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28831] ppid=28826 vsize=850996 CPUtime=9.71
/proc/28828/task/28831/stat : 28831 (java) R 28826 28826 28316 0 -1 64 32974 0 0 0 915 56 0 0 16 0 9 0 1983394771 871419904 35337 996147200 134512640 134550740 4294956016 18446744073709551615 104182531 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28832] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28832/stat : 28832 (java) S 28826 28826 28316 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983394771 871419904 35337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28833] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28833/stat : 28833 (java) S 28826 28826 28316 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983394771 871419904 35337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28834] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28834/stat : 28834 (java) S 28826 28826 28316 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983394773 871419904 35337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28835] ppid=28826 vsize=850996 CPUtime=0.64
/proc/28828/task/28835/stat : 28835 (java) S 28826 28826 28316 0 -1 64 2303 0 0 0 63 1 0 0 15 0 9 0 1983394774 871419904 35337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28836] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28836/stat : 28836 (java) S 28826 28826 28316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983394774 871419904 35337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28837] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28837/stat : 28837 (java) S 28826 28826 28316 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1983394774 871419904 35337 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.01
Current children cumulated vsize (KiB) 856352

[startup+403.902 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 28838
/proc/meminfo: memFree=1228616/2055920 swapFree=4179680/4192956
[pid=28826] ppid=28824 vsize=5356 CPUtime=0
/proc/28826/stat : 28826 (concrete.sh) S 28824 28826 28316 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983394768 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28826/statm: 1339 242 201 169 0 50 0
[pid=28828] ppid=28826 vsize=850996 CPUtime=399.8
/proc/28828/stat : 28828 (java) S 28826 28826 28316 0 -1 0 46736 0 1 0 39889 91 0 0 18 0 9 0 1983394769 871419904 35758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28828/statm: 212749 35758 2585 9 0 207309 0
[pid=28828/tid=28830] ppid=28826 vsize=850996 CPUtime=388.71
/proc/28828/task/28830/stat : 28830 (java) R 28826 28826 28316 0 -1 64 10420 0 1 0 38841 30 0 0 25 0 9 0 1983394770 871419904 35758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28831] ppid=28826 vsize=850996 CPUtime=10.39
/proc/28828/task/28831/stat : 28831 (java) R 28826 28826 28316 0 -1 64 33266 0 0 0 982 57 0 0 16 0 9 0 1983394771 871419904 35758 996147200 134512640 134550740 4294956016 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28832] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28832/stat : 28832 (java) S 28826 28826 28316 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983394771 871419904 35758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28833] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28833/stat : 28833 (java) S 28826 28826 28316 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983394771 871419904 35758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28834] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28834/stat : 28834 (java) S 28826 28826 28316 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983394773 871419904 35758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28835] ppid=28826 vsize=850996 CPUtime=0.65
/proc/28828/task/28835/stat : 28835 (java) S 28826 28826 28316 0 -1 64 2308 0 0 0 64 1 0 0 16 0 9 0 1983394774 871419904 35758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28836] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28836/stat : 28836 (java) S 28826 28826 28316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983394774 871419904 35758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28837] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28837/stat : 28837 (java) S 28826 28826 28316 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1983394774 871419904 35758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.8
Current children cumulated vsize (KiB) 856352

[startup+404.701 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 28839
/proc/meminfo: memFree=1225480/2055920 swapFree=4179680/4192956
[pid=28826] ppid=28824 vsize=5356 CPUtime=0
/proc/28826/stat : 28826 (concrete.sh) S 28824 28826 28316 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983394768 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28826/statm: 1339 242 201 169 0 50 0
[pid=28828] ppid=28826 vsize=850996 CPUtime=400.59
/proc/28828/stat : 28828 (java) S 28826 28826 28316 0 -1 0 47489 0 1 0 39968 91 0 0 18 0 9 0 1983394769 871419904 36504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28828/statm: 212749 36504 2585 9 0 207309 0
[pid=28828/tid=28830] ppid=28826 vsize=850996 CPUtime=389.41
/proc/28828/task/28830/stat : 28830 (java) R 28826 28826 28316 0 -1 64 10993 0 1 0 38910 31 0 0 25 0 9 0 1983394770 871419904 36504 996147200 134512640 134550740 4294956016 18446744073709551615 4127402439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28831] ppid=28826 vsize=850996 CPUtime=10.48
/proc/28828/task/28831/stat : 28831 (java) S 28826 28826 28316 0 -1 64 33438 0 0 0 991 57 0 0 16 0 9 0 1983394771 871419904 36504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28832] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28832/stat : 28832 (java) S 28826 28826 28316 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983394771 871419904 36504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28833] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28833/stat : 28833 (java) S 28826 28826 28316 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983394771 871419904 36504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28834] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28834/stat : 28834 (java) S 28826 28826 28316 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983394773 871419904 36504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28835] ppid=28826 vsize=850996 CPUtime=0.67
/proc/28828/task/28835/stat : 28835 (java) S 28826 28826 28316 0 -1 64 2315 0 0 0 66 1 0 0 15 0 9 0 1983394774 871419904 36504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28836] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28836/stat : 28836 (java) S 28826 28826 28316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983394774 871419904 36504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28837] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28837/stat : 28837 (java) S 28826 28826 28316 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1983394774 871419904 36504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.59
Current children cumulated vsize (KiB) 856352

[startup+405.101 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 28839
/proc/meminfo: memFree=1225480/2055920 swapFree=4179680/4192956
[pid=28826] ppid=28824 vsize=5356 CPUtime=0
/proc/28826/stat : 28826 (concrete.sh) S 28824 28826 28316 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983394768 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28826/statm: 1339 242 201 169 0 50 0
[pid=28828] ppid=28826 vsize=850996 CPUtime=400.98
/proc/28828/stat : 28828 (java) S 28826 28826 28316 0 -1 0 47495 0 1 0 40007 91 0 0 18 0 9 0 1983394769 871419904 36506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28828/statm: 212749 36506 2585 9 0 207309 0
[pid=28828/tid=28830] ppid=28826 vsize=850996 CPUtime=389.79
/proc/28828/task/28830/stat : 28830 (java) R 28826 28826 28316 0 -1 64 10997 0 1 0 38948 31 0 0 25 0 9 0 1983394770 871419904 36506 996147200 134512640 134550740 4294956016 18446744073709551615 4127402452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28831] ppid=28826 vsize=850996 CPUtime=10.49
/proc/28828/task/28831/stat : 28831 (java) S 28826 28826 28316 0 -1 64 33438 0 0 0 992 57 0 0 15 0 9 0 1983394771 871419904 36506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28832] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28832/stat : 28832 (java) S 28826 28826 28316 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983394771 871419904 36506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28833] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28833/stat : 28833 (java) S 28826 28826 28316 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983394771 871419904 36506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28834] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28834/stat : 28834 (java) S 28826 28826 28316 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983394773 871419904 36506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28835] ppid=28826 vsize=850996 CPUtime=0.67
/proc/28828/task/28835/stat : 28835 (java) S 28826 28826 28316 0 -1 64 2317 0 0 0 66 1 0 0 16 0 9 0 1983394774 871419904 36506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28836] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28836/stat : 28836 (java) S 28826 28826 28316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983394774 871419904 36506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28837] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28837/stat : 28837 (java) S 28826 28826 28316 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1983394774 871419904 36506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.98
Current children cumulated vsize (KiB) 856352

[startup+405.201 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 28839
/proc/meminfo: memFree=1225480/2055920 swapFree=4179680/4192956
[pid=28826] ppid=28824 vsize=5356 CPUtime=0
/proc/28826/stat : 28826 (concrete.sh) S 28824 28826 28316 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1983394768 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28826/statm: 1339 242 201 169 0 50 0
[pid=28828] ppid=28826 vsize=850996 CPUtime=401.06
/proc/28828/stat : 28828 (java) S 28826 28826 28316 0 -1 0 47507 0 1 0 40015 91 0 0 18 0 9 0 1983394769 871419904 36516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28828/statm: 212749 36516 2585 9 0 207309 0
[pid=28828/tid=28830] ppid=28826 vsize=850996 CPUtime=389.86
/proc/28828/task/28830/stat : 28830 (java) S 28826 28826 28316 0 -1 64 11005 0 1 0 38955 31 0 0 25 0 9 0 1983394770 871419904 36516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28831] ppid=28826 vsize=850996 CPUtime=10.49
/proc/28828/task/28831/stat : 28831 (java) S 28826 28826 28316 0 -1 64 33438 0 0 0 992 57 0 0 16 0 9 0 1983394771 871419904 36516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28832] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28832/stat : 28832 (java) S 28826 28826 28316 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983394771 871419904 36516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28833] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28833/stat : 28833 (java) S 28826 28826 28316 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983394771 871419904 36516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28834] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28834/stat : 28834 (java) S 28826 28826 28316 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983394773 871419904 36516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28835] ppid=28826 vsize=850996 CPUtime=0.67
/proc/28828/task/28835/stat : 28835 (java) S 28826 28826 28316 0 -1 64 2321 0 0 0 66 1 0 0 15 0 9 0 1983394774 871419904 36516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28836] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28836/stat : 28836 (java) S 28826 28826 28316 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983394774 871419904 36516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28828/tid=28837] ppid=28826 vsize=850996 CPUtime=0
/proc/28828/task/28837/stat : 28837 (java) S 28826 28826 28316 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1983394774 871419904 36516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.06
Current children cumulated vsize (KiB) 856352

Child status: 0
Real time (s): 405.228
CPU time (s): 401.097
CPU user time (s): 400.151
CPU system time (s): 0.945856
CPU usage (%): 98.9805
Max. virtual memory (cumulated for all children) (KiB): 856352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 400.151
system time used= 0.945856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47962
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= 51451
involuntary context switches= 59781

runsolver used 0.640902 second user time and 1.44678 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-03 02:17:01
IDJOB=1048903
IDBENCH=54522
IDSOLVER=304
FILE ID=node54/1048903-1215044221
PBS_JOBID= 7875068
Free space on /tmp= 66540 MiB

SOLVER NAME= Concrete + CSP4J - WMC Engine 2008-05-30
BENCH NAME= CPAI08/csp/pseudo/ssa/normalized-ssa-6288-047.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -s WMC BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048903-1215044221/watcher-1048903-1215044221 -o /tmp/evaluation-result-1048903-1215044221/solver-1048903-1215044221 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1048903-1215044221.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd00c5def4c55b065ec455ee1bcb23cb
RANDOM SEED=2144263358

node54.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.279
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.279
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:       1377216 kB
Buffers:         70992 kB
Cached:         471644 kB
SwapCached:       6668 kB
Active:         243204 kB
Inactive:       357632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1377216 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            7772 kB
Writeback:           0 kB
Mapped:          63392 kB
Slab:            63120 kB
Committed_AS:  3766064 kB
PageTables:       1816 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node54 at 2008-07-03 02:23:47