Trace number 1093555

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

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-9-4-8.xml
MD5SUM190ecfd05931e02cff394b89c2a4bf65
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6768
Number of constraints36568
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36568
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.22	
0.19/0.22	   configuration
0.19/0.22	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1093555-1215250568.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.49/0.58	     nbVariables=6768  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=13536
0.49/0.58	       =>  wckTime=0.356  cpuTime=0.23  mem=18M580
0.49/0.58	   
0.49/0.58	   predicates being loaded...
0.58/0.64	   
0.58/0.64	   constraints being loaded...
13.55/13.66	     nbConstraints=36639  nbGlobalConstraints=71  nbConflictsStructures=3  nbSharedConflictsStructures=36493
13.55/13.66	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  nbEvaluationManagers=4
13.55/13.66	     nbSharedEvaluationManagers=36564  minDegree=10  maxDegree=37  minArity=3  avgArity=3.61  maxArity=1504
13.55/13.66	     nbGenerators=71  nbFusions=0  symmetryWckTime=7.029  symmetryCpuTime=1.03
13.55/13.66	       =>  wckTime=13.439  cpuTime=6.41  mem=100M862
14.05/14.19	   
14.05/14.19	   solver IterativeSystematicSolver being built... 
14.95/15.06	   
14.95/15.06	   INFO : Forward propagation technique limited 
15.24/15.38	       =>  wckTime=15.162  cpuTime=7.25  mem=111M894
65.55/66.11	   
65.55/66.11	   INFO : Stopping ESAC
65.55/66.12	   
65.55/66.12	   preprocessing
65.55/66.12	     nbConstraintChecks=155498  nbValidityChecks=78403  nbPropagations=12663  nbRevisions=70564
65.55/66.12	     nbUselessRevisions=70364  nbSingletonTests=5799  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
65.55/66.12	     nbRemovedValues=0  detectedInconsistency=no
65.55/66.12	       =>  wckTime=50.723  cpuTime=50.19  mem=115M887

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-1093555-1215250568/watcher-1093555-1215250568 -o /tmp/evaluation-result-1093555-1215250568/solver-1093555-1215250568 -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-1093555-1215250568.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.21 2.10 2.03 4/81 5064
/proc/meminfo: memFree=1769728/2055920 swapFree=4179952/4192956
[pid=5064] ppid=5062 vsize=152 CPUtime=0
/proc/5064/stat : 5064 (java) R 5062 5064 2981 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 637304127 155648 26 996147200 134512640 134550740 4294956128 18446744073709551615 9920811 0 0 4096 0 0 0 0 17 0 0 0
/proc/5064/statm: 38 26 19 9 0 4 0

[startup+0.00977196 s]
/proc/loadavg: 2.21 2.10 2.03 4/81 5064
/proc/meminfo: memFree=1769728/2055920 swapFree=4179952/4192956
[pid=5064] ppid=5062 vsize=272 CPUtime=0
/proc/5064/stat : 5064 (java) D 5062 5064 2981 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 637304127 278528 37 996147200 134512640 134550740 4294955968 18446744073709551615 9921316 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/5064/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.103655 s]
/proc/loadavg: 2.21 2.10 2.03 4/81 5064
/proc/meminfo: memFree=1769728/2055920 swapFree=4179952/4192956
[pid=5064] ppid=5062 vsize=865884 CPUtime=0.09
/proc/5064/stat : 5064 (java) S 5062 5064 2981 0 -1 0 3799 0 1 0 7 2 0 0 18 0 9 0 637304127 886665216 3250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5064/statm: 216471 3250 1724 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301679 s]
/proc/loadavg: 2.21 2.10 2.03 4/81 5064
/proc/meminfo: memFree=1769728/2055920 swapFree=4179952/4192956
[pid=5064] ppid=5062 vsize=866284 CPUtime=0.29
/proc/5064/stat : 5064 (java) S 5062 5064 2981 0 -1 0 5926 0 1 0 25 4 0 0 18 0 9 0 637304127 887074816 5300 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5064/statm: 216571 5300 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.701723 s]
/proc/loadavg: 2.21 2.10 2.03 4/81 5064
/proc/meminfo: memFree=1769728/2055920 swapFree=4179952/4192956
[pid=5064] ppid=5062 vsize=867516 CPUtime=0.69
/proc/5064/stat : 5064 (java) S 5062 5064 2981 0 -1 0 10371 0 1 0 62 7 0 0 18 0 9 0 637304127 888336384 9731 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5064/statm: 216879 9732 2009 9 0 211385 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867516

