Trace number 1058001

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.17 1808.81

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-1.xml
MD5SUM4d169279fa4e9bed6ceba6b2cb05fd73
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints37537
Maximum constraint arity25
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension37037
Global constraints used (with number of constraints)alldifferent(500)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.16/0.27	
0.16/0.27	   configuration
0.16/0.27	     name=esac.xml
0.26/0.31	   
0.26/0.31	   instance
0.26/0.31	     name=HOME/instance-1058001-1215112251.xml
0.26/0.34	   
0.26/0.34	   domains being loaded...
0.35/0.43	   
0.35/0.43	   variables being loaded...
0.45/0.53	     nbVariables=800  nbDomainTypes=421  minDomainSize=1  maxDomainSize=34  nbTotalValues=11768
0.45/0.53	       =>  wckTime=0.257  cpuTime=0.17  mem=10M781
0.45/0.53	   
0.45/0.53	   predicates being loaded...
0.45/0.59	   
0.45/0.59	   constraints being loaded...
21.35/21.58	   
21.35/21.58	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 113M293)
42.02/42.30	     nbConstraints=37537  nbGlobalConstraints=500  nbSingletonDomainVariables=103  nbConflictsStructures=19965
42.02/42.30	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=17072  nbSharedBinaryRepresentations=0
42.02/42.30	     nbEvaluationManagers=37037  nbSharedEvaluationManagers=0  minDegree=60  maxDegree=358  minArity=4  avgArity=4.23
42.02/42.30	     maxArity=25  nbGenerators=0  nbFusions=0  symmetryWckTime=1.915  symmetryCpuTime=0.66
42.02/42.30	       =>  wckTime=42.027  cpuTime=38.73  mem=223M537
42.72/43.02	   
42.72/43.02	   solver IterativeSystematicSolver being built... 
44.42/44.74	   
44.42/44.74	   INFO : Forward propagation technique limited 
44.51/44.83	       =>  wckTime=44.556  cpuTime=39.8  mem=332M283
71.88/72.32	   
71.88/72.32	   preprocessing
71.88/72.32	     nbConstraintChecks=12689359  nbValidityChecks=55140278  nbPropagations=25728  nbRevisions=4468536
71.88/72.32	     nbUselessRevisions=4463782  nbSingletonTests=1243  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
71.88/72.32	     nbRemovedValues=0  detectedInconsistency=no
71.88/72.32	       =>  wckTime=27.489  cpuTime=27.14  mem=336M754
89.68/90.23	   
89.68/90.23	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=366M429)

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-1058001-1215112251/watcher-1058001-1215112251 -o /tmp/evaluation-result-1058001-1215112251/solver-1058001-1215112251 -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-1058001-1215112251.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.92 2.01 1.99 4/74 30429
/proc/meminfo: memFree=1674736/2055920 swapFree=4169360/4192956
[pid=30429] ppid=30427 vsize=18572 CPUtime=0
/proc/30429/stat : 30429 (runsolver) R 30427 30429 29503 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 245699006 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 224264776999 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/30429/statm: 4643 292 257 25 0 2626 0

[startup+0.103694 s]
/proc/loadavg: 1.92 2.01 1.99 4/74 30429
/proc/meminfo: memFree=1674736/2055920 swapFree=4169360/4192956
[pid=30429] ppid=30427 vsize=865884 CPUtime=0.08
/proc/30429/stat : 30429 (java) S 30427 30429 29503 0 -1 0 3699 0 1 0 6 2 0 0 20 0 9 0 245699006 886665216 3174 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30429/statm: 216471 3174 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.201706 s]
/proc/loadavg: 1.92 2.01 1.99 4/74 30429
/proc/meminfo: memFree=1674736/2055920 swapFree=4169360/4192956
[pid=30429] ppid=30427 vsize=866044 CPUtime=0.16
/proc/30429/stat : 30429 (java) S 30427 30429 29503 0 -1 0 4480 0 1 0 12 4 0 0 20 0 9 0 245699006 886829056 3912 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30429/statm: 216511 3912 1850 9 0 211059 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 866044

