Trace number 1067705

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
Abscon 112v4 AC? (TO) 1800.18 1814.87

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-20-2-7.xml
MD5SUM2dc4449fba58f7ec0fed491a75880a0e
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.044992
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity9
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.27/0.32	   
0.27/0.32	   instance
0.27/0.32	     name=HOME/instance-1067705-1215150959.xml
0.27/0.35	   
0.27/0.35	   domains being loaded...
0.27/0.36	   
0.27/0.36	   variables being loaded...
0.36/0.41	     nbVariables=100  nbDomainTypes=1  minDomainSize=70  maxDomainSize=70  nbTotalValues=7000
0.36/0.41	       =>  wckTime=0.142  cpuTime=0.1  mem=7M919
0.36/0.41	   
0.36/0.41	   predicates being loaded...
0.36/0.49	   
0.36/0.49	   constraints being loaded...
0.56/0.70	     nbConstraints=44  nbGlobalConstraints=24  nbDisconnectedVariables=24  nbUnbuiltConflictsStructures=20
0.56/0.70	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=20  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=5
0.56/0.70	     minArity=2  avgArity=4.09  maxArity=9  nbGenerators=24  nbFusions=0  symmetryWckTime=0.048  symmetryCpuTime=0.02
0.56/0.70	       =>  wckTime=0.432  cpuTime=0.32  mem=19M679
0.65/0.75	   
0.65/0.75	   solver IterativeSystematicSolver being built... 
0.75/0.82	   
0.75/0.82	   INFO : Forward propagation technique limited 
0.75/0.89	       =>  wckTime=0.628  cpuTime=0.44  mem=21M886
0.95/1.08	   
0.95/1.08	   preprocessing
0.95/1.08	     nbConstraintChecks=443816  nbValidityChecks=168  nbPropagations=102  nbRevisions=6  nbUselessRevisions=2
0.95/1.08	     nbRemovedValues=39  detectedInconsistency=no
0.95/1.08	       =>  wckTime=0.19  cpuTime=0.18  mem=21M886
1713.23/1727.99	   
1713.23/1727.99	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M877)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1067705-1215150959/watcher-1067705-1215150959 -o /tmp/evaluation-result-1067705-1215150959/solver-1067705-1215150959 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1067705-1215150959.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.02 2.31 2.20 4/81 5545
/proc/meminfo: memFree=1859824/2055920 swapFree=4180500/4192956
[pid=5545] ppid=5543 vsize=1616 CPUtime=0
/proc/5545/stat : 5545 (java) D 5543 5545 3802 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1994067257 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/5545/statm: 404 145 119 9 0 46 0

[startup+0.0844459 s]
/proc/loadavg: 2.02 2.31 2.20 4/81 5545
/proc/meminfo: memFree=1859824/2055920 swapFree=4180500/4192956
[pid=5545] ppid=5543 vsize=866608 CPUtime=0.07
/proc/5545/stat : 5545 (java) S 5543 5545 3802 0 -1 0 3621 0 1 0 5 2 0 0 18 0 9 0 1994067257 887406592 3109 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5545/statm: 216652 3109 1667 9 0 211207 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 866608

[startup+0.10145 s]
/proc/loadavg: 2.02 2.31 2.20 4/81 5545
/proc/meminfo: memFree=1859824/2055920 swapFree=4180500/4192956
[pid=5545] ppid=5543 vsize=866608 CPUtime=0.09
/proc/5545/stat : 5545 (java) S 5543 5545 3802 0 -1 0 3760 0 1 0 7 2 0 0 18 0 9 0 1994067257 887406592 3219 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5545/statm: 216652 3219 1707 9 0 211207 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866608

[startup+0.301487 s]
/proc/loadavg: 2.02 2.31 2.20 4/81 5545
/proc/meminfo: memFree=1859824/2055920 swapFree=4180500/4192956
[pid=5545] ppid=5543 vsize=866856 CPUtime=0.27
/proc/5545/stat : 5545 (java) S 5543 5545 3802 0 -1 0 5693 0 1 0 22 5 0 0 18 0 9 0 1994067257 887660544 5096 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5545/statm: 216714 5096 1935 9 0 211242 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866856

