Trace number 1084918

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 1404.77 1409.9

DiagnosticValue
CHECKS3048910000
NODES6985040

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-18_ext.xml
MD5SUM1200f5c145087e54f9d054527a898e22
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.29304
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

11.47/11.52	c CPU-LOAD 8.75
11.47/11.52	c LOADED 20 V (5 E), 18 ExtensionConstraintGeneral, arity 8, 8.75 cpu
1404.69/1409.85	v 1 0 3 3 0 4 4 0 1 3 3 2 0 2 4 1 3 0 2 0 
1404.69/1409.85	s SATISFIABLE
1404.69/1409.85	d NODES 6985043
1404.69/1409.85	d CHECKS 3048913942
1404.69/1409.85	c gac3-effective-revisions: 0
1404.69/1409.85	c gac3-useless-revisions: 144
1404.69/1409.85	c local-minima: 97282482
1404.69/1409.85	c prepro-constraint-ccks: 2625
1404.69/1409.85	c prepro-constraint-presenceccks: 190
1404.69/1409.85	c prepro-cpu: 0.01
1404.69/1409.85	c prepro-matrix2d-ccks: 0
1404.69/1409.85	c prepro-matrix2d-presenceccks: 0
1404.69/1409.85	c prepro-removed: 0
1404.69/1409.85	c total-assgn: 6985043
1404.69/1409.85	c total-constraint-ccks: 3048913942
1404.69/1409.85	c total-constraint-presence-ccks: 190
1404.69/1409.85	c total-cpu: 1392.71
1404.69/1409.85	c total-matrix2d-ccks: 0
1404.69/1409.85	c total-matrix2d-presence-ccks: 0
1404.69/1409.85	c tuples: 0
1404.69/1409.85	c tuples-collisions: 0
1404.69/1409.85	c TOTAL-NODES 6985043
1404.69/1409.85	c TOTAL-CPU 1392.71

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-1084918-1215232327/watcher-1084918-1215232327 -o /tmp/evaluation-result-1084918-1215232327/solver-1084918-1215232327 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1084918-1215232327.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: 2.05 2.01 2.00 4/80 712
/proc/meminfo: memFree=1631344/2055920 swapFree=4178892/4192956
[pid=712] ppid=710 vsize=5356 CPUtime=0
/proc/712/stat : 712 (concrete.sh) S 710 712 30394 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 678961875 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/712/statm: 1339 242 201 169 0 50 0
[pid=714] ppid=712 vsize=152 CPUtime=0
/proc/714/stat : 714 (java) R 712 712 30394 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 678961876 155648 26 996147200 134512640 134550740 4294956176 18446744073709551615 6378276 0 0 4096 0 0 0 0 17 1 0 0
/proc/714/statm: 38 26 19 9 0 4 0

[startup+0.097143 s]
/proc/loadavg: 2.05 2.01 2.00 4/80 712
/proc/meminfo: memFree=1631344/2055920 swapFree=4178892/4192956
[pid=712] ppid=710 vsize=5356 CPUtime=0
/proc/712/stat : 712 (concrete.sh) S 710 712 30394 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 678961875 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/712/statm: 1339 242 201 169 0 50 0
[pid=714] ppid=712 vsize=843024 CPUtime=0.08
/proc/714/stat : 714 (java) S 712 712 30394 0 -1 0 3366 0 1 0 6 2 0 0 18 0 9 0 678961876 863256576 2825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/714/statm: 210756 2825 1645 9 0 205333 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 848380

[startup+0.101142 s]
/proc/loadavg: 2.05 2.01 2.00 4/80 712
/proc/meminfo: memFree=1631344/2055920 swapFree=4178892/4192956
[pid=712] ppid=710 vsize=5356 CPUtime=0
/proc/712/stat : 712 (concrete.sh) S 710 712 30394 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 678961875 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/712/statm: 1339 242 201 169 0 50 0
[pid=714] ppid=712 vsize=843140 CPUtime=0.08
/proc/714/stat : 714 (java) S 712 712 30394 0 -1 0 3412 0 1 0 6 2 0 0 18 0 9 0 678961876 863375360 2868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/714/statm: 210785 2868 1667 9 0 205362 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 848496

