Trace number 1055912

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.13 1817.06

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-12.xml
MD5SUM2ba2a764a757f9f5d70ed9cb063b7290
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark748.425
Satisfiable
(Un)Satisfiability was proved
Number of variables145
Number of constraints10330
Maximum constraint arity2
Maximum domain size144
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10330
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1055912-1215060569.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.37/0.41	     nbVariables=145  nbDomainTypes=2  minDomainSize=21  maxDomainSize=144  nbTotalValues=20757
0.37/0.41	       =>  wckTime=0.173  cpuTime=0.13  mem=8M862
0.37/0.41	   
0.37/0.41	   predicates being loaded...
0.37/0.48	   
0.37/0.48	   constraints being loaded...
2.74/2.88	     nbConstraints=10331  nbGlobalConstraints=1  nbConvertedConstraints=10330  nbConvertConstraintsChecks=44496
2.74/2.88	     nbExtensionStructures=3  nbSharedExtensionStructures=10327  nbConflictsStructures=3
2.74/2.88	     nbSharedConflictsStructures=10327  nbSharedBinaryRepresentations=338  minDegree=144  maxDegree=145  minArity=2
2.74/2.88	     avgArity=2.01  maxArity=144  nbGenerators=0  nbFusions=0  symmetryWckTime=0.559  symmetryCpuTime=0.34  nbCliques=1
2.74/2.88	       =>  wckTime=2.643  cpuTime=2.09  mem=32M965
2.94/3.04	   
2.94/3.04	   solver IterativeSystematicSolver being built... 
3.04/3.11	   
3.04/3.11	   INFO : Forward propagation technique limited 
3.04/3.18	       =>  wckTime=2.938  cpuTime=2.22  mem=30M902
3.14/3.21	   
3.14/3.21	   preprocessing
3.14/3.21	     nbConstraintChecks=18368  nbPropagations=145  nbRevisions=102  nbUselessRevisions=68  nbRemovedValues=510
3.14/3.21	     detectedInconsistency=no
3.14/3.21	       =>  wckTime=0.029  cpuTime=0.01  mem=30M902
5.12/5.22	   
5.12/5.22	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=31M866)

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-1055912-1215060569/watcher-1055912-1215060569 -o /tmp/evaluation-result-1055912-1215060569/solver-1055912-1215060569 -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-1055912-1215060569.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.00 2.00 2.00 4/74 14507
/proc/meminfo: memFree=1847760/2055920 swapFree=4157200/4192956
[pid=14507] ppid=14505 vsize=18572 CPUtime=0
/proc/14507/stat : 14507 (runsolver) R 14505 14507 13407 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 628980029 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 271894244647 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14507/statm: 4643 292 257 25 0 2626 0