[startup+0.701559 s]
/proc/loadavg: 2.02 2.31 2.20 4/81 5545
/proc/meminfo: memFree=1859824/2055920 swapFree=4180500/4192956
[pid=5545] ppid=5543 vsize=867708 CPUtime=0.65
/proc/5545/stat : 5545 (java) S 5543 5545 3802 0 -1 0 9950 280 1 0 58 7 0 0 18 0 9 0 1994067257 888532992 8466 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5545/statm: 216927 8466 2021 9 0 211433 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 867708

[startup+1.50271 s]
/proc/loadavg: 2.10 2.32 2.20 3/90 5558
/proc/meminfo: memFree=1827880/2055920 swapFree=4180500/4192956
[pid=5545] ppid=5543 vsize=867708 CPUtime=1.44
/proc/5545/stat : 5545 (java) S 5543 5545 3802 0 -1 0 17043 280 1 0 136 8 0 0 18 0 9 0 1994067257 888532992 10713 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5545/statm: 216927 10713 2630 9 0 211433 0
[pid=5545/tid=5547] ppid=5543 vsize=867708 CPUtime=1.22
/proc/5545/task/5547/stat : 5547 (java) R 5543 5545 3802 0 -1 64 13305 280 1 0 116 6 0 0 24 0 9 0 1994067258 888532992 10713 996147200 134512640 134550740 4294955984 18446744073709551615 4126755254 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5548] ppid=5543 vsize=867708 CPUtime=0.04
/proc/5545/task/5548/stat : 5548 (java) S 5543 5545 3802 0 -1 64 2348 280 0 0 4 0 0 0 17 0 9 0 1994067259 888532992 10713 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5549] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5549/stat : 5549 (java) S 5543 5545 3802 0 -1 64 13 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10713 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5550] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 3802 0 -1 64 10 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10713 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5551] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 3802 0 -1 64 1 280 0 0 0 0 0 0 23 0 9 0 1994067261 888532992 10713 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=867708 CPUtime=0.14
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 3802 0 -1 64 546 280 0 0 14 0 0 0 15 0 9 0 1994067261 888532992 10713 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5553] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5553/stat : 5553 (java) S 5543 5545 3802 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 1994067262 888532992 10713 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5554] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5554/stat : 5554 (java) S 5543 5545 3802 0 -1 64 3 280 0 0 0 0 0 0 15 0 9 0 1994067262 888532992 10713 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 867708

[startup+3.10201 s]
/proc/loadavg: 2.10 2.32 2.20 3/90 5558
/proc/meminfo: memFree=1826664/2055920 swapFree=4180500/4192956
[pid=5545] ppid=5543 vsize=867708 CPUtime=3.02
/proc/5545/stat : 5545 (java) S 5543 5545 3802 0 -1 0 17061 280 1 0 294 8 0 0 18 0 9 0 1994067257 888532992 10729 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5545/statm: 216927 10729 2630 9 0 211433 0
[pid=5545/tid=5547] ppid=5543 vsize=867708 CPUtime=2.79
/proc/5545/task/5547/stat : 5547 (java) R 5543 5545 3802 0 -1 64 13312 280 1 0 273 6 0 0 25 0 9 0 1994067258 888532992 10729 996147200 134512640 134550740 4294955984 18446744073709551615 4126763056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5548] ppid=5543 vsize=867708 CPUtime=0.04
/proc/5545/task/5548/stat : 5548 (java) S 5543 5545 3802 0 -1 64 2348 280 0 0 4 0 0 0 17 0 9 0 1994067259 888532992 10729 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5549] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5549/stat : 5549 (java) S 5543 5545 3802 0 -1 64 13 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10729 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5550] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 3802 0 -1 64 10 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10729 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5551] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 3802 0 -1 64 1 280 0 0 0 0 0 0 23 0 9 0 1994067261 888532992 10729 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=867708 CPUtime=0.16
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 3802 0 -1 64 557 280 0 0 16 0 0 0 15 0 9 0 1994067261 888532992 10729 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5553] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5553/stat : 5553 (java) S 5543 5545 3802 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 1994067262 888532992 10729 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5554] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5554/stat : 5554 (java) S 5543 5545 3802 0 -1 64 3 280 0 0 0 0 0 0 15 0 9 0 1994067262 888532992 10729 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 867708

