Trace number 1083383

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.14 1805.09

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-27.xml
MD5SUMbc761dfcbd3222269cfb1418a01604e1
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 variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1619
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1083383-1215227451.xml
0.27/0.32	   
0.27/0.32	   domains being loaded...
0.27/0.35	   
0.27/0.35	   variables being loaded...
0.47/0.55	     nbVariables=800  nbDomainTypes=98  minDomainSize=1521  maxDomainSize=1619  nbTotalValues=1253818
0.47/0.55	       =>  wckTime=0.297  cpuTime=0.22  mem=36M304
0.47/0.55	   
0.47/0.55	   predicates being loaded...
0.58/0.61	   
0.58/0.61	   constraints being loaded...
20.99/21.15	   
20.99/21.15	   INFO : Stopping converting binary constraints (cpu=20.38, mem = 66M505)
23.87/24.08	     nbConstraints=12960  nbGlobalConstraints=12044  nbConvertedConstraints=74  nbConvertConstraintsChecks=107485187
23.87/24.08	     nbExtensionStructures=44  nbSharedExtensionStructures=30  nbConflictsStructures=44  nbSharedConflictsStructures=30
23.87/24.08	     nbUnbuiltConflictsStructures=257  nbSharedBinaryRepresentations=66177  nbEvaluationManagers=257
23.87/24.08	     nbSharedEvaluationManagers=585  minDegree=21  maxDegree=44  minArity=2  avgArity=2.03  maxArity=21  nbGenerators=0
23.87/24.08	     nbFusions=0  symmetryWckTime=2.407  symmetryCpuTime=2.18  nbCliques=20
23.87/24.08	       =>  wckTime=23.821  cpuTime=22.86  mem=84M910
24.16/24.37	   
24.16/24.37	   solver IterativeSystematicSolver being built... 
24.27/24.48	   
24.27/24.48	   INFO : Forward propagation technique limited 
24.46/24.69	       =>  wckTime=24.43  cpuTime=23.08  mem=115M877
123.56/124.11	   
123.56/124.11	   preprocessing
123.56/124.11	     nbConstraintChecks=547513597  nbValidityChecks=2103622  nbPropagations=1604  nbRevisions=4147
123.56/124.11	     nbUselessRevisions=2840  nbRemovedValues=801458  detectedInconsistency=no
123.56/124.12	       =>  wckTime=99.381  cpuTime=98.94  mem=133M539
146.17/146.88	   
146.17/146.88	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=119M500)

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 11603
/proc/meminfo: memFree=1434120/2055920 swapFree=4179560/4192956
[pid=11603] ppid=11601 vsize=152 CPUtime=0
/proc/11603/stat : 11603 (java) R 11601 11603 8910 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 2001720134 155648 26 996147200 134512640 134550740 4294956128 18446744073709551615 3305771 0 0 4096 0 0 0 0 17 0 0 0
/proc/11603/statm: 38 26 19 9 0 4 0

