Trace number 1034401

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-30SAT 71.2942 71.6175

DiagnosticValue
CHECKS769107
NODES0

General information on the benchmark

Namecsp/lard/
normalized-lard-91-91.xml
MD5SUM6b4a6e4092e14f48fd38a5edec2adc18
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.3517
Satisfiable
(Un)Satisfiability was proved
Number of variables91
Number of constraints4095
Maximum constraint arity2
Maximum domain size92
Number of constraints which are defined in extension4095
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

68.91/69.29	c CPU-LOAD 55.81
68.91/69.29	c LOADED 91 V (92 E), 4095 ExtensionConstraint2D, arity 2, 55.81 cpu
71.11/71.48	v 44 41 30 29 42 31 8 21 13 13 5 43 20 42 16 41 14 10 6 2 28 28 40 37 10 22 22 24 36 22 14 12 35 34 18 9 41 40 38 39 3 18 1 15 3 29 26 12 40 7 41 22 4 9 10 6 10 1 9 6 3 22 19 23 43 13 7 26 40 42 32 8 16 3 24 32 35 32 20 9 4 29 30 26 5 11 44 34 2 30 59 
71.11/71.48	s SATISFIABLE
71.11/71.48	d NODES 0
71.11/71.48	d CHECKS 769107
71.11/71.48	c gac3-effective-revisions: 261
71.11/71.48	c gac3-useless-revisions: 12598
71.11/71.48	c local-minima: 0
71.11/71.48	c prepro-constraint-ccks: 0
71.11/71.48	c prepro-constraint-presenceccks: 0
71.11/71.48	c prepro-cpu: 0.060000002
71.11/71.48	c prepro-matrix2d-ccks: 391143
71.11/71.48	c prepro-matrix2d-presenceccks: 601149
71.11/71.48	c prepro-removed: 4221
71.11/71.48	c total-assgn: 0
71.11/71.48	c total-constraint-ccks: 377685
71.11/71.48	c total-constraint-presence-ccks: 0
71.11/71.48	c total-cpu: 0.2
71.11/71.48	c total-matrix2d-ccks: 391422
71.11/71.48	c total-matrix2d-presence-ccks: 974739
71.11/71.48	c tuples: 0
71.11/71.48	c tuples-collisions: 0
71.11/71.48	c TOTAL-NODES 0
71.11/71.48	c TOTAL-CPU 0.2

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1034401-1214949521/watcher-1034401-1214949521 -o /tmp/evaluation-result-1034401-1214949521/solver-1034401-1214949521 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1034401-1214949521.xml 

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


[startup+0 s]
/proc/loadavg: 0.72 0.16 0.05 3/69 23945
/proc/meminfo: memFree=985488/2055920 swapFree=4180236/4192956
[pid=23945] ppid=23943 vsize=18572 CPUtime=0
/proc/23945/stat : 23945 (runsolver) R 23943 23945 23695 0 -1 4194368 15 0 0 0 0 0 0 0 25 0 1 0 617887071 19017728 293 996147200 4194304 4296836 548682068432 18446744073709551615 231493659943 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23945/statm: 4643 293 257 25 0 2626 0