[startup+1.50282 s]
/proc/loadavg: 2.21 2.10 2.03 3/90 5074
/proc/meminfo: memFree=1720696/2055920 swapFree=4179952/4192956
[pid=5064] ppid=5062 vsize=867428 CPUtime=1.48
/proc/5064/stat : 5064 (java) S 5062 5064 2981 0 -1 0 19067 0 1 0 137 11 0 0 18 0 9 0 637304127 888246272 18402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5064/statm: 216857 18402 2001 9 0 211385 0
[pid=5064/tid=5066] ppid=5062 vsize=867428 CPUtime=1.21
/proc/5064/task/5066/stat : 5066 (java) R 5062 5064 2981 0 -1 64 15738 0 1 0 112 9 0 0 20 0 9 0 637304128 888246272 18402 996147200 134512640 134550740 4294955968 18446744073709551615 4126853504 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5067] ppid=5062 vsize=867428 CPUtime=0.07
/proc/5064/task/5067/stat : 5067 (java) S 5062 5064 2981 0 -1 64 2008 0 0 0 7 0 0 0 16 0 9 0 637304130 888246272 18402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5068] ppid=5062 vsize=867428 CPUtime=0
/proc/5064/task/5068/stat : 5068 (java) S 5062 5064 2981 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 637304130 888246272 18402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5069] ppid=5062 vsize=867428 CPUtime=0
/proc/5064/task/5069/stat : 5069 (java) S 5062 5064 2981 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 637304130 888246272 18402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5070] ppid=5062 vsize=867428 CPUtime=0
/proc/5064/task/5070/stat : 5070 (java) S 5062 5064 2981 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 637304132 888246272 18402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5071] ppid=5062 vsize=867428 CPUtime=0.16
/proc/5064/task/5071/stat : 5071 (java) S 5062 5064 2981 0 -1 64 623 0 0 0 16 0 0 0 16 0 9 0 637304132 888246272 18402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5072] ppid=5062 vsize=867428 CPUtime=0
/proc/5064/task/5072/stat : 5072 (java) S 5062 5064 2981 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 637304132 888246272 18402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5073] ppid=5062 vsize=867428 CPUtime=0
/proc/5064/task/5073/stat : 5073 (java) S 5062 5064 2981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637304132 888246272 18402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867428

[startup+3.103 s]
/proc/loadavg: 2.27 2.11 2.04 3/90 5074
/proc/meminfo: memFree=1690424/2055920 swapFree=4179952/4192956
[pid=5064] ppid=5062 vsize=867428 CPUtime=3.08
/proc/5064/stat : 5064 (java) S 5062 5064 2981 0 -1 0 24242 0 1 0 283 25 0 0 18 0 9 0 637304127 888246272 23575 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5064/statm: 216858 23575 2002 9 0 211386 0
[pid=5064/tid=5066] ppid=5062 vsize=867428 CPUtime=2.53
/proc/5064/task/5066/stat : 5066 (java) R 5062 5064 2981 0 -1 64 15768 0 1 0 232 21 0 0 25 0 9 0 637304128 888246272 23575 996147200 134512640 134550740 4294955968 18446744073709551615 10133678 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5067] ppid=5062 vsize=867428 CPUtime=0.34
/proc/5064/task/5067/stat : 5067 (java) S 5062 5064 2981 0 -1 64 7117 0 0 0 31 3 0 0 17 0 9 0 637304130 888246272 23575 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5068] ppid=5062 vsize=867428 CPUtime=0
/proc/5064/task/5068/stat : 5068 (java) S 5062 5064 2981 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 637304130 888246272 23575 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5069] ppid=5062 vsize=867428 CPUtime=0
/proc/5064/task/5069/stat : 5069 (java) S 5062 5064 2981 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 637304130 888246272 23575 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5070] ppid=5062 vsize=867428 CPUtime=0
/proc/5064/task/5070/stat : 5070 (java) S 5062 5064 2981 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 637304132 888246272 23575 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5071] ppid=5062 vsize=867428 CPUtime=0.2
/proc/5064/task/5071/stat : 5071 (java) S 5062 5064 2981 0 -1 64 659 0 0 0 20 0 0 0 16 0 9 0 637304132 888246272 23575 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5072] ppid=5062 vsize=867428 CPUtime=0
/proc/5064/task/5072/stat : 5072 (java) S 5062 5064 2981 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 637304132 888246272 23575 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5073] ppid=5062 vsize=867428 CPUtime=0
/proc/5064/task/5073/stat : 5073 (java) S 5062 5064 2981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637304132 888246272 23575 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867428