[startup+0.0546591 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 11603
/proc/meminfo: memFree=1434120/2055920 swapFree=4179560/4192956
[pid=11603] ppid=11601 vsize=863776 CPUtime=0.04
/proc/11603/stat : 11603 (java) S 11601 11603 8910 0 -1 0 2462 0 1 0 2 2 0 0 18 0 9 0 2001720134 884506624 2032 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11603/statm: 215944 2038 938 9 0 210901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863776

[startup+0.102673 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 11603
/proc/meminfo: memFree=1434120/2055920 swapFree=4179560/4192956
[pid=11603] ppid=11601 vsize=865884 CPUtime=0.08
/proc/11603/stat : 11603 (java) S 11601 11603 8910 0 -1 0 3693 0 1 0 6 2 0 0 18 0 9 0 2001720134 886665216 3168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11603/statm: 216471 3168 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301684 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 11603
/proc/meminfo: memFree=1434120/2055920 swapFree=4179560/4192956
[pid=11603] ppid=11601 vsize=866284 CPUtime=0.27
/proc/11603/stat : 11603 (java) S 11601 11603 8910 0 -1 0 5828 0 1 0 24 3 0 0 18 0 9 0 2001720134 887074816 5202 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11603/statm: 216571 5202 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.70172 s]
/proc/loadavg: 2.00 1.99 1.99 3/73 11603
/proc/meminfo: memFree=1434120/2055920 swapFree=4179560/4192956
[pid=11603] ppid=11601 vsize=867712 CPUtime=0.67
/proc/11603/stat : 11603 (java) S 11601 11603 8910 0 -1 0 14660 0 1 0 58 9 0 0 18 0 9 0 2001720134 888537088 14020 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11603/statm: 216928 14020 2011 9 0 211434 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867712

[startup+1.50179 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 11612
/proc/meminfo: memFree=1348160/2055920 swapFree=4179560/4192956
[pid=11603] ppid=11601 vsize=867624 CPUtime=1.48
/proc/11603/stat : 11603 (java) S 11601 11603 8910 0 -1 0 24094 0 1 0 133 15 0 0 18 0 9 0 2001720134 888446976 23430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11603/statm: 216906 23430 2005 9 0 211434 0
[pid=11603/tid=11605] ppid=11601 vsize=867624 CPUtime=1.18
/proc/11603/task/11605/stat : 11605 (java) R 11601 11603 8910 0 -1 64 15765 0 1 0 109 9 0 0 25 0 9 0 2001720136 888446976 23430 996147200 134512640 134550740 4294955968 18446744073709551615 4126888852 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11606] ppid=11601 vsize=867624 CPUtime=0.08
/proc/11603/task/11606/stat : 11606 (java) S 11601 11603 8910 0 -1 64 6959 0 0 0 5 3 0 0 17 0 9 0 2001720137 888446976 23430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11607] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11607/stat : 11607 (java) S 11601 11603 8910 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001720137 888446976 23430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11608] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11608/stat : 11608 (java) S 11601 11603 8910 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001720137 888446976 23430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11609] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11609/stat : 11609 (java) S 11601 11603 8910 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 2001720139 888446976 23430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11610] ppid=11601 vsize=867624 CPUtime=0.17
/proc/11603/task/11610/stat : 11610 (java) S 11601 11603 8910 0 -1 64 673 0 0 0 17 0 0 0 16 0 9 0 2001720139 888446976 23430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11611] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11611/stat : 11611 (java) S 11601 11603 8910 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2001720139 888446976 23430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11612] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11612/stat : 11612 (java) S 11601 11603 8910 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001720139 888446976 23430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867624

[startup+3.10194 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 11612
/proc/meminfo: memFree=1347776/2055920 swapFree=4179560/4192956
[pid=11603] ppid=11601 vsize=867624 CPUtime=3.06
/proc/11603/stat : 11603 (java) S 11601 11603 8910 0 -1 0 24123 0 1 0 291 15 0 0 18 0 9 0 2001720134 888446976 23456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11603/statm: 216906 23456 2006 9 0 211434 0
[pid=11603/tid=11605] ppid=11601 vsize=867624 CPUtime=2.76
/proc/11603/task/11605/stat : 11605 (java) R 11601 11603 8910 0 -1 64 15777 0 1 0 266 10 0 0 25 0 9 0 2001720136 888446976 23456 996147200 134512640 134550740 4294955968 18446744073709551615 4126886221 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11606] ppid=11601 vsize=867624 CPUtime=0.08
/proc/11603/task/11606/stat : 11606 (java) S 11601 11603 8910 0 -1 64 6959 0 0 0 5 3 0 0 17 0 9 0 2001720137 888446976 23456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11607] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11607/stat : 11607 (java) S 11601 11603 8910 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001720137 888446976 23456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11608] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11608/stat : 11608 (java) S 11601 11603 8910 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001720137 888446976 23456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11609] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11609/stat : 11609 (java) S 11601 11603 8910 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 2001720139 888446976 23456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11610] ppid=11601 vsize=867624 CPUtime=0.2
/proc/11603/task/11610/stat : 11610 (java) S 11601 11603 8910 0 -1 64 690 0 0 0 19 1 0 0 15 0 9 0 2001720139 888446976 23456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11611] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11611/stat : 11611 (java) S 11601 11603 8910 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2001720139 888446976 23456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11612] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11612/stat : 11612 (java) S 11601 11603 8910 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001720139 888446976 23456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867624

