Trace number 1056165

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 ESAC? (TO) 1800.17 1811.15

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-500.xml
MD5SUM2f41b36922ebee8c6bbe2e06a2cfd3a7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark47.4628
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints124750
Maximum constraint arity2
Maximum domain size500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension124750
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.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.18/0.30	   
0.18/0.30	   instance
0.18/0.30	     name=HOME/instance-1056165-1215478659.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.37/0.47	     nbVariables=500  nbDomainTypes=1  minDomainSize=500  maxDomainSize=500  nbTotalValues=250000
0.37/0.47	       =>  wckTime=0.207  cpuTime=0.15  mem=14M755
0.37/0.47	   
0.37/0.47	   predicates being loaded...
0.47/0.53	   
0.47/0.53	   constraints being loaded...
21.69/21.98	   
21.69/21.98	   INFO : Stopping converting binary constraints (cpu=20.1, mem = 95M119)
62.90/63.51	     nbConstraints=124752  nbGlobalConstraints=2  nbConvertedConstraints=159  nbConvertConstraintsChecks=39750000
62.90/63.51	     nbExtensionStructures=159  nbSharedExtensionStructures=0  nbConflictsStructures=159  nbSharedConflictsStructures=0
62.90/63.51	     nbUnbuiltConflictsStructures=500  nbSharedBinaryRepresentations=79500  nbEvaluationManagers=500
62.90/63.51	     nbSharedEvaluationManagers=124091  minDegree=501  maxDegree=501  minArity=2  avgArity=2.01  maxArity=500
62.90/63.51	     nbGenerators=1  nbFusions=1  symmetryWckTime=29.86  symmetryCpuTime=24.84  nbCliques=1
62.90/63.51	       =>  wckTime=63.253  cpuTime=54.76  mem=221M344
64.19/64.81	   
64.19/64.81	   solver IterativeSystematicSolver being built... 
66.86/67.51	   
66.86/67.51	   INFO : Forward propagation technique limited 
66.86/67.51	   
66.86/67.51	   INFO : Not creating residues for RM6
68.75/69.48	       =>  wckTime=69.216  cpuTime=56.27  mem=692M259
132.49/133.76	   
132.49/133.76	   preprocessing
132.49/133.76	     nbConstraintChecks=124843004  nbValidityChecks=419181  nbPropagations=501  nbRevisions=249521
132.49/133.76	     nbUselessRevisions=249519  nbRemovedValues=2  detectedInconsistency=no
132.49/133.76	       =>  wckTime=64.28  cpuTime=63.7  mem=692M259

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-1056165-1215478659/watcher-1056165-1215478659 -o /tmp/evaluation-result-1056165-1215478659/solver-1056165-1215478659 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1056165-1215478659.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.02 2.00 4/72 5325
/proc/meminfo: memFree=1908904/2055920 swapFree=4192812/4192956
[pid=5325] ppid=5323 vsize=18572 CPUtime=0
/proc/5325/stat : 5325 (runsolver) R 5323 5325 2689 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 4568100 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 221236489511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/5325/statm: 4643 292 257 25 0 2626 0

[startup+0.00961507 s]
/proc/loadavg: 2.02 2.02 2.00 4/72 5325
/proc/meminfo: memFree=1908904/2055920 swapFree=4192812/4192956
[pid=5325] ppid=5323 vsize=1612 CPUtime=0
/proc/5325/stat : 5325 (java) D 5323 5325 2689 0 -1 0 147 0 0 0 0 0 0 0 18 0 1 0 4568100 1650688 120 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/5325/statm: 403 125 100 9 0 45 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1612