[startup+6.30137 s]
/proc/loadavg: 2.27 2.11 2.04 4/90 5074
/proc/meminfo: memFree=1666360/2055920 swapFree=4179952/4192956
[pid=5064] ppid=5062 vsize=868452 CPUtime=6.29
/proc/5064/stat : 5064 (java) S 5062 5064 2981 0 -1 0 29045 0 1 0 477 152 0 0 18 0 9 0 637304127 889294848 28374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5064/statm: 217113 28376 2002 9 0 211641 0
[pid=5064/tid=5066] ppid=5062 vsize=868452 CPUtime=5.39
/proc/5064/task/5066/stat : 5066 (java) R 5062 5064 2981 0 -1 64 15775 0 1 0 394 145 0 0 25 0 9 0 637304128 889294848 28377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5067] ppid=5062 vsize=868452 CPUtime=0.65
/proc/5064/task/5067/stat : 5067 (java) R 5062 5064 2981 0 -1 64 11912 0 0 0 61 4 0 0 17 0 9 0 637304130 889294848 28379 996147200 134512640 134550740 4294955968 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5068] ppid=5062 vsize=868452 CPUtime=0
/proc/5064/task/5068/stat : 5068 (java) S 5062 5064 2981 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 637304130 889294848 28380 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5069] ppid=5062 vsize=868452 CPUtime=0
/proc/5064/task/5069/stat : 5069 (java) S 5062 5064 2981 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 637304130 889294848 28382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5070] ppid=5062 vsize=868452 CPUtime=0
/proc/5064/task/5070/stat : 5070 (java) S 5062 5064 2981 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 637304132 889294848 28384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5071] ppid=5062 vsize=868452 CPUtime=0.21
/proc/5064/task/5071/stat : 5071 (java) S 5062 5064 2981 0 -1 64 665 0 0 0 21 0 0 0 16 0 9 0 637304132 889294848 28386 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5072] ppid=5062 vsize=868452 CPUtime=0
/proc/5064/task/5072/stat : 5072 (java) S 5062 5064 2981 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 637304132 889294848 28388 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5073] ppid=5062 vsize=868452 CPUtime=0
/proc/5064/task/5073/stat : 5073 (java) S 5062 5064 2981 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 637304132 889294848 28390 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 868452