[startup+6.30225 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 11612
/proc/meminfo: memFree=1347520/2055920 swapFree=4179560/4192956
[pid=11603] ppid=11601 vsize=867624 CPUtime=6.25
/proc/11603/stat : 11603 (java) S 11601 11603 8910 0 -1 0 24135 0 1 0 608 17 0 0 18 0 9 0 2001720134 888446976 23464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11603/statm: 216906 23464 2006 9 0 211434 0
[pid=11603/tid=11605] ppid=11601 vsize=867624 CPUtime=5.93
/proc/11603/task/11605/stat : 11605 (java) R 11601 11603 8910 0 -1 64 15782 0 1 0 582 11 0 0 25 0 9 0 2001720136 888446976 23464 996147200 134512640 134550740 4294955968 18446744073709551615 4126886221 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11606] ppid=11601 vsize=867624 CPUtime=0.08
/proc/11603/task/11606/stat : 11606 (java) S 11601 11603 8910 0 -1 64 6959 0 0 0 5 3 0 0 17 0 9 0 2001720137 888446976 23464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11607] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11607/stat : 11607 (java) S 11601 11603 8910 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001720137 888446976 23464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11608] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11608/stat : 11608 (java) S 11601 11603 8910 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001720137 888446976 23464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11609] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11609/stat : 11609 (java) S 11601 11603 8910 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 2001720139 888446976 23464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11610] ppid=11601 vsize=867624 CPUtime=0.21
/proc/11603/task/11610/stat : 11610 (java) S 11601 11603 8910 0 -1 64 697 0 0 0 20 1 0 0 16 0 9 0 2001720139 888446976 23464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11611] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11611/stat : 11611 (java) S 11601 11603 8910 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2001720139 888446976 23464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11612] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11612/stat : 11612 (java) S 11601 11603 8910 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001720139 888446976 23464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867624

[startup+12.7019 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 11612
/proc/meminfo: memFree=1325832/2055920 swapFree=4179560/4192956
[pid=11603] ppid=11601 vsize=867624 CPUtime=12.63
/proc/11603/stat : 11603 (java) S 11601 11603 8910 0 -1 0 29546 0 1 0 1239 24 0 0 18 0 9 0 2001720134 888446976 28873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11603/statm: 216906 28873 2006 9 0 211434 0
[pid=11603/tid=11605] ppid=11601 vsize=867624 CPUtime=12.12
/proc/11603/task/11605/stat : 11605 (java) R 11601 11603 8910 0 -1 64 15785 0 1 0 1196 16 0 0 25 0 9 0 2001720136 888446976 28873 996147200 134512640 134550740 4294955968 18446744073709551615 4126911677 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11606] ppid=11601 vsize=867624 CPUtime=0.25
/proc/11603/task/11606/stat : 11606 (java) S 11601 11603 8910 0 -1 64 12362 0 0 0 20 5 0 0 16 0 9 0 2001720137 888446976 28873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11607] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11607/stat : 11607 (java) S 11601 11603 8910 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001720137 888446976 28873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11608] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11608/stat : 11608 (java) S 11601 11603 8910 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001720137 888446976 28873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11609] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11609/stat : 11609 (java) S 11601 11603 8910 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 2001720139 888446976 28873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11610] ppid=11601 vsize=867624 CPUtime=0.22
/proc/11603/task/11610/stat : 11610 (java) S 11601 11603 8910 0 -1 64 702 0 0 0 21 1 0 0 16 0 9 0 2001720139 888446976 28873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11611] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11611/stat : 11611 (java) S 11601 11603 8910 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 2001720139 888446976 28873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11612] ppid=11601 vsize=867624 CPUtime=0
/proc/11603/task/11612/stat : 11612 (java) S 11601 11603 8910 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001720139 888446976 28873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 867624