[startup+0.106734 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 14507
/proc/meminfo: memFree=1847760/2055920 swapFree=4157200/4192956
[pid=14507] ppid=14505 vsize=865884 CPUtime=0.08
/proc/14507/stat : 14507 (java) S 14505 14507 13407 0 -1 0 3799 0 1 0 7 1 0 0 18 0 9 0 628980029 886665216 3250 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14507/statm: 216471 3250 1721 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.201745 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 14507
/proc/meminfo: memFree=1847760/2055920 swapFree=4157200/4192956
[pid=14507] ppid=14505 vsize=866048 CPUtime=0.18
/proc/14507/stat : 14507 (java) S 14505 14507 13407 0 -1 0 4736 0 1 0 15 3 0 0 18 0 9 0 628980029 886833152 4163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14507/statm: 216512 4163 1857 9 0 211060 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866048

[startup+0.301754 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 14507
/proc/meminfo: memFree=1847760/2055920 swapFree=4157200/4192956
[pid=14507] ppid=14505 vsize=866196 CPUtime=0.28
/proc/14507/stat : 14507 (java) S 14505 14507 13407 0 -1 0 5624 0 1 0 24 4 0 0 18 0 9 0 628980029 886984704 5038 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14507/statm: 216549 5038 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701793 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 14507
/proc/meminfo: memFree=1847760/2055920 swapFree=4157200/4192956
[pid=14507] ppid=14505 vsize=867688 CPUtime=0.67
/proc/14507/stat : 14507 (java) S 14505 14507 13407 0 -1 0 8173 0 1 0 62 5 0 0 18 0 9 0 628980029 888512512 7533 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14507/statm: 216922 7533 2010 9 0 211428 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867688

[startup+1.50188 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14516
/proc/meminfo: memFree=1803848/2055920 swapFree=4157200/4192956
[pid=14507] ppid=14505 vsize=867692 CPUtime=1.47
/proc/14507/stat : 14507 (java) S 14505 14507 13407 0 -1 0 15385 0 1 0 129 18 0 0 18 0 9 0 628980029 888516608 14742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14507/statm: 216923 14742 2014 9 0 211429 0
[pid=14507/tid=14509] ppid=14505 vsize=867692 CPUtime=1.24
/proc/14507/task/14509/stat : 14509 (java) R 14505 14507 13407 0 -1 64 13967 0 1 0 107 17 0 0 25 0 9 0 628980031 888516608 14742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14510] ppid=14505 vsize=867692 CPUtime=0
/proc/14507/task/14510/stat : 14510 (java) S 14505 14507 13407 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 628980032 888516608 14742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14511] ppid=14505 vsize=867692 CPUtime=0
/proc/14507/task/14511/stat : 14511 (java) S 14505 14507 13407 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 628980033 888516608 14742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14512] ppid=14505 vsize=867692 CPUtime=0
/proc/14507/task/14512/stat : 14512 (java) S 14505 14507 13407 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 628980033 888516608 14742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14513] ppid=14505 vsize=867692 CPUtime=0
/proc/14507/task/14513/stat : 14513 (java) S 14505 14507 13407 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 628980035 888516608 14742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14514] ppid=14505 vsize=867692 CPUtime=0.21
/proc/14507/task/14514/stat : 14514 (java) S 14505 14507 13407 0 -1 64 720 0 0 0 21 0 0 0 16 0 9 0 628980035 888516608 14742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14515] ppid=14505 vsize=867692 CPUtime=0
/proc/14507/task/14515/stat : 14515 (java) S 14505 14507 13407 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 628980035 888516608 14742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14516] ppid=14505 vsize=867692 CPUtime=0
/proc/14507/task/14516/stat : 14516 (java) S 14505 14507 13407 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628980035 888516608 14742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867692

[startup+3.10103 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14516
/proc/meminfo: memFree=1781064/2055920 swapFree=4157200/4192956
[pid=14507] ppid=14505 vsize=868108 CPUtime=3.04
/proc/14507/stat : 14507 (java) S 14505 14507 13407 0 -1 0 29584 743 1 0 231 57 15 1 18 0 9 0 628980029 888942592 21756 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14507/statm: 217027 21756 2635 9 0 211533 0
[pid=14507/tid=14509] ppid=14505 vsize=868108 CPUtime=2.52
/proc/14507/task/14509/stat : 14509 (java) R 14505 14507 13407 0 -1 64 20342 743 1 0 183 53 15 1 25 0 9 0 628980031 888942592 21756 996147200 134512640 134550740 4294955984 18446744073709551615 4125980668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14510] ppid=14505 vsize=868108 CPUtime=0.39
/proc/14507/task/14510/stat : 14510 (java) S 14505 14507 13407 0 -1 64 7479 743 0 0 22 1 15 1 18 0 9 0 628980032 888942592 21756 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14511] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14511/stat : 14511 (java) S 14505 14507 13407 0 -1 64 16 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21756 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14512] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14512/stat : 14512 (java) S 14505 14507 13407 0 -1 64 9 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21756 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14513] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14513/stat : 14513 (java) S 14505 14507 13407 0 -1 64 0 743 0 0 0 0 15 1 18 0 9 0 628980035 888942592 21756 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14514] ppid=14505 vsize=868108 CPUtime=0.41
/proc/14507/task/14514/stat : 14514 (java) S 14505 14507 13407 0 -1 64 925 743 0 0 25 0 15 1 15 0 9 0 628980035 888942592 21756 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14515] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14515/stat : 14515 (java) S 14505 14507 13407 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 628980035 888942592 21756 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14516] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14516/stat : 14516 (java) S 14505 14507 13407 0 -1 64 10 743 0 0 0 0 15 1 15 0 9 0 628980035 888942592 21756 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868108