[startup+12.7021 s]
/proc/loadavg: 2.31 2.12 2.04 3/92 5076
/proc/meminfo: memFree=1601768/2055920 swapFree=4179952/4192956
[pid=5064] ppid=5062 vsize=868776 CPUtime=7.21
/proc/5064/stat : 5064 (java) S 5062 5064 2981 0 -1 0 49669 0 1 0 559 162 0 0 18 0 10 0 637304127 889626624 40142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5064/statm: 217194 40142 2010 9 0 211722 0
[pid=5076] ppid=5064 vsize=22860 CPUtime=5.46
/proc/5076/stat : 5076 (saucy) R 5064 5064 2981 0 -1 4194304 4645 0 0 0 542 4 0 0 25 0 1 0 637304837 23408640 4553 996147200 134512640 134531332 4294956000 18446744073709551615 134520935 0 4 0 0 0 0 0 17 0 0 0
/proc/5076/statm: 5715 4553 104 4 0 5391 0
[pid=5064/tid=5066] ppid=5062 vsize=868776 CPUtime=5.96
/proc/5064/task/5066/stat : 5066 (java) S 5062 5064 2981 0 -1 64 22172 0 1 0 445 151 0 0 15 0 10 0 637304128 889626624 40142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=5064/tid=5067] ppid=5062 vsize=868776 CPUtime=0.97
/proc/5064/task/5067/stat : 5067 (java) S 5062 5064 2981 0 -1 64 25955 0 0 0 89 8 0 0 16 0 10 0 637304130 889626624 40142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5068] ppid=5062 vsize=868776 CPUtime=0
/proc/5064/task/5068/stat : 5068 (java) S 5062 5064 2981 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 637304130 889626624 40142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5069] ppid=5062 vsize=868776 CPUtime=0
/proc/5064/task/5069/stat : 5069 (java) S 5062 5064 2981 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 637304130 889626624 40142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5070] ppid=5062 vsize=868776 CPUtime=0
/proc/5064/task/5070/stat : 5070 (java) S 5062 5064 2981 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 637304132 889626624 40142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5071] ppid=5062 vsize=868776 CPUtime=0.25
/proc/5064/task/5071/stat : 5071 (java) S 5062 5064 2981 0 -1 64 761 0 0 0 24 1 0 0 15 0 10 0 637304132 889626624 40142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5072] ppid=5062 vsize=868776 CPUtime=0
/proc/5064/task/5072/stat : 5072 (java) S 5062 5064 2981 0 -1 64 2 0 0 0 0 0 0 0 19 0 10 0 637304132 889626624 40142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5073] ppid=5062 vsize=868776 CPUtime=0
/proc/5064/task/5073/stat : 5073 (java) S 5062 5064 2981 0 -1 64 14 0 0 0 0 0 0 0 15 0 10 0 637304132 889626624 40142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5075] ppid=5062 vsize=868776 CPUtime=0
/proc/5064/task/5075/stat : 5075 (java) S 5062 5064 2981 0 -1 64 70 0 0 0 0 0 0 0 24 0 10 0 637304837 889626624 40142 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 891636

[startup+25.5016 s]
/proc/loadavg: 2.33 2.14 2.04 3/90 5078
/proc/meminfo: memFree=1595688/2055920 swapFree=4179952/4192956
[pid=5064] ppid=5062 vsize=869100 CPUtime=25.34
/proc/5064/stat : 5064 (java) S 5062 5064 2981 0 -1 0 86474 4980 1 0 1790 170 569 5 18 0 9 0 637304127 889958400 45836 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5064/statm: 217275 45836 2615 9 0 211803 0
[pid=5064/tid=5066] ppid=5062 vsize=869100 CPUtime=23.16
/proc/5064/task/5066/stat : 5066 (java) R 5062 5064 2981 0 -1 64 36697 4980 1 0 1588 154 569 5 25 0 9 0 637304128 889958400 45836 996147200 134512640 134550740 4294955968 18446744073709551615 4127406711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5067] ppid=5062 vsize=869100 CPUtime=7.52
/proc/5064/task/5067/stat : 5067 (java) S 5062 5064 2981 0 -1 64 47881 4980 0 0 165 13 569 5 16 0 9 0 637304130 889958400 45836 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5068] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5068/stat : 5068 (java) S 5062 5064 2981 0 -1 64 16 4980 0 0 0 0 569 5 16 0 9 0 637304130 889958400 45836 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5069] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5069/stat : 5069 (java) S 5062 5064 2981 0 -1 64 12 4980 0 0 0 0 569 5 16 0 9 0 637304130 889958400 45836 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5070] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5070/stat : 5070 (java) S 5062 5064 2981 0 -1 64 1 4980 0 0 0 0 569 5 18 0 9 0 637304132 889958400 45836 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5071] ppid=5062 vsize=869100 CPUtime=6.1
/proc/5064/task/5071/stat : 5071 (java) S 5062 5064 2981 0 -1 64 1048 4980 0 0 35 1 569 5 16 0 9 0 637304132 889958400 45836 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5072] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5072/stat : 5072 (java) S 5062 5064 2981 0 -1 64 2 4980 0 0 0 0 569 5 19 0 9 0 637304132 889958400 45836 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5073] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5073/stat : 5073 (java) S 5062 5064 2981 0 -1 64 15 4980 0 0 0 0 569 5 15 0 9 0 637304132 889958400 45836 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 869100