[startup+0.30172 s]
/proc/loadavg: 1.92 2.01 1.99 4/74 30429
/proc/meminfo: memFree=1674736/2055920 swapFree=4169360/4192956
[pid=30429] ppid=30427 vsize=866204 CPUtime=0.26
/proc/30429/stat : 30429 (java) S 30427 30429 29503 0 -1 0 5595 0 1 0 21 5 0 0 20 0 9 0 245699006 886992896 5018 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30429/statm: 216551 5018 1887 9 0 211099 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 866204

[startup+0.70176 s]
/proc/loadavg: 1.92 2.01 1.99 4/74 30429
/proc/meminfo: memFree=1674736/2055920 swapFree=4169360/4192956
[pid=30429] ppid=30427 vsize=867680 CPUtime=0.65
/proc/30429/stat : 30429 (java) S 30427 30429 29503 0 -1 0 8988 0 1 0 59 6 0 0 20 0 9 0 245699006 888504320 8348 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30429/statm: 216920 8348 2011 9 0 211426 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 867680

[startup+1.50185 s]
/proc/loadavg: 1.92 2.01 1.99 3/83 30438
/proc/meminfo: memFree=1622440/2055920 swapFree=4169360/4192956
[pid=30429] ppid=30427 vsize=867592 CPUtime=1.44
/proc/30429/stat : 30429 (java) S 30427 30429 29503 0 -1 0 18463 0 1 0 133 11 0 0 20 0 9 0 245699006 888414208 17798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30429/statm: 216898 17798 2004 9 0 211426 0
[pid=30429/tid=30431] ppid=30427 vsize=867592 CPUtime=1.21
/proc/30429/task/30431/stat : 30431 (java) R 30427 30429 29503 0 -1 64 15755 0 1 0 111 10 0 0 25 0 9 0 245699008 888414208 17798 996147200 134512640 134550740 4294955968 18446744073709551615 4126718136 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30432] ppid=30427 vsize=867592 CPUtime=0.05
/proc/30429/task/30432/stat : 30432 (java) S 30427 30429 29503 0 -1 64 1352 0 0 0 5 0 0 0 16 0 9 0 245699009 888414208 17798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30433] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30433/stat : 30433 (java) S 30427 30429 29503 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 245699009 888414208 17798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30434] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30434/stat : 30434 (java) S 30427 30429 29503 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 245699009 888414208 17798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30435] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30435/stat : 30435 (java) S 30427 30429 29503 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245699011 888414208 17798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30436] ppid=30427 vsize=867592 CPUtime=0.15
/proc/30429/task/30436/stat : 30436 (java) S 30427 30429 29503 0 -1 64 659 0 0 0 15 0 0 0 16 0 9 0 245699011 888414208 17798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30437] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30437/stat : 30437 (java) S 30427 30429 29503 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245699011 888414208 17798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30438] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30438/stat : 30438 (java) S 30427 30429 29503 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 245699011 888414208 17798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 867592

[startup+3.10301 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 30438
/proc/meminfo: memFree=1599080/2055920 swapFree=4169360/4192956
[pid=30429] ppid=30427 vsize=867592 CPUtime=3.04
/proc/30429/stat : 30429 (java) S 30427 30429 29503 0 -1 0 22765 0 1 0 290 14 0 0 20 0 9 0 245699006 888414208 22098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30429/statm: 216898 22098 2005 9 0 211426 0
[pid=30429/tid=30431] ppid=30427 vsize=867592 CPUtime=2.56
/proc/30429/task/30431/stat : 30431 (java) R 30427 30429 29503 0 -1 64 15782 0 1 0 246 10 0 0 25 0 9 0 245699008 888414208 22098 996147200 134512640 134550740 4294955968 18446744073709551615 102884226 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30432] ppid=30427 vsize=867592 CPUtime=0.26
/proc/30429/task/30432/stat : 30432 (java) S 30427 30429 29503 0 -1 64 5600 0 0 0 24 2 0 0 17 0 9 0 245699009 888414208 22098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30433] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30433/stat : 30433 (java) S 30427 30429 29503 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 245699009 888414208 22098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30434] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30434/stat : 30434 (java) S 30427 30429 29503 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 245699009 888414208 22098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30435] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30435/stat : 30435 (java) S 30427 30429 29503 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245699011 888414208 22098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30436] ppid=30427 vsize=867592 CPUtime=0.18
/proc/30429/task/30436/stat : 30436 (java) S 30427 30429 29503 0 -1 64 686 0 0 0 18 0 0 0 16 0 9 0 245699011 888414208 22098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30437] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30437/stat : 30437 (java) S 30427 30429 29503 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245699011 888414208 22098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30438] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30438/stat : 30438 (java) S 30427 30429 29503 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 245699011 888414208 22098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867592