[startup+0.0714139 s]
/proc/loadavg: 0.72 0.16 0.05 3/69 23945
/proc/meminfo: memFree=985488/2055920 swapFree=4180236/4192956
[pid=23945] ppid=23943 vsize=5356 CPUtime=0
/proc/23945/stat : 23945 (concrete.sh) S 23943 23945 23695 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 617887071 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23945/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101165 s]
/proc/loadavg: 0.72 0.16 0.05 3/69 23945
/proc/meminfo: memFree=985488/2055920 swapFree=4180236/4192956
[pid=23945] ppid=23943 vsize=5356 CPUtime=0
/proc/23945/stat : 23945 (concrete.sh) S 23943 23945 23695 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 617887071 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23945/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301193 s]
/proc/loadavg: 0.72 0.16 0.05 3/69 23945
/proc/meminfo: memFree=985488/2055920 swapFree=4180236/4192956
[pid=23945] ppid=23943 vsize=5356 CPUtime=0
/proc/23945/stat : 23945 (concrete.sh) S 23943 23945 23695 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 617887071 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23945/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70125 s]
/proc/loadavg: 0.72 0.16 0.05 3/69 23945
/proc/meminfo: memFree=985488/2055920 swapFree=4180236/4192956
[pid=23945] ppid=23943 vsize=5356 CPUtime=0
/proc/23945/stat : 23945 (concrete.sh) S 23943 23945 23695 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 617887071 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23945/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50337 s]
/proc/loadavg: 0.72 0.16 0.05 3/79 23956
/proc/meminfo: memFree=964096/2055920 swapFree=4180236/4192956
[pid=23945] ppid=23943 vsize=5356 CPUtime=0
/proc/23945/stat : 23945 (concrete.sh) S 23943 23945 23695 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 617887071 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23945/statm: 1339 242 201 169 0 50 0
[pid=23948] ppid=23945 vsize=843636 CPUtime=1.48
/proc/23948/stat : 23948 (java) S 23945 23945 23695 0 -1 0 8211 0 1 0 142 6 0 0 18 0 9 0 617887072 863883264 7192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23948/statm: 210909 7192 2562 9 0 205477 0
[pid=23948/tid=23949] ppid=23945 vsize=843636 CPUtime=0.96
/proc/23948/task/23949/stat : 23949 (java) R 23945 23945 23695 0 -1 64 3245 0 1 0 94 2 0 0 25 0 9 0 617887073 863883264 7192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23950] ppid=23945 vsize=843636 CPUtime=0.41
/proc/23948/task/23950/stat : 23950 (java) R 23945 23945 23695 0 -1 64 3899 0 0 0 39 2 0 0 15 0 9 0 617887074 863883264 7192 996147200 134512640 134550740 4294956016 18446744073709551615 103735776 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23951] ppid=23945 vsize=843636 CPUtime=0
/proc/23948/task/23951/stat : 23951 (java) S 23945 23945 23695 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 617887074 863883264 7192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23952] ppid=23945 vsize=843636 CPUtime=0
/proc/23948/task/23952/stat : 23952 (java) S 23945 23945 23695 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 617887074 863883264 7192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23953] ppid=23945 vsize=843636 CPUtime=0
/proc/23948/task/23953/stat : 23953 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 617887076 863883264 7192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23954] ppid=23945 vsize=843636 CPUtime=0.08
/proc/23948/task/23954/stat : 23954 (java) S 23945 23945 23695 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 617887076 863883264 7192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23955] ppid=23945 vsize=843636 CPUtime=0
/proc/23948/task/23955/stat : 23955 (java) S 23945 23945 23695 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 617887076 863883264 7192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23956] ppid=23945 vsize=843636 CPUtime=0
/proc/23948/task/23956/stat : 23956 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 617887076 863883264 7192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 848992