[startup+6.30263 s]
/proc/loadavg: 2.09 2.32 2.20 3/90 5558
/proc/meminfo: memFree=1826408/2055920 swapFree=4180500/4192956
[pid=5545] ppid=5543 vsize=867708 CPUtime=6.19
/proc/5545/stat : 5545 (java) S 5543 5545 3802 0 -1 0 17066 280 1 0 611 8 0 0 18 0 9 0 1994067257 888532992 10733 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5545/statm: 216927 10733 2630 9 0 211433 0
[pid=5545/tid=5547] ppid=5543 vsize=867708 CPUtime=5.96
/proc/5545/task/5547/stat : 5547 (java) R 5543 5545 3802 0 -1 64 13315 280 1 0 590 6 0 0 25 0 9 0 1994067258 888532992 10733 996147200 134512640 134550740 4294955984 18446744073709551615 4126757491 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5548] ppid=5543 vsize=867708 CPUtime=0.04
/proc/5545/task/5548/stat : 5548 (java) S 5543 5545 3802 0 -1 64 2348 280 0 0 4 0 0 0 17 0 9 0 1994067259 888532992 10733 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5549] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5549/stat : 5549 (java) S 5543 5545 3802 0 -1 64 13 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10733 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5550] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 3802 0 -1 64 10 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10733 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5551] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 3802 0 -1 64 1 280 0 0 0 0 0 0 23 0 9 0 1994067261 888532992 10733 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=867708 CPUtime=0.16
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 3802 0 -1 64 559 280 0 0 16 0 0 0 16 0 9 0 1994067261 888532992 10733 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5553] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5553/stat : 5553 (java) S 5543 5545 3802 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 1994067262 888532992 10733 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5554] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5554/stat : 5554 (java) S 5543 5545 3802 0 -1 64 3 280 0 0 0 0 0 0 15 0 9 0 1994067262 888532992 10733 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 867708

[startup+12.7018 s]
/proc/loadavg: 2.08 2.31 2.20 3/90 5558
/proc/meminfo: memFree=1826216/2055920 swapFree=4180500/4192956
[pid=5545] ppid=5543 vsize=867708 CPUtime=12.53
/proc/5545/stat : 5545 (java) S 5543 5545 3802 0 -1 0 17068 280 1 0 1245 8 0 0 18 0 9 0 1994067257 888532992 10734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5545/statm: 216927 10734 2630 9 0 211433 0
[pid=5545/tid=5547] ppid=5543 vsize=867708 CPUtime=12.3
/proc/5545/task/5547/stat : 5547 (java) R 5543 5545 3802 0 -1 64 13317 280 1 0 1224 6 0 0 25 0 9 0 1994067258 888532992 10734 996147200 134512640 134550740 4294955984 18446744073709551615 4126753964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5548] ppid=5543 vsize=867708 CPUtime=0.04
/proc/5545/task/5548/stat : 5548 (java) S 5543 5545 3802 0 -1 64 2348 280 0 0 4 0 0 0 16 0 9 0 1994067259 888532992 10734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5549] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5549/stat : 5549 (java) S 5543 5545 3802 0 -1 64 13 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5550] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 3802 0 -1 64 10 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5551] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 3802 0 -1 64 1 280 0 0 0 0 0 0 23 0 9 0 1994067261 888532992 10734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=867708 CPUtime=0.16
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 3802 0 -1 64 559 280 0 0 16 0 0 0 16 0 9 0 1994067261 888532992 10734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5553] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5553/stat : 5553 (java) S 5543 5545 3802 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 1994067262 888532992 10734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5554] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5554/stat : 5554 (java) S 5543 5545 3802 0 -1 64 3 280 0 0 0 0 0 0 15 0 9 0 1994067262 888532992 10734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 867708