[startup+25.5021 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 11616
/proc/meminfo: memFree=1279872/2055920 swapFree=4179560/4192956
[pid=11603] ppid=11601 vsize=868036 CPUtime=25.37
/proc/11603/stat : 11603 (java) S 11601 11603 8910 0 -1 0 69230 895 1 0 2481 41 13 2 18 0 9 0 2001720134 888868864 40979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11603/statm: 217009 40979 2638 9 0 211515 0
[pid=11603/tid=11605] ppid=11601 vsize=868036 CPUtime=24.2
/proc/11603/task/11605/stat : 11605 (java) R 11601 11603 8910 0 -1 64 30268 895 1 0 2381 24 13 2 25 0 9 0 2001720136 888868864 40979 996147200 134512640 134550740 4294955968 18446744073709551615 4126993532 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11606] ppid=11601 vsize=868036 CPUtime=0.93
/proc/11603/task/11606/stat : 11606 (java) S 11601 11603 8910 0 -1 64 37187 895 0 0 66 12 13 2 16 0 9 0 2001720137 888868864 40979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11607] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11607/stat : 11607 (java) S 11601 11603 8910 0 -1 64 17 895 0 0 0 0 13 2 16 0 9 0 2001720137 888868864 40979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11608] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11608/stat : 11608 (java) S 11601 11603 8910 0 -1 64 21 895 0 0 0 0 13 2 15 0 9 0 2001720137 888868864 40979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11609] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11609/stat : 11609 (java) S 11601 11603 8910 0 -1 64 0 895 0 0 0 0 13 2 23 0 9 0 2001720139 888868864 40979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11610] ppid=11601 vsize=868036 CPUtime=0.49
/proc/11603/task/11610/stat : 11610 (java) S 11601 11603 8910 0 -1 64 908 895 0 0 33 1 13 2 15 0 9 0 2001720139 888868864 40979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11611] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11611/stat : 11611 (java) S 11601 11603 8910 0 -1 64 2 895 0 0 0 0 13 2 24 0 9 0 2001720139 888868864 40979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11612] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11612/stat : 11612 (java) S 11601 11603 8910 0 -1 64 15 895 0 0 0 0 13 2 15 0 9 0 2001720139 888868864 40979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 868036

[startup+51.1025 s]
/proc/loadavg: 2.07 2.00 1.99 3/82 11616
/proc/meminfo: memFree=1279808/2055920 swapFree=4179560/4192956
[pid=11603] ppid=11601 vsize=868036 CPUtime=50.86
/proc/11603/stat : 11603 (java) S 11601 11603 8910 0 -1 0 69567 895 1 0 5030 41 13 2 18 0 9 0 2001720134 888868864 40981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11603/statm: 217009 40981 2638 9 0 211515 0
[pid=11603/tid=11605] ppid=11601 vsize=868036 CPUtime=49.69
/proc/11603/task/11605/stat : 11605 (java) R 11601 11603 8910 0 -1 64 30598 895 1 0 4930 24 13 2 25 0 9 0 2001720136 888868864 40981 996147200 134512640 134550740 4294955968 18446744073709551615 4127123591 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11606] ppid=11601 vsize=868036 CPUtime=0.93
/proc/11603/task/11606/stat : 11606 (java) S 11601 11603 8910 0 -1 64 37187 895 0 0 66 12 13 2 16 0 9 0 2001720137 888868864 40981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11607] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11607/stat : 11607 (java) S 11601 11603 8910 0 -1 64 17 895 0 0 0 0 13 2 16 0 9 0 2001720137 888868864 40981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11608] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11608/stat : 11608 (java) S 11601 11603 8910 0 -1 64 21 895 0 0 0 0 13 2 15 0 9 0 2001720137 888868864 40981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11609] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11609/stat : 11609 (java) S 11601 11603 8910 0 -1 64 0 895 0 0 0 0 13 2 23 0 9 0 2001720139 888868864 40981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11610] ppid=11601 vsize=868036 CPUtime=0.49
/proc/11603/task/11610/stat : 11610 (java) S 11601 11603 8910 0 -1 64 914 895 0 0 33 1 13 2 17 0 9 0 2001720139 888868864 40981 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11611] ppid=11601 vsize=868036 CPUtime=0.15

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

/proc/11603/task/11608/stat : 11608 (java) S 11601 11603 8910 0 -1 64 21 895 0 0 0 0 13 2 15 0 9 0 2001720137 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11609] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11609/stat : 11609 (java) S 11601 11603 8910 0 -1 64 0 895 0 0 0 0 13 2 23 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11610] ppid=11601 vsize=868036 CPUtime=0.58
/proc/11603/task/11610/stat : 11610 (java) S 11601 11603 8910 0 -1 64 971 895 0 0 41 2 13 2 16 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11611] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11611/stat : 11611 (java) S 11601 11603 8910 0 -1 64 2 895 0 0 0 0 13 2 24 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11612] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11612/stat : 11612 (java) S 11601 11603 8910 0 -1 64 16 895 0 0 0 0 13 2 15 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.46
Current children cumulated vsize (KiB) 868036

