Trace number 2073267

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 2009-07-14UNSAT 796.99 797.62

DiagnosticValue
CHECKS0
NODES24570

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-14_ext.xml
MD5SUM5370926caba9ac4d47ccf3fc8eaf30f8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.7793
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

3.37/3.36	c CPU-LOAD 1.79
3.37/3.36	c LOADED 21 V (2 E), 133 ExtensionConstraintDynamic, arity 18, 1.79 cpu
796.89/797.57	s UNSATISFIABLE
796.89/797.57	d NODES 24570
796.89/797.57	d CHECKS 0
796.89/797.57	c heuristic-cpu: 0.0
796.89/797.57	c prepro-constraint-ccks: 0
796.89/797.57	c prepro-constraint-presenceccks: 0
796.89/797.57	c prepro-cpu: 4.41
796.89/797.57	c prepro-matrix2d-ccks: 0
796.89/797.57	c prepro-matrix2d-presenceccks: 0
796.89/797.57	c prepro-removed: 0
796.89/797.57	c search-cpu: 788.60004
796.89/797.57	c search-nps: 31.156479
796.89/797.57	c total-assgn: 24570
796.89/797.57	c total-constraint-ccks: 0
796.89/797.57	c total-constraint-presence-ccks: 0
796.89/797.57	c total-cpu: 793.05005
796.89/797.57	c total-matrix2d-ccks: 0
796.89/797.57	c total-matrix2d-presence-ccks: 0
796.89/797.57	c TOTAL-NODES 24570
796.89/797.57	c TOTAL-CPU 793.05005

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2073267-1247711635/watcher-2073267-1247711635 -o /tmp/evaluation-result-2073267-1247711635/solver-2073267-1247711635 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2073267-1247711635.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.01 2.04 4/73 14799
/proc/meminfo: memFree=1362248/2055920 swapFree=4192812/4192956
[pid=14799] ppid=14797 vsize=5356 CPUtime=0
/proc/14799/stat : 14799 (concrete.sh) R 14797 14799 14614 0 -1 4194304 319 291 0 0 0 0 0 0 16 0 1 0 58228537 5484544 243 996147200 4194304 4889804 548682068816 18446744073709551615 224264382963 0 0 4100 65536 0 0 0 17 1 0 0
/proc/14799/statm: 1339 244 201 169 0 50 0