[startup+0.301165 s]
/proc/loadavg: 2.05 2.01 2.00 4/80 712
/proc/meminfo: memFree=1631344/2055920 swapFree=4178892/4192956
[pid=712] ppid=710 vsize=5356 CPUtime=0
/proc/712/stat : 712 (concrete.sh) S 710 712 30394 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 678961875 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/712/statm: 1339 242 201 169 0 50 0
[pid=714] ppid=712 vsize=843632 CPUtime=0.28
/proc/714/stat : 714 (java) S 712 712 30394 0 -1 0 7318 0 1 0 24 4 0 0 18 0 9 0 678961876 863879168 6551 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/714/statm: 210908 6551 2558 9 0 205476 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 848988

[startup+0.70121 s]
/proc/loadavg: 2.05 2.01 2.00 4/80 712
/proc/meminfo: memFree=1631344/2055920 swapFree=4178892/4192956
[pid=712] ppid=710 vsize=5356 CPUtime=0
/proc/712/stat : 712 (concrete.sh) S 710 712 30394 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 678961875 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/712/statm: 1339 242 201 169 0 50 0
[pid=714] ppid=712 vsize=843632 CPUtime=0.68
/proc/714/stat : 714 (java) S 712 712 30394 0 -1 0 8718 0 1 0 63 5 0 0 18 0 9 0 678961876 863879168 7912 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/714/statm: 210908 7912 2563 9 0 205476 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 848988

[startup+1.50246 s]
/proc/loadavg: 2.05 2.01 2.00 4/90 723
/proc/meminfo: memFree=1608288/2055920 swapFree=4178892/4192956
[pid=712] ppid=710 vsize=5356 CPUtime=0
/proc/712/stat : 712 (concrete.sh) S 710 712 30394 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 678961875 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/712/statm: 1339 242 201 169 0 50 0
[pid=714] ppid=712 vsize=843632 CPUtime=1.48
/proc/714/stat : 714 (java) S 712 712 30394 0 -1 0 10184 0 1 0 141 7 0 0 18 0 9 0 678961876 863879168 9078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/714/statm: 210908 9078 2562 9 0 205476 0
[pid=714/tid=716] ppid=712 vsize=843632 CPUtime=1.07
/proc/714/task/716/stat : 716 (java) R 712 712 30394 0 -1 64 4735 0 1 0 104 3 0 0 25 0 9 0 678961877 863879168 9078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=717] ppid=712 vsize=843632 CPUtime=0.32
/proc/714/task/717/stat : 717 (java) S 712 712 30394 0 -1 64 4392 0 0 0 29 3 0 0 16 0 9 0 678961878 863879168 9078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=718] ppid=712 vsize=843632 CPUtime=0
/proc/714/task/718/stat : 718 (java) S 712 712 30394 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 678961878 863879168 9078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=719] ppid=712 vsize=843632 CPUtime=0
/proc/714/task/719/stat : 719 (java) S 712 712 30394 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 678961878 863879168 9078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=720] ppid=712 vsize=843632 CPUtime=0
/proc/714/task/720/stat : 720 (java) S 712 712 30394 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 678961880 863879168 9078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=721] ppid=712 vsize=843632 CPUtime=0.07
/proc/714/task/721/stat : 721 (java) S 712 712 30394 0 -1 64 325 0 0 0 7 0 0 0 16 0 9 0 678961880 863879168 9078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=722] ppid=712 vsize=843632 CPUtime=0
/proc/714/task/722/stat : 722 (java) S 712 712 30394 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 678961880 863879168 9078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=723] ppid=712 vsize=843632 CPUtime=0
/proc/714/task/723/stat : 723 (java) S 712 712 30394 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 678961880 863879168 9078 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) 848988