[startup+0.101985 s]
/proc/loadavg: 2.02 2.02 2.00 4/72 5325
/proc/meminfo: memFree=1908904/2055920 swapFree=4192812/4192956
[pid=5325] ppid=5323 vsize=865884 CPUtime=0.08
/proc/5325/stat : 5325 (java) S 5323 5325 2689 0 -1 0 3684 0 1 0 6 2 0 0 18 0 9 0 4568100 886665216 3159 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5325/statm: 216471 3159 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302022 s]
/proc/loadavg: 2.02 2.02 2.00 4/72 5325
/proc/meminfo: memFree=1908904/2055920 swapFree=4192812/4192956
[pid=5325] ppid=5323 vsize=866284 CPUtime=0.28
/proc/5325/stat : 5325 (java) S 5323 5325 2689 0 -1 0 5781 0 1 0 24 4 0 0 18 0 9 0 4568100 887074816 5155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5325/statm: 216571 5155 1951 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701103 s]
/proc/loadavg: 2.02 2.02 2.00 4/72 5325
/proc/meminfo: memFree=1908904/2055920 swapFree=4192812/4192956
[pid=5325] ppid=5323 vsize=867680 CPUtime=0.67
/proc/5325/stat : 5325 (java) S 5323 5325 2689 0 -1 0 9837 0 1 0 61 6 0 0 18 0 9 0 4568100 888504320 9197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5325/statm: 216920 9197 2011 9 0 211426 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867680

[startup+1.50226 s]
/proc/loadavg: 2.02 2.02 2.00 3/81 5334
/proc/meminfo: memFree=1861720/2055920 swapFree=4192812/4192956
[pid=5325] ppid=5323 vsize=867592 CPUtime=1.47
/proc/5325/stat : 5325 (java) S 5323 5325 2689 0 -1 0 19648 0 1 0 136 11 0 0 18 0 9 0 4568100 888414208 18983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5325/statm: 216898 18983 2004 9 0 211426 0
[pid=5325/tid=5327] ppid=5323 vsize=867592 CPUtime=1.2
/proc/5325/task/5327/stat : 5327 (java) R 5323 5325 2689 0 -1 64 15751 0 1 0 111 9 0 0 25 0 9 0 4568102 888414208 18983 996147200 134512640 134550740 4294955968 18446744073709551615 4126750744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5328] ppid=5323 vsize=867592 CPUtime=0.06
/proc/5325/task/5328/stat : 5328 (java) S 5323 5325 2689 0 -1 64 2539 0 0 0 6 0 0 0 16 0 9 0 4568103 888414208 18983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5329] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5329/stat : 5329 (java) S 5323 5325 2689 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4568104 888414208 18983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5330] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5330/stat : 5330 (java) S 5323 5325 2689 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4568104 888414208 18983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5331] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5331/stat : 5331 (java) S 5323 5325 2689 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4568106 888414208 18983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5332] ppid=5323 vsize=867592 CPUtime=0.17
/proc/5325/task/5332/stat : 5332 (java) S 5323 5325 2689 0 -1 64 661 0 0 0 17 0 0 0 16 0 9 0 4568106 888414208 18983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5333] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5333/stat : 5333 (java) S 5323 5325 2689 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4568106 888414208 18983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5334] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5334/stat : 5334 (java) S 5323 5325 2689 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4568106 888414208 18983 996147200 134512640 134550740 4294955968 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) 867592

[startup+3.10157 s]
/proc/loadavg: 2.02 2.02 2.00 3/81 5334
/proc/meminfo: memFree=1827864/2055920 swapFree=4192812/4192956
[pid=5325] ppid=5323 vsize=867592 CPUtime=3.05
/proc/5325/stat : 5325 (java) S 5323 5325 2689 0 -1 0 24451 0 1 0 292 13 0 0 18 0 9 0 4568100 888414208 23784 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5325/statm: 216898 23784 2004 9 0 211426 0
[pid=5325/tid=5327] ppid=5323 vsize=867592 CPUtime=2.56
/proc/5325/task/5327/stat : 5327 (java) R 5323 5325 2689 0 -1 64 15754 0 1 0 247 9 0 0 25 0 9 0 4568102 888414208 23784 996147200 134512640 134550740 4294955968 18446744073709551615 102887968 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5328] ppid=5323 vsize=867592 CPUtime=0.28
/proc/5325/task/5328/stat : 5328 (java) S 5323 5325 2689 0 -1 64 7338 0 0 0 26 2 0 0 17 0 9 0 4568103 888414208 23784 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5329] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5329/stat : 5329 (java) S 5323 5325 2689 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4568104 888414208 23784 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5330] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5330/stat : 5330 (java) S 5323 5325 2689 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4568104 888414208 23784 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5331] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5331/stat : 5331 (java) S 5323 5325 2689 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4568106 888414208 23784 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5332] ppid=5323 vsize=867592 CPUtime=0.17
/proc/5325/task/5332/stat : 5332 (java) S 5323 5325 2689 0 -1 64 662 0 0 0 17 0 0 0 17 0 9 0 4568106 888414208 23784 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5333] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5333/stat : 5333 (java) S 5323 5325 2689 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4568106 888414208 23784 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5334] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5334/stat : 5334 (java) S 5323 5325 2689 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4568106 888414208 23784 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867592