[startup+6.30234 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14520
/proc/meminfo: memFree=1770256/2055920 swapFree=4157200/4192956
[pid=14507] ppid=14505 vsize=868108 CPUtime=6.21
/proc/14507/stat : 14507 (java) S 14505 14507 13407 0 -1 0 31801 743 1 0 547 58 15 1 18 0 9 0 628980029 888942592 21823 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14507/statm: 217027 21823 2636 9 0 211533 0
[pid=14507/tid=14509] ppid=14505 vsize=868108 CPUtime=5.62
/proc/14507/task/14509/stat : 14509 (java) R 14505 14507 13407 0 -1 64 22482 743 1 0 492 54 15 1 25 0 9 0 628980031 888942592 21823 996147200 134512640 134550740 4294955984 18446744073709551615 4127179440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14510] ppid=14505 vsize=868108 CPUtime=0.39
/proc/14507/task/14510/stat : 14510 (java) S 14505 14507 13407 0 -1 64 7479 743 0 0 22 1 15 1 17 0 9 0 628980032 888942592 21823 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14511] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14511/stat : 14511 (java) S 14505 14507 13407 0 -1 64 16 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21823 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14512] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14512/stat : 14512 (java) S 14505 14507 13407 0 -1 64 9 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21823 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14513] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14513/stat : 14513 (java) S 14505 14507 13407 0 -1 64 0 743 0 0 0 0 15 1 18 0 9 0 628980035 888942592 21823 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14514] ppid=14505 vsize=868108 CPUtime=0.48
/proc/14507/task/14514/stat : 14514 (java) S 14505 14507 13407 0 -1 64 971 743 0 0 32 0 15 1 16 0 9 0 628980035 888942592 21823 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14515] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14515/stat : 14515 (java) S 14505 14507 13407 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 628980035 888942592 21823 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14516] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14516/stat : 14516 (java) S 14505 14507 13407 0 -1 64 41 743 0 0 0 0 15 1 15 0 9 0 628980035 888942592 21823 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868108