[startup+0.100217 s]
/proc/loadavg: 2.02 2.01 2.04 4/73 14799
/proc/meminfo: memFree=1362248/2055920 swapFree=4192812/4192956
[pid=14799] ppid=14797 vsize=5356 CPUtime=0
/proc/14799/stat : 14799 (concrete.sh) S 14797 14799 14614 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58228537 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14799/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.20124 s]
/proc/loadavg: 2.02 2.01 2.04 4/73 14799
/proc/meminfo: memFree=1362248/2055920 swapFree=4192812/4192956
[pid=14799] ppid=14797 vsize=5356 CPUtime=0
/proc/14799/stat : 14799 (concrete.sh) S 14797 14799 14614 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58228537 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14799/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301294 s]
/proc/loadavg: 2.02 2.01 2.04 4/73 14799
/proc/meminfo: memFree=1362248/2055920 swapFree=4192812/4192956
[pid=14799] ppid=14797 vsize=5356 CPUtime=0
/proc/14799/stat : 14799 (concrete.sh) S 14797 14799 14614 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58228537 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14799/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701328 s]
/proc/loadavg: 2.02 2.01 2.04 4/73 14799
/proc/meminfo: memFree=1362248/2055920 swapFree=4192812/4192956
[pid=14799] ppid=14797 vsize=5356 CPUtime=0
/proc/14799/stat : 14799 (concrete.sh) S 14797 14799 14614 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58228537 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14799/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50248 s]
/proc/loadavg: 2.02 2.01 2.04 3/83 14812
/proc/meminfo: memFree=1328312/2055920 swapFree=4192812/4192956
[pid=14799] ppid=14797 vsize=5356 CPUtime=0
/proc/14799/stat : 14799 (concrete.sh) S 14797 14799 14614 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58228537 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14799/statm: 1339 244 201 169 0 50 0
[pid=14804] ppid=14799 vsize=847932 CPUtime=1.57
/proc/14804/stat : 14804 (java) S 14799 14799 14614 0 -1 0 12059 0 1 0 150 7 0 0 18 0 9 0 58228538 868282368 10922 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14804/statm: 211983 10922 2614 9 0 206468 0
[pid=14804/tid=14805] ppid=14799 vsize=847932 CPUtime=1.12
/proc/14804/task/14805/stat : 14805 (java) R 14799 14799 14614 0 -1 64 6613 0 1 0 108 4 0 0 24 0 9 0 58228539 868282368 10922 996147200 134512640 134550932 4294955408 18446744073709551615 4126232368 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14806] ppid=14799 vsize=847932 CPUtime=0.22
/proc/14804/task/14806/stat : 14806 (java) S 14799 14799 14614 0 -1 64 3385 0 0 0 21 1 0 0 16 0 9 0 58228540 868282368 10922 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14807] ppid=14799 vsize=847932 CPUtime=0
/proc/14804/task/14807/stat : 14807 (java) S 14799 14799 14614 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58228540 868282368 10922 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14808] ppid=14799 vsize=847932 CPUtime=0
/proc/14804/task/14808/stat : 14808 (java) S 14799 14799 14614 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58228540 868282368 10922 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14809] ppid=14799 vsize=847932 CPUtime=0
/proc/14804/task/14809/stat : 14809 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58228542 868282368 10922 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14810] ppid=14799 vsize=847932 CPUtime=0.21
/proc/14804/task/14810/stat : 14810 (java) S 14799 14799 14614 0 -1 64 1364 0 0 0 20 1 0 0 16 0 9 0 58228546 868282368 10922 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14811] ppid=14799 vsize=847932 CPUtime=0
/proc/14804/task/14811/stat : 14811 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58228546 868282368 10922 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14812] ppid=14799 vsize=847932 CPUtime=0
/proc/14804/task/14812/stat : 14812 (java) S 14799 14799 14614 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58228546 868282368 10922 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 853288

[startup+3.10177 s]
/proc/loadavg: 2.02 2.01 2.04 4/84 14813
/proc/meminfo: memFree=1317872/2055920 swapFree=4192812/4192956
[pid=14799] ppid=14797 vsize=5356 CPUtime=0
/proc/14799/stat : 14799 (concrete.sh) S 14797 14799 14614 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58228537 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14799/statm: 1339 244 201 169 0 50 0
[pid=14804] ppid=14799 vsize=848960 CPUtime=3.17
/proc/14804/stat : 14804 (java) S 14799 14799 14614 0 -1 0 21291 0 1 0 306 11 0 0 18 0 10 0 58228538 869335040 20021 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14804/statm: 212240 20021 2617 9 0 206725 0
[pid=14804/tid=14805] ppid=14799 vsize=848960 CPUtime=1.85
/proc/14804/task/14805/stat : 14805 (java) R 14799 14799 14614 0 -1 64 7430 0 1 0 181 4 0 0 25 0 10 0 58228539 869335040 20021 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14806] ppid=14799 vsize=848960 CPUtime=1.03
/proc/14804/task/14806/stat : 14806 (java) R 14799 14799 14614 0 -1 64 11763 0 0 0 99 4 0 0 16 0 10 0 58228540 869335040 20021 996147200 134512640 134550932 4294955408 18446744073709551615 103826310 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14807] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14807/stat : 14807 (java) S 14799 14799 14614 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58228540 869335040 20021 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14808] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14808/stat : 14808 (java) S 14799 14799 14614 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58228540 869335040 20021 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14809] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14809/stat : 14809 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58228542 869335040 20021 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14810] ppid=14799 vsize=848960 CPUtime=0.26
/proc/14804/task/14810/stat : 14810 (java) S 14799 14799 14614 0 -1 64 1396 0 0 0 25 1 0 0 16 0 10 0 58228546 869335040 20021 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14811] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14811/stat : 14811 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58228546 869335040 20021 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14812] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14812/stat : 14812 (java) S 14799 14799 14614 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58228546 869335040 20021 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14813] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14813/stat : 14813 (java) S 14799 14799 14614 0 -1 64 5 0 0 0 0 0 0 0 25 0 10 0 58228699 869335040 20021 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 854316