[startup+6.30235 s]
/proc/loadavg: 2.01 2.03 2.00 4/83 30438
/proc/meminfo: memFree=1580584/2055920 swapFree=4169360/4192956
[pid=30429] ppid=30427 vsize=867592 CPUtime=6.23
/proc/30429/stat : 30429 (java) S 30427 30429 29503 0 -1 0 26705 0 1 0 595 28 0 0 20 0 9 0 245699006 888414208 26033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30429/statm: 216898 26033 2005 9 0 211426 0
[pid=30429/tid=30431] ppid=30427 vsize=867592 CPUtime=5.54
/proc/30429/task/30431/stat : 30431 (java) R 30427 30429 29503 0 -1 64 15789 0 1 0 533 21 0 0 25 0 9 0 245699008 888414208 26033 996147200 134512640 134550740 4294955968 18446744073709551615 4126938204 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30432] ppid=30427 vsize=867592 CPUtime=0.42
/proc/30429/task/30432/stat : 30432 (java) S 30427 30429 29503 0 -1 64 9492 0 0 0 37 5 0 0 16 0 9 0 245699009 888414208 26033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30433] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30433/stat : 30433 (java) S 30427 30429 29503 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 245699009 888414208 26033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30434] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30434/stat : 30434 (java) S 30427 30429 29503 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 245699009 888414208 26033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30435] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30435/stat : 30435 (java) S 30427 30429 29503 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245699011 888414208 26033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30436] ppid=30427 vsize=867592 CPUtime=0.24
/proc/30429/task/30436/stat : 30436 (java) S 30427 30429 29503 0 -1 64 727 0 0 0 24 0 0 0 15 0 9 0 245699011 888414208 26033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30437] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30437/stat : 30437 (java) S 30427 30429 29503 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245699011 888414208 26033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30438] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30438/stat : 30438 (java) S 30427 30429 29503 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 245699011 888414208 26033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867592

[startup+12.702 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 30438
/proc/meminfo: memFree=1548456/2055920 swapFree=4169360/4192956
[pid=30429] ppid=30427 vsize=867592 CPUtime=12.59
/proc/30429/stat : 30429 (java) S 30427 30429 29503 0 -1 0 33819 0 1 0 1208 51 0 0 20 0 9 0 245699006 888414208 33143 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30429/statm: 216898 33143 2005 9 0 211426 0
[pid=30429/tid=30431] ppid=30427 vsize=867592 CPUtime=11.69
/proc/30429/task/30431/stat : 30431 (java) R 30427 30429 29503 0 -1 64 15793 0 1 0 1126 43 0 0 25 0 9 0 245699008 888414208 33143 996147200 134512640 134550740 4294955968 18446744073709551615 101444432 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30432] ppid=30427 vsize=867592 CPUtime=0.63
/proc/30429/task/30432/stat : 30432 (java) S 30427 30429 29503 0 -1 64 16602 0 0 0 57 6 0 0 16 0 9 0 245699009 888414208 33143 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30433] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30433/stat : 30433 (java) S 30427 30429 29503 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 245699009 888414208 33143 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30434] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30434/stat : 30434 (java) S 30427 30429 29503 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 245699009 888414208 33143 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30435] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30435/stat : 30435 (java) S 30427 30429 29503 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245699011 888414208 33143 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30436] ppid=30427 vsize=867592 CPUtime=0.24
/proc/30429/task/30436/stat : 30436 (java) S 30427 30429 29503 0 -1 64 727 0 0 0 24 0 0 0 15 0 9 0 245699011 888414208 33143 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30437] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30437/stat : 30437 (java) S 30427 30429 29503 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245699011 888414208 33143 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30438] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30438/stat : 30438 (java) S 30427 30429 29503 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 245699011 888414208 33143 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 867592