[startup+3.1026 s]
/proc/loadavg: 0.72 0.16 0.05 3/82 23962
/proc/meminfo: memFree=951720/2055920 swapFree=4180236/4192956
[pid=23945] ppid=23943 vsize=5356 CPUtime=0
/proc/23945/stat : 23945 (concrete.sh) S 23943 23945 23695 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 617887071 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23945/statm: 1339 242 201 169 0 50 0
[pid=23948] ppid=23945 vsize=843636 CPUtime=3.05
/proc/23948/stat : 23948 (java) S 23945 23945 23695 0 -1 0 11980 0 1 0 295 10 0 0 18 0 9 0 617887072 863883264 10724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23948/statm: 210909 10724 2562 9 0 205477 0
[pid=23948/tid=23949] ppid=23945 vsize=843636 CPUtime=2.03
/proc/23948/task/23949/stat : 23949 (java) R 23945 23945 23695 0 -1 64 3514 0 1 0 199 4 0 0 25 0 9 0 617887073 863883264 10724 996147200 134512640 134550740 4294956016 18446744073709551615 4125851560 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23950] ppid=23945 vsize=843636 CPUtime=0.92
/proc/23948/task/23950/stat : 23950 (java) S 23945 23945 23695 0 -1 64 7397 0 0 0 87 5 0 0 16 0 9 0 617887074 863883264 10724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23951] ppid=23945 vsize=843636 CPUtime=0
/proc/23948/task/23951/stat : 23951 (java) S 23945 23945 23695 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 617887074 863883264 10724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23952] ppid=23945 vsize=843636 CPUtime=0
/proc/23948/task/23952/stat : 23952 (java) S 23945 23945 23695 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 617887074 863883264 10724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23953] ppid=23945 vsize=843636 CPUtime=0
/proc/23948/task/23953/stat : 23953 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 617887076 863883264 10724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23954] ppid=23945 vsize=843636 CPUtime=0.08
/proc/23948/task/23954/stat : 23954 (java) S 23945 23945 23695 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 617887076 863883264 10724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23955] ppid=23945 vsize=843636 CPUtime=0
/proc/23948/task/23955/stat : 23955 (java) S 23945 23945 23695 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 617887076 863883264 10724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23956] ppid=23945 vsize=843636 CPUtime=0
/proc/23948/task/23956/stat : 23956 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 617887076 863883264 10724 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) 848992

[startup+6.30107 s]
/proc/loadavg: 0.90 0.21 0.07 3/82 23962
/proc/meminfo: memFree=909736/2055920 swapFree=4180236/4192956
[pid=23945] ppid=23943 vsize=5356 CPUtime=0
/proc/23945/stat : 23945 (concrete.sh) S 23943 23945 23695 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 617887071 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23945/statm: 1339 242 201 169 0 50 0
[pid=23948] ppid=23945 vsize=843936 CPUtime=6.24
/proc/23948/stat : 23948 (java) S 23945 23945 23695 0 -1 0 16849 0 1 0 608 16 0 0 18 0 9 0 617887072 864190464 15344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23948/statm: 210984 15344 2562 9 0 205552 0
[pid=23948/tid=23949] ppid=23945 vsize=843936 CPUtime=4.41
/proc/23948/task/23949/stat : 23949 (java) R 23945 23945 23695 0 -1 64 3859 0 1 0 435 6 0 0 25 0 9 0 617887073 864190464 15344 996147200 134512640 134550740 4294956016 18446744073709551615 4125728676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23950] ppid=23945 vsize=843936 CPUtime=1.7
/proc/23948/task/23950/stat : 23950 (java) S 23945 23945 23695 0 -1 64 11839 0 0 0 161 9 0 0 16 0 9 0 617887074 864190464 15344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23951] ppid=23945 vsize=843936 CPUtime=0
/proc/23948/task/23951/stat : 23951 (java) S 23945 23945 23695 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 617887074 864190464 15344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23952] ppid=23945 vsize=843936 CPUtime=0
/proc/23948/task/23952/stat : 23952 (java) S 23945 23945 23695 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 617887074 864190464 15344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23953] ppid=23945 vsize=843936 CPUtime=0
/proc/23948/task/23953/stat : 23953 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 617887076 864190464 15344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23954] ppid=23945 vsize=843936 CPUtime=0.11
/proc/23948/task/23954/stat : 23954 (java) S 23945 23945 23695 0 -1 64 420 0 0 0 11 0 0 0 16 0 9 0 617887076 864190464 15344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23955] ppid=23945 vsize=843936 CPUtime=0
/proc/23948/task/23955/stat : 23955 (java) S 23945 23945 23695 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 617887076 864190464 15344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23956] ppid=23945 vsize=843936 CPUtime=0
/proc/23948/task/23956/stat : 23956 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 617887076 864190464 15344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 849292

