Trace number 1077759

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.06 1809.94

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-40-3-5.xml
MD5SUM502e8fd02fd7f6c0b17a69b6739e9cc7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity8
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.08/0.33	
0.08/0.33	Abscon 112 (May, 2008)
0.21/0.58	
0.21/0.58	   configuration
0.21/0.58	     name=mac.xml
0.30/0.64	   
0.30/0.64	   instance
0.30/0.64	     name=HOME/instance-1077759-1215194622.xml
0.30/0.68	   
0.30/0.68	   domains being loaded...
0.30/0.69	   
0.30/0.69	   variables being loaded...
0.37/0.73	     nbVariables=100  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28  nbTotalValues=2800
0.37/0.73	       =>  wckTime=0.147  cpuTime=0.11  mem=7M919
0.37/0.73	   
0.37/0.73	   predicates being loaded...
0.48/0.84	   
0.48/0.84	   constraints being loaded...
0.68/1.10	     nbConstraints=48  nbGlobalConstraints=8  nbDisconnectedVariables=9  nbUnbuiltConflictsStructures=40
0.68/1.10	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=40  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=6
0.68/1.10	     minArity=2  avgArity=5.12  maxArity=8  nbGenerators=8  nbFusions=0  symmetryWckTime=0.058  symmetryCpuTime=0.04
0.68/1.10	       =>  wckTime=0.513  cpuTime=0.39  mem=20M640
0.76/1.15	   
0.76/1.15	   solver IterativeSystematicSolver being built... 
0.86/1.23	   
0.86/1.23	   INFO : Forward propagation technique limited 
0.96/1.30	       =>  wckTime=0.716  cpuTime=0.51  mem=21M763
2.45/2.82	   
2.45/2.83	   preprocessing
2.45/2.83	     nbConstraintChecks=3220472  nbValidityChecks=485  nbPropagations=109  nbRevisions=49  nbUselessRevisions=19
2.45/2.83	     nbRemovedValues=349  detectedInconsistency=no
2.45/2.83	       =>  wckTime=1.524  cpuTime=1.51  mem=21M763
39.43/40.16	   
39.43/40.16	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M771)

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-1077759-1215194622/watcher-1077759-1215194622 -o /tmp/evaluation-result-1077759-1215194622/solver-1077759-1215194622 -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-1077759-1215194622.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.14 2.05 2.02 3/72 15517
/proc/meminfo: memFree=1685768/2055920 swapFree=4137176/4192956
[pid=15517] ppid=15515 vsize=18572 CPUtime=0
/proc/15517/stat : 15517 (runsolver) D 15515 15517 11165 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1003917110 19017728 292 996147200 4194304 4296836 548682068304 18446744073709551615 269028486439 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15517/statm: 4643 292 257 25 0 2626 0

[startup+0.060561 s]
/proc/loadavg: 2.14 2.05 2.02 3/72 15517
/proc/meminfo: memFree=1685768/2055920 swapFree=4137176/4192956
[pid=15517] ppid=15515 vsize=10336 CPUtime=0
/proc/15517/stat : 15517 (java) D 15515 15517 11165 0 -1 0 370 0 15 0 0 0 0 0 18 0 1 0 1003917110 10584064 188 996147200 134512640 134550740 4294955936 18446744073709551615 12563242 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/15517/statm: 2584 188 143 9 0 1102 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10336

[startup+0.102563 s]
/proc/loadavg: 2.14 2.05 2.02 3/72 15517
/proc/meminfo: memFree=1685768/2055920 swapFree=4137176/4192956
[pid=15517] ppid=15515 vsize=10824 CPUtime=0.01
/proc/15517/stat : 15517 (java) S 15515 15517 11165 0 -1 0 735 0 39 0 0 1 0 0 18 0 2 0 1003917110 11083776 545 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15517/statm: 2706 545 263 9 0 1199 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10824