[startup+25.5014 s]
/proc/loadavg: 2.00 2.02 2.00 4/83 30438
/proc/meminfo: memFree=1491624/2055920 swapFree=4169360/4192956
[pid=30429] ppid=30427 vsize=867592 CPUtime=25.33
/proc/30429/stat : 30429 (java) S 30427 30429 29503 0 -1 0 48036 0 1 0 2439 94 0 0 20 0 9 0 245699006 888414208 47352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30429/statm: 216898 47352 2005 9 0 211426 0
[pid=30429/tid=30431] ppid=30427 vsize=867592 CPUtime=23.99
/proc/30429/task/30431/stat : 30431 (java) R 30427 30429 29503 0 -1 64 15801 0 1 0 2320 79 0 0 25 0 9 0 245699008 888414208 47352 996147200 134512640 134550740 4294955968 18446744073709551615 4126938190 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30432] ppid=30427 vsize=867592 CPUtime=1.07
/proc/30429/task/30432/stat : 30432 (java) S 30427 30429 29503 0 -1 64 30810 0 0 0 94 13 0 0 16 0 9 0 245699009 888414208 47352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30433] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30433/stat : 30433 (java) S 30427 30429 29503 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 245699009 888414208 47352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30434] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30434/stat : 30434 (java) S 30427 30429 29503 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 245699009 888414208 47352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30435] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30435/stat : 30435 (java) S 30427 30429 29503 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245699011 888414208 47352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30436] ppid=30427 vsize=867592 CPUtime=0.24
/proc/30429/task/30436/stat : 30436 (java) S 30427 30429 29503 0 -1 64 728 0 0 0 24 0 0 0 16 0 9 0 245699011 888414208 47352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30437] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30437/stat : 30437 (java) S 30427 30429 29503 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 245699011 888414208 47352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30438] ppid=30427 vsize=867592 CPUtime=0
/proc/30429/task/30438/stat : 30438 (java) S 30427 30429 29503 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 245699011 888414208 47352 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 867592

[startup+51.1011 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 30442
/proc/meminfo: memFree=1301984/2055920 swapFree=4169360/4192956
[pid=30429] ppid=30427 vsize=868004 CPUtime=50.78
/proc/30429/stat : 30429 (java) S 30427 30429 29503 0 -1 0 160498 3412 1 0 4864 129 80 5 20 0 9 0 245699006 888836096 95321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30429/statm: 217001 95321 2637 9 0 211507 0
[pid=30429/tid=30431] ppid=30427 vsize=868004 CPUtime=47.04
/proc/30429/task/30431/stat : 30431 (java) R 30427 30429 29503 0 -1 64 29105 3412 1 0 4535 84 80 5 25 0 9 0 245699008 888836096 95321 996147200 134512640 134550740 4294955968 18446744073709551615 4127356027 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30432] ppid=30427 vsize=868004 CPUtime=4.18
/proc/30429/task/30432/stat : 30432 (java) S 30427 30429 29503 0 -1 64 129565 3412 0 0 292 41 80 5 17 0 9 0 245699009 888836096 95321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30433] ppid=30427 vsize=868004 CPUtime=0.85
/proc/30429/task/30433/stat : 30433 (java) S 30427 30429 29503 0 -1 64 20 3412 0 0 0 0 80 5 16 0 9 0 245699009 888836096 95321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30434] ppid=30427 vsize=868004 CPUtime=0.85
/proc/30429/task/30434/stat : 30434 (java) S 30427 30429 29503 0 -1 64 24 3412 0 0 0 0 80 5 15 0 9 0 245699009 888836096 95321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30435] ppid=30427 vsize=868004 CPUtime=0.85
/proc/30429/task/30435/stat : 30435 (java) S 30427 30429 29503 0 -1 64 1 3412 0 0 0 0 80 5 25 0 9 0 245699011 888836096 95321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30436] ppid=30427 vsize=868004 CPUtime=1.21
/proc/30429/task/30436/stat : 30436 (java) S 30427 30429 29503 0 -1 64 956 3412 0 0 36 0 80 5 16 0 9 0 245699011 888836096 95321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30437] ppid=30427 vsize=868004 CPUtime=0.85

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