[startup+25.5023 s]
/proc/loadavg: 2.07 2.30 2.20 3/90 5558
/proc/meminfo: memFree=1826088/2055920 swapFree=4180500/4192956
[pid=5545] ppid=5543 vsize=867708 CPUtime=25.21
/proc/5545/stat : 5545 (java) S 5543 5545 3802 0 -1 0 17074 280 1 0 2513 8 0 0 18 0 9 0 1994067257 888532992 10738 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5545/statm: 216927 10738 2630 9 0 211433 0
[pid=5545/tid=5547] ppid=5543 vsize=867708 CPUtime=24.97
/proc/5545/task/5547/stat : 5547 (java) R 5543 5545 3802 0 -1 64 13322 280 1 0 2491 6 0 0 25 0 9 0 1994067258 888532992 10738 996147200 134512640 134550740 4294955984 18446744073709551615 4126755632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5548] ppid=5543 vsize=867708 CPUtime=0.04
/proc/5545/task/5548/stat : 5548 (java) S 5543 5545 3802 0 -1 64 2348 280 0 0 4 0 0 0 16 0 9 0 1994067259 888532992 10738 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5549] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5549/stat : 5549 (java) S 5543 5545 3802 0 -1 64 13 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10738 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5550] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 3802 0 -1 64 10 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10738 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5551] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 3802 0 -1 64 1 280 0 0 0 0 0 0 23 0 9 0 1994067261 888532992 10738 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=867708 CPUtime=0.16
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 3802 0 -1 64 560 280 0 0 16 0 0 0 15 0 9 0 1994067261 888532992 10738 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5553] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5553/stat : 5553 (java) S 5543 5545 3802 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 1994067262 888532992 10738 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5554] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5554/stat : 5554 (java) S 5543 5545 3802 0 -1 64 3 280 0 0 0 0 0 0 15 0 9 0 1994067262 888532992 10738 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 867708

[startup+51.1022 s]
/proc/loadavg: 2.04 2.27 2.19 3/90 5558
/proc/meminfo: memFree=1825704/2055920 swapFree=4180500/4192956
[pid=5545] ppid=5543 vsize=867708 CPUtime=50.57
/proc/5545/stat : 5545 (java) S 5543 5545 3802 0 -1 0 17082 280 1 0 5049 8 0 0 18 0 9 0 1994067257 888532992 10743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5545/statm: 216927 10743 2630 9 0 211433 0
[pid=5545/tid=5547] ppid=5543 vsize=867708 CPUtime=50.32
/proc/5545/task/5547/stat : 5547 (java) R 5543 5545 3802 0 -1 64 13326 280 1 0 5026 6 0 0 25 0 9 0 1994067258 888532992 10743 996147200 134512640 134550740 4294955984 18446744073709551615 4126762060 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5548] ppid=5543 vsize=867708 CPUtime=0.04
/proc/5545/task/5548/stat : 5548 (java) S 5543 5545 3802 0 -1 64 2348 280 0 0 4 0 0 0 17 0 9 0 1994067259 888532992 10743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5549] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5549/stat : 5549 (java) S 5543 5545 3802 0 -1 64 13 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5550] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 3802 0 -1 64 10 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5551] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 3802 0 -1 64 1 280 0 0 0 0 0 0 23 0 9 0 1994067261 888532992 10743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=867708 CPUtime=0.17
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 3802 0 -1 64 564 280 0 0 17 0 0 0 16 0 9 0 1994067261 888532992 10743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5553] ppid=5543 vsize=867708 CPUtime=0

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

/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 3802 0 -1 64 10 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5551] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 3802 0 -1 64 1 280 0 0 0 0 0 0 23 0 9 0 1994067261 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=867708 CPUtime=0.23
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 3802 0 -1 64 599 280 0 0 23 0 0 0 15 0 9 0 1994067261 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5553] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5553/stat : 5553 (java) S 5543 5545 3802 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 1994067262 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5554] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5554/stat : 5554 (java) S 5543 5545 3802 0 -1 64 3 280 0 0 0 0 0 0 15 0 9 0 1994067262 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1468.27
Current children cumulated vsize (KiB) 867708