[startup+3.10348 s]
/proc/loadavg: 2.05 2.01 2.00 3/90 723
/proc/meminfo: memFree=1600800/2055920 swapFree=4178892/4192956
[pid=712] ppid=710 vsize=5356 CPUtime=0
/proc/712/stat : 712 (concrete.sh) S 710 712 30394 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 678961875 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/712/statm: 1339 242 201 169 0 50 0
[pid=714] ppid=712 vsize=843632 CPUtime=3.09
/proc/714/stat : 714 (java) S 712 712 30394 0 -1 0 15641 0 1 0 298 11 0 0 18 0 9 0 678961876 863879168 14447 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/714/statm: 210908 14447 2563 9 0 205476 0
[pid=714/tid=716] ppid=712 vsize=843632 CPUtime=2.17
/proc/714/task/716/stat : 716 (java) R 712 712 30394 0 -1 64 6798 0 1 0 213 4 0 0 25 0 9 0 678961877 863879168 14447 996147200 134512640 134550740 4294956016 18446744073709551615 4125839470 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=717] ppid=712 vsize=843632 CPUtime=0.82
/proc/714/task/717/stat : 717 (java) S 712 712 30394 0 -1 64 7785 0 0 0 77 5 0 0 16 0 9 0 678961878 863879168 14447 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=718] ppid=712 vsize=843632 CPUtime=0
/proc/714/task/718/stat : 718 (java) S 712 712 30394 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 678961878 863879168 14447 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=719] ppid=712 vsize=843632 CPUtime=0
/proc/714/task/719/stat : 719 (java) S 712 712 30394 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 678961878 863879168 14447 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=720] ppid=712 vsize=843632 CPUtime=0
/proc/714/task/720/stat : 720 (java) S 712 712 30394 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 678961880 863879168 14447 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=721] ppid=712 vsize=843632 CPUtime=0.07
/proc/714/task/721/stat : 721 (java) S 712 712 30394 0 -1 64 326 0 0 0 7 0 0 0 16 0 9 0 678961880 863879168 14447 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=722] ppid=712 vsize=843632 CPUtime=0
/proc/714/task/722/stat : 722 (java) S 712 712 30394 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 678961880 863879168 14447 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=723] ppid=712 vsize=843632 CPUtime=0
/proc/714/task/723/stat : 723 (java) S 712 712 30394 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 678961880 863879168 14447 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 848988

[startup+6.30184 s]
/proc/loadavg: 2.05 2.01 2.00 3/90 723
/proc/meminfo: memFree=1566496/2055920 swapFree=4178892/4192956
[pid=712] ppid=710 vsize=5356 CPUtime=0
/proc/712/stat : 712 (concrete.sh) S 710 712 30394 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 678961875 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/712/statm: 1339 242 201 169 0 50 0
[pid=714] ppid=712 vsize=843632 CPUtime=6.28
/proc/714/stat : 714 (java) S 712 712 30394 0 -1 0 21130 0 1 0 614 14 0 0 18 0 9 0 678961876 863879168 19800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/714/statm: 210908 19800 2563 9 0 205476 0
[pid=714/tid=716] ppid=712 vsize=843632 CPUtime=4.59
/proc/714/task/716/stat : 716 (java) R 712 712 30394 0 -1 64 7999 0 1 0 454 5 0 0 25 0 9 0 678961877 863879168 19800 996147200 134512640 134550740 4294956016 18446744073709551615 4125767636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=717] ppid=712 vsize=843632 CPUtime=1.58
/proc/714/task/717/stat : 717 (java) S 712 712 30394 0 -1 64 12071 0 0 0 151 7 0 0 16 0 9 0 678961878 863879168 19800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=718] ppid=712 vsize=843632 CPUtime=0
/proc/714/task/718/stat : 718 (java) S 712 712 30394 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 678961878 863879168 19800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=719] ppid=712 vsize=843632 CPUtime=0
/proc/714/task/719/stat : 719 (java) S 712 712 30394 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 678961878 863879168 19800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=720] ppid=712 vsize=843632 CPUtime=0
/proc/714/task/720/stat : 720 (java) S 712 712 30394 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 678961880 863879168 19800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=721] ppid=712 vsize=843632 CPUtime=0.07
/proc/714/task/721/stat : 721 (java) S 712 712 30394 0 -1 64 328 0 0 0 7 0 0 0 16 0 9 0 678961880 863879168 19800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=722] ppid=712 vsize=843632 CPUtime=0
/proc/714/task/722/stat : 722 (java) S 712 712 30394 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 678961880 863879168 19800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=723] ppid=712 vsize=843632 CPUtime=0
/proc/714/task/723/stat : 723 (java) S 712 712 30394 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 678961880 863879168 19800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 848988

