Trace number 1060462

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.1 1807.27

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-30.xml
MD5SUMfe8adf55471218122b6eb18c36e532d7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.038993
Satisfiable
(Un)Satisfiability was proved
Number of variables59
Number of constraints870
Maximum constraint arity3
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension870
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.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1060462-1215126877.xml
0.28/0.30	   
0.28/0.30	   domains being loaded...
0.28/0.31	   
0.28/0.31	   variables being loaded...
0.28/0.35	     nbVariables=59  nbDomainTypes=2  minDomainSize=29  maxDomainSize=30  nbTotalValues=1741
0.28/0.35	       =>  wckTime=0.107  cpuTime=0.09  mem=7M919
0.28/0.35	   
0.28/0.35	   predicates being loaded...
0.38/0.40	   
0.38/0.40	   constraints being loaded...
0.78/0.86	     nbConstraints=873  nbGlobalConstraints=3  nbConvertedConstraints=841  nbConvertConstraintsChecks=2641
0.78/0.86	     nbExtensionStructures=3  nbSharedExtensionStructures=838  nbConflictsStructures=3  nbSharedConflictsStructures=838
0.78/0.86	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=59  nbEvaluationManagers=1
0.78/0.86	     nbSharedEvaluationManagers=28  minDegree=30  maxDegree=33  minArity=2  avgArity=2.16  maxArity=58  nbGenerators=1
0.78/0.86	     nbFusions=1  symmetryWckTime=0.097  symmetryCpuTime=0.05  nbCliques=2
0.78/0.86	       =>  wckTime=0.621  cpuTime=0.43  mem=18M726
0.87/0.92	   
0.87/0.92	   solver IterativeSystematicSolver being built... 
0.87/0.98	   
0.87/0.98	   INFO : Forward propagation technique limited 
0.98/1.05	       =>  wckTime=0.808  cpuTime=0.53  mem=21M411
0.98/1.08	   
0.98/1.08	   preprocessing
0.98/1.08	     nbConstraintChecks=28280  nbValidityChecks=1017  nbPropagations=60  nbRevisions=93  nbUselessRevisions=91
0.98/1.08	     nbRemovedValues=2  nbRemovedTuples=435  detectedInconsistency=no
0.98/1.08	       =>  wckTime=0.036  cpuTime=0.02  mem=21M411
2.17/2.22	   
2.17/2.22	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M451)

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-1060462-1215126877/watcher-1060462-1215126877 -o /tmp/evaluation-result-1060462-1215126877/solver-1060462-1215126877 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1060462-1215126877.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.00 1.00 1.06 4/72 30573
/proc/meminfo: memFree=1635152/2055920 swapFree=4180584/4192956
[pid=30573] ppid=30571 vsize=1620 CPUtime=0
/proc/30573/stat : 30573 (java) R 30571 30573 30382 0 -1 0 176 0 0 0 0 0 0 0 22 0 1 0 1991637503 1658880 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/30573/statm: 404 145 119 9 0 46 0

[startup+0.097455 s]
/proc/loadavg: 1.00 1.00 1.06 4/72 30573
/proc/meminfo: memFree=1635152/2055920 swapFree=4180584/4192956
[pid=30573] ppid=30571 vsize=865884 CPUtime=0.08
/proc/30573/stat : 30573 (java) S 30571 30573 30382 0 -1 0 3699 0 1 0 6 2 0 0 18 0 9 0 1991637503 886665216 3173 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30573/statm: 216471 3173 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.101447 s]
/proc/loadavg: 1.00 1.00 1.06 4/72 30573
/proc/meminfo: memFree=1635152/2055920 swapFree=4180584/4192956
[pid=30573] ppid=30571 vsize=865884 CPUtime=0.09
/proc/30573/stat : 30573 (java) S 30571 30573 30382 0 -1 0 3762 0 1 0 7 2 0 0 18 0 9 0 1991637503 886665216 3220 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30573/statm: 216471 3220 1708 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301472 s]
/proc/loadavg: 1.00 1.00 1.06 4/72 30573
/proc/meminfo: memFree=1635152/2055920 swapFree=4180584/4192956
[pid=30573] ppid=30571 vsize=866400 CPUtime=0.28
/proc/30573/stat : 30573 (java) S 30571 30573 30382 0 -1 0 6043 0 1 0 24 4 0 0 18 0 9 0 1991637503 887193600 5417 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30573/statm: 216600 5417 1956 9 0 211128 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866400

