Trace number 1063361

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.16 1814.37

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-pk1.xml
MD5SUMebc5c16170af47a156d0065561ee050e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.483926
Satisfiable
(Un)Satisfiability was proved
Number of variables985
Number of constraints60
Maximum constraint arity115
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1063361-1215136680.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.38/0.46	     nbVariables=985  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=1970
0.38/0.46	       =>  wckTime=0.209  cpuTime=0.14  mem=9M804
0.38/0.46	   
0.38/0.46	   predicates being loaded...
0.59/0.63	   
0.59/0.63	   constraints being loaded...
1.16/1.28	     nbConstraints=45  nbMergedConstraints=15  nbUnbuiltConflictsStructures=16  nbSharedBinaryRepresentations=0
1.16/1.28	     nbEvaluationManagers=16  nbSharedEvaluationManagers=29  minDegree=2  maxDegree=30  minArity=60  avgArity=78.33
1.16/1.28	     maxArity=115  nbGenerators=0  nbFusions=0  symmetryWckTime=0.228  symmetryCpuTime=0.17
1.16/1.28	       =>  wckTime=1.029  cpuTime=0.81  mem=17M509
1.25/1.35	   
1.25/1.35	   solver IterativeSystematicSolver being built... 
1.36/1.46	   
1.36/1.46	   INFO : Forward propagation technique limited 
1.45/1.57	       =>  wckTime=1.318  cpuTime=1.0  mem=35M859
134.60/135.91	   
134.60/135.91	   INFO : Stopping ESAC
134.60/135.91	   
134.60/135.91	   preprocessing
134.60/135.91	     nbConstraintChecks=28311540  nbValidityChecks=3965  nbPropagations=2750  nbRevisions=3172  nbUselessRevisions=2868
134.60/135.91	     nbSingletonTests=1480  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
134.60/135.91	     detectedInconsistency=no
134.60/135.91	       =>  wckTime=134.341  cpuTime=133.05  mem=37M864
1125.54/1139.53	   
1125.54/1139.53	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=38M925)

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-1063361-1215136680/watcher-1063361-1215136680 -o /tmp/evaluation-result-1063361-1215136680/solver-1063361-1215136680 -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-1063361-1215136680.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.00 2.00 4/81 26436
/proc/meminfo: memFree=1492176/2055920 swapFree=4178936/4192956
[pid=26436] ppid=26434 vsize=18572 CPUtime=0
/proc/26436/stat : 26436 (runsolver) R 26434 26436 25978 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1992638338 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 251255123239 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26436/statm: 4643 292 257 25 0 2626 0