[startup+12.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14520
/proc/meminfo: memFree=1770000/2055920 swapFree=4157200/4192956
[pid=14507] ppid=14505 vsize=868108 CPUtime=12.55
/proc/14507/stat : 14507 (java) S 14505 14507 13407 0 -1 0 31856 743 1 0 1181 58 15 1 18 0 9 0 628980029 888942592 21837 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14507/statm: 217027 21837 2636 9 0 211533 0
[pid=14507/tid=14509] ppid=14505 vsize=868108 CPUtime=11.93
/proc/14507/task/14509/stat : 14509 (java) R 14505 14507 13407 0 -1 64 22491 743 1 0 1123 54 15 1 25 0 9 0 628980031 888942592 21837 996147200 134512640 134550740 4294955984 18446744073709551615 4127199123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14510] ppid=14505 vsize=868108 CPUtime=0.39
/proc/14507/task/14510/stat : 14510 (java) S 14505 14507 13407 0 -1 64 7479 743 0 0 22 1 15 1 17 0 9 0 628980032 888942592 21837 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14511] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14511/stat : 14511 (java) S 14505 14507 13407 0 -1 64 16 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21837 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14512] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14512/stat : 14512 (java) S 14505 14507 13407 0 -1 64 9 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21837 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14513] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14513/stat : 14513 (java) S 14505 14507 13407 0 -1 64 0 743 0 0 0 0 15 1 18 0 9 0 628980035 888942592 21837 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14514] ppid=14505 vsize=868108 CPUtime=0.51
/proc/14507/task/14514/stat : 14514 (java) S 14505 14507 13407 0 -1 64 1017 743 0 0 35 0 15 1 15 0 9 0 628980035 888942592 21837 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14515] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14515/stat : 14515 (java) S 14505 14507 13407 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 628980035 888942592 21837 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14516] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14516/stat : 14516 (java) S 14505 14507 13407 0 -1 64 41 743 0 0 0 0 15 1 15 0 9 0 628980035 888942592 21837 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868108

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14520
/proc/meminfo: memFree=1770064/2055920 swapFree=4157200/4192956
[pid=14507] ppid=14505 vsize=868108 CPUtime=25.23
/proc/14507/stat : 14507 (java) S 14505 14507 13407 0 -1 0 31863 743 1 0 2449 58 15 1 18 0 9 0 628980029 888942592 21839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14507/statm: 217027 21839 2636 9 0 211533 0
[pid=14507/tid=14509] ppid=14505 vsize=868108 CPUtime=24.61
/proc/14507/task/14509/stat : 14509 (java) R 14505 14507 13407 0 -1 64 22496 743 1 0 2391 54 15 1 25 0 9 0 628980031 888942592 21839 996147200 134512640 134550740 4294955984 18446744073709551615 4127179317 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14510] ppid=14505 vsize=868108 CPUtime=0.39
/proc/14507/task/14510/stat : 14510 (java) S 14505 14507 13407 0 -1 64 7479 743 0 0 22 1 15 1 16 0 9 0 628980032 888942592 21839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14511] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14511/stat : 14511 (java) S 14505 14507 13407 0 -1 64 16 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14512] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14512/stat : 14512 (java) S 14505 14507 13407 0 -1 64 9 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14513] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14513/stat : 14513 (java) S 14505 14507 13407 0 -1 64 0 743 0 0 0 0 15 1 18 0 9 0 628980035 888942592 21839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14514] ppid=14505 vsize=868108 CPUtime=0.52
/proc/14507/task/14514/stat : 14514 (java) S 14505 14507 13407 0 -1 64 1019 743 0 0 36 0 15 1 16 0 9 0 628980035 888942592 21839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14515] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14515/stat : 14515 (java) S 14505 14507 13407 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 628980035 888942592 21839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14516] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14516/stat : 14516 (java) S 14505 14507 13407 0 -1 64 41 743 0 0 0 0 15 1 15 0 9 0 628980035 888942592 21839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868108

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14520
/proc/meminfo: memFree=1770000/2055920 swapFree=4157200/4192956
[pid=14507] ppid=14505 vsize=868108 CPUtime=50.6
/proc/14507/stat : 14507 (java) S 14505 14507 13407 0 -1 0 31866 743 1 0 4986 58 15 1 18 0 9 0 628980029 888942592 21839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14507/statm: 217027 21839 2636 9 0 211533 0
[pid=14507/tid=14509] ppid=14505 vsize=868108 CPUtime=49.98
/proc/14507/task/14509/stat : 14509 (java) R 14505 14507 13407 0 -1 64 22499 743 1 0 4928 54 15 1 25 0 9 0 628980031 888942592 21839 996147200 134512640 134550740 4294955984 18446744073709551615 4127183816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14510] ppid=14505 vsize=868108 CPUtime=0.39
/proc/14507/task/14510/stat : 14510 (java) S 14505 14507 13407 0 -1 64 7479 743 0 0 22 1 15 1 16 0 9 0 628980032 888942592 21839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14511] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14511/stat : 14511 (java) S 14505 14507 13407 0 -1 64 16 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14512] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14512/stat : 14512 (java) S 14505 14507 13407 0 -1 64 9 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14513] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14513/stat : 14513 (java) S 14505 14507 13407 0 -1 64 0 743 0 0 0 0 15 1 18 0 9 0 628980035 888942592 21839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14514] ppid=14505 vsize=868108 CPUtime=0.52
/proc/14507/task/14514/stat : 14514 (java) S 14505 14507 13407 0 -1 64 1019 743 0 0 36 0 15 1 16 0 9 0 628980035 888942592 21839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14515] ppid=14505 vsize=868108 CPUtime=0.16

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

