Trace number 1045298

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.18 1803.28

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-6.xml
MD5SUM63de7b9f1d819e7299a55d3ddca29f01
Bench CategoryGLOBAL (global constraints)
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 variables108
Number of constraints61
Maximum constraint arity36
Maximum domain size36
Number of constraints which are defined in extension36
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(25)

Solver Data (download as text)

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1045298-1215028756.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.36	     nbVariables=108  nbDomainTypes=2  minDomainSize=6  maxDomainSize=36  nbTotalValues=1728
0.28/0.36	       =>  wckTime=0.116  cpuTime=0.1  mem=7M919
0.28/0.36	   
0.28/0.36	   relations being loaded...
0.28/0.36	   
0.28/0.36	   constraints being loaded...
0.47/0.51	     nbConstraints=71  nbRelationTypes=1  nbGlobalConstraints=71  nbExtensionStructures=1
0.47/0.52	     nbSharedExtensionStructures=35  nbConflictsStructures=1  nbSharedConflictsStructures=35
0.47/0.52	     nbSharedBinaryRepresentations=0  minDegree=3  maxDegree=8  minArity=3  avgArity=9.89  maxArity=90  nbGenerators=10
0.47/0.52	     nbFusions=0  symmetryWckTime=0.083  symmetryCpuTime=0.04
0.47/0.52	       =>  wckTime=0.264  cpuTime=0.18  mem=13M811
0.47/0.56	   
0.47/0.56	   solver IterativeSystematicSolver being built... 
0.57/0.63	   
0.57/0.63	   INFO : Forward propagation technique limited 
0.67/0.71	       =>  wckTime=0.461  cpuTime=0.31  mem=19M935
0.77/0.84	   
0.77/0.84	   preprocessing
0.77/0.84	     nbConstraintChecks=0  nbValidityChecks=48497  nbPropagations=4986  nbRevisions=0  nbUselessRevisions=0
0.77/0.84	     nbSingletonTests=457  nbEffectiveSingletonTests=30  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=700
0.77/0.84	     detectedInconsistency=no
0.77/0.84	       =>  wckTime=0.135  cpuTime=0.09  mem=19M935
0.87/0.97	   
0.87/0.97	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=20M910)

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-1045298-1215028756/watcher-1045298-1215028756 -o /tmp/evaluation-result-1045298-1215028756/solver-1045298-1215028756 -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-1045298-1215028756.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: 1.99 1.97 1.99 4/72 14602
/proc/meminfo: memFree=1563080/2055920 swapFree=4180076/4192956
[pid=14602] ppid=14600 vsize=18572 CPUtime=0
/proc/14602/stat : 14602 (runsolver) R 14600 14602 13567 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 1981848081 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 259415141671 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14602/statm: 4643 292 257 25 0 2626 0