[startup+12.7025 s]
/proc/loadavg: 2.04 2.01 2.00 3/90 725
/proc/meminfo: memFree=1495712/2055920 swapFree=4178892/4192956
[pid=712] ppid=710 vsize=5356 CPUtime=0
/proc/712/stat : 712 (concrete.sh) S 710 712 30394 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 678961875 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/712/statm: 1339 242 201 169 0 50 0
[pid=714] ppid=712 vsize=846268 CPUtime=12.67
/proc/714/stat : 714 (java) S 712 712 30394 0 -1 0 37776 0 1 0 1243 24 0 0 18 0 9 0 678961876 866578432 36258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/714/statm: 211567 36258 2572 9 0 206134 0
[pid=714/tid=716] ppid=712 vsize=846268 CPUtime=9.63
/proc/714/task/716/stat : 716 (java) R 712 712 30394 0 -1 64 8372 0 1 0 955 8 0 0 25 0 9 0 678961877 866578432 36258 996147200 134512640 134550740 4294956016 18446744073709551615 4126058474 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=717] ppid=712 vsize=846268 CPUtime=2.87
/proc/714/task/717/stat : 717 (java) S 712 712 30394 0 -1 64 27830 0 0 0 273 14 0 0 16 0 9 0 678961878 866578432 36258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=718] ppid=712 vsize=846268 CPUtime=0
/proc/714/task/718/stat : 718 (java) S 712 712 30394 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 678961878 866578432 36258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=719] ppid=712 vsize=846268 CPUtime=0
/proc/714/task/719/stat : 719 (java) S 712 712 30394 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 678961878 866578432 36258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=720] ppid=712 vsize=846268 CPUtime=0
/proc/714/task/720/stat : 720 (java) S 712 712 30394 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 678961880 866578432 36258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=721] ppid=712 vsize=846268 CPUtime=0.15
/proc/714/task/721/stat : 721 (java) S 712 712 30394 0 -1 64 834 0 0 0 14 1 0 0 16 0 9 0 678961880 866578432 36258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=722] ppid=712 vsize=846268 CPUtime=0
/proc/714/task/722/stat : 722 (java) S 712 712 30394 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 678961880 866578432 36258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=723] ppid=712 vsize=846268 CPUtime=0
/proc/714/task/723/stat : 723 (java) S 712 712 30394 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 678961880 866578432 36258 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 851624

[startup+25.501 s]
/proc/loadavg: 2.03 2.01 2.00 3/90 725
/proc/meminfo: memFree=1495584/2055920 swapFree=4178892/4192956
[pid=712] ppid=710 vsize=5356 CPUtime=0
/proc/712/stat : 712 (concrete.sh) S 710 712 30394 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 678961875 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/712/statm: 1339 242 201 169 0 50 0
[pid=714] ppid=712 vsize=846188 CPUtime=25.47
/proc/714/stat : 714 (java) S 712 712 30394 0 -1 0 37799 0 1 0 2519 28 0 0 18 0 9 0 678961876 866496512 36277 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/714/statm: 211547 36277 2572 9 0 206114 0
[pid=714/tid=716] ppid=712 vsize=846188 CPUtime=22.39
/proc/714/task/716/stat : 716 (java) R 712 712 30394 0 -1 64 8376 0 1 0 2228 11 0 0 25 0 9 0 678961877 866496512 36277 996147200 134512640 134550740 4294956016 18446744073709551615 4126084937 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=717] ppid=712 vsize=846188 CPUtime=2.87
/proc/714/task/717/stat : 717 (java) S 712 712 30394 0 -1 64 27835 0 0 0 273 14 0 0 16 0 9 0 678961878 866496512 36277 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=718] ppid=712 vsize=846188 CPUtime=0
/proc/714/task/718/stat : 718 (java) S 712 712 30394 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 678961878 866496512 36277 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=719] ppid=712 vsize=846188 CPUtime=0
/proc/714/task/719/stat : 719 (java) S 712 712 30394 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 678961878 866496512 36277 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=714/tid=716] ppid=712 vsize=846144 CPUtime=1386.85
/proc/714/task/716/stat : 716 (java) R 712 712 30394 0 -1 64 8570 0 1 0 138284 401 0 0 25 0 9 0 678961877 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4126007777 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=717] ppid=712 vsize=846144 CPUtime=2.98
/proc/714/task/717/stat : 717 (java) S 712 712 30394 0 -1 64 27836 0 0 0 283 15 0 0 16 0 9 0 678961878 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=718] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/718/stat : 718 (java) S 712 712 30394 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 678961878 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=719] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/719/stat : 719 (java) S 712 712 30394 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 678961878 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=720] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/720/stat : 720 (java) S 712 712 30394 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=721] ppid=712 vsize=846144 CPUtime=0.19
/proc/714/task/721/stat : 721 (java) S 712 712 30394 0 -1 64 857 0 0 0 18 1 0 0 15 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=722] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/722/stat : 722 (java) S 712 712 30394 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=723] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/723/stat : 723 (java) S 712 712 30394 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1390.05
Current children cumulated vsize (KiB) 851500

