Trace number 1061789

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete + CSP4J - Tabu Engine 2008-05-30SAT 573.648 578.869

DiagnosticValue
CHECKS915979000
NODES4958410

General information on the benchmark

Namecsp/pseudo/jnh/
normalized-jnh-220.xml
MD5SUMc9aa85cd9730f69cc89d32efe9cb9e3f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.157975
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints900
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data (download as text)

1.57/1.64	c CPU-LOAD 1.0
1.57/1.64	c LOADED 200 V (2 E), 152 ExtensionConstraint2D, 748 PredicateConstraint, arity 11, 1.0 cpu
573.57/578.83	v 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 
573.57/578.85	s SATISFIABLE
573.57/578.85	d NODES 4958409
573.57/578.85	d CHECKS 915979368
573.57/578.85	c gac3-effective-revisions: 0
573.57/578.85	c gac3-useless-revisions: 4123
573.57/578.85	c prepro-constraint-ccks: 4567
573.57/578.85	c prepro-constraint-presenceccks: 3819
573.57/578.85	c prepro-cpu: 0.03
573.57/578.85	c prepro-matrix2d-ccks: 608
573.57/578.85	c prepro-matrix2d-presenceccks: 608
573.57/578.85	c prepro-removed: 0
573.57/578.85	c total-assgn: 4958409
573.57/578.85	c total-constraint-ccks: 915976992
573.57/578.85	c total-constraint-presence-ccks: 83311
573.57/578.85	c total-cpu: 563.09
573.57/578.85	c total-matrix2d-ccks: 2376
573.57/578.85	c total-matrix2d-presence-ccks: 21280
573.57/578.85	c tuples: 0
573.57/578.85	c tuples-collisions: 0
573.57/578.85	c TOTAL-NODES 4958409
573.57/578.85	c TOTAL-CPU 563.09

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-1061789-1215133419/watcher-1061789-1215133419 -o /tmp/evaluation-result-1061789-1215133419/solver-1061789-1215133419 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1061789-1215133419.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 32449
/proc/meminfo: memFree=1697400/2055920 swapFree=4180424/4192956
[pid=32449] ppid=32447 vsize=18572 CPUtime=0
/proc/32449/stat : 32449 (runsolver) R 32447 32449 29839 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1992315384 19017728 292 996147200 4194304 4296836 548682068432 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/32449/statm: 4643 292 257 25 0 2626 0