[startup+12.703 s]
/proc/loadavg: 0.99 0.24 0.08 3/82 23962
/proc/meminfo: memFree=829928/2055920 swapFree=4180236/4192956
[pid=23945] ppid=23943 vsize=5356 CPUtime=0
/proc/23945/stat : 23945 (concrete.sh) S 23943 23945 23695 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 617887071 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23945/statm: 1339 242 201 169 0 50 0
[pid=23948] ppid=23945 vsize=843680 CPUtime=12.6
/proc/23948/stat : 23948 (java) S 23945 23945 23695 0 -1 0 29458 0 1 0 1233 27 0 0 18 0 9 0 617887072 863928320 27611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23948/statm: 210920 27611 2562 9 0 205488 0
[pid=23948/tid=23949] ppid=23945 vsize=843680 CPUtime=9.53
/proc/23948/task/23949/stat : 23949 (java) R 23945 23945 23695 0 -1 64 4532 0 1 0 945 8 0 0 25 0 9 0 617887073 863928320 27611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23950] ppid=23945 vsize=843680 CPUtime=2.91
/proc/23948/task/23950/stat : 23950 (java) R 23945 23945 23695 0 -1 64 23769 0 0 0 274 17 0 0 16 0 9 0 617887074 863928320 27611 996147200 134512640 134550740 4294956016 18446744073709551615 103735808 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23951] ppid=23945 vsize=843680 CPUtime=0
/proc/23948/task/23951/stat : 23951 (java) S 23945 23945 23695 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 617887074 863928320 27611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23952] ppid=23945 vsize=843680 CPUtime=0
/proc/23948/task/23952/stat : 23952 (java) S 23945 23945 23695 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 617887074 863928320 27611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23953] ppid=23945 vsize=843680 CPUtime=0
/proc/23948/task/23953/stat : 23953 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 617887076 863928320 27611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23954] ppid=23945 vsize=843680 CPUtime=0.12
/proc/23948/task/23954/stat : 23954 (java) S 23945 23945 23695 0 -1 64 426 0 0 0 12 0 0 0 17 0 9 0 617887076 863928320 27611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23955] ppid=23945 vsize=843680 CPUtime=0
/proc/23948/task/23955/stat : 23955 (java) S 23945 23945 23695 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 617887076 863928320 27611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23956] ppid=23945 vsize=843680 CPUtime=0
/proc/23948/task/23956/stat : 23956 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 617887076 863928320 27611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 849036

[startup+25.5019 s]
/proc/loadavg: 1.21 0.32 0.11 3/82 23962
/proc/meminfo: memFree=661096/2055920 swapFree=4180236/4192956
[pid=23945] ppid=23943 vsize=5356 CPUtime=0
/proc/23945/stat : 23945 (concrete.sh) S 23943 23945 23695 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 617887071 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23945/statm: 1339 242 201 169 0 50 0
[pid=23948] ppid=23945 vsize=843680 CPUtime=25.33
/proc/23948/stat : 23948 (java) S 23945 23945 23695 0 -1 0 55219 0 1 0 2490 43 0 0 18 0 9 0 617887072 863928320 53107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23948/statm: 210920 53107 2562 9 0 205488 0
[pid=23948/tid=23949] ppid=23945 vsize=843680 CPUtime=19.71
/proc/23948/task/23949/stat : 23949 (java) R 23945 23945 23695 0 -1 64 6489 0 1 0 1958 13 0 0 25 0 9 0 617887073 863928320 53107 996147200 134512640 134550740 4294956016 18446744073709551615 4125807213 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23950] ppid=23945 vsize=843680 CPUtime=5.46
/proc/23948/task/23950/stat : 23950 (java) S 23945 23945 23695 0 -1 64 47565 0 0 0 517 29 0 0 16 0 9 0 617887074 863928320 53107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23951] ppid=23945 vsize=843680 CPUtime=0
/proc/23948/task/23951/stat : 23951 (java) S 23945 23945 23695 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 617887074 863928320 53107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23952] ppid=23945 vsize=843680 CPUtime=0
/proc/23948/task/23952/stat : 23952 (java) S 23945 23945 23695 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 617887074 863928320 53107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23953] ppid=23945 vsize=843680 CPUtime=0
/proc/23948/task/23953/stat : 23953 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 617887076 863928320 53107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23954] ppid=23945 vsize=843680 CPUtime=0.13
/proc/23948/task/23954/stat : 23954 (java) S 23945 23945 23695 0 -1 64 434 0 0 0 13 0 0 0 17 0 9 0 617887076 863928320 53107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23955] ppid=23945 vsize=843680 CPUtime=0
/proc/23948/task/23955/stat : 23955 (java) S 23945 23945 23695 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 617887076 863928320 53107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23956] ppid=23945 vsize=843680 CPUtime=0
/proc/23948/task/23956/stat : 23956 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 617887076 863928320 53107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 849036