[startup+0.0335491 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 14602
/proc/meminfo: memFree=1563080/2055920 swapFree=4180076/4192956
[pid=14602] ppid=14600 vsize=861876 CPUtime=0.01
/proc/14602/stat : 14602 (java) S 14600 14602 13567 0 -1 0 1896 0 1 0 0 1 0 0 18 0 5 0 1981848081 882561024 1581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/14602/statm: 215469 1581 702 9 0 210448 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861876

[startup+0.101875 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 14602
/proc/meminfo: memFree=1563080/2055920 swapFree=4180076/4192956
[pid=14602] ppid=14600 vsize=865884 CPUtime=0.08
/proc/14602/stat : 14602 (java) S 14600 14602 13567 0 -1 0 3690 0 1 0 6 2 0 0 18 0 9 0 1981848081 886665216 3165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14602/statm: 216471 3165 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301898 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 14602
/proc/meminfo: memFree=1563080/2055920 swapFree=4180076/4192956
[pid=14602] ppid=14600 vsize=866284 CPUtime=0.28
/proc/14602/stat : 14602 (java) S 14600 14602 13567 0 -1 0 5914 0 1 0 24 4 0 0 18 0 9 0 1981848081 887074816 5288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14602/statm: 216571 5288 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701954 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 14602
/proc/meminfo: memFree=1563080/2055920 swapFree=4180076/4192956
[pid=14602] ppid=14600 vsize=867260 CPUtime=0.67
/proc/14602/stat : 14602 (java) S 14600 14602 13567 0 -1 0 14634 164 1 0 60 7 0 0 18 0 10 0 1981848081 888074240 9658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14602/statm: 216815 9658 2627 9 0 211321 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867260

[startup+1.50203 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 14615
/proc/meminfo: memFree=1532160/2055920 swapFree=4180076/4192956
[pid=14602] ppid=14600 vsize=867392 CPUtime=1.46
/proc/14602/stat : 14602 (java) S 14600 14602 13567 0 -1 0 15330 289 1 0 138 8 0 0 18 0 9 0 1981848081 888209408 10347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14602/statm: 216848 10347 2630 9 0 211354 0
[pid=14602/tid=14604] ppid=14600 vsize=867392 CPUtime=1.18
/proc/14602/task/14604/stat : 14604 (java) R 14600 14602 13567 0 -1 64 11589 289 1 0 113 5 0 0 24 0 9 0 1981848082 888209408 10347 996147200 134512640 134550740 4294955968 18446744073709551615 4126817395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14605] ppid=14600 vsize=867392 CPUtime=0.03
/proc/14602/task/14605/stat : 14605 (java) S 14600 14602 13567 0 -1 64 2223 289 0 0 3 0 0 0 16 0 9 0 1981848084 888209408 10347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14606] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14606/stat : 14606 (java) S 14600 14602 13567 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1981848084 888209408 10347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14607] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14607/stat : 14607 (java) S 14600 14602 13567 0 -1 64 7 289 0 0 0 0 0 0 15 0 9 0 1981848084 888209408 10347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14608] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14608/stat : 14608 (java) S 14600 14602 13567 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 1981848086 888209408 10347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14609] ppid=14600 vsize=867392 CPUtime=0.21
/proc/14602/task/14609/stat : 14609 (java) S 14600 14602 13567 0 -1 64 686 289 0 0 21 0 0 0 15 0 9 0 1981848086 888209408 10347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14610] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14610/stat : 14610 (java) S 14600 14602 13567 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 1981848086 888209408 10347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14611] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14611/stat : 14611 (java) S 14600 14602 13567 0 -1 64 5 289 0 0 0 0 0 0 15 0 9 0 1981848086 888209408 10347 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867392

[startup+3.10121 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 14615
/proc/meminfo: memFree=1531712/2055920 swapFree=4180076/4192956
[pid=14602] ppid=14600 vsize=867392 CPUtime=3.05
/proc/14602/stat : 14602 (java) S 14600 14602 13567 0 -1 0 15423 289 1 0 297 8 0 0 18 0 9 0 1981848081 888209408 10438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14602/statm: 216848 10438 2630 9 0 211354 0
[pid=14602/tid=14604] ppid=14600 vsize=867392 CPUtime=2.76
/proc/14602/task/14604/stat : 14604 (java) R 14600 14602 13567 0 -1 64 11677 289 1 0 271 5 0 0 25 0 9 0 1981848082 888209408 10438 996147200 134512640 134550740 4294955968 18446744073709551615 4126095823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14605] ppid=14600 vsize=867392 CPUtime=0.03
/proc/14602/task/14605/stat : 14605 (java) S 14600 14602 13567 0 -1 64 2223 289 0 0 3 0 0 0 17 0 9 0 1981848084 888209408 10438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14606] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14606/stat : 14606 (java) S 14600 14602 13567 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1981848084 888209408 10438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14607] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14607/stat : 14607 (java) S 14600 14602 13567 0 -1 64 7 289 0 0 0 0 0 0 15 0 9 0 1981848084 888209408 10438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14608] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14608/stat : 14608 (java) S 14600 14602 13567 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 1981848086 888209408 10438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14609] ppid=14600 vsize=867392 CPUtime=0.21
/proc/14602/task/14609/stat : 14609 (java) S 14600 14602 13567 0 -1 64 691 289 0 0 21 0 0 0 15 0 9 0 1981848086 888209408 10438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14610] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14610/stat : 14610 (java) S 14600 14602 13567 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 1981848086 888209408 10438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14611] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14611/stat : 14611 (java) S 14600 14602 13567 0 -1 64 5 289 0 0 0 0 0 0 15 0 9 0 1981848086 888209408 10438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867392