[startup+6.30237 s]
/proc/loadavg: 2.10 2.02 2.04 3/84 14814
/proc/meminfo: memFree=1268520/2055920 swapFree=4192812/4192956
[pid=14799] ppid=14797 vsize=5356 CPUtime=0
/proc/14799/stat : 14799 (concrete.sh) S 14797 14799 14614 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58228537 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14799/statm: 1339 244 201 169 0 50 0
[pid=14804] ppid=14799 vsize=848960 CPUtime=6.37
/proc/14804/stat : 14804 (java) S 14799 14799 14614 0 -1 0 27003 0 1 0 624 13 0 0 18 0 10 0 58228538 869335040 25695 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14804/statm: 212240 25695 2618 9 0 206725 0
[pid=14804/tid=14805] ppid=14799 vsize=848960 CPUtime=4.51
/proc/14804/task/14805/stat : 14805 (java) R 14799 14799 14614 0 -1 64 7465 0 1 0 446 5 0 0 25 0 10 0 58228539 869335040 25695 996147200 134512640 134550932 4294955408 18446744073709551615 4126480678 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14806] ppid=14799 vsize=848960 CPUtime=1.56
/proc/14804/task/14806/stat : 14806 (java) S 14799 14799 14614 0 -1 64 17433 0 0 0 150 6 0 0 17 0 10 0 58228540 869335040 25695 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14807] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14807/stat : 14807 (java) S 14799 14799 14614 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58228540 869335040 25695 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14808] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14808/stat : 14808 (java) S 14799 14799 14614 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58228540 869335040 25695 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14809] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14809/stat : 14809 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58228542 869335040 25695 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14810] ppid=14799 vsize=848960 CPUtime=0.27
/proc/14804/task/14810/stat : 14810 (java) S 14799 14799 14614 0 -1 64 1402 0 0 0 26 1 0 0 16 0 10 0 58228546 869335040 25695 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14811] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14811/stat : 14811 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58228546 869335040 25695 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14812] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14812/stat : 14812 (java) S 14799 14799 14614 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58228546 869335040 25695 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14814] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14814/stat : 14814 (java) S 14799 14799 14614 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 58228920 869335040 25695 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 854316

[startup+12.7026 s]
/proc/loadavg: 2.09 2.02 2.04 3/83 14814
/proc/meminfo: memFree=1268328/2055920 swapFree=4192812/4192956
[pid=14799] ppid=14797 vsize=5356 CPUtime=0
/proc/14799/stat : 14799 (concrete.sh) S 14797 14799 14614 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58228537 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14799/statm: 1339 244 201 169 0 50 0
[pid=14804] ppid=14799 vsize=848960 CPUtime=12.76
/proc/14804/stat : 14804 (java) S 14799 14799 14614 0 -1 0 27009 0 1 0 1263 13 0 0 18 0 9 0 58228538 869335040 25698 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14804/statm: 212240 25698 2618 9 0 206725 0
[pid=14804/tid=14805] ppid=14799 vsize=848960 CPUtime=10.91
/proc/14804/task/14805/stat : 14805 (java) R 14799 14799 14614 0 -1 64 7467 0 1 0 1086 5 0 0 25 0 9 0 58228539 869335040 25698 996147200 134512640 134550932 4294955408 18446744073709551615 4126487583 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14806] ppid=14799 vsize=848960 CPUtime=1.56
/proc/14804/task/14806/stat : 14806 (java) S 14799 14799 14614 0 -1 64 17433 0 0 0 150 6 0 0 16 0 9 0 58228540 869335040 25698 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14807] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14807/stat : 14807 (java) S 14799 14799 14614 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58228540 869335040 25698 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14808] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14808/stat : 14808 (java) S 14799 14799 14614 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58228540 869335040 25698 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14809] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14809/stat : 14809 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58228542 869335040 25698 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14810] ppid=14799 vsize=848960 CPUtime=0.27
/proc/14804/task/14810/stat : 14810 (java) S 14799 14799 14614 0 -1 64 1406 0 0 0 26 1 0 0 16 0 9 0 58228546 869335040 25698 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14811] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14811/stat : 14811 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58228546 869335040 25698 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14812] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14812/stat : 14812 (java) S 14799 14799 14614 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58228546 869335040 25698 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 854316

