Trace number 1058497

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 1810.31

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-9.xml
MD5SUM690bc030536081a10afc596885a53720
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark108.522
Satisfiable
(Un)Satisfiability was proved
Number of variables880
Number of constraints48826
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48606
Global constraints used (with number of constraints)alldifferent(220)

Solver Data (download as text)

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1058497-1215115568.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.38/0.48	     nbVariables=880  nbDomainTypes=32  minDomainSize=1  maxDomainSize=45  nbTotalValues=20933
0.38/0.48	       =>  wckTime=0.236  cpuTime=0.16  mem=10M812
0.38/0.48	   
0.38/0.48	   predicates being loaded...
0.49/0.54	   
0.49/0.54	   constraints being loaded...
13.64/13.70	     nbConstraints=48836  nbGlobalConstraints=230  nbSingletonDomainVariables=129  nbConflictsStructures=52
13.64/13.70	     nbSharedConflictsStructures=17081  nbUnbuiltConflictsStructures=350  nbSharedBinaryRepresentations=0
13.64/13.70	     nbEvaluationManagers=402  nbSharedEvaluationManagers=48204  minDegree=38  maxDegree=424  minArity=4  avgArity=4.06
13.64/13.70	     maxArity=20  nbGenerators=10  nbFusions=0  symmetryWckTime=2.939  symmetryCpuTime=1.0
13.64/13.70	       =>  wckTime=13.451  cpuTime=9.76  mem=275M116
14.52/14.60	   
14.52/14.60	   solver IterativeSystematicSolver being built... 
17.41/17.57	   
17.41/17.58	   INFO : Forward propagation technique limited 
17.61/17.77	       =>  wckTime=17.524  cpuTime=11.48  mem=448M274
65.64/66.28	   
65.64/66.28	   INFO : Stopping ESAC
65.64/66.28	   
65.64/66.28	   preprocessing
65.64/66.28	     nbConstraintChecks=26684448  nbValidityChecks=131964090  nbPropagations=23445  nbRevisions=6983127
65.64/66.28	     nbUselessRevisions=6977711  nbSingletonTests=830  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
65.64/66.28	     nbRemovedValues=0  detectedInconsistency=no
65.64/66.28	       =>  wckTime=48.503  cpuTime=48.0  mem=454M373
126.86/128.05	   
126.86/128.05	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=460M513)

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 30600
/proc/meminfo: memFree=1050872/2055920 swapFree=4180424/4192956
[pid=30600] ppid=30598 vsize=144 CPUtime=0
/proc/30600/stat : 30600 (java) R 30598 30600 29868 0 -1 0 195 0 0 0 0 0 0 0 18 0 1 0 1990530315 147456 16 996147200 134512640 134550740 4294955968 18446744073709551615 10912032 0 0 4096 0 0 0 0 17 0 0 0
/proc/30600/statm: 37 20 14 9 0 3 0