[startup+51.1015 s]
/proc/loadavg: 2.22 2.12 2.04 3/90 5078
/proc/meminfo: memFree=1595688/2055920 swapFree=4179952/4192956
[pid=5064] ppid=5062 vsize=869100 CPUtime=50.69
/proc/5064/stat : 5064 (java) S 5062 5064 2981 0 -1 0 86483 4980 1 0 4325 170 569 5 18 0 9 0 637304127 889958400 45843 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5064/statm: 217275 45843 2615 9 0 211803 0
[pid=5064/tid=5066] ppid=5062 vsize=869100 CPUtime=48.51
/proc/5064/task/5066/stat : 5066 (java) R 5062 5064 2981 0 -1 64 36698 4980 1 0 4123 154 569 5 25 0 9 0 637304128 889958400 45843 996147200 134512640 134550740 4294955968 18446744073709551615 4127406714 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5067] ppid=5062 vsize=869100 CPUtime=7.52
/proc/5064/task/5067/stat : 5067 (java) S 5062 5064 2981 0 -1 64 47881 4980 0 0 165 13 569 5 16 0 9 0 637304130 889958400 45843 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5068] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5068/stat : 5068 (java) S 5062 5064 2981 0 -1 64 16 4980 0 0 0 0 569 5 16 0 9 0 637304130 889958400 45843 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5069] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5069/stat : 5069 (java) S 5062 5064 2981 0 -1 64 12 4980 0 0 0 0 569 5 16 0 9 0 637304130 889958400 45843 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/5064/task/5069/stat : 5069 (java) S 5062 5064 2981 0 -1 64 12 4980 0 0 0 0 569 5 16 0 9 0 637304130 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5070] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5070/stat : 5070 (java) S 5062 5064 2981 0 -1 64 1 4980 0 0 0 0 569 5 18 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5071] ppid=5062 vsize=869100 CPUtime=6.17
/proc/5064/task/5071/stat : 5071 (java) S 5062 5064 2981 0 -1 64 1087 4980 0 0 42 1 569 5 16 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5072] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5072/stat : 5072 (java) S 5062 5064 2981 0 -1 64 2 4980 0 0 0 0 569 5 19 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5073] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5073/stat : 5073 (java) S 5062 5064 2981 0 -1 64 15 4980 0 0 0 0 569 5 15 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.24
Current children cumulated vsize (KiB) 869100

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 5126
/proc/meminfo: memFree=1146264/2055920 swapFree=4179952/4192956
[pid=5064] ppid=5062 vsize=869100 CPUtime=1590.98
/proc/5064/stat : 5064 (java) S 5062 5064 2981 0 -1 0 86525 4980 1 0 158349 175 569 5 18 0 9 0 637304127 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5064/statm: 217275 45875 2615 9 0 211803 0
[pid=5064/tid=5066] ppid=5062 vsize=869100 CPUtime=1588.71
/proc/5064/task/5066/stat : 5066 (java) R 5062 5064 2981 0 -1 64 36709 4980 1 0 158140 157 569 5 25 0 9 0 637304128 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4127037907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5067] ppid=5062 vsize=869100 CPUtime=7.52
/proc/5064/task/5067/stat : 5067 (java) S 5062 5064 2981 0 -1 64 47881 4980 0 0 165 13 569 5 16 0 9 0 637304130 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5068] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5068/stat : 5068 (java) S 5062 5064 2981 0 -1 64 16 4980 0 0 0 0 569 5 16 0 9 0 637304130 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5069] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5069/stat : 5069 (java) S 5062 5064 2981 0 -1 64 12 4980 0 0 0 0 569 5 16 0 9 0 637304130 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5070] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5070/stat : 5070 (java) S 5062 5064 2981 0 -1 64 1 4980 0 0 0 0 569 5 18 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5071] ppid=5062 vsize=869100 CPUtime=6.17
/proc/5064/task/5071/stat : 5071 (java) S 5062 5064 2981 0 -1 64 1087 4980 0 0 42 1 569 5 16 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5072] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5072/stat : 5072 (java) S 5062 5064 2981 0 -1 64 2 4980 0 0 0 0 569 5 19 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5073] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5073/stat : 5073 (java) S 5062 5064 2981 0 -1 64 15 4980 0 0 0 0 569 5 15 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.98
Current children cumulated vsize (KiB) 869100

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 5126
/proc/meminfo: memFree=1146200/2055920 swapFree=4179952/4192956
[pid=5064] ppid=5062 vsize=869100 CPUtime=1650.72
/proc/5064/stat : 5064 (java) S 5062 5064 2981 0 -1 0 86525 4980 1 0 164323 175 569 5 18 0 9 0 637304127 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5064/statm: 217275 45875 2615 9 0 211803 0
[pid=5064/tid=5066] ppid=5062 vsize=869100 CPUtime=1648.45
/proc/5064/task/5066/stat : 5066 (java) R 5062 5064 2981 0 -1 64 36709 4980 1 0 164114 157 569 5 25 0 9 0 637304128 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4127022387 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5067] ppid=5062 vsize=869100 CPUtime=7.52
/proc/5064/task/5067/stat : 5067 (java) S 5062 5064 2981 0 -1 64 47881 4980 0 0 165 13 569 5 16 0 9 0 637304130 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5068] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5068/stat : 5068 (java) S 5062 5064 2981 0 -1 64 16 4980 0 0 0 0 569 5 16 0 9 0 637304130 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5069] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5069/stat : 5069 (java) S 5062 5064 2981 0 -1 64 12 4980 0 0 0 0 569 5 16 0 9 0 637304130 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5070] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5070/stat : 5070 (java) S 5062 5064 2981 0 -1 64 1 4980 0 0 0 0 569 5 18 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5071] ppid=5062 vsize=869100 CPUtime=6.17
/proc/5064/task/5071/stat : 5071 (java) S 5062 5064 2981 0 -1 64 1087 4980 0 0 42 1 569 5 16 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5072] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5072/stat : 5072 (java) S 5062 5064 2981 0 -1 64 2 4980 0 0 0 0 569 5 19 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5073] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5073/stat : 5073 (java) S 5062 5064 2981 0 -1 64 15 4980 0 0 0 0 569 5 15 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.72
Current children cumulated vsize (KiB) 869100

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 5126
/proc/meminfo: memFree=1146200/2055920 swapFree=4179952/4192956
[pid=5064] ppid=5062 vsize=869100 CPUtime=1710.45
/proc/5064/stat : 5064 (java) S 5062 5064 2981 0 -1 0 86525 4980 1 0 170296 175 569 5 18 0 9 0 637304127 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5064/statm: 217275 45875 2615 9 0 211803 0
[pid=5064/tid=5066] ppid=5062 vsize=869100 CPUtime=1708.18
/proc/5064/task/5066/stat : 5066 (java) R 5062 5064 2981 0 -1 64 36709 4980 1 0 170087 157 569 5 25 0 9 0 637304128 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4127021498 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5067] ppid=5062 vsize=869100 CPUtime=7.52
/proc/5064/task/5067/stat : 5067 (java) S 5062 5064 2981 0 -1 64 47881 4980 0 0 165 13 569 5 16 0 9 0 637304130 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5068] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5068/stat : 5068 (java) S 5062 5064 2981 0 -1 64 16 4980 0 0 0 0 569 5 16 0 9 0 637304130 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5069] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5069/stat : 5069 (java) S 5062 5064 2981 0 -1 64 12 4980 0 0 0 0 569 5 16 0 9 0 637304130 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5070] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5070/stat : 5070 (java) S 5062 5064 2981 0 -1 64 1 4980 0 0 0 0 569 5 18 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5071] ppid=5062 vsize=869100 CPUtime=6.17
/proc/5064/task/5071/stat : 5071 (java) S 5062 5064 2981 0 -1 64 1087 4980 0 0 42 1 569 5 16 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5072] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5072/stat : 5072 (java) S 5062 5064 2981 0 -1 64 2 4980 0 0 0 0 569 5 19 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5073] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5073/stat : 5073 (java) S 5062 5064 2981 0 -1 64 15 4980 0 0 0 0 569 5 15 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1710.45
Current children cumulated vsize (KiB) 869100

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 5126
/proc/meminfo: memFree=1146072/2055920 swapFree=4179952/4192956
[pid=5064] ppid=5062 vsize=869100 CPUtime=1770.18
/proc/5064/stat : 5064 (java) S 5062 5064 2981 0 -1 0 86525 4980 1 0 176269 175 569 5 18 0 9 0 637304127 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5064/statm: 217275 45875 2615 9 0 211803 0
[pid=5064/tid=5066] ppid=5062 vsize=869100 CPUtime=1767.91
/proc/5064/task/5066/stat : 5066 (java) R 5062 5064 2981 0 -1 64 36709 4980 1 0 176060 157 569 5 25 0 9 0 637304128 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4127022387 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5067] ppid=5062 vsize=869100 CPUtime=7.52
/proc/5064/task/5067/stat : 5067 (java) S 5062 5064 2981 0 -1 64 47881 4980 0 0 165 13 569 5 16 0 9 0 637304130 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5068] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5068/stat : 5068 (java) S 5062 5064 2981 0 -1 64 16 4980 0 0 0 0 569 5 16 0 9 0 637304130 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5069] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5069/stat : 5069 (java) S 5062 5064 2981 0 -1 64 12 4980 0 0 0 0 569 5 16 0 9 0 637304130 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5070] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5070/stat : 5070 (java) S 5062 5064 2981 0 -1 64 1 4980 0 0 0 0 569 5 18 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5071] ppid=5062 vsize=869100 CPUtime=6.17
/proc/5064/task/5071/stat : 5071 (java) S 5062 5064 2981 0 -1 64 1087 4980 0 0 42 1 569 5 16 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5072] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5072/stat : 5072 (java) S 5062 5064 2981 0 -1 64 2 4980 0 0 0 0 569 5 19 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5073] ppid=5062 vsize=869100 CPUtime=5.75
/proc/5064/task/5073/stat : 5073 (java) S 5062 5064 2981 0 -1 64 15 4980 0 0 0 1 569 5 15 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1770.18
Current children cumulated vsize (KiB) 869100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 5126
/proc/meminfo: memFree=1146072/2055920 swapFree=4179952/4192956
[pid=5064] ppid=5062 vsize=869100 CPUtime=1800.04
/proc/5064/stat : 5064 (java) S 5062 5064 2981 0 -1 0 86525 4980 1 0 179255 175 569 5 18 0 9 0 637304127 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5064/statm: 217275 45875 2615 9 0 211803 0
[pid=5064/tid=5066] ppid=5062 vsize=869100 CPUtime=1797.78
/proc/5064/task/5066/stat : 5066 (java) R 5062 5064 2981 0 -1 64 36709 4980 1 0 179047 157 569 5 25 0 9 0 637304128 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4127022832 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5067] ppid=5062 vsize=869100 CPUtime=7.52
/proc/5064/task/5067/stat : 5067 (java) S 5062 5064 2981 0 -1 64 47881 4980 0 0 165 13 569 5 16 0 9 0 637304130 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5068] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5068/stat : 5068 (java) S 5062 5064 2981 0 -1 64 16 4980 0 0 0 0 569 5 16 0 9 0 637304130 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5069] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5069/stat : 5069 (java) S 5062 5064 2981 0 -1 64 12 4980 0 0 0 0 569 5 16 0 9 0 637304130 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5070] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5070/stat : 5070 (java) S 5062 5064 2981 0 -1 64 1 4980 0 0 0 0 569 5 18 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5071] ppid=5062 vsize=869100 CPUtime=6.17
/proc/5064/task/5071/stat : 5071 (java) S 5062 5064 2981 0 -1 64 1087 4980 0 0 42 1 569 5 16 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5072] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5072/stat : 5072 (java) S 5062 5064 2981 0 -1 64 2 4980 0 0 0 0 569 5 19 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5073] ppid=5062 vsize=869100 CPUtime=5.75
/proc/5064/task/5073/stat : 5073 (java) S 5062 5064 2981 0 -1 64 15 4980 0 0 0 1 569 5 15 0 9 0 637304132 889958400 45875 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) 869100

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

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