[startup+51.1016 s]
/proc/loadavg: 1.48 0.46 0.16 3/79 23965
/proc/meminfo: memFree=496384/2055920 swapFree=4180236/4192956
[pid=23945] ppid=23943 vsize=5356 CPUtime=0

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

[pid=23948/tid=23951] ppid=23945 vsize=843680 CPUtime=0
/proc/23948/task/23951/stat : 23951 (java) S 23945 23945 23695 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 617887074 863928320 133887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23952] ppid=23945 vsize=843680 CPUtime=0
/proc/23948/task/23952/stat : 23952 (java) S 23945 23945 23695 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 617887074 863928320 133887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23953] ppid=23945 vsize=843680 CPUtime=0
/proc/23948/task/23953/stat : 23953 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 617887076 863928320 133887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23954] ppid=23945 vsize=843680 CPUtime=0.16
/proc/23948/task/23954/stat : 23954 (java) S 23945 23945 23695 0 -1 64 447 0 0 0 16 0 0 0 16 0 9 0 617887076 863928320 133887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23948/tid=23955] ppid=23945 vsize=843680 CPUtime=0
/proc/23948/task/23955/stat : 23955 (java) S 23945 23945 23695 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 617887076 863928320 133887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23956] ppid=23945 vsize=843680 CPUtime=0
/proc/23948/task/23956/stat : 23956 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 617887076 863928320 133887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.61
Current children cumulated vsize (KiB) 849036

[startup+67.107 s]
/proc/loadavg: 1.66 0.55 0.19 3/80 23966
/proc/meminfo: memFree=187264/2055920 swapFree=4180236/4192956
[pid=23945] ppid=23943 vsize=5356 CPUtime=0
/proc/23945/stat : 23945 (concrete.sh) S 23943 23945 23695 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 617887071 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23945/statm: 1339 242 201 169 0 50 0
[pid=23948] ppid=23945 vsize=846304 CPUtime=66.82
/proc/23948/stat : 23948 (java) S 23945 23945 23695 0 -1 0 137171 0 1 0 6588 94 0 0 18 0 10 0 617887072 866615296 134680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23948/statm: 211576 134680 2568 9 0 206143 0
[pid=23948/tid=23949] ppid=23945 vsize=846304 CPUtime=53.81
/proc/23948/task/23949/stat : 23949 (java) R 23945 23945 23695 0 -1 64 11903 0 1 0 5351 30 0 0 25 0 10 0 617887073 866615296 134680 996147200 134512640 134550740 4294956016 18446744073709551615 4126137428 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23948/tid=23950] ppid=23945 vsize=846304 CPUtime=12.78
/proc/23948/task/23950/stat : 23950 (java) S 23945 23945 23695 0 -1 64 123674 0 0 0 1216 62 0 0 17 0 10 0 617887074 866615296 134680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23948/tid=23951] ppid=23945 vsize=846304 CPUtime=0
/proc/23948/task/23951/stat : 23951 (java) S 23945 23945 23695 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 617887074 866615296 134680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23952] ppid=23945 vsize=846304 CPUtime=0
/proc/23948/task/23952/stat : 23952 (java) S 23945 23945 23695 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 617887074 866615296 134680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23953] ppid=23945 vsize=846304 CPUtime=0
/proc/23948/task/23953/stat : 23953 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 617887076 866615296 134680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23954] ppid=23945 vsize=846304 CPUtime=0.2
/proc/23948/task/23954/stat : 23954 (java) S 23945 23945 23695 0 -1 64 858 0 0 0 20 0 0 0 15 0 10 0 617887076 866615296 134680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23948/tid=23955] ppid=23945 vsize=846304 CPUtime=0
/proc/23948/task/23955/stat : 23955 (java) S 23945 23945 23695 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 617887076 866615296 134680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23956] ppid=23945 vsize=846304 CPUtime=0
/proc/23948/task/23956/stat : 23956 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 617887076 866615296 134680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23966] ppid=23945 vsize=846304 CPUtime=0
/proc/23948/task/23966/stat : 23966 (java) S 23945 23945 23695 0 -1 64 5 0 0 0 0 0 0 0 23 0 10 0 617893579 866615296 134680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 66.82
Current children cumulated vsize (KiB) 851660