[startup+0.0293361 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 30600
/proc/meminfo: memFree=1050872/2055920 swapFree=4180424/4192956
[pid=30600] ppid=30598 vsize=861876 CPUtime=0.02
/proc/30600/stat : 30600 (java) S 30598 30600 29868 0 -1 0 1931 0 1 0 1 1 0 0 18 0 5 0 1990530315 882561024 1612 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/30600/statm: 215469 1613 726 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101345 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 30600
/proc/meminfo: memFree=1050872/2055920 swapFree=4180424/4192956
[pid=30600] ppid=30598 vsize=865884 CPUtime=0.09
/proc/30600/stat : 30600 (java) S 30598 30600 29868 0 -1 0 3695 0 1 0 7 2 0 0 18 0 9 0 1990530315 886665216 3170 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30600/statm: 216471 3170 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.30137 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 30600
/proc/meminfo: memFree=1050872/2055920 swapFree=4180424/4192956
[pid=30600] ppid=30598 vsize=866284 CPUtime=0.28
/proc/30600/stat : 30600 (java) S 30598 30600 29868 0 -1 0 5871 0 1 0 24 4 0 0 18 0 9 0 1990530315 887074816 5245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30600/statm: 216571 5245 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701417 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 30600
/proc/meminfo: memFree=1050872/2055920 swapFree=4180424/4192956
[pid=30600] ppid=30598 vsize=867680 CPUtime=0.68
/proc/30600/stat : 30600 (java) S 30598 30600 29868 0 -1 0 9336 0 1 0 63 5 0 0 18 0 9 0 1990530315 888504320 8696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30600/statm: 216920 8697 2011 9 0 211426 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867680

[startup+1.50151 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 30609
/proc/meminfo: memFree=1004464/2055920 swapFree=4180424/4192956
[pid=30600] ppid=30598 vsize=867592 CPUtime=1.48
/proc/30600/stat : 30600 (java) S 30598 30600 29868 0 -1 0 18504 0 1 0 137 11 0 0 18 0 9 0 1990530315 888414208 17839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30600/statm: 216898 17839 2004 9 0 211426 0
[pid=30600/tid=30602] ppid=30598 vsize=867592 CPUtime=1.23
/proc/30600/task/30602/stat : 30602 (java) R 30598 30600 29868 0 -1 64 15749 0 1 0 114 9 0 0 25 0 9 0 1990530316 888414208 17839 996147200 134512640 134550740 4294955968 18446744073709551615 4126546725 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30603] ppid=30598 vsize=867592 CPUtime=0.06
/proc/30600/task/30603/stat : 30603 (java) S 30598 30600 29868 0 -1 64 1394 0 0 0 6 0 0 0 16 0 9 0 1990530317 888414208 17839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30604] ppid=30598 vsize=867592 CPUtime=0
/proc/30600/task/30604/stat : 30604 (java) S 30598 30600 29868 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990530317 888414208 17839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30605] ppid=30598 vsize=867592 CPUtime=0
/proc/30600/task/30605/stat : 30605 (java) S 30598 30600 29868 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990530317 888414208 17839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30606] ppid=30598 vsize=867592 CPUtime=0
/proc/30600/task/30606/stat : 30606 (java) S 30598 30600 29868 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1990530319 888414208 17839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30607] ppid=30598 vsize=867592 CPUtime=0.16
/proc/30600/task/30607/stat : 30607 (java) S 30598 30600 29868 0 -1 64 663 0 0 0 16 0 0 0 16 0 9 0 1990530319 888414208 17839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30608] ppid=30598 vsize=867592 CPUtime=0
/proc/30600/task/30608/stat : 30608 (java) S 30598 30600 29868 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1990530319 888414208 17839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30609] ppid=30598 vsize=867592 CPUtime=0
/proc/30600/task/30609/stat : 30609 (java) S 30598 30600 29868 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990530319 888414208 17839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867592

[startup+3.10271 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 30609
/proc/meminfo: memFree=975280/2055920 swapFree=4180424/4192956
[pid=30600] ppid=30598 vsize=867592 CPUtime=3.08
/proc/30600/stat : 30600 (java) S 30598 30600 29868 0 -1 0 22757 0 1 0 294 14 0 0 18 0 9 0 1990530315 888414208 22090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30600/statm: 216898 22090 2004 9 0 211426 0
[pid=30600/tid=30602] ppid=30598 vsize=867592 CPUtime=2.6
/proc/30600/task/30602/stat : 30602 (java) R 30598 30600 29868 0 -1 64 15752 0 1 0 250 10 0 0 25 0 9 0 1990530316 888414208 22090 996147200 134512640 134550740 4294955968 18446744073709551615 4159580451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30603] ppid=30598 vsize=867592 CPUtime=0.28
/proc/30600/task/30603/stat : 30603 (java) S 30598 30600 29868 0 -1 64 5643 0 0 0 26 2 0 0 17 0 9 0 1990530317 888414208 22090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30604] ppid=30598 vsize=867592 CPUtime=0
/proc/30600/task/30604/stat : 30604 (java) S 30598 30600 29868 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990530317 888414208 22090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30605] ppid=30598 vsize=867592 CPUtime=0
/proc/30600/task/30605/stat : 30605 (java) S 30598 30600 29868 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990530317 888414208 22090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30606] ppid=30598 vsize=867592 CPUtime=0
/proc/30600/task/30606/stat : 30606 (java) S 30598 30600 29868 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1990530319 888414208 22090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30607] ppid=30598 vsize=867592 CPUtime=0.16
/proc/30600/task/30607/stat : 30607 (java) S 30598 30600 29868 0 -1 64 664 0 0 0 16 0 0 0 17 0 9 0 1990530319 888414208 22090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30608] ppid=30598 vsize=867592 CPUtime=0
/proc/30600/task/30608/stat : 30608 (java) S 30598 30600 29868 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1990530319 888414208 22090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30609] ppid=30598 vsize=867592 CPUtime=0
/proc/30600/task/30609/stat : 30609 (java) S 30598 30600 29868 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990530319 888414208 22090 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867592