/proc/14507/task/14512/stat : 14512 (java) S 14505 14507 13407 0 -1 64 9 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14513] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14513/stat : 14513 (java) S 14505 14507 13407 0 -1 64 0 743 0 0 0 0 15 1 18 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14514] ppid=14505 vsize=868108 CPUtime=0.52
/proc/14507/task/14514/stat : 14514 (java) S 14505 14507 13407 0 -1 64 1020 743 0 0 36 0 15 1 16 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14515] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14515/stat : 14515 (java) S 14505 14507 13407 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14516] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14516/stat : 14516 (java) S 14505 14507 13407 0 -1 64 41 743 0 0 0 0 15 1 15 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.93
Current children cumulated vsize (KiB) 868108

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 14569
/proc/meminfo: memFree=1760216/2055920 swapFree=4157200/4192956
[pid=14507] ppid=14505 vsize=868108 CPUtime=1587.36
/proc/14507/stat : 14507 (java) S 14505 14507 13407 0 -1 0 31868 743 1 0 158653 67 15 1 18 0 9 0 628980029 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14507/statm: 217027 21840 2636 9 0 211533 0
[pid=14507/tid=14509] ppid=14505 vsize=868108 CPUtime=1586.72
/proc/14507/task/14509/stat : 14509 (java) R 14505 14507 13407 0 -1 64 22500 743 1 0 158594 62 15 1 25 0 9 0 628980031 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4127208291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14510] ppid=14505 vsize=868108 CPUtime=0.39
/proc/14507/task/14510/stat : 14510 (java) S 14505 14507 13407 0 -1 64 7479 743 0 0 22 1 15 1 16 0 9 0 628980032 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14511] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14511/stat : 14511 (java) S 14505 14507 13407 0 -1 64 16 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14512] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14512/stat : 14512 (java) S 14505 14507 13407 0 -1 64 9 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14513] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14513/stat : 14513 (java) S 14505 14507 13407 0 -1 64 0 743 0 0 0 0 15 1 18 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14514] ppid=14505 vsize=868108 CPUtime=0.52
/proc/14507/task/14514/stat : 14514 (java) S 14505 14507 13407 0 -1 64 1020 743 0 0 36 0 15 1 16 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14515] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14515/stat : 14515 (java) S 14505 14507 13407 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14516] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14516/stat : 14516 (java) S 14505 14507 13407 0 -1 64 41 743 0 0 0 0 15 1 15 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.36
Current children cumulated vsize (KiB) 868108

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 14569
/proc/meminfo: memFree=1760216/2055920 swapFree=4157200/4192956
[pid=14507] ppid=14505 vsize=868108 CPUtime=1646.8
/proc/14507/stat : 14507 (java) S 14505 14507 13407 0 -1 0 31868 743 1 0 164597 67 15 1 18 0 9 0 628980029 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14507/statm: 217027 21840 2636 9 0 211533 0
[pid=14507/tid=14509] ppid=14505 vsize=868108 CPUtime=1646.16
/proc/14507/task/14509/stat : 14509 (java) R 14505 14507 13407 0 -1 64 22500 743 1 0 164537 63 15 1 25 0 9 0 628980031 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4126375736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14510] ppid=14505 vsize=868108 CPUtime=0.39
/proc/14507/task/14510/stat : 14510 (java) S 14505 14507 13407 0 -1 64 7479 743 0 0 22 1 15 1 16 0 9 0 628980032 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14511] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14511/stat : 14511 (java) S 14505 14507 13407 0 -1 64 16 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14512] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14512/stat : 14512 (java) S 14505 14507 13407 0 -1 64 9 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14513] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14513/stat : 14513 (java) S 14505 14507 13407 0 -1 64 0 743 0 0 0 0 15 1 18 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14514] ppid=14505 vsize=868108 CPUtime=0.52
/proc/14507/task/14514/stat : 14514 (java) S 14505 14507 13407 0 -1 64 1020 743 0 0 36 0 15 1 16 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14515] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14515/stat : 14515 (java) S 14505 14507 13407 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14516] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14516/stat : 14516 (java) S 14505 14507 13407 0 -1 64 41 743 0 0 0 0 15 1 15 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.8
Current children cumulated vsize (KiB) 868108

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 14569
/proc/meminfo: memFree=1760152/2055920 swapFree=4157200/4192956
[pid=14507] ppid=14505 vsize=868108 CPUtime=1706.24
/proc/14507/stat : 14507 (java) S 14505 14507 13407 0 -1 0 31869 743 1 0 170540 68 15 1 18 0 9 0 628980029 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14507/statm: 217027 21840 2636 9 0 211533 0
[pid=14507/tid=14509] ppid=14505 vsize=868108 CPUtime=1705.6
/proc/14507/task/14509/stat : 14509 (java) R 14505 14507 13407 0 -1 64 22501 743 1 0 170481 63 15 1 25 0 9 0 628980031 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4126095819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14510] ppid=14505 vsize=868108 CPUtime=0.39
/proc/14507/task/14510/stat : 14510 (java) S 14505 14507 13407 0 -1 64 7479 743 0 0 22 1 15 1 16 0 9 0 628980032 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14511] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14511/stat : 14511 (java) S 14505 14507 13407 0 -1 64 16 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14512] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14512/stat : 14512 (java) S 14505 14507 13407 0 -1 64 9 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14513] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14513/stat : 14513 (java) S 14505 14507 13407 0 -1 64 0 743 0 0 0 0 15 1 18 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14514] ppid=14505 vsize=868108 CPUtime=0.52
/proc/14507/task/14514/stat : 14514 (java) S 14505 14507 13407 0 -1 64 1020 743 0 0 36 0 15 1 16 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14515] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14515/stat : 14515 (java) S 14505 14507 13407 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14516] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14516/stat : 14516 (java) S 14505 14507 13407 0 -1 64 41 743 0 0 0 0 15 1 15 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.24
Current children cumulated vsize (KiB) 868108

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 14569
/proc/meminfo: memFree=1759960/2055920 swapFree=4157200/4192956
[pid=14507] ppid=14505 vsize=868108 CPUtime=1765.68
/proc/14507/stat : 14507 (java) S 14505 14507 13407 0 -1 0 31869 743 1 0 176484 68 15 1 18 0 9 0 628980029 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14507/statm: 217027 21840 2636 9 0 211533 0
[pid=14507/tid=14509] ppid=14505 vsize=868108 CPUtime=1765.03
/proc/14507/task/14509/stat : 14509 (java) R 14505 14507 13407 0 -1 64 22501 743 1 0 176424 63 15 1 25 0 9 0 628980031 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4127185106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14510] ppid=14505 vsize=868108 CPUtime=0.39
/proc/14507/task/14510/stat : 14510 (java) S 14505 14507 13407 0 -1 64 7479 743 0 0 22 1 15 1 16 0 9 0 628980032 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14511] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14511/stat : 14511 (java) S 14505 14507 13407 0 -1 64 16 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14512] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14512/stat : 14512 (java) S 14505 14507 13407 0 -1 64 9 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14513] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14513/stat : 14513 (java) S 14505 14507 13407 0 -1 64 0 743 0 0 0 0 15 1 18 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14514] ppid=14505 vsize=868108 CPUtime=0.52
/proc/14507/task/14514/stat : 14514 (java) S 14505 14507 13407 0 -1 64 1020 743 0 0 36 0 15 1 16 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14515] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14515/stat : 14515 (java) S 14505 14507 13407 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14516] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14516/stat : 14516 (java) S 14505 14507 13407 0 -1 64 41 743 0 0 0 0 15 1 15 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.68
Current children cumulated vsize (KiB) 868108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 14569
/proc/meminfo: memFree=1759832/2055920 swapFree=4157200/4192956
[pid=14507] ppid=14505 vsize=868108 CPUtime=1800.05
/proc/14507/stat : 14507 (java) S 14505 14507 13407 0 -1 0 31869 743 1 0 179921 68 15 1 18 0 9 0 628980029 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14507/statm: 217027 21840 2636 9 0 211533 0
[pid=14507/tid=14509] ppid=14505 vsize=868108 CPUtime=1799.41
/proc/14507/task/14509/stat : 14509 (java) R 14505 14507 13407 0 -1 64 22501 743 1 0 179862 63 15 1 25 0 9 0 628980031 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4127179440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14510] ppid=14505 vsize=868108 CPUtime=0.39
/proc/14507/task/14510/stat : 14510 (java) S 14505 14507 13407 0 -1 64 7479 743 0 0 22 1 15 1 16 0 9 0 628980032 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14511] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14511/stat : 14511 (java) S 14505 14507 13407 0 -1 64 16 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14512] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14512/stat : 14512 (java) S 14505 14507 13407 0 -1 64 9 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14513] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14513/stat : 14513 (java) S 14505 14507 13407 0 -1 64 0 743 0 0 0 0 15 1 18 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14514] ppid=14505 vsize=868108 CPUtime=0.52
/proc/14507/task/14514/stat : 14514 (java) S 14505 14507 13407 0 -1 64 1020 743 0 0 36 0 15 1 16 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14515] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14515/stat : 14515 (java) S 14505 14507 13407 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14516] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14516/stat : 14516 (java) S 14505 14507 13407 0 -1 64 41 743 0 0 0 0 15 1 15 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868108

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

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

