Trace number 1056080

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.1 1809.25

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-9.xml
MD5SUM87a3523ef2aacb9925cbe2e7c09e1eed
Bench Category2-ARY-INT (binary 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 variables82
Number of constraints3262
Maximum constraint arity2
Maximum domain size81
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3262
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.22	
0.18/0.22	   configuration
0.18/0.22	     name=mac.xml
0.27/0.30	   
0.27/0.30	   instance
0.27/0.30	     name=HOME/instance-1056080-1215061252.xml
0.27/0.33	   
0.27/0.33	   domains being loaded...
0.27/0.34	   
0.27/0.34	   variables being loaded...
0.27/0.38	     nbVariables=82  nbDomainTypes=2  minDomainSize=15  maxDomainSize=81  nbTotalValues=6576
0.27/0.38	       =>  wckTime=0.148  cpuTime=0.11  mem=7M886
0.27/0.38	   
0.27/0.38	   predicates being loaded...
0.37/0.44	   
0.37/0.44	   constraints being loaded...
1.34/1.42	     nbConstraints=3263  nbGlobalConstraints=1  nbConvertedConstraints=3262  nbConvertConstraintsChecks=14337
1.34/1.42	     nbExtensionStructures=3  nbSharedExtensionStructures=3259  nbConflictsStructures=3
1.34/1.42	     nbSharedConflictsStructures=3259  nbSharedBinaryRepresentations=180  minDegree=81  maxDegree=82  minArity=2
1.34/1.42	     avgArity=2.02  maxArity=81  nbGenerators=0  nbFusions=0  symmetryWckTime=0.194  symmetryCpuTime=0.12  nbCliques=1
1.34/1.42	       =>  wckTime=1.19  cpuTime=0.9  mem=33M316
1.44/1.51	   
1.44/1.52	   solver IterativeSystematicSolver being built... 
1.44/1.58	   
1.44/1.58	   INFO : Forward propagation technique limited 
1.54/1.64	       =>  wckTime=1.411  cpuTime=1.0  mem=23M463
1.54/1.66	   
1.54/1.66	   preprocessing
1.54/1.66	     nbConstraintChecks=5334  nbPropagations=82  nbRevisions=66  nbUselessRevisions=44  nbRemovedValues=132
1.54/1.66	     detectedInconsistency=no
1.54/1.66	       =>  wckTime=0.02  cpuTime=0.01  mem=23M463
2.23/2.30	   
2.23/2.30	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=24M440)

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-1056080-1215061252/watcher-1056080-1215061252 -o /tmp/evaluation-result-1056080-1215061252/solver-1056080-1215061252 -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-1056080-1215061252.xml 

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


[startup+0 s]
/proc/loadavg: 2.02 2.07 2.06 4/82 15282
/proc/meminfo: memFree=1580872/2055920 swapFree=4180076/4192956
[pid=15282] ppid=15280 vsize=18572 CPUtime=0
/proc/15282/stat : 15282 (runsolver) R 15280 15282 14318 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 239113102 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 269807578407 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15282/statm: 4643 292 257 25 0 2626 0

[startup+0.020767 s]
/proc/loadavg: 2.02 2.07 2.06 4/82 15282
/proc/meminfo: memFree=1580872/2055920 swapFree=4180076/4192956
[pid=15282] ppid=15280 vsize=11200 CPUtime=0.01
/proc/15282/stat : 15282 (java) S 15280 15282 14318 0 -1 0 880 0 1 0 0 1 0 0 18 0 2 0 239113102 11468800 632 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 2800 632 330 9 0 1198 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11200

[startup+0.102712 s]
/proc/loadavg: 2.02 2.07 2.06 4/82 15282
/proc/meminfo: memFree=1580872/2055920 swapFree=4180076/4192956
[pid=15282] ppid=15280 vsize=865884 CPUtime=0.07
/proc/15282/stat : 15282 (java) S 15280 15282 14318 0 -1 0 3743 0 1 0 6 1 0 0 18 0 9 0 239113102 886665216 3202 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 216471 3202 1699 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.301742 s]
/proc/loadavg: 2.02 2.07 2.06 4/82 15282
/proc/meminfo: memFree=1580872/2055920 swapFree=4180076/4192956
[pid=15282] ppid=15280 vsize=866280 CPUtime=0.27
/proc/15282/stat : 15282 (java) S 15280 15282 14318 0 -1 0 5732 0 1 0 24 3 0 0 18 0 9 0 239113102 887070720 5117 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 216570 5117 1943 9 0 211098 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866280