[startup+0.037919 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 32449
/proc/meminfo: memFree=1697400/2055920 swapFree=4180424/4192956
[pid=32449] ppid=32447 vsize=5356 CPUtime=0
/proc/32449/stat : 32449 (concrete.sh) S 32447 32449 29839 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1992315384 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32449/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.11418 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 32449
/proc/meminfo: memFree=1697400/2055920 swapFree=4180424/4192956
[pid=32449] ppid=32447 vsize=5356 CPUtime=0
/proc/32449/stat : 32449 (concrete.sh) S 32447 32449 29839 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1992315384 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32449/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301201 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 32449
/proc/meminfo: memFree=1697400/2055920 swapFree=4180424/4192956
[pid=32449] ppid=32447 vsize=5356 CPUtime=0
/proc/32449/stat : 32449 (concrete.sh) S 32447 32449 29839 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1992315384 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32449/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701253 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 32449
/proc/meminfo: memFree=1697400/2055920 swapFree=4180424/4192956
[pid=32449] ppid=32447 vsize=5356 CPUtime=0
/proc/32449/stat : 32449 (concrete.sh) S 32447 32449 29839 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1992315384 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32449/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50235 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 32461
/proc/meminfo: memFree=1685152/2055920 swapFree=4180424/4192956
[pid=32449] ppid=32447 vsize=5356 CPUtime=0
/proc/32449/stat : 32449 (concrete.sh) S 32447 32449 29839 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1992315384 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32449/statm: 1339 242 201 169 0 50 0
[pid=32452] ppid=32449 vsize=847132 CPUtime=1.46
/proc/32452/stat : 32452 (java) S 32449 32449 29839 0 -1 0 6189 0 1 0 142 4 0 0 18 0 10 0 1992315386 867463168 5482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32452/statm: 211783 5482 1977 9 0 206343 0
[pid=32452/tid=32453] ppid=32449 vsize=847132 CPUtime=0.99
/proc/32452/task/32453/stat : 32453 (java) R 32449 32449 29839 0 -1 64 3667 0 1 0 97 2 0 0 25 0 10 0 1992315387 867463168 5482 996147200 134512640 134550740 4294956016 18446744073709551615 11378249 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32454] ppid=32449 vsize=847132 CPUtime=0.05
/proc/32452/task/32454/stat : 32454 (java) S 32449 32449 29839 0 -1 64 680 0 0 0 5 0 0 0 16 0 10 0 1992315388 867463168 5482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32455] ppid=32449 vsize=847132 CPUtime=0
/proc/32452/task/32455/stat : 32455 (java) S 32449 32449 29839 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1992315388 867463168 5482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32456] ppid=32449 vsize=847132 CPUtime=0
/proc/32452/task/32456/stat : 32456 (java) S 32449 32449 29839 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1992315388 867463168 5482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32457] ppid=32449 vsize=847132 CPUtime=0
/proc/32452/task/32457/stat : 32457 (java) S 32449 32449 29839 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1992315390 867463168 5482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32458] ppid=32449 vsize=847132 CPUtime=0.38
/proc/32452/task/32458/stat : 32458 (java) S 32449 32449 29839 0 -1 64 1106 0 0 0 38 0 0 0 16 0 10 0 1992315390 867463168 5482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32459] ppid=32449 vsize=847132 CPUtime=0
/proc/32452/task/32459/stat : 32459 (java) S 32449 32449 29839 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1992315390 867463168 5482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32460] ppid=32449 vsize=847132 CPUtime=0
/proc/32452/task/32460/stat : 32460 (java) S 32449 32449 29839 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1992315390 867463168 5482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32461] ppid=32449 vsize=847132 CPUtime=0
/proc/32452/task/32461/stat : 32461 (java) S 32449 32449 29839 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 1992315464 867463168 5482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 852488

[startup+3.10254 s]
/proc/loadavg: 2.07 2.01 2.00 3/82 32462
/proc/meminfo: memFree=1680480/2055920 swapFree=4180424/4192956
[pid=32449] ppid=32447 vsize=5356 CPUtime=0
/proc/32449/stat : 32449 (concrete.sh) S 32447 32449 29839 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1992315384 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32449/statm: 1339 242 201 169 0 50 0
[pid=32452] ppid=32449 vsize=847248 CPUtime=3.05
/proc/32452/stat : 32452 (java) S 32449 32449 29839 0 -1 0 7600 0 1 0 298 7 0 0 18 0 9 0 1992315386 867581952 6638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32452/statm: 211812 6638 2582 9 0 206372 0
[pid=32452/tid=32453] ppid=32449 vsize=847248 CPUtime=2.41
/proc/32452/task/32453/stat : 32453 (java) R 32449 32449 29839 0 -1 64 3767 0 1 0 238 3 0 0 25 0 9 0 1992315387 867581952 6638 996147200 134512640 134550740 4294956016 18446744073709551615 4126750849 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32454] ppid=32449 vsize=847248 CPUtime=0.15
/proc/32452/task/32454/stat : 32454 (java) S 32449 32449 29839 0 -1 64 1949 0 0 0 14 1 0 0 16 0 9 0 1992315388 867581952 6638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32455] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32455/stat : 32455 (java) S 32449 32449 29839 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992315388 867581952 6638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32456] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32456/stat : 32456 (java) S 32449 32449 29839 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992315388 867581952 6638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32457] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32457/stat : 32457 (java) S 32449 32449 29839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992315390 867581952 6638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32458] ppid=32449 vsize=847248 CPUtime=0.45
/proc/32452/task/32458/stat : 32458 (java) S 32449 32449 29839 0 -1 64 1147 0 0 0 45 0 0 0 15 0 9 0 1992315390 867581952 6638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32459] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32459/stat : 32459 (java) S 32449 32449 29839 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992315390 867581952 6638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32460] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32460/stat : 32460 (java) S 32449 32449 29839 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992315390 867581952 6638 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) 852604