[startup+0.701522 s]
/proc/loadavg: 1.00 1.00 1.06 4/72 30573
/proc/meminfo: memFree=1635152/2055920 swapFree=4180584/4192956
[pid=30573] ppid=30571 vsize=867676 CPUtime=0.68
/proc/30573/stat : 30573 (java) S 30571 30573 30382 0 -1 0 8554 0 1 0 61 7 0 0 18 0 9 0 1991637503 888500224 7912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30573/statm: 216919 7912 2012 9 0 211425 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867676

[startup+1.50261 s]
/proc/loadavg: 1.08 1.02 1.06 3/81 30586
/proc/meminfo: memFree=1605640/2055920 swapFree=4180584/4192956
[pid=30573] ppid=30571 vsize=867996 CPUtime=1.47
/proc/30573/stat : 30573 (java) S 30571 30573 30382 0 -1 0 17143 336 1 0 135 11 1 0 18 0 9 0 1991637503 888827904 10973 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30573/statm: 216999 10973 2632 9 0 211505 0
[pid=30573/tid=30575] ppid=30571 vsize=867996 CPUtime=1.12
/proc/30573/task/30575/stat : 30575 (java) R 30571 30573 30382 0 -1 64 12586 336 1 0 103 8 1 0 25 0 9 0 1991637504 888827904 10973 996147200 134512640 134550740 4294955984 18446744073709551615 4126457576 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=867996 CPUtime=0.05
/proc/30573/task/30576/stat : 30576 (java) S 30571 30573 30382 0 -1 64 2795 336 0 0 4 0 1 0 16 0 9 0 1991637505 888827904 10973 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=867996 CPUtime=0.01
/proc/30573/task/30577/stat : 30577 (java) S 30571 30573 30382 0 -1 64 16 336 0 0 0 0 1 0 17 0 9 0 1991637506 888827904 10973 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30578] ppid=30571 vsize=867996 CPUtime=0.01
/proc/30573/task/30578/stat : 30578 (java) S 30571 30573 30382 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 1991637506 888827904 10973 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30579] ppid=30571 vsize=867996 CPUtime=0.01
/proc/30573/task/30579/stat : 30579 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 1991637508 888827904 10973 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30580] ppid=30571 vsize=867996 CPUtime=0.28
/proc/30573/task/30580/stat : 30580 (java) S 30571 30573 30382 0 -1 64 922 336 0 0 26 1 1 0 15 0 9 0 1991637508 888827904 10973 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30581] ppid=30571 vsize=867996 CPUtime=0.01
/proc/30573/task/30581/stat : 30581 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 19 0 9 0 1991637508 888827904 10973 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30582] ppid=30571 vsize=867996 CPUtime=0.01
/proc/30573/task/30582/stat : 30582 (java) S 30571 30573 30382 0 -1 64 2 336 0 0 0 0 1 0 15 0 9 0 1991637508 888827904 10973 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867996

[startup+3.1018 s]
/proc/loadavg: 1.08 1.02 1.06 3/81 30586
/proc/meminfo: memFree=1601224/2055920 swapFree=4180584/4192956
[pid=30573] ppid=30571 vsize=868128 CPUtime=3.06
/proc/30573/stat : 30573 (java) S 30571 30573 30382 0 -1 0 17187 336 1 0 294 11 1 0 18 0 9 0 1991637503 888963072 11013 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30573/statm: 217032 11013 2632 9 0 211538 0
[pid=30573/tid=30575] ppid=30571 vsize=868128 CPUtime=2.68
/proc/30573/task/30575/stat : 30575 (java) R 30571 30573 30382 0 -1 64 12607 336 1 0 259 8 1 0 25 0 9 0 1991637504 888963072 11013 996147200 134512640 134550740 4294955984 18446744073709551615 4127055825 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=868128 CPUtime=0.05
/proc/30573/task/30576/stat : 30576 (java) S 30571 30573 30382 0 -1 64 2796 336 0 0 4 0 1 0 17 0 9 0 1991637505 888963072 11013 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30577/stat : 30577 (java) S 30571 30573 30382 0 -1 64 16 336 0 0 0 0 1 0 17 0 9 0 1991637506 888963072 11013 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30578] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30578/stat : 30578 (java) S 30571 30573 30382 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 1991637506 888963072 11013 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30579] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30579/stat : 30579 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 1991637508 888963072 11013 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30580] ppid=30571 vsize=868128 CPUtime=0.31
/proc/30573/task/30580/stat : 30580 (java) S 30571 30573 30382 0 -1 64 944 336 0 0 29 1 1 0 15 0 9 0 1991637508 888963072 11013 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30581] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30581/stat : 30581 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 19 0 9 0 1991637508 888963072 11013 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30582] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30582/stat : 30582 (java) S 30571 30573 30382 0 -1 64 2 336 0 0 0 0 1 0 15 0 9 0 1991637508 888963072 11013 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868128