[startup+0.0329959 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 26436
/proc/meminfo: memFree=1492176/2055920 swapFree=4178936/4192956
[pid=26436] ppid=26434 vsize=861876 CPUtime=0.02
/proc/26436/stat : 26436 (java) S 26434 26436 25978 0 -1 0 1880 0 1 0 1 1 0 0 18 0 5 0 1992638338 882561024 1567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/26436/statm: 215469 1567 695 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.1018 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 26436
/proc/meminfo: memFree=1492176/2055920 swapFree=4178936/4192956
[pid=26436] ppid=26434 vsize=865884 CPUtime=0.08
/proc/26436/stat : 26436 (java) S 26434 26436 25978 0 -1 0 3666 0 1 0 6 2 0 0 18 0 9 0 1992638338 886665216 3141 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26436/statm: 216471 3142 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301817 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 26436
/proc/meminfo: memFree=1492176/2055920 swapFree=4178936/4192956
[pid=26436] ppid=26434 vsize=867300 CPUtime=0.28
/proc/26436/stat : 26436 (java) S 26434 26436 25978 0 -1 0 5907 0 1 0 25 3 0 0 18 0 9 0 1992638338 888115200 5281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26436/statm: 216825 5282 1954 9 0 211353 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 867300

[startup+0.701861 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 26436
/proc/meminfo: memFree=1492176/2055920 swapFree=4178936/4192956
[pid=26436] ppid=26434 vsize=868068 CPUtime=0.68
/proc/26436/stat : 26436 (java) S 26434 26436 25978 0 -1 0 11122 0 1 0 62 6 0 0 18 0 9 0 1992638338 888901632 10482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26436/statm: 217017 10485 2005 9 0 211523 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 868068

[startup+1.50196 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 26445
/proc/meminfo: memFree=1435592/2055920 swapFree=4178936/4192956
[pid=26436] ppid=26434 vsize=868392 CPUtime=1.45
/proc/26436/stat : 26436 (java) S 26434 26436 25978 0 -1 0 27171 229 1 0 131 13 1 0 18 0 10 0 1992638338 889233408 18636 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26436/statm: 217098 18636 2635 9 0 211604 0
[pid=26436/tid=26438] ppid=26434 vsize=868392 CPUtime=1.15
/proc/26436/task/26438/stat : 26438 (java) R 26434 26436 25978 0 -1 64 21872 229 1 0 104 10 1 0 17 0 10 0 1992638339 889233408 18636 996147200 134512640 134550740 4294955968 18446744073709551615 104540737 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26439] ppid=26434 vsize=868392 CPUtime=0.08
/proc/26436/task/26439/stat : 26439 (java) S 26434 26436 25978 0 -1 64 3751 229 0 0 7 0 1 0 17 0 10 0 1992638341 889233408 18636 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26436/tid=26440] ppid=26434 vsize=868392 CPUtime=0.01
/proc/26436/task/26440/stat : 26440 (java) S 26434 26436 25978 0 -1 64 17 229 0 0 0 0 1 0 16 0 10 0 1992638341 889233408 18636 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26441] ppid=26434 vsize=868392 CPUtime=0.01
/proc/26436/task/26441/stat : 26441 (java) S 26434 26436 25978 0 -1 64 9 229 0 0 0 0 1 0 16 0 10 0 1992638341 889233408 18636 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26442] ppid=26434 vsize=868392 CPUtime=0.01
/proc/26436/task/26442/stat : 26442 (java) S 26434 26436 25978 0 -1 64 1 229 0 0 0 0 1 0 18 0 10 0 1992638343 889233408 18636 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26443] ppid=26434 vsize=868392 CPUtime=0.22
/proc/26436/task/26443/stat : 26443 (java) S 26434 26436 25978 0 -1 64 707 229 0 0 20 1 1 0 15 0 10 0 1992638343 889233408 18636 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26444] ppid=26434 vsize=868392 CPUtime=0.01
/proc/26436/task/26444/stat : 26444 (java) S 26434 26436 25978 0 -1 64 1 229 0 0 0 0 1 0 19 0 10 0 1992638343 889233408 18636 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26445] ppid=26434 vsize=868392 CPUtime=0.01
/proc/26436/task/26445/stat : 26445 (java) S 26434 26436 25978 0 -1 64 8 229 0 0 0 0 1 0 15 0 10 0 1992638343 889233408 18636 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868392

[startup+3.10112 s]
/proc/loadavg: 2.08 2.02 2.01 3/90 26449
/proc/meminfo: memFree=1427264/2055920 swapFree=4178936/4192956
[pid=26436] ppid=26434 vsize=868392 CPUtime=3.05
/proc/26436/stat : 26436 (java) S 26434 26436 25978 0 -1 0 30081 353 1 0 289 14 1 1 18 0 9 0 1992638338 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26436/statm: 217098 18675 2637 9 0 211604 0
[pid=26436/tid=26438] ppid=26434 vsize=868392 CPUtime=2.73
/proc/26436/task/26438/stat : 26438 (java) R 26434 26436 25978 0 -1 64 24762 353 1 0 260 11 1 1 23 0 9 0 1992638339 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4127015880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26439] ppid=26434 vsize=868392 CPUtime=0.09
/proc/26436/task/26439/stat : 26439 (java) S 26434 26436 25978 0 -1 64 3752 353 0 0 7 0 1 1 16 0 9 0 1992638341 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26436/tid=26440] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26440/stat : 26440 (java) S 26434 26436 25978 0 -1 64 17 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26441] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26441/stat : 26441 (java) S 26434 26436 25978 0 -1 64 9 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26442] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26442/stat : 26442 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 18 0 9 0 1992638343 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26443] ppid=26434 vsize=868392 CPUtime=0.25
/proc/26436/task/26443/stat : 26443 (java) S 26434 26436 25978 0 -1 64 722 353 0 0 22 1 1 1 15 0 9 0 1992638343 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26444] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26444/stat : 26444 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 19 0 9 0 1992638343 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26445] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26445/stat : 26445 (java) S 26434 26436 25978 0 -1 64 8 353 0 0 0 0 1 1 15 0 9 0 1992638343 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868392