[startup+1542.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/82 11646
/proc/meminfo: memFree=1000312/2055920 swapFree=4179560/4192956
[pid=11603] ppid=11601 vsize=868036 CPUtime=1537.43
/proc/11603/stat : 11603 (java) S 11601 11603 8910 0 -1 0 79668 895 1 0 153677 51 13 2 18 0 9 0 2001720134 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11603/statm: 217009 49082 2638 9 0 211515 0
[pid=11603/tid=11605] ppid=11601 vsize=868036 CPUtime=1535.09
/proc/11603/task/11605/stat : 11605 (java) R 11601 11603 8910 0 -1 64 32560 895 1 0 153466 28 13 2 25 0 9 0 2001720136 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4127246041 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11606] ppid=11601 vsize=868036 CPUtime=2.02
/proc/11603/task/11606/stat : 11606 (java) S 11601 11603 8910 0 -1 64 45269 895 0 0 169 18 13 2 16 0 9 0 2001720137 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11607] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11607/stat : 11607 (java) S 11601 11603 8910 0 -1 64 17 895 0 0 0 0 13 2 16 0 9 0 2001720137 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11608] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11608/stat : 11608 (java) S 11601 11603 8910 0 -1 64 21 895 0 0 0 0 13 2 15 0 9 0 2001720137 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11609] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11609/stat : 11609 (java) S 11601 11603 8910 0 -1 64 0 895 0 0 0 0 13 2 23 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11610] ppid=11601 vsize=868036 CPUtime=0.58
/proc/11603/task/11610/stat : 11610 (java) S 11601 11603 8910 0 -1 64 971 895 0 0 41 2 13 2 16 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11611] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11611/stat : 11611 (java) S 11601 11603 8910 0 -1 64 2 895 0 0 0 0 13 2 24 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11612] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11612/stat : 11612 (java) S 11601 11603 8910 0 -1 64 16 895 0 0 0 0 13 2 15 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.43
Current children cumulated vsize (KiB) 868036

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/82 11646
/proc/meminfo: memFree=1000248/2055920 swapFree=4179560/4192956
[pid=11603] ppid=11601 vsize=868036 CPUtime=1597.41
/proc/11603/stat : 11603 (java) S 11601 11603 8910 0 -1 0 79679 895 1 0 159675 51 13 2 18 0 9 0 2001720134 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11603/statm: 217009 49082 2638 9 0 211515 0
[pid=11603/tid=11605] ppid=11601 vsize=868036 CPUtime=1595.03
/proc/11603/task/11605/stat : 11605 (java) R 11601 11603 8910 0 -1 64 32571 895 1 0 159460 28 13 2 25 0 9 0 2001720136 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4127279448 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11606] ppid=11601 vsize=868036 CPUtime=2.05
/proc/11603/task/11606/stat : 11606 (java) S 11601 11603 8910 0 -1 64 45269 895 0 0 172 18 13 2 16 0 9 0 2001720137 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11607] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11607/stat : 11607 (java) S 11601 11603 8910 0 -1 64 17 895 0 0 0 0 13 2 16 0 9 0 2001720137 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11608] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11608/stat : 11608 (java) S 11601 11603 8910 0 -1 64 21 895 0 0 0 0 13 2 15 0 9 0 2001720137 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11609] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11609/stat : 11609 (java) S 11601 11603 8910 0 -1 64 0 895 0 0 0 0 13 2 23 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11610] ppid=11601 vsize=868036 CPUtime=0.58
/proc/11603/task/11610/stat : 11610 (java) S 11601 11603 8910 0 -1 64 971 895 0 0 41 2 13 2 16 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11611] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11611/stat : 11611 (java) S 11601 11603 8910 0 -1 64 2 895 0 0 0 0 13 2 24 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11612] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11612/stat : 11612 (java) S 11601 11603 8910 0 -1 64 16 895 0 0 0 0 13 2 15 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.41
Current children cumulated vsize (KiB) 868036