[startup+1401.5 s]
/proc/loadavg: 2.03 2.03 2.00 3/90 885
/proc/meminfo: memFree=1232464/2055920 swapFree=4178892/4192956
[pid=712] ppid=710 vsize=5356 CPUtime=0
/proc/712/stat : 712 (concrete.sh) S 710 712 30394 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 678961875 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/712/statm: 1339 242 201 169 0 50 0
[pid=714] ppid=712 vsize=846144 CPUtime=1396.42
/proc/714/stat : 714 (java) S 712 712 30394 0 -1 0 38004 0 1 0 139221 421 0 0 18 0 9 0 678961876 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/714/statm: 211536 36280 2572 9 0 206103 0
[pid=714/tid=716] ppid=712 vsize=846144 CPUtime=1393.21
/proc/714/task/716/stat : 716 (java) R 712 712 30394 0 -1 64 8571 0 1 0 138918 403 0 0 25 0 9 0 678961877 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4126069244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=717] ppid=712 vsize=846144 CPUtime=2.98
/proc/714/task/717/stat : 717 (java) S 712 712 30394 0 -1 64 27836 0 0 0 283 15 0 0 16 0 9 0 678961878 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=718] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/718/stat : 718 (java) S 712 712 30394 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 678961878 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=719] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/719/stat : 719 (java) S 712 712 30394 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 678961878 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=720] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/720/stat : 720 (java) S 712 712 30394 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=721] ppid=712 vsize=846144 CPUtime=0.19
/proc/714/task/721/stat : 721 (java) S 712 712 30394 0 -1 64 857 0 0 0 18 1 0 0 15 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=722] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/722/stat : 722 (java) S 712 712 30394 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=723] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/723/stat : 723 (java) S 712 712 30394 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1396.42
Current children cumulated vsize (KiB) 851500

[startup+1404.71 s]
/proc/loadavg: 2.03 2.02 2.00 3/90 885
/proc/meminfo: memFree=1232464/2055920 swapFree=4178892/4192956
[pid=712] ppid=710 vsize=5356 CPUtime=0
/proc/712/stat : 712 (concrete.sh) S 710 712 30394 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 678961875 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/712/statm: 1339 242 201 169 0 50 0
[pid=714] ppid=712 vsize=846144 CPUtime=1399.61
/proc/714/stat : 714 (java) S 712 712 30394 0 -1 0 38004 0 1 0 139539 422 0 0 18 0 9 0 678961876 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/714/statm: 211536 36280 2572 9 0 206103 0
[pid=714/tid=716] ppid=712 vsize=846144 CPUtime=1396.41
/proc/714/task/716/stat : 716 (java) R 712 712 30394 0 -1 64 8571 0 1 0 139237 404 0 0 25 0 9 0 678961877 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4126069127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=717] ppid=712 vsize=846144 CPUtime=2.98
/proc/714/task/717/stat : 717 (java) S 712 712 30394 0 -1 64 27836 0 0 0 283 15 0 0 16 0 9 0 678961878 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=718] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/718/stat : 718 (java) S 712 712 30394 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 678961878 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=719] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/719/stat : 719 (java) S 712 712 30394 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 678961878 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=720] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/720/stat : 720 (java) S 712 712 30394 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=721] ppid=712 vsize=846144 CPUtime=0.19
/proc/714/task/721/stat : 721 (java) S 712 712 30394 0 -1 64 857 0 0 0 18 1 0 0 15 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=722] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/722/stat : 722 (java) S 712 712 30394 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=723] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/723/stat : 723 (java) S 712 712 30394 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1399.61
Current children cumulated vsize (KiB) 851500