[startup+1812.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 5126
/proc/meminfo: memFree=1146072/2055920 swapFree=4179952/4192956
[pid=5064] ppid=5062 vsize=869100 CPUtime=1800.04
/proc/5064/stat : 5064 (java) S 5062 5064 2981 0 -1 0 86525 4980 1 0 179255 175 569 5 18 0 9 0 637304127 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5064/statm: 217275 45875 2615 9 0 211803 0
[pid=5064/tid=5066] ppid=5062 vsize=869100 CPUtime=1797.78
/proc/5064/task/5066/stat : 5066 (java) R 5062 5064 2981 0 -1 64 36709 4980 1 0 179047 157 569 5 25 0 9 0 637304128 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4127022832 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5067] ppid=5062 vsize=869100 CPUtime=7.52
/proc/5064/task/5067/stat : 5067 (java) S 5062 5064 2981 0 -1 64 47881 4980 0 0 165 13 569 5 16 0 9 0 637304130 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5068] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5068/stat : 5068 (java) S 5062 5064 2981 0 -1 64 16 4980 0 0 0 0 569 5 16 0 9 0 637304130 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5069] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5069/stat : 5069 (java) S 5062 5064 2981 0 -1 64 12 4980 0 0 0 0 569 5 16 0 9 0 637304130 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5070] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5070/stat : 5070 (java) S 5062 5064 2981 0 -1 64 1 4980 0 0 0 0 569 5 18 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5071] ppid=5062 vsize=869100 CPUtime=6.17
/proc/5064/task/5071/stat : 5071 (java) S 5062 5064 2981 0 -1 64 1087 4980 0 0 42 1 569 5 16 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5064/tid=5072] ppid=5062 vsize=869100 CPUtime=5.74
/proc/5064/task/5072/stat : 5072 (java) S 5062 5064 2981 0 -1 64 2 4980 0 0 0 0 569 5 19 0 9 0 637304132 889958400 45875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5064/tid=5073] ppid=5062 vsize=869100 CPUtime=5.75
/proc/5064/task/5073/stat : 5073 (java) S 5062 5064 2981 0 -1 64 15 4980 0 0 0 1 569 5 15 0 9 0 637304132 889958400 45875 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) 869100