[startup+1662.3 s]
/proc/loadavg: 2.20 2.07 2.02 3/82 11646
/proc/meminfo: memFree=1000312/2055920 swapFree=4179560/4192956
[pid=11603] ppid=11601 vsize=868036 CPUtime=1657.39
/proc/11603/stat : 11603 (java) S 11601 11603 8910 0 -1 0 79690 895 1 0 165672 52 13 2 18 0 9 0 2001720134 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11603/statm: 217009 49082 2638 9 0 211515 0
[pid=11603/tid=11605] ppid=11601 vsize=868036 CPUtime=1654.98
/proc/11603/task/11605/stat : 11605 (java) R 11601 11603 8910 0 -1 64 32582 895 1 0 165455 28 13 2 25 0 9 0 2001720136 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4127297000 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11606] ppid=11601 vsize=868036 CPUtime=2.08
/proc/11603/task/11606/stat : 11606 (java) S 11601 11603 8910 0 -1 64 45269 895 0 0 175 18 13 2 16 0 9 0 2001720137 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11607] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11607/stat : 11607 (java) S 11601 11603 8910 0 -1 64 17 895 0 0 0 0 13 2 16 0 9 0 2001720137 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11608] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11608/stat : 11608 (java) S 11601 11603 8910 0 -1 64 21 895 0 0 0 0 13 2 15 0 9 0 2001720137 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11609] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11609/stat : 11609 (java) S 11601 11603 8910 0 -1 64 0 895 0 0 0 0 13 2 23 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11610] ppid=11601 vsize=868036 CPUtime=0.58
/proc/11603/task/11610/stat : 11610 (java) S 11601 11603 8910 0 -1 64 971 895 0 0 41 2 13 2 16 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11611] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11611/stat : 11611 (java) S 11601 11603 8910 0 -1 64 2 895 0 0 0 0 13 2 24 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11612] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11612/stat : 11612 (java) S 11601 11603 8910 0 -1 64 16 895 0 0 0 0 13 2 15 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.39
Current children cumulated vsize (KiB) 868036

[startup+1722.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/82 11646
/proc/meminfo: memFree=1000248/2055920 swapFree=4179560/4192956
[pid=11603] ppid=11601 vsize=868036 CPUtime=1717.37
/proc/11603/stat : 11603 (java) S 11601 11603 8910 0 -1 0 79701 895 1 0 171670 52 13 2 18 0 9 0 2001720134 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11603/statm: 217009 49082 2638 9 0 211515 0
[pid=11603/tid=11605] ppid=11601 vsize=868036 CPUtime=1714.92
/proc/11603/task/11605/stat : 11605 (java) R 11601 11603 8910 0 -1 64 32593 895 1 0 171449 28 13 2 25 0 9 0 2001720136 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4126993560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11606] ppid=11601 vsize=868036 CPUtime=2.11
/proc/11603/task/11606/stat : 11606 (java) S 11601 11603 8910 0 -1 64 45269 895 0 0 178 18 13 2 16 0 9 0 2001720137 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11607] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11607/stat : 11607 (java) S 11601 11603 8910 0 -1 64 17 895 0 0 0 0 13 2 16 0 9 0 2001720137 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11608] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11608/stat : 11608 (java) S 11601 11603 8910 0 -1 64 21 895 0 0 0 0 13 2 15 0 9 0 2001720137 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11609] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11609/stat : 11609 (java) S 11601 11603 8910 0 -1 64 0 895 0 0 0 0 13 2 23 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11610] ppid=11601 vsize=868036 CPUtime=0.58
/proc/11603/task/11610/stat : 11610 (java) S 11601 11603 8910 0 -1 64 971 895 0 0 41 2 13 2 16 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11611] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11611/stat : 11611 (java) S 11601 11603 8910 0 -1 64 2 895 0 0 0 0 13 2 24 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11612] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11612/stat : 11612 (java) S 11601 11603 8910 0 -1 64 16 895 0 0 0 0 13 2 15 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.37
Current children cumulated vsize (KiB) 868036