/proc/30429/task/30434/stat : 30434 (java) S 30427 30429 29503 0 -1 64 29 3412 0 0 0 0 80 5 16 0 9 0 245699009 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30435] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30435/stat : 30435 (java) S 30427 30429 29503 0 -1 64 1 3412 0 0 0 0 80 5 25 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30436] ppid=30427 vsize=867916 CPUtime=1.3
/proc/30429/task/30436/stat : 30436 (java) S 30427 30429 29503 0 -1 64 998 3412 0 0 44 1 80 5 16 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30437] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30437/stat : 30437 (java) S 30427 30429 29503 0 -1 64 1 3412 0 0 0 0 80 5 25 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30438] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30438/stat : 30438 (java) S 30427 30429 29503 0 -1 64 17 3412 0 0 0 0 80 5 15 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.9
Current children cumulated vsize (KiB) 867916

[startup+1542.31 s]
/proc/loadavg: 2.02 2.00 2.00 3/82 30473
/proc/meminfo: memFree=1277032/2055920 swapFree=4169360/4192956
[pid=30429] ppid=30427 vsize=867916 CPUtime=1534.68
/proc/30429/stat : 30429 (java) S 30427 30429 29503 0 -1 0 164651 3412 1 0 153246 137 80 5 20 0 9 0 245699006 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30429/statm: 216979 99286 2615 9 0 211507 0
[pid=30429/tid=30431] ppid=30427 vsize=867916 CPUtime=1529.19
/proc/30429/task/30431/stat : 30431 (java) R 30427 30429 29503 0 -1 64 29258 3412 1 0 152746 88 80 5 25 0 9 0 245699008 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4127340732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30429/tid=30432] ppid=30427 vsize=867916 CPUtime=5.84
/proc/30429/task/30432/stat : 30432 (java) S 30427 30429 29503 0 -1 64 133518 3412 0 0 455 44 80 5 16 0 9 0 245699009 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30429/tid=30433] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30433/stat : 30433 (java) S 30427 30429 29503 0 -1 64 20 3412 0 0 0 0 80 5 16 0 9 0 245699009 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30434] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30434/stat : 30434 (java) S 30427 30429 29503 0 -1 64 29 3412 0 0 0 0 80 5 16 0 9 0 245699009 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30435] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30435/stat : 30435 (java) S 30427 30429 29503 0 -1 64 1 3412 0 0 0 0 80 5 25 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30436] ppid=30427 vsize=867916 CPUtime=1.3
/proc/30429/task/30436/stat : 30436 (java) S 30427 30429 29503 0 -1 64 998 3412 0 0 44 1 80 5 16 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30437] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30437/stat : 30437 (java) S 30427 30429 29503 0 -1 64 1 3412 0 0 0 0 80 5 25 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30438] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30438/stat : 30438 (java) S 30427 30429 29503 0 -1 64 17 3412 0 0 0 0 80 5 15 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.68
Current children cumulated vsize (KiB) 867916

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/82 30473
/proc/meminfo: memFree=1276904/2055920 swapFree=4169360/4192956
[pid=30429] ppid=30427 vsize=867916 CPUtime=1594.44
/proc/30429/stat : 30429 (java) S 30427 30429 29503 0 -1 0 164655 3412 1 0 159222 137 80 5 20 0 9 0 245699006 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30429/statm: 216979 99286 2615 9 0 211507 0
[pid=30429/tid=30431] ppid=30427 vsize=867916 CPUtime=1588.89
/proc/30429/task/30431/stat : 30431 (java) R 30427 30429 29503 0 -1 64 29262 3412 1 0 158716 88 80 5 25 0 9 0 245699008 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4127353230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30429/tid=30432] ppid=30427 vsize=867916 CPUtime=5.9
/proc/30429/task/30432/stat : 30432 (java) S 30427 30429 29503 0 -1 64 133518 3412 0 0 461 44 80 5 16 0 9 0 245699009 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30429/tid=30433] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30433/stat : 30433 (java) S 30427 30429 29503 0 -1 64 20 3412 0 0 0 0 80 5 16 0 9 0 245699009 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30434] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30434/stat : 30434 (java) S 30427 30429 29503 0 -1 64 29 3412 0 0 0 0 80 5 16 0 9 0 245699009 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30435] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30435/stat : 30435 (java) S 30427 30429 29503 0 -1 64 1 3412 0 0 0 0 80 5 25 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30436] ppid=30427 vsize=867916 CPUtime=1.3
/proc/30429/task/30436/stat : 30436 (java) S 30427 30429 29503 0 -1 64 998 3412 0 0 44 1 80 5 16 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30437] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30437/stat : 30437 (java) S 30427 30429 29503 0 -1 64 1 3412 0 0 0 0 80 5 25 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30438] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30438/stat : 30438 (java) S 30427 30429 29503 0 -1 64 17 3412 0 0 0 0 80 5 15 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.44
Current children cumulated vsize (KiB) 867916