[startup+0.701778 s]
/proc/loadavg: 2.02 2.07 2.06 4/82 15282
/proc/meminfo: memFree=1580872/2055920 swapFree=4180076/4192956
[pid=15282] ppid=15280 vsize=867648 CPUtime=0.67
/proc/15282/stat : 15282 (java) S 15280 15282 14318 0 -1 0 8362 0 1 0 62 5 0 0 18 0 9 0 239113102 888471552 7722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 216912 7722 2010 9 0 211418 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867648

[startup+1.50287 s]
/proc/loadavg: 2.02 2.07 2.06 3/91 15291
/proc/meminfo: memFree=1549056/2055920 swapFree=4180076/4192956
[pid=15282] ppid=15280 vsize=868412 CPUtime=1.44
/proc/15282/stat : 15282 (java) S 15280 15282 14318 0 -1 0 19517 452 1 0 119 22 3 0 18 0 9 0 239113102 889253888 12997 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 217103 12997 2629 9 0 211609 0
[pid=15282/tid=15284] ppid=15280 vsize=868412 CPUtime=1.12
/proc/15282/task/15284/stat : 15284 (java) R 15280 15282 14318 0 -1 64 13750 452 1 0 89 20 3 0 21 0 9 0 239113103 889253888 12997 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15285] ppid=15280 vsize=868412 CPUtime=0.1
/proc/15282/task/15285/stat : 15285 (java) R 15280 15282 14318 0 -1 64 4089 452 0 0 7 0 3 0 16 0 9 0 239113105 889253888 12997 996147200 134512640 134550740 4294955984 18446744073709551615 104182533 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 14318 0 -1 64 10 452 0 0 0 0 3 0 19 0 9 0 239113105 889253888 12997 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15287] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 14318 0 -1 64 3 452 0 0 0 0 3 0 20 0 9 0 239113105 889253888 12997 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15288] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 14318 0 -1 64 0 452 0 0 0 0 3 0 18 0 9 0 239113107 889253888 12997 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15289] ppid=15280 vsize=868412 CPUtime=0.25
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 14318 0 -1 64 845 452 0 0 22 0 3 0 15 0 9 0 239113107 889253888 12997 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15290] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 14318 0 -1 64 2 452 0 0 0 0 3 0 19 0 9 0 239113107 889253888 12997 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15291] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 14318 0 -1 64 8 452 0 0 0 0 3 0 15 0 9 0 239113107 889253888 12997 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 868412

[startup+3.10204 s]
/proc/loadavg: 2.02 2.07 2.06 3/91 15295
/proc/meminfo: memFree=1534528/2055920 swapFree=4180076/4192956
[pid=15282] ppid=15280 vsize=868412 CPUtime=3.03
/proc/15282/stat : 15282 (java) S 15280 15282 14318 0 -1 0 22877 452 1 0 277 23 3 0 18 0 9 0 239113102 889253888 14062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 217103 14062 2632 9 0 211609 0
[pid=15282/tid=15284] ppid=15280 vsize=868412 CPUtime=2.6
/proc/15282/task/15284/stat : 15284 (java) R 15280 15282 14318 0 -1 64 16045 452 1 0 237 20 3 0 25 0 9 0 239113103 889253888 14062 996147200 134512640 134550740 4294955984 18446744073709551615 4127157287 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15285] ppid=15280 vsize=868412 CPUtime=0.11
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 14318 0 -1 64 5041 452 0 0 8 0 3 0 17 0 9 0 239113105 889253888 14062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 14318 0 -1 64 16 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15287] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 14318 0 -1 64 10 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15288] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 14318 0 -1 64 0 452 0 0 0 0 3 0 18 0 9 0 239113107 889253888 14062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15289] ppid=15280 vsize=868412 CPUtime=0.34
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 14318 0 -1 64 945 452 0 0 31 0 3 0 16 0 9 0 239113107 889253888 14062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15290] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 14318 0 -1 64 2 452 0 0 0 0 3 0 19 0 9 0 239113107 889253888 14062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15291] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 14318 0 -1 64 8 452 0 0 0 0 3 0 15 0 9 0 239113107 889253888 14062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 868412