[startup+6.30118 s]
/proc/loadavg: 1.08 1.02 1.06 3/81 30586
/proc/meminfo: memFree=1600904/2055920 swapFree=4180584/4192956
[pid=30573] ppid=30571 vsize=868128 CPUtime=6.26
/proc/30573/stat : 30573 (java) S 30571 30573 30382 0 -1 0 17231 336 1 0 613 12 1 0 18 0 9 0 1991637503 888963072 11024 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30573/statm: 217032 11024 2632 9 0 211538 0
[pid=30573/tid=30575] ppid=30571 vsize=868128 CPUtime=5.85
/proc/30573/task/30575/stat : 30575 (java) R 30571 30573 30382 0 -1 64 12611 336 1 0 576 8 1 0 25 0 9 0 1991637504 888963072 11024 996147200 134512640 134550740 4294955984 18446744073709551615 4127057015 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=868128 CPUtime=0.05
/proc/30573/task/30576/stat : 30576 (java) S 30571 30573 30382 0 -1 64 2796 336 0 0 4 0 1 0 16 0 9 0 1991637505 888963072 11024 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30577] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30577/stat : 30577 (java) S 30571 30573 30382 0 -1 64 16 336 0 0 0 0 1 0 17 0 9 0 1991637506 888963072 11024 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30578] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30578/stat : 30578 (java) S 30571 30573 30382 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 1991637506 888963072 11024 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30579] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30579/stat : 30579 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 1991637508 888963072 11024 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30580] ppid=30571 vsize=868128 CPUtime=0.33
/proc/30573/task/30580/stat : 30580 (java) S 30571 30573 30382 0 -1 64 954 336 0 0 31 1 1 0 15 0 9 0 1991637508 888963072 11024 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30581] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30581/stat : 30581 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 19 0 9 0 1991637508 888963072 11024 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30582] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30582/stat : 30582 (java) S 30571 30573 30382 0 -1 64 32 336 0 0 0 0 1 0 15 0 9 0 1991637508 888963072 11024 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 868128

[startup+12.7019 s]
/proc/loadavg: 1.22 1.05 1.07 3/81 30586
/proc/meminfo: memFree=1600720/2055920 swapFree=4180584/4192956
[pid=30573] ppid=30571 vsize=868128 CPUtime=12.63
/proc/30573/stat : 30573 (java) S 30571 30573 30382 0 -1 0 17237 336 1 0 1250 12 1 0 18 0 9 0 1991637503 888963072 11028 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30573/statm: 217032 11028 2632 9 0 211538 0
[pid=30573/tid=30575] ppid=30571 vsize=868128 CPUtime=12.23
/proc/30573/task/30575/stat : 30575 (java) R 30571 30573 30382 0 -1 64 12617 336 1 0 1214 8 1 0 25 0 9 0 1991637504 888963072 11028 996147200 134512640 134550740 4294955984 18446744073709551615 4126095813 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=868128 CPUtime=0.05
/proc/30573/task/30576/stat : 30576 (java) S 30571 30573 30382 0 -1 64 2796 336 0 0 4 0 1 0 16 0 9 0 1991637505 888963072 11028 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30577] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30577/stat : 30577 (java) S 30571 30573 30382 0 -1 64 16 336 0 0 0 0 1 0 17 0 9 0 1991637506 888963072 11028 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30578] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30578/stat : 30578 (java) S 30571 30573 30382 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 1991637506 888963072 11028 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30579] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30579/stat : 30579 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 1991637508 888963072 11028 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30580] ppid=30571 vsize=868128 CPUtime=0.33
/proc/30573/task/30580/stat : 30580 (java) S 30571 30573 30382 0 -1 64 954 336 0 0 31 1 1 0 15 0 9 0 1991637508 888963072 11028 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30581] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30581/stat : 30581 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 19 0 9 0 1991637508 888963072 11028 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30582] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30582/stat : 30582 (java) S 30571 30573 30382 0 -1 64 32 336 0 0 0 0 1 0 15 0 9 0 1991637508 888963072 11028 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 868128