[startup+1407.9 s]
/proc/loadavg: 2.03 2.02 2.00 3/90 885
/proc/meminfo: memFree=1232464/2055920 swapFree=4178892/4192956
[pid=712] ppid=710 vsize=5356 CPUtime=0
/proc/712/stat : 712 (concrete.sh) S 710 712 30394 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 678961875 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/712/statm: 1339 242 201 169 0 50 0
[pid=714] ppid=712 vsize=846144 CPUtime=1402.79
/proc/714/stat : 714 (java) S 712 712 30394 0 -1 0 38005 0 1 0 139857 422 0 0 18 0 9 0 678961876 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/714/statm: 211536 36280 2572 9 0 206103 0
[pid=714/tid=716] ppid=712 vsize=846144 CPUtime=1399.59
/proc/714/task/716/stat : 716 (java) R 712 712 30394 0 -1 64 8572 0 1 0 139555 404 0 0 25 0 9 0 678961877 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4126049417 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=717] ppid=712 vsize=846144 CPUtime=2.98
/proc/714/task/717/stat : 717 (java) S 712 712 30394 0 -1 64 27836 0 0 0 283 15 0 0 16 0 9 0 678961878 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=718] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/718/stat : 718 (java) S 712 712 30394 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 678961878 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=719] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/719/stat : 719 (java) S 712 712 30394 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 678961878 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=720] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/720/stat : 720 (java) S 712 712 30394 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=721] ppid=712 vsize=846144 CPUtime=0.19
/proc/714/task/721/stat : 721 (java) S 712 712 30394 0 -1 64 857 0 0 0 18 1 0 0 15 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=722] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/722/stat : 722 (java) S 712 712 30394 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=723] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/723/stat : 723 (java) S 712 712 30394 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1402.79
Current children cumulated vsize (KiB) 851500

[startup+1408.7 s]
/proc/loadavg: 2.03 2.02 2.00 3/90 885
/proc/meminfo: memFree=1232464/2055920 swapFree=4178892/4192956
[pid=712] ppid=710 vsize=5356 CPUtime=0
/proc/712/stat : 712 (concrete.sh) S 710 712 30394 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 678961875 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/712/statm: 1339 242 201 169 0 50 0
[pid=714] ppid=712 vsize=846144 CPUtime=1403.58
/proc/714/stat : 714 (java) S 712 712 30394 0 -1 0 38005 0 1 0 139936 422 0 0 18 0 9 0 678961876 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/714/statm: 211536 36280 2572 9 0 206103 0
[pid=714/tid=716] ppid=712 vsize=846144 CPUtime=1400.38
/proc/714/task/716/stat : 716 (java) R 712 712 30394 0 -1 64 8572 0 1 0 139634 404 0 0 25 0 9 0 678961877 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4126070925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=717] ppid=712 vsize=846144 CPUtime=2.98
/proc/714/task/717/stat : 717 (java) S 712 712 30394 0 -1 64 27836 0 0 0 283 15 0 0 16 0 9 0 678961878 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=718] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/718/stat : 718 (java) S 712 712 30394 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 678961878 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=719] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/719/stat : 719 (java) S 712 712 30394 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 678961878 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=720] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/720/stat : 720 (java) S 712 712 30394 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=721] ppid=712 vsize=846144 CPUtime=0.19
/proc/714/task/721/stat : 721 (java) S 712 712 30394 0 -1 64 857 0 0 0 18 1 0 0 15 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=722] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/722/stat : 722 (java) S 712 712 30394 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=723] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/723/stat : 723 (java) S 712 712 30394 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1403.58
Current children cumulated vsize (KiB) 851500