[startup+6.30138 s]
/proc/loadavg: 2.02 2.07 2.06 3/91 15295
/proc/meminfo: memFree=1534272/2055920 swapFree=4180076/4192956
[pid=15282] ppid=15280 vsize=868412 CPUtime=6.2
/proc/15282/stat : 15282 (java) S 15280 15282 14318 0 -1 0 22932 452 1 0 594 23 3 0 18 0 9 0 239113102 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 217103 14080 2632 9 0 211609 0
[pid=15282/tid=15284] ppid=15280 vsize=868412 CPUtime=5.74
/proc/15282/task/15284/stat : 15284 (java) R 15280 15282 14318 0 -1 64 16046 452 1 0 551 20 3 0 25 0 9 0 239113103 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4127160923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15285] ppid=15280 vsize=868412 CPUtime=0.11
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 14318 0 -1 64 5041 452 0 0 8 0 3 0 17 0 9 0 239113105 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 14318 0 -1 64 16 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15287] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 14318 0 -1 64 10 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15288] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 14318 0 -1 64 0 452 0 0 0 0 3 0 18 0 9 0 239113107 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15289] ppid=15280 vsize=868412 CPUtime=0.36
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 14318 0 -1 64 966 452 0 0 33 0 3 0 16 0 9 0 239113107 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15290] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 14318 0 -1 64 2 452 0 0 0 0 3 0 19 0 9 0 239113107 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15291] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 14318 0 -1 64 41 452 0 0 0 0 3 0 15 0 9 0 239113107 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 868412

[startup+12.7011 s]
/proc/loadavg: 2.02 2.07 2.06 3/91 15301
/proc/meminfo: memFree=1534080/2055920 swapFree=4180076/4192956
[pid=15282] ppid=15280 vsize=868412 CPUtime=12.53
/proc/15282/stat : 15282 (java) S 15280 15282 14318 0 -1 0 22933 452 1 0 1227 23 3 0 18 0 9 0 239113102 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 217103 14080 2632 9 0 211609 0
[pid=15282/tid=15284] ppid=15280 vsize=868412 CPUtime=12.08
/proc/15282/task/15284/stat : 15284 (java) R 15280 15282 14318 0 -1 64 16046 452 1 0 1185 20 3 0 25 0 9 0 239113103 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4127143824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15285] ppid=15280 vsize=868412 CPUtime=0.11
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 14318 0 -1 64 5041 452 0 0 8 0 3 0 16 0 9 0 239113105 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 14318 0 -1 64 16 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15287] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 14318 0 -1 64 10 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15288] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 14318 0 -1 64 0 452 0 0 0 0 3 0 18 0 9 0 239113107 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15289] ppid=15280 vsize=868412 CPUtime=0.36
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 14318 0 -1 64 967 452 0 0 33 0 3 0 16 0 9 0 239113107 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15290] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 14318 0 -1 64 2 452 0 0 0 0 3 0 19 0 9 0 239113107 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15291] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 14318 0 -1 64 41 452 0 0 0 0 3 0 15 0 9 0 239113107 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 868412

[startup+25.5024 s]
/proc/loadavg: 2.01 2.07 2.06 3/91 15301
/proc/meminfo: memFree=1534208/2055920 swapFree=4180076/4192956
[pid=15282] ppid=15280 vsize=868412 CPUtime=25.21
/proc/15282/stat : 15282 (java) S 15280 15282 14318 0 -1 0 22933 452 1 0 2495 23 3 0 18 0 9 0 239113102 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 217103 14080 2632 9 0 211609 0
[pid=15282/tid=15284] ppid=15280 vsize=868412 CPUtime=24.75
/proc/15282/task/15284/stat : 15284 (java) R 15280 15282 14318 0 -1 64 16046 452 1 0 2452 20 3 0 25 0 9 0 239113103 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4127153662 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15285] ppid=15280 vsize=868412 CPUtime=0.11
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 14318 0 -1 64 5041 452 0 0 8 0 3 0 16 0 9 0 239113105 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 14318 0 -1 64 16 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15287] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 14318 0 -1 64 10 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15288] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 14318 0 -1 64 0 452 0 0 0 0 3 0 18 0 9 0 239113107 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15289] ppid=15280 vsize=868412 CPUtime=0.36
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 14318 0 -1 64 967 452 0 0 33 0 3 0 16 0 9 0 239113107 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15290] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 14318 0 -1 64 2 452 0 0 0 0 3 0 19 0 9 0 239113107 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15291] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 14318 0 -1 64 41 452 0 0 0 0 3 0 15 0 9 0 239113107 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 868412