[startup+6.30156 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 14615
/proc/meminfo: memFree=1530816/2055920 swapFree=4180076/4192956
[pid=14602] ppid=14600 vsize=867392 CPUtime=6.22
/proc/14602/stat : 14602 (java) S 14600 14602 13567 0 -1 0 15599 289 1 0 614 8 0 0 18 0 9 0 1981848081 888209408 10610 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14602/statm: 216848 10610 2630 9 0 211354 0
[pid=14602/tid=14604] ppid=14600 vsize=867392 CPUtime=5.93
/proc/14602/task/14604/stat : 14604 (java) R 14600 14602 13567 0 -1 64 11850 289 1 0 588 5 0 0 25 0 9 0 1981848082 888209408 10610 996147200 134512640 134550740 4294955968 18446744073709551615 4126753231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14605] ppid=14600 vsize=867392 CPUtime=0.03
/proc/14602/task/14605/stat : 14605 (java) S 14600 14602 13567 0 -1 64 2223 289 0 0 3 0 0 0 16 0 9 0 1981848084 888209408 10610 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14606] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14606/stat : 14606 (java) S 14600 14602 13567 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1981848084 888209408 10610 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14607] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14607/stat : 14607 (java) S 14600 14602 13567 0 -1 64 7 289 0 0 0 0 0 0 15 0 9 0 1981848084 888209408 10610 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14608] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14608/stat : 14608 (java) S 14600 14602 13567 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 1981848086 888209408 10610 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14609] ppid=14600 vsize=867392 CPUtime=0.22
/proc/14602/task/14609/stat : 14609 (java) S 14600 14602 13567 0 -1 64 694 289 0 0 22 0 0 0 16 0 9 0 1981848086 888209408 10610 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14610] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14610/stat : 14610 (java) S 14600 14602 13567 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 1981848086 888209408 10610 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14611] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14611/stat : 14611 (java) S 14600 14602 13567 0 -1 64 5 289 0 0 0 0 0 0 15 0 9 0 1981848086 888209408 10610 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867392

[startup+12.7013 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 14615
/proc/meminfo: memFree=1529280/2055920 swapFree=4180076/4192956
[pid=14602] ppid=14600 vsize=867392 CPUtime=12.56
/proc/14602/stat : 14602 (java) S 14600 14602 13567 0 -1 0 15921 289 1 0 1248 8 0 0 18 0 9 0 1981848081 888209408 10932 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14602/statm: 216848 10932 2630 9 0 211354 0
[pid=14602/tid=14604] ppid=14600 vsize=867392 CPUtime=12.27
/proc/14602/task/14604/stat : 14604 (java) R 14600 14602 13567 0 -1 64 12172 289 1 0 1222 5 0 0 25 0 9 0 1981848082 888209408 10932 996147200 134512640 134550740 4294955968 18446744073709551615 4126768740 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14605] ppid=14600 vsize=867392 CPUtime=0.03
/proc/14602/task/14605/stat : 14605 (java) S 14600 14602 13567 0 -1 64 2223 289 0 0 3 0 0 0 16 0 9 0 1981848084 888209408 10932 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14606] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14606/stat : 14606 (java) S 14600 14602 13567 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1981848084 888209408 10932 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14607] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14607/stat : 14607 (java) S 14600 14602 13567 0 -1 64 7 289 0 0 0 0 0 0 15 0 9 0 1981848084 888209408 10932 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14608] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14608/stat : 14608 (java) S 14600 14602 13567 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 1981848086 888209408 10932 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14609] ppid=14600 vsize=867392 CPUtime=0.22
/proc/14602/task/14609/stat : 14609 (java) S 14600 14602 13567 0 -1 64 694 289 0 0 22 0 0 0 16 0 9 0 1981848086 888209408 10932 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14610] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14610/stat : 14610 (java) S 14600 14602 13567 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 1981848086 888209408 10932 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14611] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14611/stat : 14611 (java) S 14600 14602 13567 0 -1 64 5 289 0 0 0 0 0 0 15 0 9 0 1981848086 888209408 10932 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867392