[startup+1409.5 s]
/proc/loadavg: 2.03 2.02 2.00 3/90 885
/proc/meminfo: memFree=1232464/2055920 swapFree=4178892/4192956
[pid=712] ppid=710 vsize=5356 CPUtime=0
/proc/712/stat : 712 (concrete.sh) S 710 712 30394 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 678961875 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/712/statm: 1339 242 201 169 0 50 0
[pid=714] ppid=712 vsize=846144 CPUtime=1404.39
/proc/714/stat : 714 (java) S 712 712 30394 0 -1 0 38005 0 1 0 140016 423 0 0 18 0 9 0 678961876 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/714/statm: 211536 36280 2572 9 0 206103 0
[pid=714/tid=716] ppid=712 vsize=846144 CPUtime=1401.18
/proc/714/task/716/stat : 716 (java) R 712 712 30394 0 -1 64 8572 0 1 0 139713 405 0 0 25 0 9 0 678961877 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4126075669 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=717] ppid=712 vsize=846144 CPUtime=2.98
/proc/714/task/717/stat : 717 (java) S 712 712 30394 0 -1 64 27836 0 0 0 283 15 0 0 16 0 9 0 678961878 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=718] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/718/stat : 718 (java) S 712 712 30394 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 678961878 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=719] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/719/stat : 719 (java) S 712 712 30394 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 678961878 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=720] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/720/stat : 720 (java) S 712 712 30394 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=721] ppid=712 vsize=846144 CPUtime=0.19
/proc/714/task/721/stat : 721 (java) S 712 712 30394 0 -1 64 857 0 0 0 18 1 0 0 15 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=722] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/722/stat : 722 (java) S 712 712 30394 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=714/tid=723] ppid=712 vsize=846144 CPUtime=0
/proc/714/task/723/stat : 723 (java) S 712 712 30394 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 678961880 866451456 36280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1404.39
Current children cumulated vsize (KiB) 851500

[startup+1409.9 s]
/proc/loadavg: 2.03 2.02 2.00 3/90 885
/proc/meminfo: memFree=1232464/2055920 swapFree=4178892/4192956
[pid=712] ppid=710 vsize=5356 CPUtime=0
/proc/712/stat : 712 (concrete.sh) S 710 712 30394 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 678961875 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/712/statm: 1339 242 201 169 0 50 0
[pid=714] ppid=712 vsize=0 CPUtime=1404.76
/proc/714/stat : 714 (java) Z 712 712 30394 0 -1 12 38014 0 1 0 140051 425 0 0 16 0 2 0 678961876 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/714/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1404.76
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 1409.9
CPU time (s): 1404.77
CPU user time (s): 1400.52
CPU system time (s): 4.25835
CPU usage (%): 99.6362
Max. virtual memory (cumulated for all children) (KiB): 851624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1400.52
system time used= 4.25835
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38465
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= 34071
involuntary context switches= 37672

runsolver used 1.68274 second user time and 4.78627 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-05 06:32:09
IDJOB=1084918
IDBENCH=57589
IDSOLVER=304
FILE ID=node86/1084918-1215232327
PBS_JOBID= 7881736
Free space on /tmp= 66508 MiB

SOLVER NAME= Concrete + CSP4J - WMC Engine 2008-05-30
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-18_ext.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-1084918-1215232327/watcher-1084918-1215232327 -o /tmp/evaluation-result-1084918-1215232327/solver-1084918-1215232327 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1084918-1215232327.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1200f5c145087e54f9d054527a898e22
RANDOM SEED=1033326811

node86.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.220
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.220
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:       1631824 kB
Buffers:         85664 kB
Cached:         271676 kB
SwapCached:       6392 kB
Active:         281900 kB
Inactive:        89208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1631824 kB
SwapTotal:     4192956 kB
SwapFree:      4178892 kB
Dirty:           22996 kB
Writeback:           0 kB
Mapped:          18696 kB
Slab:            37600 kB
Committed_AS:  1205404 kB
PageTables:       2356 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= 66488 MiB
End job on node86 at 2008-07-05 06:55:39