[startup+68.7022 s]
/proc/loadavg: 1.77 0.59 0.21 3/80 23966
/proc/meminfo: memFree=163904/2055920 swapFree=4180236/4192956
[pid=23945] ppid=23943 vsize=5356 CPUtime=0
/proc/23945/stat : 23945 (concrete.sh) S 23943 23945 23695 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 617887071 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23945/statm: 1339 242 201 169 0 50 0
[pid=23948] ppid=23945 vsize=846224 CPUtime=68.41
/proc/23948/stat : 23948 (java) S 23945 23945 23695 0 -1 0 139870 0 1 0 6746 95 0 0 18 0 10 0 617887072 866533376 137378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23948/statm: 211556 137378 2568 9 0 206123 0
[pid=23948/tid=23949] ppid=23945 vsize=846224 CPUtime=55.32
/proc/23948/task/23949/stat : 23949 (java) R 23945 23945 23695 0 -1 64 11904 0 1 0 5502 30 0 0 25 0 10 0 617887073 866533376 137378 996147200 134512640 134550740 4294956016 18446744073709551615 4126137513 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23948/tid=23950] ppid=23945 vsize=846224 CPUtime=12.86
/proc/23948/task/23950/stat : 23950 (java) S 23945 23945 23695 0 -1 64 126372 0 0 0 1223 63 0 0 16 0 10 0 617887074 866533376 137378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23948/tid=23951] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23951/stat : 23951 (java) S 23945 23945 23695 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 617887074 866533376 137378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23952] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23952/stat : 23952 (java) S 23945 23945 23695 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 617887074 866533376 137378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23953] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23953/stat : 23953 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 617887076 866533376 137378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23954] ppid=23945 vsize=846224 CPUtime=0.2
/proc/23948/task/23954/stat : 23954 (java) S 23945 23945 23695 0 -1 64 858 0 0 0 20 0 0 0 15 0 10 0 617887076 866533376 137378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23948/tid=23955] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23955/stat : 23955 (java) S 23945 23945 23695 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 617887076 866533376 137378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23956] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23956/stat : 23956 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 617887076 866533376 137378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23966] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23966/stat : 23966 (java) S 23945 23945 23695 0 -1 64 5 0 0 0 0 0 0 0 23 0 10 0 617893579 866533376 137378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 68.41
Current children cumulated vsize (KiB) 851580