Child status: 143
Real time (s): 1812.34
CPU time (s): 1800.1
CPU user time (s): 1798.27
CPU system time (s): 1.83672
CPU usage (%): 99.3247
Max. virtual memory (cumulated for all children) (KiB): 892032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.27
system time used= 1.83672
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91536
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= 39485
involuntary context switches= 72547

runsolver used 2.10868 second user time and 5.20221 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-05 11:36:09
IDJOB=1093555
IDBENCH=58710
IDSOLVER=364
FILE ID=node88/1093555-1215250568
PBS_JOBID= 7881971
Free space on /tmp= 66488 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-9-4-8.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-1093555-1215250568/watcher-1093555-1215250568 -o /tmp/evaluation-result-1093555-1215250568/solver-1093555-1215250568 -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-1093555-1215250568.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 190ecfd05931e02cff394b89c2a4bf65
RANDOM SEED=2028642830

node88.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.232
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.232
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:       1770272 kB
Buffers:         11124 kB
Cached:         123740 kB
SwapCached:       6780 kB
Active:         197936 kB
Inactive:        39940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1770272 kB
SwapTotal:     4192956 kB
SwapFree:      4179952 kB
Dirty:            7328 kB
Writeback:           0 kB
Mapped:         116892 kB
Slab:            32880 kB
Committed_AS:  1846368 kB
PageTables:       2044 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= 66424 MiB
End job on node88 at 2008-07-05 12:06:23