[startup+25.5024 s]
/proc/loadavg: 1.34 1.08 1.08 3/81 30586
/proc/meminfo: memFree=1600720/2055920 swapFree=4180584/4192956
[pid=30573] ppid=30571 vsize=868128 CPUtime=25.38
/proc/30573/stat : 30573 (java) S 30571 30573 30382 0 -1 0 17239 336 1 0 2525 12 1 0 18 0 9 0 1991637503 888963072 11030 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30573/statm: 217032 11030 2632 9 0 211538 0
[pid=30573/tid=30575] ppid=30571 vsize=868128 CPUtime=24.98
/proc/30573/task/30575/stat : 30575 (java) R 30571 30573 30382 0 -1 64 12619 336 1 0 2489 8 1 0 25 0 9 0 1991637504 888963072 11030 996147200 134512640 134550740 4294955984 18446744073709551615 4126852679 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=868128 CPUtime=0.05
/proc/30573/task/30576/stat : 30576 (java) S 30571 30573 30382 0 -1 64 2796 336 0 0 4 0 1 0 16 0 9 0 1991637505 888963072 11030 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30577] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30577/stat : 30577 (java) S 30571 30573 30382 0 -1 64 16 336 0 0 0 0 1 0 17 0 9 0 1991637506 888963072 11030 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30578] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30578/stat : 30578 (java) S 30571 30573 30382 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 1991637506 888963072 11030 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30579] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30579/stat : 30579 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 1991637508 888963072 11030 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30580] ppid=30571 vsize=868128 CPUtime=0.33
/proc/30573/task/30580/stat : 30580 (java) S 30571 30573 30382 0 -1 64 954 336 0 0 31 1 1 0 15 0 9 0 1991637508 888963072 11030 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30581] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30581/stat : 30581 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 19 0 9 0 1991637508 888963072 11030 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30582] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30582/stat : 30582 (java) S 30571 30573 30382 0 -1 64 32 336 0 0 0 0 1 0 15 0 9 0 1991637508 888963072 11030 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 868128

[startup+51.1025 s]
/proc/loadavg: 1.56 1.15 1.11 3/81 30586
/proc/meminfo: memFree=1600592/2055920 swapFree=4180584/4192956
[pid=30573] ppid=30571 vsize=868128 CPUtime=50.87
/proc/30573/stat : 30573 (java) S 30571 30573 30382 0 -1 0 17240 336 1 0 5074 12 1 0 18 0 9 0 1991637503 888963072 11031 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30573/statm: 217032 11031 2632 9 0 211538 0
[pid=30573/tid=30575] ppid=30571 vsize=868128 CPUtime=50.47
/proc/30573/task/30575/stat : 30575 (java) R 30571 30573 30382 0 -1 64 12620 336 1 0 5038 8 1 0 25 0 9 0 1991637504 888963072 11031 996147200 134512640 134550740 4294955984 18446744073709551615 4127068780 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=868128 CPUtime=0.05
/proc/30573/task/30576/stat : 30576 (java) S 30571 30573 30382 0 -1 64 2796 336 0 0 4 0 1 0 16 0 9 0 1991637505 888963072 11031 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30577] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30577/stat : 30577 (java) S 30571 30573 30382 0 -1 64 16 336 0 0 0 0 1 0 17 0 9 0 1991637506 888963072 11031 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30578] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30578/stat : 30578 (java) S 30571 30573 30382 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 1991637506 888963072 11031 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30579] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30579/stat : 30579 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 1991637508 888963072 11031 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30580] ppid=30571 vsize=868128 CPUtime=0.33
/proc/30573/task/30580/stat : 30580 (java) S 30571 30573 30382 0 -1 64 954 336 0 0 31 1 1 0 15 0 9 0 1991637508 888963072 11031 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30581] ppid=30571 vsize=868128 CPUtime=0.01

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