[startup+70.3024 s]
/proc/loadavg: 1.77 0.59 0.21 4/79 23966
/proc/meminfo: memFree=138816/2055920 swapFree=4180236/4192956
[pid=23945] ppid=23943 vsize=5356 CPUtime=0
/proc/23945/stat : 23945 (concrete.sh) S 23943 23945 23695 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 617887071 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23945/statm: 1339 242 201 169 0 50 0
[pid=23948] ppid=23945 vsize=846224 CPUtime=70.01
/proc/23948/stat : 23948 (java) S 23945 23945 23695 0 -1 0 139918 0 1 0 6906 95 0 0 18 0 9 0 617887072 866533376 137417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23948/statm: 211556 137417 2569 9 0 206123 0
[pid=23948/tid=23949] ppid=23945 vsize=846224 CPUtime=55.89
/proc/23948/task/23949/stat : 23949 (java) R 23945 23945 23695 0 -1 64 11941 0 1 0 5559 30 0 0 25 0 9 0 617887073 866533376 137417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23948/tid=23950] ppid=23945 vsize=846224 CPUtime=13.87
/proc/23948/task/23950/stat : 23950 (java) R 23945 23945 23695 0 -1 64 126373 0 0 0 1324 63 0 0 18 0 9 0 617887074 866533376 137417 996147200 134512640 134550740 4294956016 18446744073709551615 104180249 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23948/tid=23951] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23951/stat : 23951 (java) S 23945 23945 23695 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 617887074 866533376 137417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23952] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23952/stat : 23952 (java) S 23945 23945 23695 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 617887074 866533376 137417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23953] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23953/stat : 23953 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 617887076 866533376 137417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23954] ppid=23945 vsize=846224 CPUtime=0.21
/proc/23948/task/23954/stat : 23954 (java) S 23945 23945 23695 0 -1 64 867 0 0 0 21 0 0 0 15 0 9 0 617887076 866533376 137417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23948/tid=23955] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23955/stat : 23955 (java) S 23945 23945 23695 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 617887076 866533376 137417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23956] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23956/stat : 23956 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 617887076 866533376 137417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (KiB) 851580

[startup+71.1016 s]
/proc/loadavg: 1.77 0.59 0.21 4/79 23966
/proc/meminfo: memFree=138816/2055920 swapFree=4180236/4192956
[pid=23945] ppid=23943 vsize=5356 CPUtime=0
/proc/23945/stat : 23945 (concrete.sh) S 23943 23945 23695 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 617887071 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23945/statm: 1339 242 201 169 0 50 0
[pid=23948] ppid=23945 vsize=846224 CPUtime=70.81
/proc/23948/stat : 23948 (java) S 23945 23945 23695 0 -1 0 139940 0 1 0 6986 95 0 0 18 0 9 0 617887072 866533376 137439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23948/statm: 211556 137439 2569 9 0 206123 0
[pid=23948/tid=23949] ppid=23945 vsize=846224 CPUtime=55.89
/proc/23948/task/23949/stat : 23949 (java) S 23945 23945 23695 0 -1 64 11941 0 1 0 5559 30 0 0 25 0 9 0 617887073 866533376 137439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23948/tid=23950] ppid=23945 vsize=846224 CPUtime=14.67
/proc/23948/task/23950/stat : 23950 (java) R 23945 23945 23695 0 -1 64 126395 0 0 0 1404 63 0 0 19 0 9 0 617887074 866533376 137439 996147200 134512640 134550740 4294956016 18446744073709551615 103834172 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23948/tid=23951] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23951/stat : 23951 (java) S 23945 23945 23695 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 617887074 866533376 137439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23952] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23952/stat : 23952 (java) S 23945 23945 23695 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 617887074 866533376 137439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23953] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23953/stat : 23953 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 617887076 866533376 137439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23954] ppid=23945 vsize=846224 CPUtime=0.21
/proc/23948/task/23954/stat : 23954 (java) S 23945 23945 23695 0 -1 64 867 0 0 0 21 0 0 0 15 0 9 0 617887076 866533376 137439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23948/tid=23955] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23955/stat : 23955 (java) S 23945 23945 23695 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 617887076 866533376 137439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23956] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23956/stat : 23956 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 617887076 866533376 137439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.81
Current children cumulated vsize (KiB) 851580