[startup+1817 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 14569
/proc/meminfo: memFree=1759832/2055920 swapFree=4157200/4192956
[pid=14507] ppid=14505 vsize=868108 CPUtime=1800.05
/proc/14507/stat : 14507 (java) S 14505 14507 13407 0 -1 0 31869 743 1 0 179921 68 15 1 18 0 9 0 628980029 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14507/statm: 217027 21840 2636 9 0 211533 0
[pid=14507/tid=14509] ppid=14505 vsize=868108 CPUtime=1799.41
/proc/14507/task/14509/stat : 14509 (java) R 14505 14507 13407 0 -1 64 22501 743 1 0 179862 63 15 1 25 0 9 0 628980031 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4127179440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14510] ppid=14505 vsize=868108 CPUtime=0.39
/proc/14507/task/14510/stat : 14510 (java) S 14505 14507 13407 0 -1 64 7479 743 0 0 22 1 15 1 16 0 9 0 628980032 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14511] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14511/stat : 14511 (java) S 14505 14507 13407 0 -1 64 16 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14512] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14512/stat : 14512 (java) S 14505 14507 13407 0 -1 64 9 743 0 0 0 0 15 1 16 0 9 0 628980033 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14513] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14513/stat : 14513 (java) S 14505 14507 13407 0 -1 64 0 743 0 0 0 0 15 1 18 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14514] ppid=14505 vsize=868108 CPUtime=0.52
/proc/14507/task/14514/stat : 14514 (java) S 14505 14507 13407 0 -1 64 1020 743 0 0 36 0 15 1 16 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14515] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14515/stat : 14515 (java) S 14505 14507 13407 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14507/tid=14516] ppid=14505 vsize=868108 CPUtime=0.16
/proc/14507/task/14516/stat : 14516 (java) S 14505 14507 13407 0 -1 64 41 743 0 0 0 0 15 1 15 0 9 0 628980035 888942592 21840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868108