[startup+6.3022 s]
/proc/loadavg: 2.09 2.04 2.01 3/81 5334
/proc/meminfo: memFree=1800288/2055920 swapFree=4192812/4192956
[pid=5325] ppid=5323 vsize=867592 CPUtime=6.23
/proc/5325/stat : 5325 (java) S 5323 5325 2689 0 -1 0 31295 0 1 0 606 17 0 0 18 0 9 0 4568100 888414208 30623 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5325/statm: 216898 30623 2004 9 0 211426 0
[pid=5325/tid=5327] ppid=5323 vsize=867592 CPUtime=5.26
/proc/5325/task/5327/stat : 5327 (java) R 5323 5325 2689 0 -1 64 15759 0 1 0 515 11 0 0 25 0 9 0 4568102 888414208 30623 996147200 134512640 134550740 4294955968 18446744073709551615 4126435886 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5328] ppid=5323 vsize=867592 CPUtime=0.76
/proc/5325/task/5328/stat : 5328 (java) S 5323 5325 2689 0 -1 64 14175 0 0 0 72 4 0 0 17 0 9 0 4568103 888414208 30623 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5329] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5329/stat : 5329 (java) S 5323 5325 2689 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4568104 888414208 30623 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5330] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5330/stat : 5330 (java) S 5323 5325 2689 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4568104 888414208 30623 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5331] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5331/stat : 5331 (java) S 5323 5325 2689 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4568106 888414208 30623 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5332] ppid=5323 vsize=867592 CPUtime=0.17
/proc/5325/task/5332/stat : 5332 (java) S 5323 5325 2689 0 -1 64 664 0 0 0 17 0 0 0 16 0 9 0 4568106 888414208 30623 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5333] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5333/stat : 5333 (java) S 5323 5325 2689 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4568106 888414208 30623 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5334] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5334/stat : 5334 (java) S 5323 5325 2689 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4568106 888414208 30623 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867592

[startup+12.7014 s]
/proc/loadavg: 2.09 2.04 2.00 3/81 5334
/proc/meminfo: memFree=1772128/2055920 swapFree=4192812/4192956
[pid=5325] ppid=5323 vsize=867592 CPUtime=12.57
/proc/5325/stat : 5325 (java) S 5323 5325 2689 0 -1 0 36656 0 1 0 1237 20 0 0 18 0 9 0 4568100 888414208 35977 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5325/statm: 216898 35977 2006 9 0 211426 0
[pid=5325/tid=5327] ppid=5323 vsize=867592 CPUtime=11.21
/proc/5325/task/5327/stat : 5327 (java) R 5323 5325 2689 0 -1 64 15792 0 1 0 1109 12 0 0 25 0 9 0 4568102 888414208 35977 996147200 134512640 134550740 4294955968 18446744073709551615 4126922649 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5328] ppid=5323 vsize=867592 CPUtime=1.12
/proc/5325/task/5328/stat : 5328 (java) S 5323 5325 2689 0 -1 64 19486 0 0 0 106 6 0 0 17 0 9 0 4568103 888414208 35977 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5329] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5329/stat : 5329 (java) S 5323 5325 2689 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4568104 888414208 35977 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5330] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5330/stat : 5330 (java) S 5323 5325 2689 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4568104 888414208 35977 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5331] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5331/stat : 5331 (java) S 5323 5325 2689 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4568106 888414208 35977 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5332] ppid=5323 vsize=867592 CPUtime=0.2
/proc/5325/task/5332/stat : 5332 (java) S 5323 5325 2689 0 -1 64 681 0 0 0 20 0 0 0 15 0 9 0 4568106 888414208 35977 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5333] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5333/stat : 5333 (java) S 5323 5325 2689 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4568106 888414208 35977 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5334] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5334/stat : 5334 (java) S 5323 5325 2689 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4568106 888414208 35977 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867592