[startup+0.302676 s]
/proc/loadavg: 2.14 2.05 2.02 3/72 15517
/proc/meminfo: memFree=1685768/2055920 swapFree=4137176/4192956
[pid=15517] ppid=15515 vsize=866580 CPUtime=0.08
/proc/15517/stat : 15517 (java) S 15515 15517 11165 0 -1 0 3064 0 147 0 4 4 0 0 18 0 9 0 1003917110 887377920 2736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15517/statm: 216645 2736 1443 9 0 211207 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866580

[startup+0.702613 s]
/proc/loadavg: 2.14 2.05 2.02 3/72 15517
/proc/meminfo: memFree=1685768/2055920 swapFree=4137176/4192956
[pid=15517] ppid=15515 vsize=866992 CPUtime=0.37
/proc/15517/stat : 15517 (java) S 15515 15517 11165 0 -1 0 6104 0 182 0 30 7 0 0 18 0 9 0 1003917110 887799808 5655 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15517/statm: 216748 5655 1963 9 0 211276 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 866992

[startup+1.50167 s]
/proc/loadavg: 2.14 2.05 2.02 3/81 15526
/proc/meminfo: memFree=1638720/2055920 swapFree=4137176/4192956
[pid=15517] ppid=15515 vsize=867728 CPUtime=1.16
/proc/15517/stat : 15517 (java) S 15515 15517 11165 0 -1 0 16954 283 184 0 103 13 0 0 18 0 9 0 1003917110 888553472 10509 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15517/statm: 216932 10509 2628 9 0 211438 0
[pid=15517/tid=15519] ppid=15515 vsize=867728 CPUtime=0.92
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 11165 0 -1 64 13058 283 143 0 82 10 0 0 20 0 9 0 1003917118 888553472 10509 996147200 134512640 134550740 4294955936 18446744073709551615 4126457641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15520] ppid=15515 vsize=867728 CPUtime=0.04
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 11165 0 -1 64 2465 283 2 0 4 0 0 0 17 0 9 0 1003917128 888553472 10509 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15521] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 11165 0 -1 64 16 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10509 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15522] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 11165 0 -1 64 11 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10509 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15523] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 18 0 9 0 1003917134 888553472 10509 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15524] ppid=15515 vsize=867728 CPUtime=0.15
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 11165 0 -1 64 619 283 1 0 15 0 0 0 15 0 9 0 1003917134 888553472 10509 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15525] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 19 0 9 0 1003917134 888553472 10509 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15526] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 11165 0 -1 64 2 283 0 0 0 0 0 0 15 0 9 0 1003917134 888553472 10509 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 867728

[startup+3.1018 s]
/proc/loadavg: 2.14 2.05 2.02 3/81 15530
/proc/meminfo: memFree=1631872/2055920 swapFree=4137176/4192956
[pid=15517] ppid=15515 vsize=867728 CPUtime=2.74
/proc/15517/stat : 15517 (java) S 15515 15517 11165 0 -1 0 17208 283 184 0 261 13 0 0 18 0 9 0 1003917110 888553472 10761 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15517/statm: 216932 10761 2630 9 0 211438 0
[pid=15517/tid=15519] ppid=15515 vsize=867728 CPUtime=2.5
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 11165 0 -1 64 13302 283 143 0 240 10 0 0 25 0 9 0 1003917118 888553472 10761 996147200 134512640 134550740 4294955936 18446744073709551615 4126814192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15520] ppid=15515 vsize=867728 CPUtime=0.04
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 11165 0 -1 64 2465 283 2 0 4 0 0 0 17 0 9 0 1003917128 888553472 10761 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15521] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 11165 0 -1 64 16 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10761 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15522] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 11165 0 -1 64 11 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10761 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15523] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 18 0 9 0 1003917134 888553472 10761 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15524] ppid=15515 vsize=867728 CPUtime=0.16
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 11165 0 -1 64 629 283 1 0 16 0 0 0 15 0 9 0 1003917134 888553472 10761 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15525] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 19 0 9 0 1003917134 888553472 10761 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15526] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 11165 0 -1 64 2 283 0 0 0 0 0 0 15 0 9 0 1003917134 888553472 10761 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 867728