[startup+1542.3 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 5601
/proc/meminfo: memFree=1812776/2055920 swapFree=4180500/4192956
[pid=5545] ppid=5543 vsize=867708 CPUtime=1527.73
/proc/5545/stat : 5545 (java) S 5543 5545 3802 0 -1 0 17155 280 1 0 152754 19 0 0 18 0 9 0 1994067257 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5545/statm: 216927 10784 2630 9 0 211433 0
[pid=5545/tid=5547] ppid=5543 vsize=867708 CPUtime=1527.43
/proc/5545/task/5547/stat : 5547 (java) R 5543 5545 3802 0 -1 64 13364 280 1 0 152726 17 0 0 25 0 9 0 1994067258 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4126751091 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5548] ppid=5543 vsize=867708 CPUtime=0.04
/proc/5545/task/5548/stat : 5548 (java) S 5543 5545 3802 0 -1 64 2348 280 0 0 4 0 0 0 16 0 9 0 1994067259 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5549] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5549/stat : 5549 (java) S 5543 5545 3802 0 -1 64 13 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5550] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 3802 0 -1 64 10 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5551] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 3802 0 -1 64 1 280 0 0 0 0 0 0 23 0 9 0 1994067261 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=867708 CPUtime=0.23
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 3802 0 -1 64 599 280 0 0 23 0 0 0 15 0 9 0 1994067261 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5553] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5553/stat : 5553 (java) S 5543 5545 3802 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 1994067262 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5554] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5554/stat : 5554 (java) S 5543 5545 3802 0 -1 64 3 280 0 0 0 0 0 0 15 0 9 0 1994067262 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.73
Current children cumulated vsize (KiB) 867708