[startup+25.5029 s]
/proc/loadavg: 2.07 2.04 2.00 3/81 5334
/proc/meminfo: memFree=1735072/2055920 swapFree=4192812/4192956
[pid=5325] ppid=5323 vsize=867592 CPUtime=25.27
/proc/5325/stat : 5325 (java) S 5323 5325 2689 0 -1 0 47278 0 1 0 2502 25 0 0 18 0 9 0 4568100 888414208 46589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5325/statm: 216898 46589 2007 9 0 211426 0
[pid=5325/tid=5327] ppid=5323 vsize=867592 CPUtime=23.15
/proc/5325/task/5327/stat : 5327 (java) R 5323 5325 2689 0 -1 64 15803 0 1 0 2303 12 0 0 25 0 9 0 4568102 888414208 46589 996147200 134512640 134550740 4294955968 18446744073709551615 4126477848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5328] ppid=5323 vsize=867592 CPUtime=1.81
/proc/5325/task/5328/stat : 5328 (java) S 5323 5325 2689 0 -1 64 30054 0 0 0 171 10 0 0 16 0 9 0 4568103 888414208 46589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5329] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5329/stat : 5329 (java) S 5323 5325 2689 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4568104 888414208 46589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5330] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5330/stat : 5330 (java) S 5323 5325 2689 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4568104 888414208 46589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5331] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5331/stat : 5331 (java) S 5323 5325 2689 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4568106 888414208 46589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5332] ppid=5323 vsize=867592 CPUtime=0.27
/proc/5325/task/5332/stat : 5332 (java) S 5323 5325 2689 0 -1 64 724 0 0 0 27 0 0 0 16 0 9 0 4568106 888414208 46589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5333] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5333/stat : 5333 (java) S 5323 5325 2689 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4568106 888414208 46589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5334] ppid=5323 vsize=867592 CPUtime=0
/proc/5325/task/5334/stat : 5334 (java) S 5323 5325 2689 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4568106 888414208 46589 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 867592

[startup+51.1029 s]
/proc/loadavg: 2.17 2.06 2.01 3/81 5338
/proc/meminfo: memFree=1632720/2055920 swapFree=4192812/4192956
[pid=5325] ppid=5323 vsize=868240 CPUtime=50.61
/proc/5325/stat : 5325 (java) S 5323 5325 2689 0 -1 0 86205 7454 1 0 4582 46 424 9 18 0 9 0 4568100 889077760 70699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5325/statm: 217060 70699 2018 9 0 211588 0
[pid=5325/tid=5327] ppid=5323 vsize=868240 CPUtime=47
/proc/5325/task/5327/stat : 5327 (java) R 5323 5325 2689 0 -1 64 30190 7454 1 0 4247 20 424 9 25 0 9 0 4568102 889077760 70699 996147200 134512640 134550740 4294955968 18446744073709551615 4126901462 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5328] ppid=5323 vsize=868240 CPUtime=7.58
/proc/5325/task/5328/stat : 5328 (java) S 5323 5325 2689 0 -1 64 54147 7454 0 0 303 22 424 9 16 0 9 0 4568103 889077760 70699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5329] ppid=5323 vsize=868240 CPUtime=4.33
/proc/5325/task/5329/stat : 5329 (java) S 5323 5325 2689 0 -1 64 13 7454 0 0 0 0 424 9 16 0 9 0 4568104 889077760 70699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5330] ppid=5323 vsize=868240 CPUtime=4.33
/proc/5325/task/5330/stat : 5330 (java) S 5323 5325 2689 0 -1 64 5 7454 0 0 0 0 424 9 16 0 9 0 4568104 889077760 70699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5331] ppid=5323 vsize=868240 CPUtime=4.33
/proc/5325/task/5331/stat : 5331 (java) S 5323 5325 2689 0 -1 64 1 7454 0 0 0 0 424 9 18 0 9 0 4568106 889077760 70699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5332] ppid=5323 vsize=868240 CPUtime=4.65
/proc/5325/task/5332/stat : 5332 (java) S 5323 5325 2689 0 -1 64 1009 7454 0 0 31 1 424 9 16 0 9 0 4568106 889077760 70699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5333] ppid=5323 vsize=868240 CPUtime=4.33

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