[startup+6.30192 s]
/proc/loadavg: 2.07 2.01 2.00 3/82 32462
/proc/meminfo: memFree=1680160/2055920 swapFree=4180424/4192956
[pid=32449] ppid=32447 vsize=5356 CPUtime=0
/proc/32449/stat : 32449 (concrete.sh) S 32447 32449 29839 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1992315384 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32449/statm: 1339 242 201 169 0 50 0
[pid=32452] ppid=32449 vsize=847248 CPUtime=6.21
/proc/32452/stat : 32452 (java) S 32449 32449 29839 0 -1 0 7732 0 1 0 614 7 0 0 18 0 9 0 1992315386 867581952 6640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32452/statm: 211812 6640 2583 9 0 206372 0
[pid=32452/tid=32453] ppid=32449 vsize=847248 CPUtime=5.54
/proc/32452/task/32453/stat : 32453 (java) R 32449 32449 29839 0 -1 64 3897 0 1 0 550 4 0 0 25 0 9 0 1992315387 867581952 6640 996147200 134512640 134550740 4294956016 18446744073709551615 4125855806 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32454] ppid=32449 vsize=847248 CPUtime=0.19
/proc/32452/task/32454/stat : 32454 (java) S 32449 32449 29839 0 -1 64 1949 0 0 0 18 1 0 0 16 0 9 0 1992315388 867581952 6640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32455] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32455/stat : 32455 (java) S 32449 32449 29839 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992315388 867581952 6640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32456] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32456/stat : 32456 (java) S 32449 32449 29839 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992315388 867581952 6640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32457] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32457/stat : 32457 (java) S 32449 32449 29839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992315390 867581952 6640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32458] ppid=32449 vsize=847248 CPUtime=0.45
/proc/32452/task/32458/stat : 32458 (java) S 32449 32449 29839 0 -1 64 1149 0 0 0 45 0 0 0 16 0 9 0 1992315390 867581952 6640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32459] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32459/stat : 32459 (java) S 32449 32449 29839 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992315390 867581952 6640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32460] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32460/stat : 32460 (java) S 32449 32449 29839 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992315390 867581952 6640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 852604

[startup+12.7027 s]
/proc/loadavg: 2.06 2.01 2.00 3/82 32462
/proc/meminfo: memFree=1679968/2055920 swapFree=4180424/4192956
[pid=32449] ppid=32447 vsize=5356 CPUtime=0
/proc/32449/stat : 32449 (concrete.sh) S 32447 32449 29839 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1992315384 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32449/statm: 1339 242 201 169 0 50 0
[pid=32452] ppid=32449 vsize=847248 CPUtime=12.56
/proc/32452/stat : 32452 (java) S 32449 32449 29839 0 -1 0 7993 0 1 0 1246 10 0 0 18 0 9 0 1992315386 867581952 6640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32452/statm: 211812 6640 2583 9 0 206372 0
[pid=32452/tid=32453] ppid=32449 vsize=847248 CPUtime=11.77
/proc/32452/task/32453/stat : 32453 (java) R 32449 32449 29839 0 -1 64 4158 0 1 0 1173 4 0 0 25 0 9 0 1992315387 867581952 6640 996147200 134512640 134550740 4294956016 18446744073709551615 4126793568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32454] ppid=32449 vsize=847248 CPUtime=0.3
/proc/32452/task/32454/stat : 32454 (java) S 32449 32449 29839 0 -1 64 1949 0 0 0 27 3 0 0 16 0 9 0 1992315388 867581952 6640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32455] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32455/stat : 32455 (java) S 32449 32449 29839 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992315388 867581952 6640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32456] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32456/stat : 32456 (java) S 32449 32449 29839 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992315388 867581952 6640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32457] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32457/stat : 32457 (java) S 32449 32449 29839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992315390 867581952 6640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32458] ppid=32449 vsize=847248 CPUtime=0.45
/proc/32452/task/32458/stat : 32458 (java) S 32449 32449 29839 0 -1 64 1149 0 0 0 45 0 0 0 16 0 9 0 1992315390 867581952 6640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32459] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32459/stat : 32459 (java) S 32449 32449 29839 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992315390 867581952 6640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32460] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32460/stat : 32460 (java) S 32449 32449 29839 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992315390 867581952 6640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 852604