[startup+1782.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/82 11646
/proc/meminfo: memFree=1000120/2055920 swapFree=4179560/4192956
[pid=11603] ppid=11601 vsize=868036 CPUtime=1777.34
/proc/11603/stat : 11603 (java) S 11601 11603 8910 0 -1 0 79712 895 1 0 177667 52 13 2 18 0 9 0 2001720134 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11603/statm: 217009 49082 2638 9 0 211515 0
[pid=11603/tid=11605] ppid=11601 vsize=868036 CPUtime=1774.86
/proc/11603/task/11605/stat : 11605 (java) R 11601 11603 8910 0 -1 64 32604 895 1 0 177443 28 13 2 25 0 9 0 2001720136 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4127100503 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11606] ppid=11601 vsize=868036 CPUtime=2.14
/proc/11603/task/11606/stat : 11606 (java) S 11601 11603 8910 0 -1 64 45269 895 0 0 181 18 13 2 16 0 9 0 2001720137 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11607] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11607/stat : 11607 (java) S 11601 11603 8910 0 -1 64 17 895 0 0 0 0 13 2 16 0 9 0 2001720137 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11608] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11608/stat : 11608 (java) S 11601 11603 8910 0 -1 64 21 895 0 0 0 0 13 2 15 0 9 0 2001720137 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11609] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11609/stat : 11609 (java) S 11601 11603 8910 0 -1 64 0 895 0 0 0 0 13 2 23 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11610] ppid=11601 vsize=868036 CPUtime=0.58
/proc/11603/task/11610/stat : 11610 (java) S 11601 11603 8910 0 -1 64 971 895 0 0 41 2 13 2 16 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11611] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11611/stat : 11611 (java) S 11601 11603 8910 0 -1 64 2 895 0 0 0 0 13 2 24 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11612] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11612/stat : 11612 (java) S 11601 11603 8910 0 -1 64 16 895 0 0 0 0 13 2 15 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.34
Current children cumulated vsize (KiB) 868036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805 s]
/proc/loadavg: 2.02 2.05 2.01 3/82 11646
/proc/meminfo: memFree=999992/2055920 swapFree=4179560/4192956
[pid=11603] ppid=11601 vsize=868036 CPUtime=1800.04
/proc/11603/stat : 11603 (java) S 11601 11603 8910 0 -1 0 79719 895 1 0 179937 52 13 2 18 0 9 0 2001720134 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11603/statm: 217009 49082 2638 9 0 211515 0
[pid=11603/tid=11605] ppid=11601 vsize=868036 CPUtime=1797.55
/proc/11603/task/11605/stat : 11605 (java) R 11601 11603 8910 0 -1 64 32611 895 1 0 179711 29 13 2 25 0 9 0 2001720136 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4126656472 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11606] ppid=11601 vsize=868036 CPUtime=2.17
/proc/11603/task/11606/stat : 11606 (java) S 11601 11603 8910 0 -1 64 45269 895 0 0 184 18 13 2 16 0 9 0 2001720137 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11607] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11607/stat : 11607 (java) S 11601 11603 8910 0 -1 64 17 895 0 0 0 0 13 2 16 0 9 0 2001720137 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11608] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11608/stat : 11608 (java) S 11601 11603 8910 0 -1 64 21 895 0 0 0 0 13 2 15 0 9 0 2001720137 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11609] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11609/stat : 11609 (java) S 11601 11603 8910 0 -1 64 0 895 0 0 0 0 13 2 23 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11610] ppid=11601 vsize=868036 CPUtime=0.58
/proc/11603/task/11610/stat : 11610 (java) S 11601 11603 8910 0 -1 64 971 895 0 0 41 2 13 2 16 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11611] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11611/stat : 11611 (java) S 11601 11603 8910 0 -1 64 2 895 0 0 0 0 13 2 24 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11603/tid=11612] ppid=11601 vsize=868036 CPUtime=0.15
/proc/11603/task/11612/stat : 11612 (java) S 11601 11603 8910 0 -1 64 16 895 0 0 0 0 13 2 15 0 9 0 2001720139 888868864 49082 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868036

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): 1805.09
CPU time (s): 1800.14
CPU user time (s): 1799.56
CPU system time (s): 0.577912
CPU usage (%): 99.7257
Max. virtual memory (cumulated for all children) (KiB): 870280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.577912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80646
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= 40846
involuntary context switches= 58972

runsolver used 2.23566 second user time and 5.98409 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-05 05:10:51
IDJOB=1083383
IDBENCH=57470
IDSOLVER=363
FILE ID=node8/1083383-1215227451
PBS_JOBID= 7881751
Free space on /tmp= 66332 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-27.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-1083383-1215227451/watcher-1083383-1215227451 -o /tmp/evaluation-result-1083383-1215227451/solver-1083383-1215227451 -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-1083383-1215227451.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bc761dfcbd3222269cfb1418a01604e1
RANDOM SEED=1880539866

node8.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.222
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.222
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:       1434600 kB
Buffers:         69944 kB
Cached:         418808 kB
SwapCached:       6900 kB
Active:         239088 kB
Inactive:       320920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1434600 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            3680 kB
Writeback:           0 kB
Mapped:          78636 kB
Slab:            46472 kB
Committed_AS:  3427872 kB
PageTables:       1808 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= 66328 MiB
End job on node8 at 2008-07-05 05:40:58