[startup+25.503 s]
/proc/loadavg: 2.07 2.02 2.04 3/83 14814
/proc/meminfo: memFree=1268264/2055920 swapFree=4192812/4192956
[pid=14799] ppid=14797 vsize=5356 CPUtime=0
/proc/14799/stat : 14799 (concrete.sh) S 14797 14799 14614 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58228537 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14799/statm: 1339 244 201 169 0 50 0
[pid=14804] ppid=14799 vsize=848960 CPUtime=25.56
/proc/14804/stat : 14804 (java) S 14799 14799 14614 0 -1 0 27014 0 1 0 2543 13 0 0 18 0 9 0 58228538 869335040 25702 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14804/statm: 212240 25702 2618 9 0 206725 0
[pid=14804/tid=14805] ppid=14799 vsize=848960 CPUtime=23.69
/proc/14804/task/14805/stat : 14805 (java) R 14799 14799 14614 0 -1 64 7468 0 1 0 2364 5 0 0 25 0 9 0 58228539 869335040 25702 996147200 134512640 134550932 4294955408 18446744073709551615 4126480602 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14806] ppid=14799 vsize=848960 CPUtime=1.56
/proc/14804/task/14806/stat : 14806 (java) S 14799 14799 14614 0 -1 64 17433 0 0 0 150 6 0 0 16 0 9 0 58228540 869335040 25702 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14807] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14807/stat : 14807 (java) S 14799 14799 14614 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58228540 869335040 25702 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14808] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14808/stat : 14808 (java) S 14799 14799 14614 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58228540 869335040 25702 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14809] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14809/stat : 14809 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58228542 869335040 25702 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14810] ppid=14799 vsize=848960 CPUtime=0.28
/proc/14804/task/14810/stat : 14810 (java) S 14799 14799 14614 0 -1 64 1410 0 0 0 27 1 0 0 15 0 9 0 58228546 869335040 25702 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14811] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14811/stat : 14811 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58228546 869335040 25702 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14812] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14812/stat : 14812 (java) S 14799 14799 14614 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58228546 869335040 25702 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 854316

[startup+51.1027 s]

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

[pid=14804/tid=14805] ppid=14799 vsize=848960 CPUtime=778.28
/proc/14804/task/14805/stat : 14805 (java) R 14799 14799 14614 0 -1 64 7772 0 1 0 77820 8 0 0 25 0 9 0 58228539 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4126487657 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14804/tid=14806] ppid=14799 vsize=848960 CPUtime=1.57
/proc/14804/task/14806/stat : 14806 (java) S 14799 14799 14614 0 -1 64 17435 0 0 0 151 6 0 0 16 0 9 0 58228540 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14804/tid=14807] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14807/stat : 14807 (java) S 14799 14799 14614 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58228540 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14808] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14808/stat : 14808 (java) S 14799 14799 14614 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58228540 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14809] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14809/stat : 14809 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58228542 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14810] ppid=14799 vsize=848960 CPUtime=0.31
/proc/14804/task/14810/stat : 14810 (java) S 14799 14799 14614 0 -1 64 1423 0 0 0 30 1 0 0 16 0 9 0 58228546 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14804/tid=14811] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14811/stat : 14811 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58228546 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14812] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14812/stat : 14812 (java) S 14799 14799 14614 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58228546 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 780.19
Current children cumulated vsize (KiB) 854316