[startup+25.5022 s]
/proc/loadavg: 2.05 2.01 2.00 3/82 32462
/proc/meminfo: memFree=1679648/2055920 swapFree=4180424/4192956
[pid=32449] ppid=32447 vsize=5356 CPUtime=0
/proc/32449/stat : 32449 (concrete.sh) S 32447 32449 29839 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1992315384 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32449/statm: 1339 242 201 169 0 50 0
[pid=32452] ppid=32449 vsize=847248 CPUtime=25.24
/proc/32452/stat : 32452 (java) S 32449 32449 29839 0 -1 0 8600 0 1 0 2510 14 0 0 18 0 9 0 1992315386 867581952 6725 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32452/statm: 211812 6725 2583 9 0 206372 0
[pid=32452/tid=32453] ppid=32449 vsize=847248 CPUtime=24.28
/proc/32452/task/32453/stat : 32453 (java) R 32449 32449 29839 0 -1 64 4681 0 1 0 2422 6 0 0 25 0 9 0 1992315387 867581952 6725 996147200 134512640 134550740 4294956016 18446744073709551615 4125845920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32454] ppid=32449 vsize=847248 CPUtime=0.47
/proc/32452/task/32454/stat : 32454 (java) S 32449 32449 29839 0 -1 64 2030 0 0 0 41 6 0 0 16 0 9 0 1992315388 867581952 6725 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32455] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32455/stat : 32455 (java) S 32449 32449 29839 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992315388 867581952 6725 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32456] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32456/stat : 32456 (java) S 32449 32449 29839 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992315388 867581952 6725 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32457] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32457/stat : 32457 (java) S 32449 32449 29839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992315390 867581952 6725 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32458] ppid=32449 vsize=847248 CPUtime=0.46
/proc/32452/task/32458/stat : 32458 (java) S 32449 32449 29839 0 -1 64 1152 0 0 0 46 0 0 0 16 0 9 0 1992315390 867581952 6725 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32459] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32459/stat : 32459 (java) S 32449 32449 29839 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992315390 867581952 6725 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32460] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32460/stat : 32460 (java) S 32449 32449 29839 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992315390 867581952 6725 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 852604