/proc/30573/task/30578/stat : 30578 (java) S 30571 30573 30382 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 1991637506 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30579] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30579/stat : 30579 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30580] ppid=30571 vsize=868128 CPUtime=0.33
/proc/30573/task/30580/stat : 30580 (java) S 30571 30573 30382 0 -1 64 958 336 0 0 31 1 1 0 16 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30581] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30581/stat : 30581 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 19 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30582] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30582/stat : 30582 (java) S 30571 30573 30382 0 -1 64 32 336 0 0 0 0 1 0 15 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.39
Current children cumulated vsize (KiB) 868128

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.78 3/89 30626
/proc/meminfo: memFree=1578704/2055920 swapFree=4180584/4192956
[pid=30573] ppid=30571 vsize=868128 CPUtime=1536.16
/proc/30573/stat : 30573 (java) S 30571 30573 30382 0 -1 0 17261 336 1 0 153601 14 1 0 18 0 9 0 1991637503 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30573/statm: 217032 11048 2632 9 0 211538 0
[pid=30573/tid=30575] ppid=30571 vsize=868128 CPUtime=1535.75
/proc/30573/task/30575/stat : 30575 (java) R 30571 30573 30382 0 -1 64 12637 336 1 0 153564 10 1 0 25 0 9 0 1991637504 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4127078005 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30576] ppid=30571 vsize=868128 CPUtime=0.05
/proc/30573/task/30576/stat : 30576 (java) S 30571 30573 30382 0 -1 64 2796 336 0 0 4 0 1 0 16 0 9 0 1991637505 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30577] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30577/stat : 30577 (java) S 30571 30573 30382 0 -1 64 16 336 0 0 0 0 1 0 17 0 9 0 1991637506 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30578] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30578/stat : 30578 (java) S 30571 30573 30382 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 1991637506 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30579] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30579/stat : 30579 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30580] ppid=30571 vsize=868128 CPUtime=0.33
/proc/30573/task/30580/stat : 30580 (java) S 30571 30573 30382 0 -1 64 958 336 0 0 31 1 1 0 16 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30581] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30581/stat : 30581 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 19 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30582] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30582/stat : 30582 (java) S 30571 30573 30382 0 -1 64 32 336 0 0 0 0 1 0 15 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.16
Current children cumulated vsize (KiB) 868128

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.80 3/89 30626
/proc/meminfo: memFree=1578704/2055920 swapFree=4180584/4192956
[pid=30573] ppid=30571 vsize=868128 CPUtime=1595.92
/proc/30573/stat : 30573 (java) S 30571 30573 30382 0 -1 0 17261 336 1 0 159577 14 1 0 18 0 9 0 1991637503 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30573/statm: 217032 11048 2632 9 0 211538 0
[pid=30573/tid=30575] ppid=30571 vsize=868128 CPUtime=1595.52
/proc/30573/task/30575/stat : 30575 (java) R 30571 30573 30382 0 -1 64 12637 336 1 0 159540 11 1 0 25 0 9 0 1991637504 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4127055907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30576] ppid=30571 vsize=868128 CPUtime=0.05
/proc/30573/task/30576/stat : 30576 (java) S 30571 30573 30382 0 -1 64 2796 336 0 0 4 0 1 0 16 0 9 0 1991637505 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30577] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30577/stat : 30577 (java) S 30571 30573 30382 0 -1 64 16 336 0 0 0 0 1 0 17 0 9 0 1991637506 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30578] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30578/stat : 30578 (java) S 30571 30573 30382 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 1991637506 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30579] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30579/stat : 30579 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30580] ppid=30571 vsize=868128 CPUtime=0.33
/proc/30573/task/30580/stat : 30580 (java) S 30571 30573 30382 0 -1 64 958 336 0 0 31 1 1 0 16 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30581] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30581/stat : 30581 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 19 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30582] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30582/stat : 30582 (java) S 30571 30573 30382 0 -1 64 32 336 0 0 0 0 1 0 15 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.92
Current children cumulated vsize (KiB) 868128

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.81 3/89 30626
/proc/meminfo: memFree=1578704/2055920 swapFree=4180584/4192956
[pid=30573] ppid=30571 vsize=868128 CPUtime=1655.69
/proc/30573/stat : 30573 (java) S 30571 30573 30382 0 -1 0 17261 336 1 0 165554 14 1 0 18 0 9 0 1991637503 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30573/statm: 217032 11048 2632 9 0 211538 0
[pid=30573/tid=30575] ppid=30571 vsize=868128 CPUtime=1655.29
/proc/30573/task/30575/stat : 30575 (java) R 30571 30573 30382 0 -1 64 12637 336 1 0 165517 11 1 0 25 0 9 0 1991637504 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4127061424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30576] ppid=30571 vsize=868128 CPUtime=0.05
/proc/30573/task/30576/stat : 30576 (java) S 30571 30573 30382 0 -1 64 2796 336 0 0 4 0 1 0 16 0 9 0 1991637505 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30577] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30577/stat : 30577 (java) S 30571 30573 30382 0 -1 64 16 336 0 0 0 0 1 0 17 0 9 0 1991637506 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30578] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30578/stat : 30578 (java) S 30571 30573 30382 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 1991637506 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30579] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30579/stat : 30579 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30580] ppid=30571 vsize=868128 CPUtime=0.33
/proc/30573/task/30580/stat : 30580 (java) S 30571 30573 30382 0 -1 64 958 336 0 0 31 1 1 0 16 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30581] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30581/stat : 30581 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 19 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30582] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30582/stat : 30582 (java) S 30571 30573 30382 0 -1 64 32 336 0 0 0 0 1 0 15 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.69
Current children cumulated vsize (KiB) 868128

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/89 30626
/proc/meminfo: memFree=1578640/2055920 swapFree=4180584/4192956
[pid=30573] ppid=30571 vsize=868128 CPUtime=1715.45
/proc/30573/stat : 30573 (java) S 30571 30573 30382 0 -1 0 17261 336 1 0 171530 14 1 0 18 0 9 0 1991637503 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30573/statm: 217032 11048 2632 9 0 211538 0
[pid=30573/tid=30575] ppid=30571 vsize=868128 CPUtime=1715.05
/proc/30573/task/30575/stat : 30575 (java) R 30571 30573 30382 0 -1 64 12637 336 1 0 171493 11 1 0 25 0 9 0 1991637504 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4127055866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30576] ppid=30571 vsize=868128 CPUtime=0.05
/proc/30573/task/30576/stat : 30576 (java) S 30571 30573 30382 0 -1 64 2796 336 0 0 4 0 1 0 16 0 9 0 1991637505 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30577] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30577/stat : 30577 (java) S 30571 30573 30382 0 -1 64 16 336 0 0 0 0 1 0 17 0 9 0 1991637506 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30578] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30578/stat : 30578 (java) S 30571 30573 30382 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 1991637506 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30579] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30579/stat : 30579 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30580] ppid=30571 vsize=868128 CPUtime=0.33
/proc/30573/task/30580/stat : 30580 (java) S 30571 30573 30382 0 -1 64 958 336 0 0 31 1 1 0 16 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30581] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30581/stat : 30581 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 19 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30582] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30582/stat : 30582 (java) S 30571 30573 30382 0 -1 64 32 336 0 0 0 0 1 0 15 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.45
Current children cumulated vsize (KiB) 868128

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/89 30626
/proc/meminfo: memFree=1578576/2055920 swapFree=4180584/4192956
[pid=30573] ppid=30571 vsize=868128 CPUtime=1775.22
/proc/30573/stat : 30573 (java) S 30571 30573 30382 0 -1 0 17261 336 1 0 177507 14 1 0 18 0 9 0 1991637503 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30573/statm: 217032 11048 2632 9 0 211538 0
[pid=30573/tid=30575] ppid=30571 vsize=868128 CPUtime=1774.82
/proc/30573/task/30575/stat : 30575 (java) R 30571 30573 30382 0 -1 64 12637 336 1 0 177470 11 1 0 25 0 9 0 1991637504 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4126958512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30576] ppid=30571 vsize=868128 CPUtime=0.05
/proc/30573/task/30576/stat : 30576 (java) S 30571 30573 30382 0 -1 64 2796 336 0 0 4 0 1 0 16 0 9 0 1991637505 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30577] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30577/stat : 30577 (java) S 30571 30573 30382 0 -1 64 16 336 0 0 0 0 1 0 17 0 9 0 1991637506 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30578] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30578/stat : 30578 (java) S 30571 30573 30382 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 1991637506 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30579] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30579/stat : 30579 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30580] ppid=30571 vsize=868128 CPUtime=0.33
/proc/30573/task/30580/stat : 30580 (java) S 30571 30573 30382 0 -1 64 958 336 0 0 31 1 1 0 16 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30581] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30581/stat : 30581 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 19 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30582] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30582/stat : 30582 (java) S 30571 30573 30382 0 -1 64 32 336 0 0 0 0 1 0 15 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.22
Current children cumulated vsize (KiB) 868128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.2 s]
/proc/loadavg: 2.00 1.97 1.83 3/89 30626
/proc/meminfo: memFree=1578576/2055920 swapFree=4180584/4192956
[pid=30573] ppid=30571 vsize=868128 CPUtime=1800.02
/proc/30573/stat : 30573 (java) S 30571 30573 30382 0 -1 0 17261 336 1 0 179987 14 1 0 18 0 9 0 1991637503 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30573/statm: 217032 11048 2632 9 0 211538 0
[pid=30573/tid=30575] ppid=30571 vsize=868128 CPUtime=1799.62
/proc/30573/task/30575/stat : 30575 (java) R 30571 30573 30382 0 -1 64 12637 336 1 0 179950 11 1 0 25 0 9 0 1991637504 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4126852685 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30576] ppid=30571 vsize=868128 CPUtime=0.05
/proc/30573/task/30576/stat : 30576 (java) S 30571 30573 30382 0 -1 64 2796 336 0 0 4 0 1 0 16 0 9 0 1991637505 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30577] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30577/stat : 30577 (java) S 30571 30573 30382 0 -1 64 16 336 0 0 0 0 1 0 17 0 9 0 1991637506 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30578] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30578/stat : 30578 (java) S 30571 30573 30382 0 -1 64 12 336 0 0 0 0 1 0 16 0 9 0 1991637506 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30573/tid=30579] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30579/stat : 30579 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 18 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30580] ppid=30571 vsize=868128 CPUtime=0.33
/proc/30573/task/30580/stat : 30580 (java) S 30571 30573 30382 0 -1 64 958 336 0 0 31 1 1 0 16 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30581] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30581/stat : 30581 (java) S 30571 30573 30382 0 -1 64 1 336 0 0 0 0 1 0 19 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30573/tid=30582] ppid=30571 vsize=868128 CPUtime=0.01
/proc/30573/task/30582/stat : 30582 (java) R 30571 30573 30382 0 -1 64 32 336 0 0 0 0 1 0 15 0 9 0 1991637508 888963072 11048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868128

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): 1807.27
CPU time (s): 1800.1
CPU user time (s): 1799.94
CPU system time (s): 0.162975
CPU usage (%): 99.6033
Max. virtual memory (cumulated for all children) (KiB): 868128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.162975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17632
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= 38306
involuntary context switches= 48868

runsolver used 1.73274 second user time and 4.89026 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-04 01:14:37
IDJOB=1060462
IDBENCH=54451
IDSOLVER=363
FILE ID=node75/1060462-1215126877
PBS_JOBID= 7877232
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fe8adf55471218122b6eb18c36e532d7
RANDOM SEED=944969000

node75.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.229
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.229
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:       1635632 kB
Buffers:         64504 kB
Cached:         271624 kB
SwapCached:       6320 kB
Active:         211836 kB
Inactive:       147724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1635632 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            2120 kB
Writeback:           0 kB
Mapped:          31028 kB
Slab:            46020 kB
Committed_AS:  4116680 kB
PageTables:       1804 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 node75 at 2008-07-04 01:44:47