[startup+6.30247 s]
/proc/loadavg: 2.08 2.02 2.01 3/90 26449
/proc/meminfo: memFree=1427264/2055920 swapFree=4178936/4192956
[pid=26436] ppid=26434 vsize=868392 CPUtime=6.22
/proc/26436/stat : 26436 (java) S 26434 26436 25978 0 -1 0 30095 353 1 0 606 14 1 1 18 0 9 0 1992638338 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26436/statm: 217098 18675 2637 9 0 211604 0
[pid=26436/tid=26438] ppid=26434 vsize=868392 CPUtime=5.9
/proc/26436/task/26438/stat : 26438 (java) R 26434 26436 25978 0 -1 64 24762 353 1 0 577 11 1 1 25 0 9 0 1992638339 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4127013314 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26439] ppid=26434 vsize=868392 CPUtime=0.09
/proc/26436/task/26439/stat : 26439 (java) S 26434 26436 25978 0 -1 64 3752 353 0 0 7 0 1 1 16 0 9 0 1992638341 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26440] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26440/stat : 26440 (java) S 26434 26436 25978 0 -1 64 17 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26441] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26441/stat : 26441 (java) S 26434 26436 25978 0 -1 64 9 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26442] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26442/stat : 26442 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 18 0 9 0 1992638343 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26443] ppid=26434 vsize=868392 CPUtime=0.25
/proc/26436/task/26443/stat : 26443 (java) S 26434 26436 25978 0 -1 64 722 353 0 0 22 1 1 1 15 0 9 0 1992638343 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26444] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26444/stat : 26444 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 19 0 9 0 1992638343 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26445] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26445/stat : 26445 (java) S 26434 26436 25978 0 -1 64 22 353 0 0 0 0 1 1 15 0 9 0 1992638343 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868392

[startup+12.7022 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 26449
/proc/meminfo: memFree=1427144/2055920 swapFree=4178936/4192956
[pid=26436] ppid=26434 vsize=868392 CPUtime=12.56
/proc/26436/stat : 26436 (java) S 26434 26436 25978 0 -1 0 30097 353 1 0 1240 14 1 1 18 0 9 0 1992638338 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26436/statm: 217098 18675 2637 9 0 211604 0
[pid=26436/tid=26438] ppid=26434 vsize=868392 CPUtime=12.23
/proc/26436/task/26438/stat : 26438 (java) R 26434 26436 25978 0 -1 64 24763 353 1 0 1210 11 1 1 25 0 9 0 1992638339 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4126986264 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26439] ppid=26434 vsize=868392 CPUtime=0.09
/proc/26436/task/26439/stat : 26439 (java) S 26434 26436 25978 0 -1 64 3752 353 0 0 7 0 1 1 16 0 9 0 1992638341 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26440] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26440/stat : 26440 (java) S 26434 26436 25978 0 -1 64 17 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26441] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26441/stat : 26441 (java) S 26434 26436 25978 0 -1 64 9 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26442] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26442/stat : 26442 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 18 0 9 0 1992638343 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26443] ppid=26434 vsize=868392 CPUtime=0.25
/proc/26436/task/26443/stat : 26443 (java) S 26434 26436 25978 0 -1 64 723 353 0 0 22 1 1 1 16 0 9 0 1992638343 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26444] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26444/stat : 26444 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 19 0 9 0 1992638343 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26445] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26445/stat : 26445 (java) S 26434 26436 25978 0 -1 64 22 353 0 0 0 0 1 1 15 0 9 0 1992638343 889233408 18675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868392