[startup+51.1022 s]
/proc/loadavg: 2.01 2.06 2.05 3/91 15301
/proc/meminfo: memFree=1534208/2055920 swapFree=4180076/4192956
[pid=15282] ppid=15280 vsize=868412 CPUtime=50.56
/proc/15282/stat : 15282 (java) S 15280 15282 14318 0 -1 0 22933 452 1 0 5030 23 3 0 18 0 9 0 239113102 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 217103 14080 2632 9 0 211609 0
[pid=15282/tid=15284] ppid=15280 vsize=868412 CPUtime=50.11
/proc/15282/task/15284/stat : 15284 (java) R 15280 15282 14318 0 -1 64 16046 452 1 0 4988 20 3 0 25 0 9 0 239113103 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4127159890 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15285] ppid=15280 vsize=868412 CPUtime=0.11
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 14318 0 -1 64 5041 452 0 0 8 0 3 0 16 0 9 0 239113105 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 14318 0 -1 64 16 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15287] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 14318 0 -1 64 10 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15288] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 14318 0 -1 64 0 452 0 0 0 0 3 0 18 0 9 0 239113107 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15289] ppid=15280 vsize=868412 CPUtime=0.36
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 14318 0 -1 64 967 452 0 0 33 0 3 0 16 0 9 0 239113107 889253888 14080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15290] ppid=15280 vsize=868412 CPUtime=0.03

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