[startup+787.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 14963
/proc/meminfo: memFree=1199288/2055920 swapFree=4192812/4192956
[pid=14799] ppid=14797 vsize=5356 CPUtime=0
/proc/14799/stat : 14799 (concrete.sh) S 14797 14799 14614 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58228537 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14799/statm: 1339 244 201 169 0 50 0
[pid=14804] ppid=14799 vsize=848960 CPUtime=786.59
/proc/14804/stat : 14804 (java) S 14799 14799 14614 0 -1 0 27333 0 1 0 78642 17 0 0 18 0 9 0 58228538 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14804/statm: 212240 26005 2618 9 0 206725 0
[pid=14804/tid=14805] ppid=14799 vsize=848960 CPUtime=784.68
/proc/14804/task/14805/stat : 14805 (java) R 14799 14799 14614 0 -1 64 7772 0 1 0 78460 8 0 0 25 0 9 0 58228539 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4126480682 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14804/tid=14806] ppid=14799 vsize=848960 CPUtime=1.57
/proc/14804/task/14806/stat : 14806 (java) S 14799 14799 14614 0 -1 64 17435 0 0 0 151 6 0 0 16 0 9 0 58228540 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14804/tid=14807] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14807/stat : 14807 (java) S 14799 14799 14614 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58228540 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14808] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14808/stat : 14808 (java) S 14799 14799 14614 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58228540 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14809] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14809/stat : 14809 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58228542 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14810] ppid=14799 vsize=848960 CPUtime=0.31
/proc/14804/task/14810/stat : 14810 (java) S 14799 14799 14614 0 -1 64 1423 0 0 0 30 1 0 0 16 0 9 0 58228546 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14804/tid=14811] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14811/stat : 14811 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58228546 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14812] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14812/stat : 14812 (java) S 14799 14799 14614 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58228546 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 786.59
Current children cumulated vsize (KiB) 854316

[startup+793.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 14963
/proc/meminfo: memFree=1199288/2055920 swapFree=4192812/4192956
[pid=14799] ppid=14797 vsize=5356 CPUtime=0
/proc/14799/stat : 14799 (concrete.sh) S 14797 14799 14614 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58228537 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14799/statm: 1339 244 201 169 0 50 0
[pid=14804] ppid=14799 vsize=848960 CPUtime=792.98
/proc/14804/stat : 14804 (java) S 14799 14799 14614 0 -1 0 27333 0 1 0 79281 17 0 0 18 0 9 0 58228538 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14804/statm: 212240 26005 2618 9 0 206725 0
[pid=14804/tid=14805] ppid=14799 vsize=848960 CPUtime=791.08
/proc/14804/task/14805/stat : 14805 (java) R 14799 14799 14614 0 -1 64 7772 0 1 0 79100 8 0 0 25 0 9 0 58228539 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4126487583 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14804/tid=14806] ppid=14799 vsize=848960 CPUtime=1.57
/proc/14804/task/14806/stat : 14806 (java) S 14799 14799 14614 0 -1 64 17435 0 0 0 151 6 0 0 16 0 9 0 58228540 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14804/tid=14807] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14807/stat : 14807 (java) S 14799 14799 14614 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58228540 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14808] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14808/stat : 14808 (java) S 14799 14799 14614 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58228540 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14809] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14809/stat : 14809 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58228542 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14810] ppid=14799 vsize=848960 CPUtime=0.31
/proc/14804/task/14810/stat : 14810 (java) S 14799 14799 14614 0 -1 64 1423 0 0 0 30 1 0 0 16 0 9 0 58228546 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14804/tid=14811] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14811/stat : 14811 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58228546 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14812] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14812/stat : 14812 (java) S 14799 14799 14614 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58228546 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 792.98
Current children cumulated vsize (KiB) 854316