Current children cumulated CPU time (s) 1471.45
Current children cumulated vsize (KiB) 868328

[startup+1542.3 s]
/proc/loadavg: 1.12 1.43 1.74 2/73 5368
/proc/meminfo: memFree=1156504/2055920 swapFree=4192812/4192956
[pid=5325] ppid=5323 vsize=868328 CPUtime=1531.42
/proc/5325/stat : 5325 (java) S 5323 5325 2689 0 -1 0 267205 7454 1 0 152604 105 424 9 18 0 9 0 4568100 889167872 192079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5325/statm: 217082 192079 2637 9 0 211588 0
[pid=5325/tid=5327] ppid=5323 vsize=868328 CPUtime=1523.34
/proc/5325/task/5327/stat : 5327 (java) R 5323 5325 2689 0 -1 64 48288 7454 1 0 151875 26 424 9 25 0 9 0 4568102 889167872 192079 996147200 134512640 134550740 4294955968 18446744073709551615 4126902484 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5325/tid=5328] ppid=5323 vsize=868328 CPUtime=11.94
/proc/5325/task/5328/stat : 5328 (java) S 5323 5325 2689 0 -1 64 216951 7454 0 0 686 75 424 9 16 0 9 0 4568103 889167872 192079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5329] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5329/stat : 5329 (java) S 5323 5325 2689 0 -1 64 19 7454 0 0 0 0 424 9 16 0 9 0 4568104 889167872 192079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5330] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5330/stat : 5330 (java) S 5323 5325 2689 0 -1 64 24 7454 0 0 0 0 424 9 16 0 9 0 4568104 889167872 192079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5331] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5331/stat : 5331 (java) S 5323 5325 2689 0 -1 64 1 7454 0 0 0 0 424 9 18 0 9 0 4568106 889167872 192079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5332] ppid=5323 vsize=868328 CPUtime=4.76
/proc/5325/task/5332/stat : 5332 (java) S 5323 5325 2689 0 -1 64 1082 7454 0 0 42 1 424 9 16 0 9 0 4568106 889167872 192079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5333] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5333/stat : 5333 (java) S 5323 5325 2689 0 -1 64 1 7454 0 0 0 0 424 9 19 0 9 0 4568106 889167872 192079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5334] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5334/stat : 5334 (java) S 5323 5325 2689 0 -1 64 15 7454 0 0 0 0 424 9 15 0 9 0 4568106 889167872 192079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.42
Current children cumulated vsize (KiB) 868328