[startup+6.30205 s]
/proc/loadavg: 2.13 2.05 2.02 3/81 15530
/proc/meminfo: memFree=1630720/2055920 swapFree=4137176/4192956
[pid=15517] ppid=15515 vsize=867728 CPUtime=5.92
/proc/15517/stat : 15517 (java) S 15515 15517 11165 0 -1 0 17229 283 184 0 579 13 0 0 18 0 9 0 1003917110 888553472 10774 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15517/statm: 216932 10774 2630 9 0 211438 0
[pid=15517/tid=15519] ppid=15515 vsize=867728 CPUtime=5.66
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 11165 0 -1 64 13308 283 143 0 556 10 0 0 25 0 9 0 1003917118 888553472 10774 996147200 134512640 134550740 4294955936 18446744073709551615 4126815435 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15520] ppid=15515 vsize=867728 CPUtime=0.04
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 11165 0 -1 64 2465 283 2 0 4 0 0 0 17 0 9 0 1003917128 888553472 10774 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15521] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 11165 0 -1 64 16 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10774 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15522] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 11165 0 -1 64 11 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10774 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15523] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 18 0 9 0 1003917134 888553472 10774 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15524] ppid=15515 vsize=867728 CPUtime=0.17
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 11165 0 -1 64 639 283 1 0 17 0 0 0 16 0 9 0 1003917134 888553472 10774 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15525] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 19 0 9 0 1003917134 888553472 10774 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15526] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 11165 0 -1 64 7 283 0 0 0 0 0 0 15 0 9 0 1003917134 888553472 10774 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 867728

[startup+12.7016 s]
/proc/loadavg: 2.12 2.05 2.01 3/81 15530
/proc/meminfo: memFree=1630784/2055920 swapFree=4137176/4192956
[pid=15517] ppid=15515 vsize=867728 CPUtime=12.27
/proc/15517/stat : 15517 (java) S 15515 15517 11165 0 -1 0 17248 283 184 0 1213 14 0 0 18 0 9 0 1003917110 888553472 10781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15517/statm: 216932 10781 2630 9 0 211438 0
[pid=15517/tid=15519] ppid=15515 vsize=867728 CPUtime=12
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 11165 0 -1 64 13313 283 143 0 1190 10 0 0 25 0 9 0 1003917118 888553472 10781 996147200 134512640 134550740 4294955936 18446744073709551615 4126822629 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15520] ppid=15515 vsize=867728 CPUtime=0.04
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 11165 0 -1 64 2465 283 2 0 4 0 0 0 16 0 9 0 1003917128 888553472 10781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15521] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 11165 0 -1 64 16 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15522] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 11165 0 -1 64 11 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15523] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 18 0 9 0 1003917134 888553472 10781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15524] ppid=15515 vsize=867728 CPUtime=0.18
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 11165 0 -1 64 653 283 1 0 18 0 0 0 15 0 9 0 1003917134 888553472 10781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15525] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 19 0 9 0 1003917134 888553472 10781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15526] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 11165 0 -1 64 7 283 0 0 0 0 0 0 15 0 9 0 1003917134 888553472 10781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 867728

[startup+25.5026 s]
/proc/loadavg: 2.09 2.05 2.01 3/81 15530
/proc/meminfo: memFree=1631104/2055920 swapFree=4137176/4192956
[pid=15517] ppid=15515 vsize=867728 CPUtime=24.95
/proc/15517/stat : 15517 (java) S 15515 15517 11165 0 -1 0 17275 283 184 0 2481 14 0 0 18 0 9 0 1003917110 888553472 10797 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15517/statm: 216932 10797 2630 9 0 211438 0
[pid=15517/tid=15519] ppid=15515 vsize=867728 CPUtime=24.67
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 11165 0 -1 64 13326 283 143 0 2457 10 0 0 25 0 9 0 1003917118 888553472 10797 996147200 134512640 134550740 4294955936 18446744073709551615 4126812499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15520] ppid=15515 vsize=867728 CPUtime=0.04
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 11165 0 -1 64 2465 283 2 0 4 0 0 0 16 0 9 0 1003917128 888553472 10797 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15521] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 11165 0 -1 64 16 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10797 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15522] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 11165 0 -1 64 11 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10797 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15523] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 18 0 9 0 1003917134 888553472 10797 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15524] ppid=15515 vsize=867728 CPUtime=0.2
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 11165 0 -1 64 667 283 1 0 20 0 0 0 16 0 9 0 1003917134 888553472 10797 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15525] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 19 0 9 0 1003917134 888553472 10797 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15526] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 11165 0 -1 64 7 283 0 0 0 0 0 0 15 0 9 0 1003917134 888553472 10797 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 867728