[startup+51.1023 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 32462

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

Current children cumulated CPU time (s) 564.32
Current children cumulated vsize (KiB) 852604

[startup+572.703 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 32511
/proc/meminfo: memFree=1662512/2055920 swapFree=4180424/4192956
[pid=32449] ppid=32447 vsize=5356 CPUtime=0
/proc/32449/stat : 32449 (concrete.sh) S 32447 32449 29839 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1992315384 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32449/statm: 1339 242 201 169 0 50 0
[pid=32452] ppid=32449 vsize=847248 CPUtime=567.5
/proc/32452/stat : 32452 (java) S 32449 32449 29839 0 -1 0 31566 0 1 0 56534 216 0 0 18 0 9 0 1992315386 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32452/statm: 211812 7262 2584 9 0 206372 0
[pid=32452/tid=32453] ppid=32449 vsize=847248 CPUtime=558.18
/proc/32452/task/32453/stat : 32453 (java) R 32449 32449 29839 0 -1 64 27087 0 1 0 55752 66 0 0 25 0 9 0 1992315387 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4126750875 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32454] ppid=32449 vsize=847248 CPUtime=8.83
/proc/32452/task/32454/stat : 32454 (java) S 32449 32449 29839 0 -1 64 2588 0 0 0 735 148 0 0 16 0 9 0 1992315388 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32455] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32455/stat : 32455 (java) S 32449 32449 29839 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992315388 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32456] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32456/stat : 32456 (java) S 32449 32449 29839 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992315388 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32457] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32457/stat : 32457 (java) S 32449 32449 29839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32458] ppid=32449 vsize=847248 CPUtime=0.46
/proc/32452/task/32458/stat : 32458 (java) S 32449 32449 29839 0 -1 64 1154 0 0 0 46 0 0 0 16 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32459] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32459/stat : 32459 (java) S 32449 32449 29839 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32460] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32460/stat : 32460 (java) S 32449 32449 29839 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 567.5
Current children cumulated vsize (KiB) 852604

[startup+575.902 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 32511
/proc/meminfo: memFree=1662512/2055920 swapFree=4180424/4192956
[pid=32449] ppid=32447 vsize=5356 CPUtime=0
/proc/32449/stat : 32449 (concrete.sh) S 32447 32449 29839 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1992315384 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32449/statm: 1339 242 201 169 0 50 0
[pid=32452] ppid=32449 vsize=847248 CPUtime=570.68
/proc/32452/stat : 32452 (java) S 32449 32449 29839 0 -1 0 31701 0 1 0 56851 217 0 0 18 0 9 0 1992315386 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32452/statm: 211812 7262 2584 9 0 206372 0
[pid=32452/tid=32453] ppid=32449 vsize=847248 CPUtime=561.32
/proc/32452/task/32453/stat : 32453 (java) R 32449 32449 29839 0 -1 64 27222 0 1 0 56065 67 0 0 25 0 9 0 1992315387 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4126793609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32454] ppid=32449 vsize=847248 CPUtime=8.86
/proc/32452/task/32454/stat : 32454 (java) S 32449 32449 29839 0 -1 64 2588 0 0 0 738 148 0 0 16 0 9 0 1992315388 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32455] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32455/stat : 32455 (java) S 32449 32449 29839 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992315388 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32456] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32456/stat : 32456 (java) S 32449 32449 29839 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992315388 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32457] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32457/stat : 32457 (java) S 32449 32449 29839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32458] ppid=32449 vsize=847248 CPUtime=0.46
/proc/32452/task/32458/stat : 32458 (java) S 32449 32449 29839 0 -1 64 1154 0 0 0 46 0 0 0 16 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32459] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32459/stat : 32459 (java) S 32449 32449 29839 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32460] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32460/stat : 32460 (java) S 32449 32449 29839 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 570.68
Current children cumulated vsize (KiB) 852604