[startup+25.5016 s]
/proc/loadavg: 2.06 2.01 2.00 3/90 26449
/proc/meminfo: memFree=1427144/2055920 swapFree=4178936/4192956
[pid=26436] ppid=26434 vsize=868392 CPUtime=25.24
/proc/26436/stat : 26436 (java) S 26434 26436 25978 0 -1 0 30110 353 1 0 2508 14 1 1 18 0 9 0 1992638338 889233408 18680 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26436/statm: 217098 18680 2637 9 0 211604 0
[pid=26436/tid=26438] ppid=26434 vsize=868392 CPUtime=24.91
/proc/26436/task/26438/stat : 26438 (java) R 26434 26436 25978 0 -1 64 24773 353 1 0 2478 11 1 1 25 0 9 0 1992638339 889233408 18680 996147200 134512640 134550740 4294955968 18446744073709551615 4127015377 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26439] ppid=26434 vsize=868392 CPUtime=0.09
/proc/26436/task/26439/stat : 26439 (java) S 26434 26436 25978 0 -1 64 3752 353 0 0 7 0 1 1 16 0 9 0 1992638341 889233408 18680 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26440] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26440/stat : 26440 (java) S 26434 26436 25978 0 -1 64 17 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18680 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26441] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26441/stat : 26441 (java) S 26434 26436 25978 0 -1 64 9 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18680 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26442] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26442/stat : 26442 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 18 0 9 0 1992638343 889233408 18680 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26443] ppid=26434 vsize=868392 CPUtime=0.25
/proc/26436/task/26443/stat : 26443 (java) S 26434 26436 25978 0 -1 64 726 353 0 0 22 1 1 1 16 0 9 0 1992638343 889233408 18680 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26444] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26444/stat : 26444 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 19 0 9 0 1992638343 889233408 18680 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26445] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26445/stat : 26445 (java) S 26434 26436 25978 0 -1 64 22 353 0 0 0 0 1 1 15 0 9 0 1992638343 889233408 18680 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 868392

[startup+51.1014 s]
/proc/loadavg: 2.04 2.01 2.00 4/90 26449
/proc/meminfo: memFree=1427144/2055920 swapFree=4178936/4192956
[pid=26436] ppid=26434 vsize=868392 CPUtime=50.6
/proc/26436/stat : 26436 (java) S 26434 26436 25978 0 -1 0 30112 353 1 0 5044 14 1 1 18 0 9 0 1992638338 889233408 18681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26436/statm: 217098 18681 2637 9 0 211604 0
[pid=26436/tid=26438] ppid=26434 vsize=868392 CPUtime=50.26
/proc/26436/task/26438/stat : 26438 (java) R 26434 26436 25978 0 -1 64 24773 353 1 0 5013 11 1 1 25 0 9 0 1992638339 889233408 18681 996147200 134512640 134550740 4294955968 18446744073709551615 4127016304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26439] ppid=26434 vsize=868392 CPUtime=0.09
/proc/26436/task/26439/stat : 26439 (java) S 26434 26436 25978 0 -1 64 3752 353 0 0 7 0 1 1 16 0 9 0 1992638341 889233408 18681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26440] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26440/stat : 26440 (java) S 26434 26436 25978 0 -1 64 17 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26441] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26441/stat : 26441 (java) S 26434 26436 25978 0 -1 64 9 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26442] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26442/stat : 26442 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 18 0 9 0 1992638343 889233408 18681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26443] ppid=26434 vsize=868392 CPUtime=0.25
/proc/26436/task/26443/stat : 26443 (java) S 26434 26436 25978 0 -1 64 728 353 0 0 22 1 1 1 15 0 9 0 1992638343 889233408 18681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26444] ppid=26434 vsize=868392 CPUtime=0.02

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