[startup+51.1026 s]
/proc/loadavg: 2.06 2.04 2.01 3/81 15530
/proc/meminfo: memFree=1631168/2055920 swapFree=4137176/4192956
[pid=15517] ppid=15515 vsize=867728 CPUtime=50.34
/proc/15517/stat : 15517 (java) S 15515 15517 11165 0 -1 0 17299 283 184 0 5020 14 0 0 18 0 9 0 1003917110 888553472 10813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15517/statm: 216932 10813 2630 9 0 211438 0
[pid=15517/tid=15519] ppid=15515 vsize=867728 CPUtime=50.04
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 11165 0 -1 64 13342 283 143 0 4994 10 0 0 25 0 9 0 1003917118 888553472 10813 996147200 134512640 134550740 4294955936 18446744073709551615 4126811140 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15520] ppid=15515 vsize=867728 CPUtime=0.04
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 11165 0 -1 64 2465 283 2 0 4 0 0 0 16 0 9 0 1003917128 888553472 10813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15521] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 11165 0 -1 64 16 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15522] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 11165 0 -1 64 11 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15523] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 18 0 9 0 1003917134 888553472 10813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15524] ppid=15515 vsize=867728 CPUtime=0.21
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 11165 0 -1 64 675 283 1 0 21 0 0 0 15 0 9 0 1003917134 888553472 10813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15525] ppid=15515 vsize=867728 CPUtime=0

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

/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 11165 0 -1 64 11 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15523] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 18 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15524] ppid=15515 vsize=867728 CPUtime=0.26
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 11165 0 -1 64 705 283 1 0 25 1 0 0 16 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15525] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 19 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15526] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 11165 0 -1 64 7 283 0 0 0 0 0 0 15 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.57
Current children cumulated vsize (KiB) 867728

[startup+1602.3 s]
/proc/loadavg: 1.00 1.18 1.57 2/73 15552
/proc/meminfo: memFree=1751432/2055920 swapFree=4137200/4192956
[pid=15517] ppid=15515 vsize=867728 CPUtime=1592.54
/proc/15517/stat : 15517 (java) S 15515 15517 11165 0 -1 0 17343 283 184 0 159231 23 0 0 18 0 9 0 1003917110 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15517/statm: 216932 10841 2630 9 0 211438 0
[pid=15517/tid=15519] ppid=15515 vsize=867728 CPUtime=1592.19
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 11165 0 -1 64 13356 283 143 0 159200 19 0 0 25 0 9 0 1003917118 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4126809636 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15520] ppid=15515 vsize=867728 CPUtime=0.04
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 11165 0 -1 64 2465 283 2 0 4 0 0 0 16 0 9 0 1003917128 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15521] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 11165 0 -1 64 16 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15522] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 11165 0 -1 64 11 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15523] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 18 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15524] ppid=15515 vsize=867728 CPUtime=0.26
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 11165 0 -1 64 705 283 1 0 25 1 0 0 16 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15525] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 19 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15526] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 11165 0 -1 64 7 283 0 0 0 0 0 0 15 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.54
Current children cumulated vsize (KiB) 867728