[startup+577.508 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 32511
/proc/meminfo: memFree=1662512/2055920 swapFree=4180424/4192956
[pid=32449] ppid=32447 vsize=5356 CPUtime=0
/proc/32449/stat : 32449 (concrete.sh) S 32447 32449 29839 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1992315384 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32449/statm: 1339 242 201 169 0 50 0
[pid=32452] ppid=32449 vsize=847248 CPUtime=572.29
/proc/32452/stat : 32452 (java) S 32449 32449 29839 0 -1 0 31768 0 1 0 57011 218 0 0 18 0 9 0 1992315386 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32452/statm: 211812 7262 2584 9 0 206372 0
[pid=32452/tid=32453] ppid=32449 vsize=847248 CPUtime=562.89
/proc/32452/task/32453/stat : 32453 (java) R 32449 32449 29839 0 -1 64 27289 0 1 0 56222 67 0 0 25 0 9 0 1992315387 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4126741305 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32454] ppid=32449 vsize=847248 CPUtime=8.89
/proc/32452/task/32454/stat : 32454 (java) S 32449 32449 29839 0 -1 64 2588 0 0 0 741 148 0 0 16 0 9 0 1992315388 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32455] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32455/stat : 32455 (java) S 32449 32449 29839 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992315388 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32456] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32456/stat : 32456 (java) S 32449 32449 29839 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992315388 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32457] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32457/stat : 32457 (java) S 32449 32449 29839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32458] ppid=32449 vsize=847248 CPUtime=0.46
/proc/32452/task/32458/stat : 32458 (java) S 32449 32449 29839 0 -1 64 1154 0 0 0 46 0 0 0 16 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32459] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32459/stat : 32459 (java) S 32449 32449 29839 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32460] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32460/stat : 32460 (java) S 32449 32449 29839 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 572.29
Current children cumulated vsize (KiB) 852604

[startup+578.302 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 32511
/proc/meminfo: memFree=1662512/2055920 swapFree=4180424/4192956
[pid=32449] ppid=32447 vsize=5356 CPUtime=0
/proc/32449/stat : 32449 (concrete.sh) S 32447 32449 29839 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1992315384 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32449/statm: 1339 242 201 169 0 50 0
[pid=32452] ppid=32449 vsize=847248 CPUtime=573.08
/proc/32452/stat : 32452 (java) S 32449 32449 29839 0 -1 0 31803 0 1 0 57090 218 0 0 18 0 9 0 1992315386 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32452/statm: 211812 7262 2584 9 0 206372 0
[pid=32452/tid=32453] ppid=32449 vsize=847248 CPUtime=563.67
/proc/32452/task/32453/stat : 32453 (java) R 32449 32449 29839 0 -1 64 27324 0 1 0 56300 67 0 0 25 0 9 0 1992315387 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4125837089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32454] ppid=32449 vsize=847248 CPUtime=8.91
/proc/32452/task/32454/stat : 32454 (java) S 32449 32449 29839 0 -1 64 2588 0 0 0 742 149 0 0 16 0 9 0 1992315388 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32455] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32455/stat : 32455 (java) S 32449 32449 29839 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992315388 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32456] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32456/stat : 32456 (java) S 32449 32449 29839 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992315388 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32457] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32457/stat : 32457 (java) S 32449 32449 29839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32458] ppid=32449 vsize=847248 CPUtime=0.46
/proc/32452/task/32458/stat : 32458 (java) S 32449 32449 29839 0 -1 64 1154 0 0 0 46 0 0 0 16 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32459] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32459/stat : 32459 (java) S 32449 32449 29839 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32460] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32460/stat : 32460 (java) S 32449 32449 29839 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 573.08
Current children cumulated vsize (KiB) 852604

[startup+578.702 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 32511
/proc/meminfo: memFree=1662512/2055920 swapFree=4180424/4192956
[pid=32449] ppid=32447 vsize=5356 CPUtime=0
/proc/32449/stat : 32449 (concrete.sh) S 32447 32449 29839 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1992315384 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32449/statm: 1339 242 201 169 0 50 0
[pid=32452] ppid=32449 vsize=847248 CPUtime=573.47
/proc/32452/stat : 32452 (java) S 32449 32449 29839 0 -1 0 31820 0 1 0 57129 218 0 0 18 0 9 0 1992315386 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32452/statm: 211812 7262 2584 9 0 206372 0
[pid=32452/tid=32453] ppid=32449 vsize=847248 CPUtime=564.06
/proc/32452/task/32453/stat : 32453 (java) R 32449 32449 29839 0 -1 64 27341 0 1 0 56339 67 0 0 25 0 9 0 1992315387 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32454] ppid=32449 vsize=847248 CPUtime=8.92
/proc/32452/task/32454/stat : 32454 (java) S 32449 32449 29839 0 -1 64 2588 0 0 0 743 149 0 0 15 0 9 0 1992315388 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32455] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32455/stat : 32455 (java) S 32449 32449 29839 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992315388 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32456] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32456/stat : 32456 (java) S 32449 32449 29839 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992315388 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32457] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32457/stat : 32457 (java) S 32449 32449 29839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32458] ppid=32449 vsize=847248 CPUtime=0.46
/proc/32452/task/32458/stat : 32458 (java) S 32449 32449 29839 0 -1 64 1154 0 0 0 46 0 0 0 16 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32459] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32459/stat : 32459 (java) S 32449 32449 29839 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32460] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32460/stat : 32460 (java) S 32449 32449 29839 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 573.47
Current children cumulated vsize (KiB) 852604