[startup+1602.3 s]
/proc/loadavg: 1.97 1.98 1.99 4/89 5605
/proc/meminfo: memFree=1734440/2055920 swapFree=4180500/4192956
[pid=5545] ppid=5543 vsize=867708 CPUtime=1587.69
/proc/5545/stat : 5545 (java) S 5543 5545 3802 0 -1 0 17155 280 1 0 158750 19 0 0 18 0 9 0 1994067257 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5545/statm: 216927 10784 2630 9 0 211433 0
[pid=5545/tid=5547] ppid=5543 vsize=867708 CPUtime=1587.39
/proc/5545/task/5547/stat : 5547 (java) R 5543 5545 3802 0 -1 64 13364 280 1 0 158722 17 0 0 25 0 9 0 1994067258 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4126752584 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5548] ppid=5543 vsize=867708 CPUtime=0.04
/proc/5545/task/5548/stat : 5548 (java) S 5543 5545 3802 0 -1 64 2348 280 0 0 4 0 0 0 16 0 9 0 1994067259 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5549] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5549/stat : 5549 (java) S 5543 5545 3802 0 -1 64 13 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5550] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 3802 0 -1 64 10 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5551] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 3802 0 -1 64 1 280 0 0 0 0 0 0 23 0 9 0 1994067261 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=867708 CPUtime=0.23
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 3802 0 -1 64 599 280 0 0 23 0 0 0 16 0 9 0 1994067261 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5553] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5553/stat : 5553 (java) S 5543 5545 3802 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 1994067262 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5554] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5554/stat : 5554 (java) S 5543 5545 3802 0 -1 64 3 280 0 0 0 0 0 0 15 0 9 0 1994067262 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.69
Current children cumulated vsize (KiB) 867708

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 5605
/proc/meminfo: memFree=1734248/2055920 swapFree=4180500/4192956
[pid=5545] ppid=5543 vsize=867708 CPUtime=1647.66
/proc/5545/stat : 5545 (java) S 5543 5545 3802 0 -1 0 17155 280 1 0 164747 19 0 0 18 0 9 0 1994067257 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5545/statm: 216927 10784 2630 9 0 211433 0
[pid=5545/tid=5547] ppid=5543 vsize=867708 CPUtime=1647.36
/proc/5545/task/5547/stat : 5547 (java) R 5543 5545 3802 0 -1 64 13364 280 1 0 164719 17 0 0 25 0 9 0 1994067258 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4126758878 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5548] ppid=5543 vsize=867708 CPUtime=0.04
/proc/5545/task/5548/stat : 5548 (java) S 5543 5545 3802 0 -1 64 2348 280 0 0 4 0 0 0 16 0 9 0 1994067259 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5549] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5549/stat : 5549 (java) S 5543 5545 3802 0 -1 64 13 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5550] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 3802 0 -1 64 10 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5551] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 3802 0 -1 64 1 280 0 0 0 0 0 0 23 0 9 0 1994067261 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=867708 CPUtime=0.23
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 3802 0 -1 64 599 280 0 0 23 0 0 0 16 0 9 0 1994067261 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5553] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5553/stat : 5553 (java) S 5543 5545 3802 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 1994067262 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5554] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5554/stat : 5554 (java) S 5543 5545 3802 0 -1 64 3 280 0 0 0 0 0 0 15 0 9 0 1994067262 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.66
Current children cumulated vsize (KiB) 867708

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 5605
/proc/meminfo: memFree=1734184/2055920 swapFree=4180500/4192956
[pid=5545] ppid=5543 vsize=867708 CPUtime=1707.63
/proc/5545/stat : 5545 (java) S 5543 5545 3802 0 -1 0 17155 280 1 0 170744 19 0 0 18 0 9 0 1994067257 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5545/statm: 216927 10784 2630 9 0 211433 0
[pid=5545/tid=5547] ppid=5543 vsize=867708 CPUtime=1707.33
/proc/5545/task/5547/stat : 5547 (java) R 5543 5545 3802 0 -1 64 13364 280 1 0 170716 17 0 0 25 0 9 0 1994067258 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4126756880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5548] ppid=5543 vsize=867708 CPUtime=0.04
/proc/5545/task/5548/stat : 5548 (java) S 5543 5545 3802 0 -1 64 2348 280 0 0 4 0 0 0 16 0 9 0 1994067259 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5549] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5549/stat : 5549 (java) S 5543 5545 3802 0 -1 64 13 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5550] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 3802 0 -1 64 10 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5551] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 3802 0 -1 64 1 280 0 0 0 0 0 0 23 0 9 0 1994067261 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=867708 CPUtime=0.23
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 3802 0 -1 64 599 280 0 0 23 0 0 0 16 0 9 0 1994067261 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5553] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5553/stat : 5553 (java) S 5543 5545 3802 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 1994067262 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5554] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5554/stat : 5554 (java) S 5543 5545 3802 0 -1 64 3 280 0 0 0 0 0 0 15 0 9 0 1994067262 888532992 10784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.63
Current children cumulated vsize (KiB) 867708

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 5605
/proc/meminfo: memFree=1734120/2055920 swapFree=4180500/4192956
[pid=5545] ppid=5543 vsize=867708 CPUtime=1767.6
/proc/5545/stat : 5545 (java) S 5543 5545 3802 0 -1 0 17156 280 1 0 176741 19 0 0 18 0 9 0 1994067257 888532992 10785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5545/statm: 216927 10785 2630 9 0 211433 0
[pid=5545/tid=5547] ppid=5543 vsize=867708 CPUtime=1767.3
/proc/5545/task/5547/stat : 5547 (java) R 5543 5545 3802 0 -1 64 13365 280 1 0 176713 17 0 0 25 0 9 0 1994067258 888532992 10785 996147200 134512640 134550740 4294955984 18446744073709551615 4126752506 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5548] ppid=5543 vsize=867708 CPUtime=0.04
/proc/5545/task/5548/stat : 5548 (java) S 5543 5545 3802 0 -1 64 2348 280 0 0 4 0 0 0 16 0 9 0 1994067259 888532992 10785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5549] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5549/stat : 5549 (java) S 5543 5545 3802 0 -1 64 13 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5550] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 3802 0 -1 64 10 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5551] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 3802 0 -1 64 1 280 0 0 0 0 0 0 23 0 9 0 1994067261 888532992 10785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=867708 CPUtime=0.23
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 3802 0 -1 64 599 280 0 0 23 0 0 0 16 0 9 0 1994067261 888532992 10785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5553] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5553/stat : 5553 (java) S 5543 5545 3802 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 1994067262 888532992 10785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5554] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5554/stat : 5554 (java) S 5543 5545 3802 0 -1 64 3 280 0 0 0 0 0 0 15 0 9 0 1994067262 888532992 10785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1767.6
Current children cumulated vsize (KiB) 867708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.8 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 5605
/proc/meminfo: memFree=1734120/2055920 swapFree=4180500/4192956
[pid=5545] ppid=5543 vsize=867708 CPUtime=1800.1
/proc/5545/stat : 5545 (java) S 5543 5545 3802 0 -1 0 17156 280 1 0 179991 19 0 0 18 0 9 0 1994067257 888532992 10785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5545/statm: 216927 10785 2630 9 0 211433 0
[pid=5545/tid=5547] ppid=5543 vsize=867708 CPUtime=1799.8
/proc/5545/task/5547/stat : 5547 (java) R 5543 5545 3802 0 -1 64 13365 280 1 0 179963 17 0 0 25 0 9 0 1994067258 888532992 10785 996147200 134512640 134550740 4294955984 18446744073709551615 4126457604 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5548] ppid=5543 vsize=867708 CPUtime=0.04
/proc/5545/task/5548/stat : 5548 (java) S 5543 5545 3802 0 -1 64 2348 280 0 0 4 0 0 0 16 0 9 0 1994067259 888532992 10785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5549] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5549/stat : 5549 (java) S 5543 5545 3802 0 -1 64 13 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5550] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5550/stat : 5550 (java) S 5543 5545 3802 0 -1 64 10 280 0 0 0 0 0 0 16 0 9 0 1994067260 888532992 10785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5551] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5551/stat : 5551 (java) S 5543 5545 3802 0 -1 64 1 280 0 0 0 0 0 0 23 0 9 0 1994067261 888532992 10785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5552] ppid=5543 vsize=867708 CPUtime=0.23
/proc/5545/task/5552/stat : 5552 (java) S 5543 5545 3802 0 -1 64 599 280 0 0 23 0 0 0 16 0 9 0 1994067261 888532992 10785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5545/tid=5553] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5553/stat : 5553 (java) S 5543 5545 3802 0 -1 64 2 280 0 0 0 0 0 0 24 0 9 0 1994067262 888532992 10785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5545/tid=5554] ppid=5543 vsize=867708 CPUtime=0
/proc/5545/task/5554/stat : 5554 (java) R 5543 5545 3802 0 -1 64 3 280 0 0 0 0 0 0 15 0 9 0 1994067262 888532992 10785 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 867708

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 143
Real time (s): 1814.87
CPU time (s): 1800.18
CPU user time (s): 1799.97
CPU system time (s): 0.212967
CPU usage (%): 99.1907
Max. virtual memory (cumulated for all children) (KiB): 867708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.212967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17468
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= 38119
involuntary context switches= 90453

runsolver used 2.50262 second user time and 5.76412 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-04 07:55:59
IDJOB=1067705
IDBENCH=55410
IDSOLVER=363
FILE ID=node59/1067705-1215150959
PBS_JOBID= 7877407
Free space on /tmp= 66556 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-20-2-7.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1067705-1215150959/watcher-1067705-1215150959 -o /tmp/evaluation-result-1067705-1215150959/solver-1067705-1215150959 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1067705-1215150959.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2dc4449fba58f7ec0fed491a75880a0e
RANDOM SEED=1282483374

node59.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.261
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.261
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:       1860240 kB
Buffers:          4172 kB
Cached:          84444 kB
SwapCached:       6176 kB
Active:          95468 kB
Inactive:        41900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1860240 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            2232 kB
Writeback:           0 kB
Mapped:          62712 kB
Slab:            43328 kB
Committed_AS:  4729532 kB
PageTables:       2020 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= 66552 MiB
End job on node59 at 2008-07-04 08:26:16