[startup+6.30209 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 30609
/proc/meminfo: memFree=925816/2055920 swapFree=4180424/4192956
[pid=30600] ppid=30598 vsize=867596 CPUtime=6.28
/proc/30600/stat : 30600 (java) S 30598 30600 29868 0 -1 0 39145 0 1 0 549 79 0 0 18 0 9 0 1990530315 888418304 38473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30600/statm: 216898 38473 2005 9 0 211426 0
[pid=30600/tid=30602] ppid=30598 vsize=867596 CPUtime=5.23
/proc/30600/task/30602/stat : 30602 (java) R 30598 30600 29868 0 -1 64 15785 0 1 0 456 67 0 0 25 0 9 0 1990530316 888418304 38473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30603] ppid=30598 vsize=867592 CPUtime=0.77
/proc/30600/task/30603/stat : 30603 (java) S 30598 30600 29868 0 -1 64 21937 0 0 0 67 10 0 0 17 0 9 0 1990530317 888414208 38473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30604] ppid=30598 vsize=867592 CPUtime=0
/proc/30600/task/30604/stat : 30604 (java) S 30598 30600 29868 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990530317 888414208 38473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30605] ppid=30598 vsize=867592 CPUtime=0
/proc/30600/task/30605/stat : 30605 (java) S 30598 30600 29868 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990530317 888414208 38473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30606] ppid=30598 vsize=867592 CPUtime=0
/proc/30600/task/30606/stat : 30606 (java) S 30598 30600 29868 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1990530319 888414208 38473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30607] ppid=30598 vsize=867596 CPUtime=0.24
/proc/30600/task/30607/stat : 30607 (java) S 30598 30600 29868 0 -1 64 725 0 0 0 24 0 0 0 16 0 9 0 1990530319 888418304 38473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30608] ppid=30598 vsize=867592 CPUtime=0
/proc/30600/task/30608/stat : 30608 (java) S 30598 30600 29868 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1990530319 888414208 38473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30609] ppid=30598 vsize=867596 CPUtime=0
/proc/30600/task/30609/stat : 30609 (java) S 30598 30600 29868 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990530319 888418304 38473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867596