[startup+25.5027 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 14615
/proc/meminfo: memFree=1526464/2055920 swapFree=4180076/4192956
[pid=14602] ppid=14600 vsize=867392 CPUtime=25.25
/proc/14602/stat : 14602 (java) S 14600 14602 13567 0 -1 0 16587 289 1 0 2517 8 0 0 18 0 9 0 1981848081 888209408 11597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14602/statm: 216848 11597 2630 9 0 211354 0
[pid=14602/tid=14604] ppid=14600 vsize=867392 CPUtime=24.97
/proc/14602/task/14604/stat : 14604 (java) R 14600 14602 13567 0 -1 64 12838 289 1 0 2491 6 0 0 25 0 9 0 1981848082 888209408 11597 996147200 134512640 134550740 4294955968 18446744073709551615 4126760565 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14605] ppid=14600 vsize=867392 CPUtime=0.03
/proc/14602/task/14605/stat : 14605 (java) S 14600 14602 13567 0 -1 64 2223 289 0 0 3 0 0 0 16 0 9 0 1981848084 888209408 11597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14606] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14606/stat : 14606 (java) S 14600 14602 13567 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1981848084 888209408 11597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14607] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14607/stat : 14607 (java) S 14600 14602 13567 0 -1 64 7 289 0 0 0 0 0 0 15 0 9 0 1981848084 888209408 11597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14608] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14608/stat : 14608 (java) S 14600 14602 13567 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 1981848086 888209408 11597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14609] ppid=14600 vsize=867392 CPUtime=0.22
/proc/14602/task/14609/stat : 14609 (java) S 14600 14602 13567 0 -1 64 694 289 0 0 22 0 0 0 16 0 9 0 1981848086 888209408 11597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14610] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14610/stat : 14610 (java) S 14600 14602 13567 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 1981848086 888209408 11597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14611] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14611/stat : 14611 (java) S 14600 14602 13567 0 -1 64 5 289 0 0 0 0 0 0 15 0 9 0 1981848086 888209408 11597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867392

[startup+51.1025 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 14615
/proc/meminfo: memFree=1520832/2055920 swapFree=4180076/4192956
[pid=14602] ppid=14600 vsize=867392 CPUtime=50.63
/proc/14602/stat : 14602 (java) S 14600 14602 13567 0 -1 0 18007 289 1 0 5053 10 0 0 18 0 9 0 1981848081 888209408 13014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14602/statm: 216848 13014 2630 9 0 211354 0
[pid=14602/tid=14604] ppid=14600 vsize=867392 CPUtime=50.35
/proc/14602/task/14604/stat : 14604 (java) R 14600 14602 13567 0 -1 64 14258 289 1 0 5028 7 0 0 25 0 9 0 1981848082 888209408 13014 996147200 134512640 134550740 4294955968 18446744073709551615 4126750675 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14605] ppid=14600 vsize=867392 CPUtime=0.03
/proc/14602/task/14605/stat : 14605 (java) S 14600 14602 13567 0 -1 64 2223 289 0 0 3 0 0 0 16 0 9 0 1981848084 888209408 13014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14606] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14606/stat : 14606 (java) S 14600 14602 13567 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1981848084 888209408 13014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14607] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14607/stat : 14607 (java) S 14600 14602 13567 0 -1 64 7 289 0 0 0 0 0 0 15 0 9 0 1981848084 888209408 13014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14608] ppid=14600 vsize=867392 CPUtime=0
/proc/14602/task/14608/stat : 14608 (java) S 14600 14602 13567 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 1981848086 888209408 13014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14609] ppid=14600 vsize=867392 CPUtime=0.22
/proc/14602/task/14609/stat : 14609 (java) S 14600 14602 13567 0 -1 64 694 289 0 0 22 0 0 0 16 0 9 0 1981848086 888209408 13014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14610] ppid=14600 vsize=867392 CPUtime=0

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