[startup+1662.3 s]
/proc/loadavg: 2.11 2.04 2.00 3/82 30473
/proc/meminfo: memFree=1276840/2055920 swapFree=4169360/4192956
[pid=30429] ppid=30427 vsize=867916 CPUtime=1654.2
/proc/30429/stat : 30429 (java) S 30427 30429 29503 0 -1 0 164661 3412 1 0 165198 137 80 5 20 0 9 0 245699006 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30429/statm: 216979 99286 2615 9 0 211507 0
[pid=30429/tid=30431] ppid=30427 vsize=867916 CPUtime=1648.57
/proc/30429/task/30431/stat : 30431 (java) R 30427 30429 29503 0 -1 64 29268 3412 1 0 164684 88 80 5 25 0 9 0 245699008 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4127382810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30429/tid=30432] ppid=30427 vsize=867916 CPUtime=5.98
/proc/30429/task/30432/stat : 30432 (java) S 30427 30429 29503 0 -1 64 133518 3412 0 0 469 44 80 5 16 0 9 0 245699009 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30429/tid=30433] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30433/stat : 30433 (java) S 30427 30429 29503 0 -1 64 20 3412 0 0 0 0 80 5 16 0 9 0 245699009 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30434] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30434/stat : 30434 (java) S 30427 30429 29503 0 -1 64 29 3412 0 0 0 0 80 5 16 0 9 0 245699009 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30435] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30435/stat : 30435 (java) S 30427 30429 29503 0 -1 64 1 3412 0 0 0 0 80 5 25 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30436] ppid=30427 vsize=867916 CPUtime=1.3
/proc/30429/task/30436/stat : 30436 (java) S 30427 30429 29503 0 -1 64 998 3412 0 0 44 1 80 5 16 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30437] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30437/stat : 30437 (java) S 30427 30429 29503 0 -1 64 1 3412 0 0 0 0 80 5 25 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30438] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30438/stat : 30438 (java) S 30427 30429 29503 0 -1 64 17 3412 0 0 0 0 80 5 15 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.2
Current children cumulated vsize (KiB) 867916