[startup+795.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 14963
/proc/meminfo: memFree=1199288/2055920 swapFree=4192812/4192956
[pid=14799] ppid=14797 vsize=5356 CPUtime=0
/proc/14799/stat : 14799 (concrete.sh) S 14797 14799 14614 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58228537 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14799/statm: 1339 244 201 169 0 50 0
[pid=14804] ppid=14799 vsize=848960 CPUtime=794.58
/proc/14804/stat : 14804 (java) S 14799 14799 14614 0 -1 0 27333 0 1 0 79441 17 0 0 18 0 9 0 58228538 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14804/statm: 212240 26005 2618 9 0 206725 0
[pid=14804/tid=14805] ppid=14799 vsize=848960 CPUtime=792.68
/proc/14804/task/14805/stat : 14805 (java) R 14799 14799 14614 0 -1 64 7772 0 1 0 79260 8 0 0 25 0 9 0 58228539 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4126486248 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14804/tid=14806] ppid=14799 vsize=848960 CPUtime=1.57
/proc/14804/task/14806/stat : 14806 (java) S 14799 14799 14614 0 -1 64 17435 0 0 0 151 6 0 0 16 0 9 0 58228540 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14804/tid=14807] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14807/stat : 14807 (java) S 14799 14799 14614 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58228540 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14808] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14808/stat : 14808 (java) S 14799 14799 14614 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58228540 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14809] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14809/stat : 14809 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58228542 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14810] ppid=14799 vsize=848960 CPUtime=0.31
/proc/14804/task/14810/stat : 14810 (java) S 14799 14799 14614 0 -1 64 1423 0 0 0 30 1 0 0 16 0 9 0 58228546 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14804/tid=14811] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14811/stat : 14811 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58228546 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14812] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14812/stat : 14812 (java) S 14799 14799 14614 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58228546 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 794.58
Current children cumulated vsize (KiB) 854316

[startup+796.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 14963
/proc/meminfo: memFree=1199288/2055920 swapFree=4192812/4192956
[pid=14799] ppid=14797 vsize=5356 CPUtime=0
/proc/14799/stat : 14799 (concrete.sh) S 14797 14799 14614 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58228537 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14799/statm: 1339 244 201 169 0 50 0
[pid=14804] ppid=14799 vsize=848960 CPUtime=796.18
/proc/14804/stat : 14804 (java) S 14799 14799 14614 0 -1 0 27333 0 1 0 79601 17 0 0 18 0 9 0 58228538 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14804/statm: 212240 26005 2618 9 0 206725 0
[pid=14804/tid=14805] ppid=14799 vsize=848960 CPUtime=794.28
/proc/14804/task/14805/stat : 14805 (java) R 14799 14799 14614 0 -1 64 7772 0 1 0 79420 8 0 0 25 0 9 0 58228539 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4126486248 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14804/tid=14806] ppid=14799 vsize=848960 CPUtime=1.57
/proc/14804/task/14806/stat : 14806 (java) S 14799 14799 14614 0 -1 64 17435 0 0 0 151 6 0 0 16 0 9 0 58228540 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14804/tid=14807] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14807/stat : 14807 (java) S 14799 14799 14614 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58228540 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14808] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14808/stat : 14808 (java) S 14799 14799 14614 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58228540 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14809] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14809/stat : 14809 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58228542 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14810] ppid=14799 vsize=848960 CPUtime=0.31
/proc/14804/task/14810/stat : 14810 (java) S 14799 14799 14614 0 -1 64 1423 0 0 0 30 1 0 0 16 0 9 0 58228546 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14804/tid=14811] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14811/stat : 14811 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58228546 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14812] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14812/stat : 14812 (java) S 14799 14799 14614 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58228546 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 796.18
Current children cumulated vsize (KiB) 854316