/proc/14602/task/14607/stat : 14607 (java) S 14600 14602 13567 0 -1 64 8 289 0 0 0 0 0 0 16 0 9 0 1981848084 888119296 19428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14608] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14608/stat : 14608 (java) S 14600 14602 13567 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 1981848086 888119296 19428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14609] ppid=14600 vsize=867304 CPUtime=0.22
/proc/14602/task/14609/stat : 14609 (java) S 14600 14602 13567 0 -1 64 695 289 0 0 22 0 0 0 16 0 9 0 1981848086 888119296 19428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14610] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14610/stat : 14610 (java) S 14600 14602 13567 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 1981848086 888119296 19428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14611] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14611/stat : 14611 (java) S 14600 14602 13567 0 -1 64 5 289 0 0 0 0 0 0 15 0 9 0 1981848086 888119296 19428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1479.31
Current children cumulated vsize (KiB) 867304

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/73 15567
/proc/meminfo: memFree=1500056/2055920 swapFree=4180076/4192956
[pid=14602] ppid=14600 vsize=867304 CPUtime=1539.3
/proc/14602/stat : 14602 (java) S 14600 14602 13567 0 -1 0 24474 289 1 0 153910 20 0 0 18 0 9 0 1981848081 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14602/statm: 216826 19429 2612 9 0 211354 0
[pid=14602/tid=14604] ppid=14600 vsize=867304 CPUtime=1538.98
/proc/14602/task/14604/stat : 14604 (java) R 14600 14602 13567 0 -1 64 18651 289 1 0 153882 16 0 0 25 0 9 0 1981848082 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4126802510 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14605] ppid=14600 vsize=867304 CPUtime=0.06
/proc/14602/task/14605/stat : 14605 (java) S 14600 14602 13567 0 -1 64 4295 289 0 0 5 1 0 0 16 0 9 0 1981848084 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14606] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14606/stat : 14606 (java) S 14600 14602 13567 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1981848084 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14607] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14607/stat : 14607 (java) S 14600 14602 13567 0 -1 64 8 289 0 0 0 0 0 0 16 0 9 0 1981848084 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14608] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14608/stat : 14608 (java) S 14600 14602 13567 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14609] ppid=14600 vsize=867304 CPUtime=0.22
/proc/14602/task/14609/stat : 14609 (java) S 14600 14602 13567 0 -1 64 695 289 0 0 22 0 0 0 16 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14610] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14610/stat : 14610 (java) S 14600 14602 13567 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14611] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14611/stat : 14611 (java) S 14600 14602 13567 0 -1 64 5 289 0 0 0 0 0 0 15 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.3
Current children cumulated vsize (KiB) 867304

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/73 15567
/proc/meminfo: memFree=1499992/2055920 swapFree=4180076/4192956
[pid=14602] ppid=14600 vsize=867304 CPUtime=1599.27
/proc/14602/stat : 14602 (java) S 14600 14602 13567 0 -1 0 24474 289 1 0 159907 20 0 0 18 0 9 0 1981848081 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14602/statm: 216826 19429 2612 9 0 211354 0
[pid=14602/tid=14604] ppid=14600 vsize=867304 CPUtime=1598.96
/proc/14602/task/14604/stat : 14604 (java) R 14600 14602 13567 0 -1 64 18651 289 1 0 159880 16 0 0 25 0 9 0 1981848082 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4126753249 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14605] ppid=14600 vsize=867304 CPUtime=0.06
/proc/14602/task/14605/stat : 14605 (java) S 14600 14602 13567 0 -1 64 4295 289 0 0 5 1 0 0 16 0 9 0 1981848084 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14606] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14606/stat : 14606 (java) S 14600 14602 13567 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1981848084 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14607] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14607/stat : 14607 (java) S 14600 14602 13567 0 -1 64 8 289 0 0 0 0 0 0 16 0 9 0 1981848084 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14608] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14608/stat : 14608 (java) S 14600 14602 13567 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14609] ppid=14600 vsize=867304 CPUtime=0.22
/proc/14602/task/14609/stat : 14609 (java) S 14600 14602 13567 0 -1 64 695 289 0 0 22 0 0 0 16 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14610] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14610/stat : 14610 (java) S 14600 14602 13567 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14611] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14611/stat : 14611 (java) S 14600 14602 13567 0 -1 64 5 289 0 0 0 0 0 0 15 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.27
Current children cumulated vsize (KiB) 867304

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/73 15567
/proc/meminfo: memFree=1500056/2055920 swapFree=4180076/4192956
[pid=14602] ppid=14600 vsize=867304 CPUtime=1659.24
/proc/14602/stat : 14602 (java) S 14600 14602 13567 0 -1 0 24474 289 1 0 165904 20 0 0 18 0 9 0 1981848081 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14602/statm: 216826 19429 2612 9 0 211354 0
[pid=14602/tid=14604] ppid=14600 vsize=867304 CPUtime=1658.93
/proc/14602/task/14604/stat : 14604 (java) R 14600 14602 13567 0 -1 64 18651 289 1 0 165877 16 0 0 25 0 9 0 1981848082 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4126865150 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14605] ppid=14600 vsize=867304 CPUtime=0.06
/proc/14602/task/14605/stat : 14605 (java) S 14600 14602 13567 0 -1 64 4295 289 0 0 5 1 0 0 16 0 9 0 1981848084 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14606] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14606/stat : 14606 (java) S 14600 14602 13567 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1981848084 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14607] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14607/stat : 14607 (java) S 14600 14602 13567 0 -1 64 8 289 0 0 0 0 0 0 16 0 9 0 1981848084 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14608] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14608/stat : 14608 (java) S 14600 14602 13567 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14609] ppid=14600 vsize=867304 CPUtime=0.22
/proc/14602/task/14609/stat : 14609 (java) S 14600 14602 13567 0 -1 64 695 289 0 0 22 0 0 0 16 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14610] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14610/stat : 14610 (java) S 14600 14602 13567 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14611] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14611/stat : 14611 (java) S 14600 14602 13567 0 -1 64 5 289 0 0 0 0 0 0 15 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.24
Current children cumulated vsize (KiB) 867304

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/73 15567
/proc/meminfo: memFree=1499992/2055920 swapFree=4180076/4192956
[pid=14602] ppid=14600 vsize=867304 CPUtime=1719.22
/proc/14602/stat : 14602 (java) S 14600 14602 13567 0 -1 0 24475 289 1 0 171902 20 0 0 18 0 9 0 1981848081 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14602/statm: 216826 19429 2612 9 0 211354 0
[pid=14602/tid=14604] ppid=14600 vsize=867304 CPUtime=1718.91
/proc/14602/task/14604/stat : 14604 (java) R 14600 14602 13567 0 -1 64 18652 289 1 0 171875 16 0 0 25 0 9 0 1981848082 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4126862734 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14605] ppid=14600 vsize=867304 CPUtime=0.06
/proc/14602/task/14605/stat : 14605 (java) S 14600 14602 13567 0 -1 64 4295 289 0 0 5 1 0 0 16 0 9 0 1981848084 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14606] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14606/stat : 14606 (java) S 14600 14602 13567 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1981848084 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14607] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14607/stat : 14607 (java) S 14600 14602 13567 0 -1 64 8 289 0 0 0 0 0 0 16 0 9 0 1981848084 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14608] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14608/stat : 14608 (java) S 14600 14602 13567 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14609] ppid=14600 vsize=867304 CPUtime=0.22
/proc/14602/task/14609/stat : 14609 (java) S 14600 14602 13567 0 -1 64 695 289 0 0 22 0 0 0 16 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14610] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14610/stat : 14610 (java) S 14600 14602 13567 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14611] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14611/stat : 14611 (java) S 14600 14602 13567 0 -1 64 5 289 0 0 0 0 0 0 15 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.22
Current children cumulated vsize (KiB) 867304

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/73 15567
/proc/meminfo: memFree=1499928/2055920 swapFree=4180076/4192956
[pid=14602] ppid=14600 vsize=867304 CPUtime=1779.2
/proc/14602/stat : 14602 (java) S 14600 14602 13567 0 -1 0 24475 289 1 0 177900 20 0 0 18 0 9 0 1981848081 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14602/statm: 216826 19429 2612 9 0 211354 0
[pid=14602/tid=14604] ppid=14600 vsize=867304 CPUtime=1778.88
/proc/14602/task/14604/stat : 14604 (java) R 14600 14602 13567 0 -1 64 18652 289 1 0 177872 16 0 0 25 0 9 0 1981848082 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4126790926 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14605] ppid=14600 vsize=867304 CPUtime=0.06
/proc/14602/task/14605/stat : 14605 (java) S 14600 14602 13567 0 -1 64 4295 289 0 0 5 1 0 0 16 0 9 0 1981848084 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14606] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14606/stat : 14606 (java) S 14600 14602 13567 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1981848084 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14607] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14607/stat : 14607 (java) S 14600 14602 13567 0 -1 64 8 289 0 0 0 0 0 0 16 0 9 0 1981848084 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14608] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14608/stat : 14608 (java) S 14600 14602 13567 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14609] ppid=14600 vsize=867304 CPUtime=0.22
/proc/14602/task/14609/stat : 14609 (java) S 14600 14602 13567 0 -1 64 695 289 0 0 22 0 0 0 16 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14610] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14610/stat : 14610 (java) S 14600 14602 13567 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14611] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14611/stat : 14611 (java) S 14600 14602 13567 0 -1 64 5 289 0 0 0 0 0 0 15 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.2
Current children cumulated vsize (KiB) 867304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.2 s]
/proc/loadavg: 1.00 1.00 1.15 2/73 15567
/proc/meminfo: memFree=1499864/2055920 swapFree=4180076/4192956
[pid=14602] ppid=14600 vsize=867304 CPUtime=1800.09
/proc/14602/stat : 14602 (java) S 14600 14602 13567 0 -1 0 24475 289 1 0 179989 20 0 0 18 0 9 0 1981848081 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14602/statm: 216826 19429 2612 9 0 211354 0
[pid=14602/tid=14604] ppid=14600 vsize=867304 CPUtime=1799.77
/proc/14602/task/14604/stat : 14604 (java) R 14600 14602 13567 0 -1 64 18652 289 1 0 179961 16 0 0 25 0 9 0 1981848082 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4126753225 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14605] ppid=14600 vsize=867304 CPUtime=0.06
/proc/14602/task/14605/stat : 14605 (java) S 14600 14602 13567 0 -1 64 4295 289 0 0 5 1 0 0 16 0 9 0 1981848084 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14606] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14606/stat : 14606 (java) S 14600 14602 13567 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1981848084 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14607] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14607/stat : 14607 (java) S 14600 14602 13567 0 -1 64 8 289 0 0 0 0 0 0 16 0 9 0 1981848084 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14608] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14608/stat : 14608 (java) S 14600 14602 13567 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14609] ppid=14600 vsize=867304 CPUtime=0.22
/proc/14602/task/14609/stat : 14609 (java) S 14600 14602 13567 0 -1 64 695 289 0 0 22 0 0 0 16 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14602/tid=14610] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14610/stat : 14610 (java) S 14600 14602 13567 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14602/tid=14611] ppid=14600 vsize=867304 CPUtime=0
/proc/14602/task/14611/stat : 14611 (java) S 14600 14602 13567 0 -1 64 5 289 0 0 0 0 0 0 15 0 9 0 1981848086 888119296 19429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 867304

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): 1803.28
CPU time (s): 1800.18
CPU user time (s): 1799.96
CPU system time (s): 0.218966
CPU usage (%): 99.8283
Max. virtual memory (cumulated for all children) (KiB): 867392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.218966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24794
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= 37810
involuntary context switches= 41887

runsolver used 2.25666 second user time and 4.5853 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-02 21:59:16
IDJOB=1045298
IDBENCH=53937
IDSOLVER=364
FILE ID=node42/1045298-1215028756
PBS_JOBID= 7874386
Free space on /tmp= 66536 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-6.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-1045298-1215028756/watcher-1045298-1215028756 -o /tmp/evaluation-result-1045298-1215028756/solver-1045298-1215028756 -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-1045298-1215028756.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 63de7b9f1d819e7299a55d3ddca29f01
RANDOM SEED=129771018

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1563560 kB
Buffers:         56116 kB
Cached:         355684 kB
SwapCached:       6808 kB
Active:         167880 kB
Inactive:       254932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1563560 kB
SwapTotal:     4192956 kB
SwapFree:      4180076 kB
Dirty:            2020 kB
Writeback:           0 kB
Mapped:          18924 kB
Slab:            54832 kB
Committed_AS:  3548964 kB
PageTables:       1808 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= 66536 MiB
End job on node42 at 2008-07-02 22:29:21