[startup+71.5066 s]
/proc/loadavg: 1.77 0.59 0.21 3/79 23967
/proc/meminfo: memFree=81920/2055920 swapFree=4180236/4192956
[pid=23945] ppid=23943 vsize=5356 CPUtime=0
/proc/23945/stat : 23945 (concrete.sh) S 23943 23945 23695 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 617887071 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23945/statm: 1339 242 201 169 0 50 0
[pid=23948] ppid=23945 vsize=846224 CPUtime=71.19
/proc/23948/stat : 23948 (java) S 23945 23945 23695 0 -1 0 151062 0 1 0 7020 99 0 0 18 0 9 0 617887072 866533376 148553 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23948/statm: 211556 148553 2571 9 0 206123 0
[pid=23948/tid=23949] ppid=23945 vsize=846224 CPUtime=56.09
/proc/23948/task/23949/stat : 23949 (java) S 23945 23945 23695 0 -1 64 11962 0 1 0 5579 30 0 0 25 0 9 0 617887073 866533376 148553 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23948/tid=23950] ppid=23945 vsize=846224 CPUtime=14.83
/proc/23948/task/23950/stat : 23950 (java) S 23945 23945 23695 0 -1 64 137473 0 0 0 1416 67 0 0 17 0 9 0 617887074 866533376 148553 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23948/tid=23951] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23951/stat : 23951 (java) S 23945 23945 23695 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 617887074 866533376 148553 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23948/tid=23952] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23952/stat : 23952 (java) S 23945 23945 23695 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 617887074 866533376 148553 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23948/tid=23953] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23953/stat : 23953 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 617887076 866533376 148553 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23954] ppid=23945 vsize=846224 CPUtime=0.24
/proc/23948/task/23954/stat : 23954 (java) S 23945 23945 23695 0 -1 64 889 0 0 0 24 0 0 0 15 0 9 0 617887076 866533376 148553 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23948/tid=23955] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23955/stat : 23955 (java) S 23945 23945 23695 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 617887076 866533376 148553 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23948/tid=23956] ppid=23945 vsize=846224 CPUtime=0
/proc/23948/task/23956/stat : 23956 (java) S 23945 23945 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 617887076 866533376 148553 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.19
Current children cumulated vsize (KiB) 851580

[startup+71.6016 s]
/proc/loadavg: 1.77 0.59 0.21 3/79 23967
/proc/meminfo: memFree=81920/2055920 swapFree=4180236/4192956
[pid=23945] ppid=23943 vsize=5356 CPUtime=0
/proc/23945/stat : 23945 (concrete.sh) S 23943 23945 23695 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 617887071 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23945/statm: 1339 242 201 169 0 50 0
[pid=23948] ppid=23945 vsize=0 CPUtime=71.26
/proc/23948/stat : 23948 (java) Z 23945 23945 23695 0 -1 12 151065 0 1 0 7020 106 0 0 16 0 2 0 617887072 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23948/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 71.26
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 71.6175
CPU time (s): 71.2942
CPU user time (s): 70.2073
CPU system time (s): 1.08683
CPU usage (%): 99.5485
Max. virtual memory (cumulated for all children) (KiB): 851660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.2073
system time used= 1.08683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151517
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= 14277
involuntary context switches= 14197

runsolver used 0.097985 second user time and 0.265959 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-01 23:58:55
IDJOB=1034401
IDBENCH=53340
IDSOLVER=304
FILE ID=node39/1034401-1214949521
PBS_JOBID= 7870255
Free space on /tmp= 66376 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6b4a6e4092e14f48fd38a5edec2adc18
RANDOM SEED=492292467

node39.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.267
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.267
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:        986096 kB
Buffers:         44952 kB
Cached:         957644 kB
SwapCached:       7068 kB
Active:         298784 kB
Inactive:       718020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        986096 kB
SwapTotal:     4192956 kB
SwapFree:      4180236 kB
Dirty:          176768 kB
Writeback:           0 kB
Mapped:          18836 kB
Slab:            38724 kB
Committed_AS:   764132 kB
PageTables:       1680 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66364 MiB
End job on node39 at 2008-07-02 00:00:06