Child status: 143
Real time (s): 1817.06
CPU time (s): 1800.13
CPU user time (s): 1799.41
CPU system time (s): 0.71989
CPU usage (%): 99.0683
Max. virtual memory (cumulated for all children) (KiB): 868252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.71989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32645
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= 38269
involuntary context switches= 102220

runsolver used 1.68074 second user time and 6.59 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-03 06:49:29
IDJOB=1055912
IDBENCH=57389
IDSOLVER=363
FILE ID=node60/1055912-1215060569
PBS_JOBID= 7875196
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-12.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-1055912-1215060569/watcher-1055912-1215060569 -o /tmp/evaluation-result-1055912-1215060569/solver-1055912-1215060569 -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-1055912-1215060569.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2ba2a764a757f9f5d70ed9cb063b7290
RANDOM SEED=1136823105

node60.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.216
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.216
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:       1848240 kB
Buffers:          7492 kB
Cached:         103852 kB
SwapCached:      29552 kB
Active:         133372 kB
Inactive:        21396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848240 kB
SwapTotal:     4192956 kB
SwapFree:      4157200 kB
Dirty:            3280 kB
Writeback:           0 kB
Mapped:          50052 kB
Slab:            38108 kB
Committed_AS:  1071384 kB
PageTables:       1888 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node60 at 2008-07-03 07:19:48