/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 14318 0 -1 64 10 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15288] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 14318 0 -1 64 0 452 0 0 0 0 3 0 18 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15289] ppid=15280 vsize=868412 CPUtime=0.36
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 14318 0 -1 64 968 452 0 0 33 0 3 0 17 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15282/tid=15290] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 14318 0 -1 64 2 452 0 0 0 0 3 0 19 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15291] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 14318 0 -1 64 41 452 0 0 0 0 3 0 15 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.44
Current children cumulated vsize (KiB) 868412

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15331
/proc/meminfo: memFree=1435280/2055920 swapFree=4180076/4192956
[pid=15282] ppid=15280 vsize=868412 CPUtime=1534.2
/proc/15282/stat : 15282 (java) S 15280 15282 14318 0 -1 0 22936 452 1 0 153390 27 3 0 18 0 9 0 239113102 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 217103 14081 2632 9 0 211609 0
[pid=15282/tid=15284] ppid=15280 vsize=868412 CPUtime=1533.74
/proc/15282/task/15284/stat : 15284 (java) R 15280 15282 14318 0 -1 64 16048 452 1 0 153347 24 3 0 25 0 9 0 239113103 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4127196464 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15282/tid=15285] ppid=15280 vsize=868412 CPUtime=0.11
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 14318 0 -1 64 5041 452 0 0 8 0 3 0 16 0 9 0 239113105 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 14318 0 -1 64 16 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15287] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 14318 0 -1 64 10 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15288] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 14318 0 -1 64 0 452 0 0 0 0 3 0 18 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15289] ppid=15280 vsize=868412 CPUtime=0.36
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 14318 0 -1 64 968 452 0 0 33 0 3 0 17 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15282/tid=15290] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 14318 0 -1 64 2 452 0 0 0 0 3 0 19 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15291] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 14318 0 -1 64 41 452 0 0 0 0 3 0 15 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.2
Current children cumulated vsize (KiB) 868412

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15331
/proc/meminfo: memFree=1435024/2055920 swapFree=4180076/4192956
[pid=15282] ppid=15280 vsize=868412 CPUtime=1593.96
/proc/15282/stat : 15282 (java) S 15280 15282 14318 0 -1 0 22936 452 1 0 159366 27 3 0 18 0 9 0 239113102 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 217103 14081 2632 9 0 211609 0
[pid=15282/tid=15284] ppid=15280 vsize=868412 CPUtime=1593.5
/proc/15282/task/15284/stat : 15284 (java) R 15280 15282 14318 0 -1 64 16048 452 1 0 159323 24 3 0 25 0 9 0 239113103 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4127157320 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15282/tid=15285] ppid=15280 vsize=868412 CPUtime=0.11
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 14318 0 -1 64 5041 452 0 0 8 0 3 0 16 0 9 0 239113105 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 14318 0 -1 64 16 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15287] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 14318 0 -1 64 10 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15288] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 14318 0 -1 64 0 452 0 0 0 0 3 0 18 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15289] ppid=15280 vsize=868412 CPUtime=0.36
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 14318 0 -1 64 968 452 0 0 33 0 3 0 17 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15282/tid=15290] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 14318 0 -1 64 2 452 0 0 0 0 3 0 19 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15291] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 14318 0 -1 64 41 452 0 0 0 0 3 0 15 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.96
Current children cumulated vsize (KiB) 868412

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15331
/proc/meminfo: memFree=1435024/2055920 swapFree=4180076/4192956
[pid=15282] ppid=15280 vsize=868412 CPUtime=1653.72
/proc/15282/stat : 15282 (java) S 15280 15282 14318 0 -1 0 22936 452 1 0 165342 27 3 0 18 0 9 0 239113102 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 217103 14081 2632 9 0 211609 0
[pid=15282/tid=15284] ppid=15280 vsize=868412 CPUtime=1653.26
/proc/15282/task/15284/stat : 15284 (java) R 15280 15282 14318 0 -1 64 16048 452 1 0 165299 24 3 0 25 0 9 0 239113103 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4125952166 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15282/tid=15285] ppid=15280 vsize=868412 CPUtime=0.11
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 14318 0 -1 64 5041 452 0 0 8 0 3 0 16 0 9 0 239113105 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 14318 0 -1 64 16 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15287] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 14318 0 -1 64 10 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15288] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 14318 0 -1 64 0 452 0 0 0 0 3 0 18 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15289] ppid=15280 vsize=868412 CPUtime=0.36
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 14318 0 -1 64 968 452 0 0 33 0 3 0 16 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15282/tid=15290] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 14318 0 -1 64 2 452 0 0 0 0 3 0 19 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15291] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 14318 0 -1 64 41 452 0 0 0 0 3 0 15 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.72
Current children cumulated vsize (KiB) 868412

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15331
/proc/meminfo: memFree=1434960/2055920 swapFree=4180076/4192956
[pid=15282] ppid=15280 vsize=868412 CPUtime=1713.47
/proc/15282/stat : 15282 (java) S 15280 15282 14318 0 -1 0 22936 452 1 0 171317 27 3 0 18 0 9 0 239113102 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 217103 14081 2632 9 0 211609 0
[pid=15282/tid=15284] ppid=15280 vsize=868412 CPUtime=1713.02
/proc/15282/task/15284/stat : 15284 (java) R 15280 15282 14318 0 -1 64 16048 452 1 0 171275 24 3 0 25 0 9 0 239113103 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4127151026 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15282/tid=15285] ppid=15280 vsize=868412 CPUtime=0.11
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 14318 0 -1 64 5041 452 0 0 8 0 3 0 16 0 9 0 239113105 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 14318 0 -1 64 16 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15287] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 14318 0 -1 64 10 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15288] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 14318 0 -1 64 0 452 0 0 0 0 3 0 18 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15289] ppid=15280 vsize=868412 CPUtime=0.36
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 14318 0 -1 64 968 452 0 0 33 0 3 0 16 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15282/tid=15290] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 14318 0 -1 64 2 452 0 0 0 0 3 0 19 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15291] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 14318 0 -1 64 41 452 0 0 0 0 3 0 15 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.47
Current children cumulated vsize (KiB) 868412

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15331
/proc/meminfo: memFree=1434832/2055920 swapFree=4180076/4192956
[pid=15282] ppid=15280 vsize=868412 CPUtime=1773.23
/proc/15282/stat : 15282 (java) S 15280 15282 14318 0 -1 0 22936 452 1 0 177293 27 3 0 18 0 9 0 239113102 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 217103 14081 2632 9 0 211609 0
[pid=15282/tid=15284] ppid=15280 vsize=868412 CPUtime=1772.78
/proc/15282/task/15284/stat : 15284 (java) R 15280 15282 14318 0 -1 64 16048 452 1 0 177251 24 3 0 25 0 9 0 239113103 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4127152857 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15282/tid=15285] ppid=15280 vsize=868412 CPUtime=0.11
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 14318 0 -1 64 5041 452 0 0 8 0 3 0 16 0 9 0 239113105 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 14318 0 -1 64 16 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15287] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 14318 0 -1 64 10 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15288] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 14318 0 -1 64 0 452 0 0 0 0 3 0 18 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15289] ppid=15280 vsize=868412 CPUtime=0.36
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 14318 0 -1 64 968 452 0 0 33 0 3 0 16 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15282/tid=15290] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 14318 0 -1 64 2 452 0 0 0 0 3 0 19 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15291] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 14318 0 -1 64 41 452 0 0 0 0 3 0 15 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.23
Current children cumulated vsize (KiB) 868412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15331
/proc/meminfo: memFree=1434832/2055920 swapFree=4180076/4192956
[pid=15282] ppid=15280 vsize=868412 CPUtime=1800.02
/proc/15282/stat : 15282 (java) S 15280 15282 14318 0 -1 0 22936 452 1 0 179972 27 3 0 18 0 9 0 239113102 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 217103 14081 2632 9 0 211609 0
[pid=15282/tid=15284] ppid=15280 vsize=868412 CPUtime=1799.57
/proc/15282/task/15284/stat : 15284 (java) R 15280 15282 14318 0 -1 64 16048 452 1 0 179930 24 3 0 25 0 9 0 239113103 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4127197993 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15282/tid=15285] ppid=15280 vsize=868412 CPUtime=0.11
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 14318 0 -1 64 5041 452 0 0 8 0 3 0 16 0 9 0 239113105 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 14318 0 -1 64 16 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15287] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 14318 0 -1 64 10 452 0 0 0 0 3 0 16 0 9 0 239113105 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15288] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 14318 0 -1 64 0 452 0 0 0 0 3 0 18 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15289] ppid=15280 vsize=868412 CPUtime=0.36
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 14318 0 -1 64 968 452 0 0 33 0 3 0 16 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15282/tid=15290] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 14318 0 -1 64 2 452 0 0 0 0 3 0 19 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15282/tid=15291] ppid=15280 vsize=868412 CPUtime=0.03
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 14318 0 -1 64 41 452 0 0 0 0 3 0 15 0 9 0 239113107 889253888 14081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868412

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

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

Child status: 143
Real time (s): 1809.25
CPU time (s): 1800.1
CPU user time (s): 1799.81
CPU system time (s): 0.291955
CPU usage (%): 99.4941
Max. virtual memory (cumulated for all children) (KiB): 868412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.291955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23418
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= 38076
involuntary context switches= 62506

runsolver used 2.45063 second user time and 5.11822 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-03 07:00:52
IDJOB=1056080
IDBENCH=57397
IDSOLVER=363
FILE ID=node81/1056080-1215061252
PBS_JOBID= 7875186
Free space on /tmp= 126852 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 87a3523ef2aacb9925cbe2e7c09e1eed
RANDOM SEED=1647294313

node81.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.236
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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1581352 kB
Buffers:         27596 kB
Cached:         129716 kB
SwapCached:       5616 kB
Active:         346212 kB
Inactive:        66572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1581352 kB
SwapTotal:     4192956 kB
SwapFree:      4180076 kB
Dirty:            2440 kB
Writeback:           0 kB
Mapped:         272756 kB
Slab:            46572 kB
Committed_AS:   891296 kB
PageTables:       2156 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126808 MiB
End job on node81 at 2008-07-03 07:31:03