[startup+797.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 14963
/proc/meminfo: memFree=1199288/2055920 swapFree=4192812/4192956
[pid=14799] ppid=14797 vsize=5356 CPUtime=0
/proc/14799/stat : 14799 (concrete.sh) S 14797 14799 14614 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58228537 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14799/statm: 1339 244 201 169 0 50 0
[pid=14804] ppid=14799 vsize=848960 CPUtime=796.58
/proc/14804/stat : 14804 (java) S 14799 14799 14614 0 -1 0 27334 0 1 0 79641 17 0 0 18 0 9 0 58228538 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14804/statm: 212240 26005 2618 9 0 206725 0
[pid=14804/tid=14805] ppid=14799 vsize=848960 CPUtime=794.68
/proc/14804/task/14805/stat : 14805 (java) R 14799 14799 14614 0 -1 64 7773 0 1 0 79460 8 0 0 25 0 9 0 58228539 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4126480293 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14804/tid=14806] ppid=14799 vsize=848960 CPUtime=1.57
/proc/14804/task/14806/stat : 14806 (java) S 14799 14799 14614 0 -1 64 17435 0 0 0 151 6 0 0 16 0 9 0 58228540 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14804/tid=14807] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14807/stat : 14807 (java) S 14799 14799 14614 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58228540 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14808] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14808/stat : 14808 (java) S 14799 14799 14614 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58228540 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14809] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14809/stat : 14809 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58228542 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14810] ppid=14799 vsize=848960 CPUtime=0.31
/proc/14804/task/14810/stat : 14810 (java) S 14799 14799 14614 0 -1 64 1423 0 0 0 30 1 0 0 16 0 9 0 58228546 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14804/tid=14811] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14811/stat : 14811 (java) S 14799 14799 14614 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58228546 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14804/tid=14812] ppid=14799 vsize=848960 CPUtime=0
/proc/14804/task/14812/stat : 14812 (java) S 14799 14799 14614 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58228546 869335040 26005 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 796.58
Current children cumulated vsize (KiB) 854316

[startup+797.606 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 14963
/proc/meminfo: memFree=1199288/2055920 swapFree=4192812/4192956
[pid=14799] ppid=14797 vsize=5356 CPUtime=0
/proc/14799/stat : 14799 (concrete.sh) S 14797 14799 14614 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 58228537 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14799/statm: 1339 244 201 169 0 50 0
[pid=14804] ppid=14799 vsize=0 CPUtime=796.96
/proc/14804/stat : 14804 (java) Z 14799 14799 14614 0 -1 12 27344 0 1 0 79679 17 0 0 16 0 2 0 58228538 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/14804/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 796.96
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 797.62
CPU time (s): 796.99
CPU user time (s): 796.793
CPU system time (s): 0.19697
CPU usage (%): 99.921
Max. virtual memory (cumulated for all children) (KiB): 854316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 796.793
system time used= 0.19697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27986
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= 17933
involuntary context switches= 19652

runsolver used 0.986849 second user time and 2.6456 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-16 04:33:56
IDJOB=2073267
IDBENCH=55963
IDSOLVER=735
FILE ID=node82/2073267-1247711635
PBS_JOBID= 9521436
Free space on /tmp= 66312 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-14_ext.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2073267-1247711635/watcher-2073267-1247711635 -o /tmp/evaluation-result-2073267-1247711635/solver-2073267-1247711635 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2073267-1247711635.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5370926caba9ac4d47ccf3fc8eaf30f8
RANDOM SEED=213528234

node82.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.265
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.265
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1362600 kB
Buffers:         79504 kB
Cached:         481700 kB
SwapCached:          0 kB
Active:         121304 kB
Inactive:       485692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1362600 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3256 kB
Writeback:           0 kB
Mapped:          57292 kB
Slab:            71604 kB
Committed_AS:   546924 kB
PageTables:       1780 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= 66312 MiB
End job on node82 at 2009-07-16 04:47:13