[startup+1722.3 s]
/proc/loadavg: 2.12 2.04 2.00 3/82 30473
/proc/meminfo: memFree=1276840/2055920 swapFree=4169360/4192956
[pid=30429] ppid=30427 vsize=867916 CPUtime=1713.97
/proc/30429/stat : 30429 (java) S 30427 30429 29503 0 -1 0 164666 3412 1 0 171175 137 80 5 20 0 9 0 245699006 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30429/statm: 216979 99286 2615 9 0 211507 0
[pid=30429/tid=30431] ppid=30427 vsize=867916 CPUtime=1708.27
/proc/30429/task/30431/stat : 30431 (java) R 30427 30429 29503 0 -1 64 29273 3412 1 0 170654 88 80 5 25 0 9 0 245699008 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4127346759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30429/tid=30432] ppid=30427 vsize=867916 CPUtime=6.05
/proc/30429/task/30432/stat : 30432 (java) S 30427 30429 29503 0 -1 64 133518 3412 0 0 476 44 80 5 16 0 9 0 245699009 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30429/tid=30433] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30433/stat : 30433 (java) S 30427 30429 29503 0 -1 64 20 3412 0 0 0 0 80 5 16 0 9 0 245699009 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30434] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30434/stat : 30434 (java) S 30427 30429 29503 0 -1 64 29 3412 0 0 0 0 80 5 16 0 9 0 245699009 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30435] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30435/stat : 30435 (java) S 30427 30429 29503 0 -1 64 1 3412 0 0 0 0 80 5 25 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30436] ppid=30427 vsize=867916 CPUtime=1.3
/proc/30429/task/30436/stat : 30436 (java) S 30427 30429 29503 0 -1 64 998 3412 0 0 44 1 80 5 16 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30437] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30437/stat : 30437 (java) S 30427 30429 29503 0 -1 64 1 3412 0 0 0 0 80 5 25 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30438] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30438/stat : 30438 (java) S 30427 30429 29503 0 -1 64 17 3412 0 0 0 0 80 5 15 0 9 0 245699011 888745984 99286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.97
Current children cumulated vsize (KiB) 867916