[startup+1662.3 s]
/proc/loadavg: 1.00 1.14 1.53 2/73 15552
/proc/meminfo: memFree=1751368/2055920 swapFree=4137200/4192956
[pid=15517] ppid=15515 vsize=867728 CPUtime=1652.5
/proc/15517/stat : 15517 (java) S 15515 15517 11165 0 -1 0 17343 283 184 0 165227 23 0 0 18 0 9 0 1003917110 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15517/statm: 216932 10841 2630 9 0 211438 0
[pid=15517/tid=15519] ppid=15515 vsize=867728 CPUtime=1652.16
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 11165 0 -1 64 13356 283 143 0 165197 19 0 0 25 0 9 0 1003917118 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4126809641 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15520] ppid=15515 vsize=867728 CPUtime=0.04
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 11165 0 -1 64 2465 283 2 0 4 0 0 0 16 0 9 0 1003917128 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15521] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 11165 0 -1 64 16 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15522] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 11165 0 -1 64 11 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15523] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 18 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15524] ppid=15515 vsize=867728 CPUtime=0.26
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 11165 0 -1 64 705 283 1 0 25 1 0 0 16 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15525] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 19 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15526] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 11165 0 -1 64 7 283 0 0 0 0 0 0 15 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.5
Current children cumulated vsize (KiB) 867728

[startup+1722.3 s]
/proc/loadavg: 1.00 1.11 1.49 2/73 15552
/proc/meminfo: memFree=1751368/2055920 swapFree=4137200/4192956
[pid=15517] ppid=15515 vsize=867728 CPUtime=1712.46
/proc/15517/stat : 15517 (java) S 15515 15517 11165 0 -1 0 17343 283 184 0 171223 23 0 0 18 0 9 0 1003917110 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15517/statm: 216932 10841 2630 9 0 211438 0
[pid=15517/tid=15519] ppid=15515 vsize=867728 CPUtime=1712.12
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 11165 0 -1 64 13356 283 143 0 171193 19 0 0 25 0 9 0 1003917118 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4126811107 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15520] ppid=15515 vsize=867728 CPUtime=0.04
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 11165 0 -1 64 2465 283 2 0 4 0 0 0 16 0 9 0 1003917128 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15521] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 11165 0 -1 64 16 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15522] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 11165 0 -1 64 11 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15523] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 18 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15524] ppid=15515 vsize=867728 CPUtime=0.26
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 11165 0 -1 64 705 283 1 0 25 1 0 0 16 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15525] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 19 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15526] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 11165 0 -1 64 7 283 0 0 0 0 0 0 15 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.46
Current children cumulated vsize (KiB) 867728

[startup+1782.3 s]
/proc/loadavg: 1.00 1.09 1.46 2/73 15552
/proc/meminfo: memFree=1751240/2055920 swapFree=4137200/4192956
[pid=15517] ppid=15515 vsize=867728 CPUtime=1772.42
/proc/15517/stat : 15517 (java) S 15515 15517 11165 0 -1 0 17343 283 184 0 177219 23 0 0 18 0 9 0 1003917110 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15517/statm: 216932 10841 2630 9 0 211438 0
[pid=15517/tid=15519] ppid=15515 vsize=867728 CPUtime=1772.08
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 11165 0 -1 64 13356 283 143 0 177189 19 0 0 25 0 9 0 1003917118 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4126815351 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15520] ppid=15515 vsize=867728 CPUtime=0.04
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 11165 0 -1 64 2465 283 2 0 4 0 0 0 16 0 9 0 1003917128 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15521] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 11165 0 -1 64 16 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15522] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 11165 0 -1 64 11 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15523] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 18 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15524] ppid=15515 vsize=867728 CPUtime=0.26
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 11165 0 -1 64 705 283 1 0 25 1 0 0 16 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15525] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 19 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15526] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 11165 0 -1 64 7 283 0 0 0 0 0 0 15 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.42
Current children cumulated vsize (KiB) 867728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.9 s]
/proc/loadavg: 1.00 1.08 1.44 2/73 15552
/proc/meminfo: memFree=1751240/2055920 swapFree=4137200/4192956
[pid=15517] ppid=15515 vsize=867728 CPUtime=1800
/proc/15517/stat : 15517 (java) S 15515 15517 11165 0 -1 0 17343 283 184 0 179977 23 0 0 18 0 9 0 1003917110 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15517/statm: 216932 10841 2630 9 0 211438 0
[pid=15517/tid=15519] ppid=15515 vsize=867728 CPUtime=1799.66
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 11165 0 -1 64 13356 283 143 0 179947 19 0 0 25 0 9 0 1003917118 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4126815927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15520] ppid=15515 vsize=867728 CPUtime=0.04
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 11165 0 -1 64 2465 283 2 0 4 0 0 0 16 0 9 0 1003917128 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15521] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 11165 0 -1 64 16 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15522] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 11165 0 -1 64 11 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15523] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 18 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15524] ppid=15515 vsize=867728 CPUtime=0.26
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 11165 0 -1 64 705 283 1 0 25 1 0 0 16 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15525] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 19 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15526] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 11165 0 -1 64 7 283 0 0 0 0 0 0 15 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 867728

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

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