/proc/26436/task/26441/stat : 26441 (java) S 26434 26436 25978 0 -1 64 9 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26442] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26442/stat : 26442 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 18 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26443] ppid=26434 vsize=868392 CPUtime=0.29
/proc/26436/task/26443/stat : 26443 (java) S 26434 26436 25978 0 -1 64 805 353 0 0 26 1 1 1 16 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26436/tid=26444] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26444/stat : 26444 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 19 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26445] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26445/stat : 26445 (java) S 26434 26436 25978 0 -1 64 22 353 0 0 0 0 1 1 15 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.18
Current children cumulated vsize (KiB) 868392

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 26993
/proc/meminfo: memFree=1292560/2055920 swapFree=4178936/4192956
[pid=26436] ppid=26434 vsize=868392 CPUtime=1588.15
/proc/26436/stat : 26436 (java) S 26434 26436 25978 0 -1 0 30559 353 1 0 158795 18 1 1 18 0 9 0 1992638338 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26436/statm: 217098 18710 2637 9 0 211604 0
[pid=26436/tid=26438] ppid=26434 vsize=868392 CPUtime=1587.78
/proc/26436/task/26438/stat : 26438 (java) R 26434 26436 25978 0 -1 64 25143 353 1 0 158761 15 1 1 25 0 9 0 1992638339 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4127016421 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26436/tid=26439] ppid=26434 vsize=868392 CPUtime=0.09
/proc/26436/task/26439/stat : 26439 (java) S 26434 26436 25978 0 -1 64 3752 353 0 0 7 0 1 1 16 0 9 0 1992638341 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26440] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26440/stat : 26440 (java) S 26434 26436 25978 0 -1 64 17 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26441] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26441/stat : 26441 (java) S 26434 26436 25978 0 -1 64 9 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26442] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26442/stat : 26442 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 18 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26443] ppid=26434 vsize=868392 CPUtime=0.29
/proc/26436/task/26443/stat : 26443 (java) S 26434 26436 25978 0 -1 64 805 353 0 0 26 1 1 1 16 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26436/tid=26444] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26444/stat : 26444 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 19 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26445] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26445/stat : 26445 (java) S 26434 26436 25978 0 -1 64 22 353 0 0 0 0 1 1 15 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.15
Current children cumulated vsize (KiB) 868392

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 26993
/proc/meminfo: memFree=1290704/2055920 swapFree=4178936/4192956
[pid=26436] ppid=26434 vsize=868392 CPUtime=1648.13
/proc/26436/stat : 26436 (java) S 26434 26436 25978 0 -1 0 30559 353 1 0 164793 18 1 1 18 0 9 0 1992638338 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26436/statm: 217098 18710 2637 9 0 211604 0
[pid=26436/tid=26438] ppid=26434 vsize=868392 CPUtime=1647.76
/proc/26436/task/26438/stat : 26438 (java) R 26434 26436 25978 0 -1 64 25143 353 1 0 164759 15 1 1 25 0 9 0 1992638339 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4127011848 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26436/tid=26439] ppid=26434 vsize=868392 CPUtime=0.09
/proc/26436/task/26439/stat : 26439 (java) S 26434 26436 25978 0 -1 64 3752 353 0 0 7 0 1 1 16 0 9 0 1992638341 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26440] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26440/stat : 26440 (java) S 26434 26436 25978 0 -1 64 17 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26441] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26441/stat : 26441 (java) S 26434 26436 25978 0 -1 64 9 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26442] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26442/stat : 26442 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 18 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26443] ppid=26434 vsize=868392 CPUtime=0.29
/proc/26436/task/26443/stat : 26443 (java) S 26434 26436 25978 0 -1 64 805 353 0 0 26 1 1 1 16 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26436/tid=26444] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26444/stat : 26444 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 19 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26445] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26445/stat : 26445 (java) S 26434 26436 25978 0 -1 64 22 353 0 0 0 0 1 1 15 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.13
Current children cumulated vsize (KiB) 868392

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 26993
/proc/meminfo: memFree=1289808/2055920 swapFree=4178936/4192956
[pid=26436] ppid=26434 vsize=868392 CPUtime=1708.1
/proc/26436/stat : 26436 (java) S 26434 26436 25978 0 -1 0 30559 353 1 0 170790 18 1 1 18 0 9 0 1992638338 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26436/statm: 217098 18710 2637 9 0 211604 0
[pid=26436/tid=26438] ppid=26434 vsize=868392 CPUtime=1707.73
/proc/26436/task/26438/stat : 26438 (java) R 26434 26436 25978 0 -1 64 25143 353 1 0 170756 15 1 1 25 0 9 0 1992638339 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4127011869 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26436/tid=26439] ppid=26434 vsize=868392 CPUtime=0.09
/proc/26436/task/26439/stat : 26439 (java) S 26434 26436 25978 0 -1 64 3752 353 0 0 7 0 1 1 16 0 9 0 1992638341 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26440] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26440/stat : 26440 (java) S 26434 26436 25978 0 -1 64 17 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26441] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26441/stat : 26441 (java) S 26434 26436 25978 0 -1 64 9 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26442] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26442/stat : 26442 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 18 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26443] ppid=26434 vsize=868392 CPUtime=0.29
/proc/26436/task/26443/stat : 26443 (java) S 26434 26436 25978 0 -1 64 805 353 0 0 26 1 1 1 16 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26436/tid=26444] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26444/stat : 26444 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 19 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26445] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26445/stat : 26445 (java) S 26434 26436 25978 0 -1 64 22 353 0 0 0 0 1 1 15 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.1
Current children cumulated vsize (KiB) 868392

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 26993
/proc/meminfo: memFree=1289744/2055920 swapFree=4178936/4192956
[pid=26436] ppid=26434 vsize=868392 CPUtime=1768.09
/proc/26436/stat : 26436 (java) S 26434 26436 25978 0 -1 0 30559 353 1 0 176788 19 1 1 18 0 9 0 1992638338 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26436/statm: 217098 18710 2637 9 0 211604 0
[pid=26436/tid=26438] ppid=26434 vsize=868392 CPUtime=1767.71
/proc/26436/task/26438/stat : 26438 (java) R 26434 26436 25978 0 -1 64 25143 353 1 0 176754 15 1 1 25 0 9 0 1992638339 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4127011894 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26436/tid=26439] ppid=26434 vsize=868392 CPUtime=0.09
/proc/26436/task/26439/stat : 26439 (java) S 26434 26436 25978 0 -1 64 3752 353 0 0 7 0 1 1 16 0 9 0 1992638341 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26440] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26440/stat : 26440 (java) S 26434 26436 25978 0 -1 64 17 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26441] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26441/stat : 26441 (java) S 26434 26436 25978 0 -1 64 9 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26442] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26442/stat : 26442 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 18 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26443] ppid=26434 vsize=868392 CPUtime=0.29
/proc/26436/task/26443/stat : 26443 (java) S 26434 26436 25978 0 -1 64 805 353 0 0 26 1 1 1 16 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26436/tid=26444] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26444/stat : 26444 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 19 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26445] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26445/stat : 26445 (java) S 26434 26436 25978 0 -1 64 22 353 0 0 0 0 1 1 15 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.09
Current children cumulated vsize (KiB) 868392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 26993
/proc/meminfo: memFree=1289744/2055920 swapFree=4178936/4192956
[pid=26436] ppid=26434 vsize=868392 CPUtime=1800.08
/proc/26436/stat : 26436 (java) S 26434 26436 25978 0 -1 0 30559 353 1 0 179987 19 1 1 18 0 9 0 1992638338 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26436/statm: 217098 18710 2637 9 0 211604 0
[pid=26436/tid=26438] ppid=26434 vsize=868392 CPUtime=1799.7
/proc/26436/task/26438/stat : 26438 (java) R 26434 26436 25978 0 -1 64 25143 353 1 0 179953 15 1 1 25 0 9 0 1992638339 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4127013272 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26436/tid=26439] ppid=26434 vsize=868392 CPUtime=0.09
/proc/26436/task/26439/stat : 26439 (java) S 26434 26436 25978 0 -1 64 3752 353 0 0 7 0 1 1 16 0 9 0 1992638341 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26440] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26440/stat : 26440 (java) S 26434 26436 25978 0 -1 64 17 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26441] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26441/stat : 26441 (java) S 26434 26436 25978 0 -1 64 9 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26442] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26442/stat : 26442 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 18 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26443] ppid=26434 vsize=868392 CPUtime=0.29
/proc/26436/task/26443/stat : 26443 (java) S 26434 26436 25978 0 -1 64 805 353 0 0 26 1 1 1 16 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26436/tid=26444] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26444/stat : 26444 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 19 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26445] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26445/stat : 26445 (java) R 26434 26436 25978 0 -1 64 22 353 0 0 0 0 1 1 15 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 868392

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

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