[startup+1782.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/82 30473
/proc/meminfo: memFree=1276776/2055920 swapFree=4169360/4192956
[pid=30429] ppid=30427 vsize=867916 CPUtime=1773.73
/proc/30429/stat : 30429 (java) S 30427 30429 29503 0 -1 0 164673 3412 1 0 177151 137 80 5 20 0 9 0 245699006 888745984 99287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30429/statm: 216979 99287 2615 9 0 211507 0
[pid=30429/tid=30431] ppid=30427 vsize=867916 CPUtime=1767.98
/proc/30429/task/30431/stat : 30431 (java) R 30427 30429 29503 0 -1 64 29279 3412 1 0 176625 88 80 5 25 0 9 0 245699008 888745984 99287 996147200 134512640 134550740 4294955968 18446744073709551615 4127338694 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30429/tid=30432] ppid=30427 vsize=867916 CPUtime=6.1
/proc/30429/task/30432/stat : 30432 (java) S 30427 30429 29503 0 -1 64 133519 3412 0 0 481 44 80 5 16 0 9 0 245699009 888745984 99287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30429/tid=30433] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30433/stat : 30433 (java) S 30427 30429 29503 0 -1 64 20 3412 0 0 0 0 80 5 16 0 9 0 245699009 888745984 99287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30434] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30434/stat : 30434 (java) S 30427 30429 29503 0 -1 64 29 3412 0 0 0 0 80 5 16 0 9 0 245699009 888745984 99287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30435] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30435/stat : 30435 (java) S 30427 30429 29503 0 -1 64 1 3412 0 0 0 0 80 5 25 0 9 0 245699011 888745984 99287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30436] ppid=30427 vsize=867916 CPUtime=1.3
/proc/30429/task/30436/stat : 30436 (java) S 30427 30429 29503 0 -1 64 998 3412 0 0 44 1 80 5 16 0 9 0 245699011 888745984 99287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30437] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30437/stat : 30437 (java) S 30427 30429 29503 0 -1 64 1 3412 0 0 0 0 80 5 25 0 9 0 245699011 888745984 99287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30438] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30438/stat : 30438 (java) S 30427 30429 29503 0 -1 64 17 3412 0 0 0 0 80 5 15 0 9 0 245699011 888745984 99287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.73
Current children cumulated vsize (KiB) 867916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.7 s]
/proc/loadavg: 2.06 2.04 2.00 3/82 30473
/proc/meminfo: memFree=1276776/2055920 swapFree=4169360/4192956
[pid=30429] ppid=30427 vsize=867916 CPUtime=1800.04
/proc/30429/stat : 30429 (java) S 30427 30429 29503 0 -1 0 164675 3412 1 0 179782 137 80 5 20 0 9 0 245699006 888745984 99287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30429/statm: 216979 99287 2615 9 0 211507 0
[pid=30429/tid=30431] ppid=30427 vsize=867916 CPUtime=1794.27
/proc/30429/task/30431/stat : 30431 (java) R 30427 30429 29503 0 -1 64 29281 3412 1 0 179254 88 80 5 25 0 9 0 245699008 888745984 99287 996147200 134512640 134550740 4294955968 18446744073709551615 4127346759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30429/tid=30432] ppid=30427 vsize=867916 CPUtime=6.12
/proc/30429/task/30432/stat : 30432 (java) S 30427 30429 29503 0 -1 64 133519 3412 0 0 483 44 80 5 16 0 9 0 245699009 888745984 99287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30429/tid=30433] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30433/stat : 30433 (java) S 30427 30429 29503 0 -1 64 20 3412 0 0 0 0 80 5 16 0 9 0 245699009 888745984 99287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30434] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30434/stat : 30434 (java) S 30427 30429 29503 0 -1 64 29 3412 0 0 0 0 80 5 16 0 9 0 245699009 888745984 99287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30435] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30435/stat : 30435 (java) S 30427 30429 29503 0 -1 64 1 3412 0 0 0 0 80 5 25 0 9 0 245699011 888745984 99287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30436] ppid=30427 vsize=867916 CPUtime=1.3
/proc/30429/task/30436/stat : 30436 (java) S 30427 30429 29503 0 -1 64 998 3412 0 0 44 1 80 5 16 0 9 0 245699011 888745984 99287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30437] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30437/stat : 30437 (java) S 30427 30429 29503 0 -1 64 1 3412 0 0 0 0 80 5 25 0 9 0 245699011 888745984 99287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30429/tid=30438] ppid=30427 vsize=867916 CPUtime=0.85
/proc/30429/task/30438/stat : 30438 (java) S 30427 30429 29503 0 -1 64 17 3412 0 0 0 0 80 5 15 0 9 0 245699011 888745984 99287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867916

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): 1808.81
CPU time (s): 1800.17
CPU user time (s): 1798.67
CPU system time (s): 1.49777
CPU usage (%): 99.5222
Max. virtual memory (cumulated for all children) (KiB): 889224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 1.49777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168118
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= 40308
involuntary context switches= 56396

runsolver used 2.22866 second user time and 5.85811 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-03 21:10:52
IDJOB=1058001
IDBENCH=54100
IDSOLVER=364
FILE ID=node82/1058001-1215112251
PBS_JOBID= 7877044
Free space on /tmp= 66480 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-1.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-1058001-1215112251/watcher-1058001-1215112251 -o /tmp/evaluation-result-1058001-1215112251/solver-1058001-1215112251 -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-1058001-1215112251.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4d169279fa4e9bed6ceba6b2cb05fd73
RANDOM SEED=235138704

node82.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.239
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.239
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:       1675216 kB
Buffers:         12024 kB
Cached:         302280 kB
SwapCached:      17740 kB
Active:         187124 kB
Inactive:       158684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1675216 kB
SwapTotal:     4192956 kB
SwapFree:      4169360 kB
Dirty:            7368 kB
Writeback:           0 kB
Mapped:          25828 kB
Slab:            20308 kB
Committed_AS:   563816 kB
PageTables:       1752 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66476 MiB
End job on node82 at 2008-07-03 21:41:03