[startup+1602.3 s]
/proc/loadavg: 1.04 1.35 1.69 2/73 5368
/proc/meminfo: memFree=1156440/2055920 swapFree=4192812/4192956
[pid=5325] ppid=5323 vsize=868328 CPUtime=1591.4
/proc/5325/stat : 5325 (java) S 5323 5325 2689 0 -1 0 267205 7454 1 0 158602 105 424 9 18 0 9 0 4568100 889167872 192079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5325/statm: 217082 192079 2637 9 0 211588 0
[pid=5325/tid=5327] ppid=5323 vsize=868328 CPUtime=1583.32
/proc/5325/task/5327/stat : 5327 (java) R 5323 5325 2689 0 -1 64 48288 7454 1 0 157873 26 424 9 25 0 9 0 4568102 889167872 192079 996147200 134512640 134550740 4294955968 18446744073709551615 4127209892 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5325/tid=5328] ppid=5323 vsize=868328 CPUtime=11.94
/proc/5325/task/5328/stat : 5328 (java) S 5323 5325 2689 0 -1 64 216951 7454 0 0 686 75 424 9 16 0 9 0 4568103 889167872 192079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5329] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5329/stat : 5329 (java) S 5323 5325 2689 0 -1 64 19 7454 0 0 0 0 424 9 16 0 9 0 4568104 889167872 192079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5330] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5330/stat : 5330 (java) S 5323 5325 2689 0 -1 64 24 7454 0 0 0 0 424 9 16 0 9 0 4568104 889167872 192079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5331] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5331/stat : 5331 (java) S 5323 5325 2689 0 -1 64 1 7454 0 0 0 0 424 9 18 0 9 0 4568106 889167872 192079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5332] ppid=5323 vsize=868328 CPUtime=4.76
/proc/5325/task/5332/stat : 5332 (java) S 5323 5325 2689 0 -1 64 1082 7454 0 0 42 1 424 9 16 0 9 0 4568106 889167872 192079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5333] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5333/stat : 5333 (java) S 5323 5325 2689 0 -1 64 1 7454 0 0 0 0 424 9 19 0 9 0 4568106 889167872 192079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5334] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5334/stat : 5334 (java) S 5323 5325 2689 0 -1 64 15 7454 0 0 0 0 424 9 15 0 9 0 4568106 889167872 192079 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1591.4
Current children cumulated vsize (KiB) 868328

[startup+1662.3 s]
/proc/loadavg: 1.01 1.28 1.64 2/73 5368
/proc/meminfo: memFree=1156440/2055920 swapFree=4192812/4192956
[pid=5325] ppid=5323 vsize=868328 CPUtime=1651.37
/proc/5325/stat : 5325 (java) S 5323 5325 2689 0 -1 0 267208 7454 1 0 164599 105 424 9 18 0 9 0 4568100 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5325/statm: 217082 192082 2637 9 0 211588 0
[pid=5325/tid=5327] ppid=5323 vsize=868328 CPUtime=1643.28
/proc/5325/task/5327/stat : 5327 (java) R 5323 5325 2689 0 -1 64 48288 7454 1 0 163869 26 424 9 25 0 9 0 4568102 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4127372837 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5325/tid=5328] ppid=5323 vsize=868328 CPUtime=11.94
/proc/5325/task/5328/stat : 5328 (java) S 5323 5325 2689 0 -1 64 216951 7454 0 0 686 75 424 9 16 0 9 0 4568103 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5329] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5329/stat : 5329 (java) S 5323 5325 2689 0 -1 64 19 7454 0 0 0 0 424 9 16 0 9 0 4568104 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5330] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5330/stat : 5330 (java) S 5323 5325 2689 0 -1 64 24 7454 0 0 0 0 424 9 16 0 9 0 4568104 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5331] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5331/stat : 5331 (java) S 5323 5325 2689 0 -1 64 1 7454 0 0 0 0 424 9 18 0 9 0 4568106 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5332] ppid=5323 vsize=868328 CPUtime=4.77
/proc/5325/task/5332/stat : 5332 (java) S 5323 5325 2689 0 -1 64 1085 7454 0 0 43 1 424 9 16 0 9 0 4568106 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5333] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5333/stat : 5333 (java) S 5323 5325 2689 0 -1 64 1 7454 0 0 0 0 424 9 19 0 9 0 4568106 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5334] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5334/stat : 5334 (java) S 5323 5325 2689 0 -1 64 15 7454 0 0 0 0 424 9 15 0 9 0 4568106 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1651.37
Current children cumulated vsize (KiB) 868328