[startup+1814.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 26993
/proc/meminfo: memFree=1289744/2055920 swapFree=4178936/4192956
[pid=26436] ppid=26434 vsize=868392 CPUtime=1800.08
/proc/26436/stat : 26436 (java) S 26434 26436 25978 0 -1 0 30559 353 1 0 179987 19 1 1 18 0 9 0 1992638338 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26436/statm: 217098 18710 2637 9 0 211604 0
[pid=26436/tid=26438] ppid=26434 vsize=868392 CPUtime=1799.7
/proc/26436/task/26438/stat : 26438 (java) R 26434 26436 25978 0 -1 64 25143 353 1 0 179953 15 1 1 25 0 9 0 1992638339 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4127013272 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26436/tid=26439] ppid=26434 vsize=868392 CPUtime=0.09
/proc/26436/task/26439/stat : 26439 (java) S 26434 26436 25978 0 -1 64 3752 353 0 0 7 0 1 1 16 0 9 0 1992638341 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26440] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26440/stat : 26440 (java) S 26434 26436 25978 0 -1 64 17 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26441] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26441/stat : 26441 (java) S 26434 26436 25978 0 -1 64 9 353 0 0 0 0 1 1 16 0 9 0 1992638341 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26442] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26442/stat : 26442 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 18 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26443] ppid=26434 vsize=868392 CPUtime=0.29
/proc/26436/task/26443/stat : 26443 (java) S 26434 26436 25978 0 -1 64 805 353 0 0 26 1 1 1 16 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26436/tid=26444] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26444/stat : 26444 (java) S 26434 26436 25978 0 -1 64 1 353 0 0 0 0 1 1 19 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26436/tid=26445] ppid=26434 vsize=868392 CPUtime=0.02
/proc/26436/task/26445/stat : 26445 (java) R 26434 26436 25978 0 -1 64 22 353 0 0 0 0 1 1 15 0 9 0 1992638343 889233408 18710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 868392

Child status: 143
Real time (s): 1814.37
CPU time (s): 1800.16
CPU user time (s): 1799.95
CPU system time (s): 0.212967
CPU usage (%): 99.217
Max. virtual memory (cumulated for all children) (KiB): 868392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.212967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30945
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= 38245
involuntary context switches= 52163

runsolver used 2.26965 second user time and 5.98609 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-04 03:58:00
IDJOB=1063361
IDBENCH=54745
IDSOLVER=364
FILE ID=node64/1063361-1215136680
PBS_JOBID= 7877315
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-pk1.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-1063361-1215136680/watcher-1063361-1215136680 -o /tmp/evaluation-result-1063361-1215136680/solver-1063361-1215136680 -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-1063361-1215136680.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ebc5c16170af47a156d0065561ee050e
RANDOM SEED=1915634090

node64.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.248
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.248
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:       1492592 kB
Buffers:         73116 kB
Cached:         363592 kB
SwapCached:       7196 kB
Active:         289208 kB
Inactive:       206744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1492592 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:            2180 kB
Writeback:           0 kB
Mapped:          75684 kB
Slab:            52060 kB
Committed_AS:  4699272 kB
PageTables:       1944 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= 66556 MiB
End job on node64 at 2008-07-04 04:28:16