[startup+1809.9 s]
/proc/loadavg: 1.00 1.08 1.44 2/73 15552
/proc/meminfo: memFree=1751240/2055920 swapFree=4137200/4192956
[pid=15517] ppid=15515 vsize=867728 CPUtime=1800
/proc/15517/stat : 15517 (java) S 15515 15517 11165 0 -1 0 17343 283 184 0 179977 23 0 0 18 0 9 0 1003917110 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15517/statm: 216932 10841 2630 9 0 211438 0
[pid=15517/tid=15519] ppid=15515 vsize=867728 CPUtime=1799.66
/proc/15517/task/15519/stat : 15519 (java) R 15515 15517 11165 0 -1 64 13356 283 143 0 179947 19 0 0 25 0 9 0 1003917118 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4126815927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15517/tid=15520] ppid=15515 vsize=867728 CPUtime=0.04
/proc/15517/task/15520/stat : 15520 (java) S 15515 15517 11165 0 -1 64 2465 283 2 0 4 0 0 0 16 0 9 0 1003917128 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15521] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15521/stat : 15521 (java) S 15515 15517 11165 0 -1 64 16 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15522] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15522/stat : 15522 (java) S 15515 15517 11165 0 -1 64 11 283 0 0 0 0 0 0 16 0 9 0 1003917129 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15523] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15523/stat : 15523 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 18 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15524] ppid=15515 vsize=867728 CPUtime=0.26
/proc/15517/task/15524/stat : 15524 (java) S 15515 15517 11165 0 -1 64 705 283 1 0 25 1 0 0 16 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15525] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15525/stat : 15525 (java) S 15515 15517 11165 0 -1 64 1 283 0 0 0 0 0 0 19 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15517/tid=15526] ppid=15515 vsize=867728 CPUtime=0
/proc/15517/task/15526/stat : 15526 (java) S 15515 15517 11165 0 -1 64 7 283 0 0 0 0 0 0 15 0 9 0 1003917134 888553472 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 867728

Child status: 143
Real time (s): 1809.94
CPU time (s): 1800.06
CPU user time (s): 1799.81
CPU system time (s): 0.250961
CPU usage (%): 99.454
Max. virtual memory (cumulated for all children) (KiB): 867728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.250961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17656
page faults= 184
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38702
involuntary context switches= 62147

runsolver used 2.24366 second user time and 5.21021 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-04 20:03:42
IDJOB=1077759
IDBENCH=56708
IDSOLVER=363
FILE ID=node26/1077759-1215194622
PBS_JOBID= 7881521
Free space on /tmp= 66460 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-40-3-5.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-1077759-1215194622/watcher-1077759-1215194622 -o /tmp/evaluation-result-1077759-1215194622/solver-1077759-1215194622 -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-1077759-1215194622.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 502e8fd02fd7f6c0b17a69b6739e9cc7
RANDOM SEED=471983636

node26.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.221
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.221
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:       1686312 kB
Buffers:         22956 kB
Cached:         114916 kB
SwapCached:      49400 kB
Active:         190552 kB
Inactive:       121220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686312 kB
SwapTotal:     4192956 kB
SwapFree:      4137176 kB
Dirty:            2092 kB
Writeback:           0 kB
Mapped:         181648 kB
Slab:            42888 kB
Committed_AS:  1799676 kB
PageTables:       2008 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= 66468 MiB
End job on node26 at 2008-07-04 20:33:54