[startup+1722.3 s]
/proc/loadavg: 1.04 1.24 1.61 2/73 5368
/proc/meminfo: memFree=1156376/2055920 swapFree=4192812/4192956
[pid=5325] ppid=5323 vsize=868328 CPUtime=1711.34
/proc/5325/stat : 5325 (java) S 5323 5325 2689 0 -1 0 267209 7454 1 0 170596 105 424 9 18 0 9 0 4568100 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5325/statm: 217082 192082 2637 9 0 211588 0
[pid=5325/tid=5327] ppid=5323 vsize=868328 CPUtime=1703.25
/proc/5325/task/5327/stat : 5327 (java) R 5323 5325 2689 0 -1 64 48289 7454 1 0 169866 26 424 9 25 0 9 0 4568102 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4127384454 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5325/tid=5328] ppid=5323 vsize=868328 CPUtime=11.94
/proc/5325/task/5328/stat : 5328 (java) S 5323 5325 2689 0 -1 64 216951 7454 0 0 686 75 424 9 16 0 9 0 4568103 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5329] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5329/stat : 5329 (java) S 5323 5325 2689 0 -1 64 19 7454 0 0 0 0 424 9 16 0 9 0 4568104 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5330] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5330/stat : 5330 (java) S 5323 5325 2689 0 -1 64 24 7454 0 0 0 0 424 9 16 0 9 0 4568104 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5331] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5331/stat : 5331 (java) S 5323 5325 2689 0 -1 64 1 7454 0 0 0 0 424 9 18 0 9 0 4568106 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5332] ppid=5323 vsize=868328 CPUtime=4.77
/proc/5325/task/5332/stat : 5332 (java) S 5323 5325 2689 0 -1 64 1085 7454 0 0 43 1 424 9 16 0 9 0 4568106 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5333] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5333/stat : 5333 (java) S 5323 5325 2689 0 -1 64 1 7454 0 0 0 0 424 9 19 0 9 0 4568106 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5334] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5334/stat : 5334 (java) S 5323 5325 2689 0 -1 64 15 7454 0 0 0 0 424 9 15 0 9 0 4568106 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.34
Current children cumulated vsize (KiB) 868328