[startup+12.7029 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 30611
/proc/meminfo: memFree=716712/2055920 swapFree=4180424/4192956
[pid=30600] ppid=30598 vsize=867916 CPUtime=11.53
/proc/30600/stat : 30600 (java) S 30598 30600 29868 0 -1 0 87255 0 1 0 927 226 0 0 18 0 10 0 1990530315 888745984 82212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30600/statm: 216979 82212 2013 9 0 211507 0
[pid=30611] ppid=30600 vsize=26424 CPUtime=1.12
/proc/30611/stat : 30611 (saucy) R 30600 30600 29868 0 -1 4194304 3837 0 0 0 107 5 0 0 25 0 1 0 1990531463 27058176 3747 996147200 134512640 134531332 4294956000 18446744073709551615 134523822 0 4 0 0 0 0 0 17 1 0 0
/proc/30611/statm: 6606 3747 95 4 0 6282 0
[pid=30600/tid=30602] ppid=30598 vsize=867916 CPUtime=9.42
/proc/30600/task/30602/stat : 30602 (java) S 30598 30600 29868 0 -1 64 15864 0 1 0 751 191 0 0 16 0 10 0 1990530316 888745984 82212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=30600/tid=30603] ppid=30598 vsize=867916 CPUtime=1.8
/proc/30600/task/30603/stat : 30603 (java) S 30598 30600 29868 0 -1 64 69891 0 0 0 148 32 0 0 16 0 10 0 1990530317 888745984 82212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30604] ppid=30598 vsize=867916 CPUtime=0
/proc/30600/task/30604/stat : 30604 (java) S 30598 30600 29868 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1990530317 888745984 82212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30605] ppid=30598 vsize=867916 CPUtime=0
/proc/30600/task/30605/stat : 30605 (java) S 30598 30600 29868 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1990530317 888745984 82212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30606] ppid=30598 vsize=867916 CPUtime=0
/proc/30600/task/30606/stat : 30606 (java) S 30598 30600 29868 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 1990530319 888745984 82212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30607] ppid=30598 vsize=867916 CPUtime=0.26
/proc/30600/task/30607/stat : 30607 (java) S 30598 30600 29868 0 -1 64 735 0 0 0 26 0 0 0 15 0 10 0 1990530319 888745984 82212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30608] ppid=30598 vsize=867916 CPUtime=0
/proc/30600/task/30608/stat : 30608 (java) S 30598 30600 29868 0 -1 64 2 0 0 0 0 0 0 0 24 0 10 0 1990530319 888745984 82212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30609] ppid=30598 vsize=867916 CPUtime=0
/proc/30600/task/30609/stat : 30609 (java) S 30598 30600 29868 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 1990530319 888745984 82212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30610] ppid=30598 vsize=867916 CPUtime=0.01
/proc/30600/task/30610/stat : 30610 (java) S 30598 30600 29868 0 -1 64 60 0 0 0 0 1 0 0 16 0 10 0 1990531463 888745984 82212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 894340

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30613
/proc/meminfo: memFree=547696/2055920 swapFree=4180424/4192956
[pid=30600] ppid=30598 vsize=868240 CPUtime=25.32
/proc/30600/stat : 30600 (java) S 30598 30600 29868 0 -1 0 207049 4409 1 0 2113 263 148 8 18 0 9 0 1990530315 889077760 126428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30600/statm: 217060 126428 2615 9 0 211588 0
[pid=30600/tid=30602] ppid=30598 vsize=868240 CPUtime=20.85
/proc/30600/task/30602/stat : 30602 (java) R 30598 30600 29868 0 -1 64 28921 4409 1 0 1734 195 148 8 25 0 9 0 1990530316 889077760 126428 996147200 134512640 134550740 4294955968 18446744073709551615 4126917484 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30603] ppid=30598 vsize=868240 CPUtime=5.62
/proc/30600/task/30603/stat : 30603 (java) S 30598 30600 29868 0 -1 64 176238 4409 0 0 342 64 148 8 17 0 9 0 1990530317 889077760 126428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30604] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30604/stat : 30604 (java) S 30598 30600 29868 0 -1 64 16 4409 0 0 0 0 148 8 16 0 9 0 1990530317 889077760 126428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30605] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30605/stat : 30605 (java) S 30598 30600 29868 0 -1 64 19 4409 0 0 0 0 148 8 16 0 9 0 1990530317 889077760 126428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30606] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30606/stat : 30606 (java) S 30598 30600 29868 0 -1 64 1 4409 0 0 0 0 148 8 23 0 9 0 1990530319 889077760 126428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30607] ppid=30598 vsize=868240 CPUtime=1.92
/proc/30600/task/30607/stat : 30607 (java) S 30598 30600 29868 0 -1 64 1032 4409 0 0 36 0 148 8 15 0 9 0 1990530319 889077760 126428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30608] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30608/stat : 30608 (java) S 30598 30600 29868 0 -1 64 2 4409 0 0 0 0 148 8 24 0 9 0 1990530319 889077760 126428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30609] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30609/stat : 30609 (java) S 30598 30600 29868 0 -1 64 12 4409 0 0 0 0 148 8 15 0 9 0 1990530319 889077760 126428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 868240

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30613
/proc/meminfo: memFree=543024/2055920 swapFree=4180424/4192956
[pid=30600] ppid=30598 vsize=868240 CPUtime=50.69
/proc/30600/stat : 30600 (java) S 30598 30600 29868 0 -1 0 207061 4409 1 0 4649 264 148 8 18 0 9 0 1990530315 889077760 126435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30600/statm: 217060 126435 2615 9 0 211588 0
[pid=30600/tid=30602] ppid=30598 vsize=868240 CPUtime=46.19
/proc/30600/task/30602/stat : 30602 (java) R 30598 30600 29868 0 -1 64 28927 4409 1 0 4268 195 148 8 25 0 9 0 1990530316 889077760 126435 996147200 134512640 134550740 4294955968 18446744073709551615 4127342198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30603] ppid=30598 vsize=868240 CPUtime=5.62
/proc/30600/task/30603/stat : 30603 (java) S 30598 30600 29868 0 -1 64 176238 4409 0 0 342 64 148 8 16 0 9 0 1990530317 889077760 126435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30604] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30604/stat : 30604 (java) S 30598 30600 29868 0 -1 64 16 4409 0 0 0 0 148 8 16 0 9 0 1990530317 889077760 126435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30605] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30605/stat : 30605 (java) S 30598 30600 29868 0 -1 64 19 4409 0 0 0 0 148 8 16 0 9 0 1990530317 889077760 126435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/30600/task/30605/stat : 30605 (java) S 30598 30600 29868 0 -1 64 19 4409 0 0 0 0 148 8 16 0 9 0 1990530317 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30606] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30606/stat : 30606 (java) S 30598 30600 29868 0 -1 64 1 4409 0 0 0 0 148 8 23 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30607] ppid=30598 vsize=868240 CPUtime=2.02
/proc/30600/task/30607/stat : 30607 (java) S 30598 30600 29868 0 -1 64 1103 4409 0 0 45 1 148 8 16 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30608] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30608/stat : 30608 (java) S 30598 30600 29868 0 -1 64 2 4409 0 0 0 0 148 8 24 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30609] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30609/stat : 30609 (java) S 30598 30600 29868 0 -1 64 12 4409 0 0 0 0 148 8 15 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1472.27
Current children cumulated vsize (KiB) 868240

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 30714
/proc/meminfo: memFree=1092600/2055920 swapFree=4180424/4192956
[pid=30600] ppid=30598 vsize=868240 CPUtime=1532.25
/proc/30600/stat : 30600 (java) S 30598 30600 29868 0 -1 0 207141 4409 1 0 152801 268 148 8 18 0 9 0 1990530315 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30600/statm: 217060 126474 2615 9 0 211588 0
[pid=30600/tid=30602] ppid=30598 vsize=868240 CPUtime=1527.68
/proc/30600/task/30602/stat : 30602 (java) R 30598 30600 29868 0 -1 64 28942 4409 1 0 152414 198 148 8 25 0 9 0 1990530316 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4126914703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30603] ppid=30598 vsize=868240 CPUtime=5.62
/proc/30600/task/30603/stat : 30603 (java) S 30598 30600 29868 0 -1 64 176238 4409 0 0 342 64 148 8 16 0 9 0 1990530317 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30604] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30604/stat : 30604 (java) S 30598 30600 29868 0 -1 64 16 4409 0 0 0 0 148 8 16 0 9 0 1990530317 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30605] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30605/stat : 30605 (java) S 30598 30600 29868 0 -1 64 19 4409 0 0 0 0 148 8 16 0 9 0 1990530317 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30606] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30606/stat : 30606 (java) S 30598 30600 29868 0 -1 64 1 4409 0 0 0 0 148 8 23 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30607] ppid=30598 vsize=868240 CPUtime=2.02
/proc/30600/task/30607/stat : 30607 (java) S 30598 30600 29868 0 -1 64 1103 4409 0 0 45 1 148 8 16 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30608] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30608/stat : 30608 (java) S 30598 30600 29868 0 -1 64 2 4409 0 0 0 0 148 8 24 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30609] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30609/stat : 30609 (java) S 30598 30600 29868 0 -1 64 12 4409 0 0 0 0 148 8 15 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.25
Current children cumulated vsize (KiB) 868240

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 30714
/proc/meminfo: memFree=1085432/2055920 swapFree=4180424/4192956
[pid=30600] ppid=30598 vsize=868240 CPUtime=1592.23
/proc/30600/stat : 30600 (java) S 30598 30600 29868 0 -1 0 207141 4409 1 0 158799 268 148 8 18 0 9 0 1990530315 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30600/statm: 217060 126474 2615 9 0 211588 0
[pid=30600/tid=30602] ppid=30598 vsize=868240 CPUtime=1587.65
/proc/30600/task/30602/stat : 30602 (java) R 30598 30600 29868 0 -1 64 28942 4409 1 0 158411 198 148 8 25 0 9 0 1990530316 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4127364234 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30603] ppid=30598 vsize=868240 CPUtime=5.62
/proc/30600/task/30603/stat : 30603 (java) S 30598 30600 29868 0 -1 64 176238 4409 0 0 342 64 148 8 16 0 9 0 1990530317 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30604] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30604/stat : 30604 (java) S 30598 30600 29868 0 -1 64 16 4409 0 0 0 0 148 8 16 0 9 0 1990530317 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30605] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30605/stat : 30605 (java) S 30598 30600 29868 0 -1 64 19 4409 0 0 0 0 148 8 16 0 9 0 1990530317 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30606] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30606/stat : 30606 (java) S 30598 30600 29868 0 -1 64 1 4409 0 0 0 0 148 8 23 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30607] ppid=30598 vsize=868240 CPUtime=2.02
/proc/30600/task/30607/stat : 30607 (java) S 30598 30600 29868 0 -1 64 1103 4409 0 0 45 1 148 8 16 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30608] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30608/stat : 30608 (java) S 30598 30600 29868 0 -1 64 2 4409 0 0 0 0 148 8 24 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30609] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30609/stat : 30609 (java) S 30598 30600 29868 0 -1 64 12 4409 0 0 0 0 148 8 15 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.23
Current children cumulated vsize (KiB) 868240

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 30714
/proc/meminfo: memFree=1076856/2055920 swapFree=4180424/4192956
[pid=30600] ppid=30598 vsize=868240 CPUtime=1652.2
/proc/30600/stat : 30600 (java) S 30598 30600 29868 0 -1 0 207141 4409 1 0 164796 268 148 8 18 0 9 0 1990530315 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30600/statm: 217060 126474 2615 9 0 211588 0
[pid=30600/tid=30602] ppid=30598 vsize=868240 CPUtime=1647.64
/proc/30600/task/30602/stat : 30602 (java) R 30598 30600 29868 0 -1 64 28942 4409 1 0 164409 199 148 8 25 0 9 0 1990530316 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4126913634 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30603] ppid=30598 vsize=868240 CPUtime=5.62
/proc/30600/task/30603/stat : 30603 (java) S 30598 30600 29868 0 -1 64 176238 4409 0 0 342 64 148 8 16 0 9 0 1990530317 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30604] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30604/stat : 30604 (java) S 30598 30600 29868 0 -1 64 16 4409 0 0 0 0 148 8 16 0 9 0 1990530317 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30605] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30605/stat : 30605 (java) S 30598 30600 29868 0 -1 64 19 4409 0 0 0 0 148 8 16 0 9 0 1990530317 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30606] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30606/stat : 30606 (java) S 30598 30600 29868 0 -1 64 1 4409 0 0 0 0 148 8 23 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30607] ppid=30598 vsize=868240 CPUtime=2.02
/proc/30600/task/30607/stat : 30607 (java) S 30598 30600 29868 0 -1 64 1103 4409 0 0 45 1 148 8 16 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30608] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30608/stat : 30608 (java) S 30598 30600 29868 0 -1 64 2 4409 0 0 0 0 148 8 24 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30609] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30609/stat : 30609 (java) S 30598 30600 29868 0 -1 64 12 4409 0 0 0 0 148 8 15 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.2
Current children cumulated vsize (KiB) 868240

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 30714
/proc/meminfo: memFree=1073336/2055920 swapFree=4180424/4192956
[pid=30600] ppid=30598 vsize=868240 CPUtime=1712.18
/proc/30600/stat : 30600 (java) S 30598 30600 29868 0 -1 0 207141 4409 1 0 170794 268 148 8 18 0 9 0 1990530315 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30600/statm: 217060 126474 2615 9 0 211588 0
[pid=30600/tid=30602] ppid=30598 vsize=868240 CPUtime=1707.61
/proc/30600/task/30602/stat : 30602 (java) R 30598 30600 29868 0 -1 64 28942 4409 1 0 170406 199 148 8 25 0 9 0 1990530316 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4127364215 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30603] ppid=30598 vsize=868240 CPUtime=5.62
/proc/30600/task/30603/stat : 30603 (java) S 30598 30600 29868 0 -1 64 176238 4409 0 0 342 64 148 8 16 0 9 0 1990530317 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30604] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30604/stat : 30604 (java) S 30598 30600 29868 0 -1 64 16 4409 0 0 0 0 148 8 16 0 9 0 1990530317 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30605] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30605/stat : 30605 (java) S 30598 30600 29868 0 -1 64 19 4409 0 0 0 0 148 8 16 0 9 0 1990530317 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30606] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30606/stat : 30606 (java) S 30598 30600 29868 0 -1 64 1 4409 0 0 0 0 148 8 23 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30607] ppid=30598 vsize=868240 CPUtime=2.02
/proc/30600/task/30607/stat : 30607 (java) S 30598 30600 29868 0 -1 64 1103 4409 0 0 45 1 148 8 16 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30608] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30608/stat : 30608 (java) S 30598 30600 29868 0 -1 64 2 4409 0 0 0 0 148 8 24 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30609] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30609/stat : 30609 (java) S 30598 30600 29868 0 -1 64 12 4409 0 0 0 0 148 8 15 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.18
Current children cumulated vsize (KiB) 868240

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 30714
/proc/meminfo: memFree=1068344/2055920 swapFree=4180424/4192956
[pid=30600] ppid=30598 vsize=868240 CPUtime=1772.16
/proc/30600/stat : 30600 (java) S 30598 30600 29868 0 -1 0 207141 4409 1 0 176792 268 148 8 18 0 9 0 1990530315 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30600/statm: 217060 126474 2615 9 0 211588 0
[pid=30600/tid=30602] ppid=30598 vsize=868240 CPUtime=1767.59
/proc/30600/task/30602/stat : 30602 (java) R 30598 30600 29868 0 -1 64 28942 4409 1 0 176404 199 148 8 25 0 9 0 1990530316 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4127353521 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30603] ppid=30598 vsize=868240 CPUtime=5.62
/proc/30600/task/30603/stat : 30603 (java) S 30598 30600 29868 0 -1 64 176238 4409 0 0 342 64 148 8 16 0 9 0 1990530317 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30604] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30604/stat : 30604 (java) S 30598 30600 29868 0 -1 64 16 4409 0 0 0 0 148 8 16 0 9 0 1990530317 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30605] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30605/stat : 30605 (java) S 30598 30600 29868 0 -1 64 19 4409 0 0 0 0 148 8 16 0 9 0 1990530317 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30606] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30606/stat : 30606 (java) S 30598 30600 29868 0 -1 64 1 4409 0 0 0 0 148 8 23 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30607] ppid=30598 vsize=868240 CPUtime=2.02
/proc/30600/task/30607/stat : 30607 (java) S 30598 30600 29868 0 -1 64 1103 4409 0 0 45 1 148 8 16 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30608] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30608/stat : 30608 (java) S 30598 30600 29868 0 -1 64 2 4409 0 0 0 0 148 8 24 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30609] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30609/stat : 30609 (java) S 30598 30600 29868 0 -1 64 12 4409 0 0 0 0 148 8 15 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.16
Current children cumulated vsize (KiB) 868240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.2 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 30714
/proc/meminfo: memFree=1065144/2055920 swapFree=4180424/4192956
[pid=30600] ppid=30598 vsize=868240 CPUtime=1800.05
/proc/30600/stat : 30600 (java) S 30598 30600 29868 0 -1 0 207141 4409 1 0 179581 268 148 8 18 0 9 0 1990530315 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30600/statm: 217060 126474 2615 9 0 211588 0
[pid=30600/tid=30602] ppid=30598 vsize=868240 CPUtime=1795.48
/proc/30600/task/30602/stat : 30602 (java) R 30598 30600 29868 0 -1 64 28942 4409 1 0 179193 199 148 8 25 0 9 0 1990530316 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4126095759 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30603] ppid=30598 vsize=868240 CPUtime=5.62
/proc/30600/task/30603/stat : 30603 (java) S 30598 30600 29868 0 -1 64 176238 4409 0 0 342 64 148 8 16 0 9 0 1990530317 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30604] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30604/stat : 30604 (java) S 30598 30600 29868 0 -1 64 16 4409 0 0 0 0 148 8 16 0 9 0 1990530317 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30605] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30605/stat : 30605 (java) S 30598 30600 29868 0 -1 64 19 4409 0 0 0 0 148 8 16 0 9 0 1990530317 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30600/tid=30606] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30606/stat : 30606 (java) S 30598 30600 29868 0 -1 64 1 4409 0 0 0 0 148 8 23 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30607] ppid=30598 vsize=868240 CPUtime=2.02
/proc/30600/task/30607/stat : 30607 (java) S 30598 30600 29868 0 -1 64 1103 4409 0 0 45 1 148 8 16 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30608] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30608/stat : 30608 (java) S 30598 30600 29868 0 -1 64 2 4409 0 0 0 0 148 8 24 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30600/tid=30609] ppid=30598 vsize=868240 CPUtime=1.56
/proc/30600/task/30609/stat : 30609 (java) S 30598 30600 29868 0 -1 64 12 4409 0 0 0 0 148 8 15 0 9 0 1990530319 889077760 126474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868240

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): 1810.31
CPU time (s): 1800.18
CPU user time (s): 1797.34
CPU system time (s): 2.84257
CPU usage (%): 99.4404
Max. virtual memory (cumulated for all children) (KiB): 894340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.34
system time used= 2.84257
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211581
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= 38928
involuntary context switches= 43200

runsolver used 2.36064 second user time and 5.8911 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-03 22:06:08
IDJOB=1058497
IDBENCH=54131
IDSOLVER=364
FILE ID=node33/1058497-1215115568
PBS_JOBID= 7877138
Free space on /tmp= 66376 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-9.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-1058497-1215115568/watcher-1058497-1215115568 -o /tmp/evaluation-result-1058497-1215115568/solver-1058497-1215115568 -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-1058497-1215115568.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 690bc030536081a10afc596885a53720
RANDOM SEED=1889145390

node33.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.231
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.231
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:       1051288 kB
Buffers:         18560 kB
Cached:         359536 kB
SwapCached:       6444 kB
Active:         851304 kB
Inactive:        85032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1051288 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            8836 kB
Writeback:           0 kB
Mapped:         565360 kB
Slab:            52456 kB
Committed_AS:  4003068 kB
PageTables:       2960 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= 66500 MiB
End job on node33 at 2008-07-03 22:36:20