[startup+578.802 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 32511
/proc/meminfo: memFree=1662512/2055920 swapFree=4180424/4192956
[pid=32449] ppid=32447 vsize=5356 CPUtime=0
/proc/32449/stat : 32449 (concrete.sh) S 32447 32449 29839 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1992315384 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32449/statm: 1339 242 201 169 0 50 0
[pid=32452] ppid=32449 vsize=847248 CPUtime=573.57
/proc/32452/stat : 32452 (java) S 32449 32449 29839 0 -1 0 31824 0 1 0 57139 218 0 0 18 0 9 0 1992315386 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32452/statm: 211812 7262 2584 9 0 206372 0
[pid=32452/tid=32453] ppid=32449 vsize=847248 CPUtime=564.15
/proc/32452/task/32453/stat : 32453 (java) R 32449 32449 29839 0 -1 64 27345 0 1 0 56348 67 0 0 25 0 9 0 1992315387 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4126794371 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32454] ppid=32449 vsize=847248 CPUtime=8.92
/proc/32452/task/32454/stat : 32454 (java) S 32449 32449 29839 0 -1 64 2588 0 0 0 743 149 0 0 16 0 9 0 1992315388 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32455] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32455/stat : 32455 (java) S 32449 32449 29839 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992315388 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32456] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32456/stat : 32456 (java) S 32449 32449 29839 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1992315388 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32457] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32457/stat : 32457 (java) S 32449 32449 29839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32458] ppid=32449 vsize=847248 CPUtime=0.46
/proc/32452/task/32458/stat : 32458 (java) S 32449 32449 29839 0 -1 64 1154 0 0 0 46 0 0 0 16 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32459] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32459/stat : 32459 (java) S 32449 32449 29839 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32452/tid=32460] ppid=32449 vsize=847248 CPUtime=0
/proc/32452/task/32460/stat : 32460 (java) S 32449 32449 29839 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1992315390 867581952 7262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 573.57
Current children cumulated vsize (KiB) 852604

Child status: 0
Real time (s): 578.869
CPU time (s): 573.648
CPU user time (s): 571.45
CPU system time (s): 2.19767
CPU usage (%): 99.0981
Max. virtual memory (cumulated for all children) (KiB): 852604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 571.45
system time used= 2.19766
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32304
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= 177821
involuntary context switches= 188603

runsolver used 0.680896 second user time and 1.9667 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-04 03:03:39
IDJOB=1061789
IDBENCH=54582
IDSOLVER=303
FILE ID=node33/1061789-1215133419
PBS_JOBID= 7877137
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c9aa85cd9730f69cc89d32efe9cb9e3f
RANDOM SEED=638959500

node33.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1697880 kB
Buffers:         34152 kB
Cached:         195092 kB
SwapCached:       6444 kB
Active:         200432 kB
Inactive:        93308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697880 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1660 kB
Writeback:           0 kB
Mapped:          72044 kB
Slab:            49576 kB
Committed_AS:  3519448 kB
PageTables:       1860 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= 66548 MiB
End job on node33 at 2008-07-04 03:13:18