[startup+1782.3 s]
/proc/loadavg: 1.05 1.21 1.57 2/73 5368
/proc/meminfo: memFree=1156312/2055920 swapFree=4192812/4192956
[pid=5325] ppid=5323 vsize=868328 CPUtime=1771.31
/proc/5325/stat : 5325 (java) S 5323 5325 2689 0 -1 0 267209 7454 1 0 176593 105 424 9 18 0 9 0 4568100 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5325/statm: 217082 192082 2637 9 0 211588 0
[pid=5325/tid=5327] ppid=5323 vsize=868328 CPUtime=1763.22
/proc/5325/task/5327/stat : 5327 (java) R 5323 5325 2689 0 -1 64 48289 7454 1 0 175863 26 424 9 25 0 9 0 4568102 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4127206135 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5325/tid=5328] ppid=5323 vsize=868328 CPUtime=11.94
/proc/5325/task/5328/stat : 5328 (java) S 5323 5325 2689 0 -1 64 216951 7454 0 0 686 75 424 9 16 0 9 0 4568103 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5329] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5329/stat : 5329 (java) S 5323 5325 2689 0 -1 64 19 7454 0 0 0 0 424 9 16 0 9 0 4568104 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5330] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5330/stat : 5330 (java) S 5323 5325 2689 0 -1 64 24 7454 0 0 0 0 424 9 16 0 9 0 4568104 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5331] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5331/stat : 5331 (java) S 5323 5325 2689 0 -1 64 1 7454 0 0 0 0 424 9 18 0 9 0 4568106 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5332] ppid=5323 vsize=868328 CPUtime=4.77
/proc/5325/task/5332/stat : 5332 (java) S 5323 5325 2689 0 -1 64 1085 7454 0 0 43 1 424 9 16 0 9 0 4568106 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5333] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5333/stat : 5333 (java) S 5323 5325 2689 0 -1 64 1 7454 0 0 0 0 424 9 19 0 9 0 4568106 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5334] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5334/stat : 5334 (java) S 5323 5325 2689 0 -1 64 15 7454 0 0 0 0 424 9 15 0 9 0 4568106 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.31
Current children cumulated vsize (KiB) 868328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811 s]
/proc/loadavg: 1.09 1.20 1.56 2/73 5368
/proc/meminfo: memFree=1156312/2055920 swapFree=4192812/4192956
[pid=5325] ppid=5323 vsize=868328 CPUtime=1800
/proc/5325/stat : 5325 (java) S 5323 5325 2689 0 -1 0 267209 7454 1 0 179462 105 424 9 18 0 9 0 4568100 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5325/statm: 217082 192082 2637 9 0 211588 0
[pid=5325/tid=5327] ppid=5323 vsize=868328 CPUtime=1791.92
/proc/5325/task/5327/stat : 5327 (java) R 5323 5325 2689 0 -1 64 48289 7454 1 0 178733 26 424 9 25 0 9 0 4568102 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4127375895 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5325/tid=5328] ppid=5323 vsize=868328 CPUtime=11.94
/proc/5325/task/5328/stat : 5328 (java) S 5323 5325 2689 0 -1 64 216951 7454 0 0 686 75 424 9 16 0 9 0 4568103 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5329] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5329/stat : 5329 (java) S 5323 5325 2689 0 -1 64 19 7454 0 0 0 0 424 9 16 0 9 0 4568104 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5330] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5330/stat : 5330 (java) S 5323 5325 2689 0 -1 64 24 7454 0 0 0 0 424 9 16 0 9 0 4568104 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5331] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5331/stat : 5331 (java) S 5323 5325 2689 0 -1 64 1 7454 0 0 0 0 424 9 18 0 9 0 4568106 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5332] ppid=5323 vsize=868328 CPUtime=4.77
/proc/5325/task/5332/stat : 5332 (java) S 5323 5325 2689 0 -1 64 1085 7454 0 0 43 1 424 9 16 0 9 0 4568106 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5333] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5333/stat : 5333 (java) S 5323 5325 2689 0 -1 64 1 7454 0 0 0 0 424 9 19 0 9 0 4568106 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5325/tid=5334] ppid=5323 vsize=868328 CPUtime=4.33
/proc/5325/task/5334/stat : 5334 (java) S 5323 5325 2689 0 -1 64 15 7454 0 0 0 0 424 9 15 0 9 0 4568106 889167872 192082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 868328

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

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

[startup+1811.11 s]
/proc/loadavg: 1.09 1.20 1.56 2/73 5368
/proc/meminfo: memFree=1156312/2055920 swapFree=4192812/4192956
[pid=5325] ppid=5323 vsize=0 CPUtime=1800.11
/proc/5325/stat : 5325 (java) Z 5323 5325 2689 0 -1 1036 267240 7454 1 0 179466 112 424 9 16 0 2 0 4568100 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5325/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1811.15
CPU time (s): 1800.17
CPU user time (s): 1798.91
CPU system time (s): 1.25681
CPU usage (%): 99.3936
Max. virtual memory (cumulated for all children) (KiB): 910580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.25681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274694
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= 39602
involuntary context switches= 62882

runsolver used 2.12868 second user time and 5.60315 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-08 02:57:40
IDJOB=1056165
IDBENCH=57401
IDSOLVER=364
FILE ID=node21/1056165-1215478659
PBS_JOBID= 7888604
Free space on /tmp= 66464 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/largeQueens/normalized-queens-500.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056165-1215478659/watcher-1056165-1215478659 -o /tmp/evaluation-result-1056165-1215478659/solver-1056165-1215478659 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1056165-1215478659.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2f41b36922ebee8c6bbe2e06a2cfd3a7
RANDOM SEED=775218726

node21.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.257
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.257
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:       1909320 kB
Buffers:          5712 kB
Cached:          86632 kB
SwapCached:          0 kB
Active:          79800 kB
Inactive:        32084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1909320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           18532 kB
Writeback:           0 kB
Mapped:          31168 kB
Slab:            20120 kB
Committed_AS:   382536 kB
PageTables:       1728 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= 66464 MiB
End job on node21 at 2008-07-08 03:27:53