Trace number 1063613

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.14 1802.73

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-misc03.xml
MD5SUM3259625b655d7fe28b59411387192fac
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 benchmark1.59176
Satisfiable
(Un)Satisfiability was proved
Number of variables190
Number of constraints123
Maximum constraint arity169
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension123
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1063613-1215138175.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.29/0.39	     nbVariables=190  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=380
0.29/0.39	       =>  wckTime=0.16  cpuTime=0.12  mem=7M853
0.29/0.39	   
0.29/0.39	   predicates being loaded...
0.48/0.59	   
0.48/0.59	   constraints being loaded...
0.98/1.10	     nbConstraints=96  nbMergedConstraints=27  nbConflictsStructures=3  nbSharedConflictsStructures=23
0.98/1.10	     nbUnbuiltConflictsStructures=7  nbSharedBinaryRepresentations=0  nbEvaluationManagers=10
0.98/1.10	     nbSharedEvaluationManagers=86  minDegree=1  maxDegree=24  minArity=6  avgArity=21.7  maxArity=169  nbGenerators=0
0.98/1.10	     nbFusions=0  symmetryWckTime=0.11  symmetryCpuTime=0.07
0.98/1.10	       =>  wckTime=0.866  cpuTime=0.66  mem=38M186
1.06/1.16	   
1.06/1.17	   solver IterativeSystematicSolver being built... 
1.15/1.27	   
1.15/1.27	   INFO : Forward propagation technique limited 
1.26/1.34	       =>  wckTime=1.111  cpuTime=0.8  mem=26M713
1.35/1.45	   
1.35/1.45	   preprocessing
1.35/1.45	     nbConstraintChecks=14320  nbValidityChecks=41255  nbPropagations=501  nbRevisions=22117  nbUselessRevisions=22000
1.35/1.45	     nbSingletonTests=224  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
1.35/1.45	     detectedInconsistency=no
1.35/1.45	       =>  wckTime=0.103  cpuTime=0.08  mem=27M662
6.36/6.44	   
6.36/6.44	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=29M558)

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-1063613-1215138175/watcher-1063613-1215138175 -o /tmp/evaluation-result-1063613-1215138175/solver-1063613-1215138175 -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-1063613-1215138175.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.13 2.27 4/81 25687
/proc/meminfo: memFree=1447096/2055920 swapFree=4192812/4192956
[pid=25687] ppid=25685 vsize=1616 CPUtime=0
/proc/25687/stat : 25687 (java) D 25685 25687 23403 0 -1 0 177 0 0 0 0 0 0 0 19 0 1 0 125487612 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/25687/statm: 404 145 119 9 0 46 0

[startup+0.040135 s]
/proc/loadavg: 2.00 2.13 2.27 4/81 25687
/proc/meminfo: memFree=1447096/2055920 swapFree=4192812/4192956
[pid=25687] ppid=25685 vsize=861876 CPUtime=0.02
/proc/25687/stat : 25687 (java) S 25685 25687 23403 0 -1 0 2251 0 1 0 1 1 0 0 18 0 5 0 125487612 882561024 1862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/25687/statm: 215469 1862 854 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.102033 s]
/proc/loadavg: 2.00 2.13 2.27 4/81 25687
/proc/meminfo: memFree=1447096/2055920 swapFree=4192812/4192956
[pid=25687] ppid=25685 vsize=865884 CPUtime=0.08
/proc/25687/stat : 25687 (java) S 25685 25687 23403 0 -1 0 3789 0 1 0 6 2 0 0 18 0 9 0 125487612 886665216 3240 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25687/statm: 216471 3240 1715 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301047 s]
/proc/loadavg: 2.00 2.13 2.27 4/81 25687
/proc/meminfo: memFree=1447096/2055920 swapFree=4192812/4192956
[pid=25687] ppid=25685 vsize=866196 CPUtime=0.29
/proc/25687/stat : 25687 (java) S 25685 25687 23403 0 -1 0 5627 0 1 0 25 4 0 0 18 0 9 0 125487612 886984704 5041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25687/statm: 216549 5041 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701089 s]
/proc/loadavg: 2.00 2.13 2.27 4/81 25687
/proc/meminfo: memFree=1447096/2055920 swapFree=4192812/4192956
[pid=25687] ppid=25685 vsize=867100 CPUtime=0.67
/proc/25687/stat : 25687 (java) S 25685 25687 23403 0 -1 0 9557 0 1 0 61 6 0 0 18 0 9 0 125487612 887910400 8917 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25687/statm: 216775 8917 2005 9 0 211281 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867100

[startup+1.50117 s]
/proc/loadavg: 2.08 2.14 2.28 3/90 25696
/proc/meminfo: memFree=1404208/2055920 swapFree=4192812/4192956
[pid=25687] ppid=25685 vsize=867880 CPUtime=1.45
/proc/25687/stat : 25687 (java) S 25685 25687 23403 0 -1 0 23752 317 1 0 133 12 0 0 18 0 9 0 125487612 888709120 14506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25687/statm: 216970 14506 2633 9 0 211476 0
[pid=25687/tid=25689] ppid=25685 vsize=867880 CPUtime=1.14
/proc/25687/task/25689/stat : 25689 (java) R 25685 25687 23403 0 -1 64 18771 317 1 0 104 10 0 0 20 0 9 0 125487614 888709120 14506 996147200 134512640 134550740 4294955968 18446744073709551615 4126715305 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25690] ppid=25685 vsize=867880 CPUtime=0.05
/proc/25687/task/25690/stat : 25690 (java) S 25685 25687 23403 0 -1 64 3409 317 0 0 5 0 0 0 16 0 9 0 125487615 888709120 14506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25691] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25691/stat : 25691 (java) S 25685 25687 23403 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 125487615 888709120 14506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25692] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25692/stat : 25692 (java) S 25685 25687 23403 0 -1 64 14 317 0 0 0 0 0 0 16 0 9 0 125487615 888709120 14506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25693] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25693/stat : 25693 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 125487617 888709120 14506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25694] ppid=25685 vsize=867880 CPUtime=0.23
/proc/25687/task/25694/stat : 25694 (java) S 25685 25687 23403 0 -1 64 725 317 0 0 23 0 0 0 15 0 9 0 125487617 888709120 14506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25695] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25695/stat : 25695 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 125487617 888709120 14506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25696] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25696/stat : 25696 (java) S 25685 25687 23403 0 -1 64 7 317 0 0 0 0 0 0 15 0 9 0 125487617 888709120 14506 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) 867880

[startup+3.10133 s]
/proc/loadavg: 2.08 2.14 2.28 3/90 25700
/proc/meminfo: memFree=1398768/2055920 swapFree=4192812/4192956
[pid=25687] ppid=25685 vsize=867880 CPUtime=3.06
/proc/25687/stat : 25687 (java) S 25685 25687 23403 0 -1 0 23772 317 1 0 293 13 0 0 18 0 9 0 125487612 888709120 14511 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25687/statm: 216970 14511 2633 9 0 211476 0
[pid=25687/tid=25689] ppid=25685 vsize=867880 CPUtime=2.73
/proc/25687/task/25689/stat : 25689 (java) R 25685 25687 23403 0 -1 64 18785 317 1 0 263 10 0 0 25 0 9 0 125487614 888709120 14511 996147200 134512640 134550740 4294955968 18446744073709551615 4126731972 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25690] ppid=25685 vsize=867880 CPUtime=0.05
/proc/25687/task/25690/stat : 25690 (java) S 25685 25687 23403 0 -1 64 3410 317 0 0 5 0 0 0 17 0 9 0 125487615 888709120 14511 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25691] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25691/stat : 25691 (java) S 25685 25687 23403 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 125487615 888709120 14511 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25692] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25692/stat : 25692 (java) S 25685 25687 23403 0 -1 64 14 317 0 0 0 0 0 0 16 0 9 0 125487615 888709120 14511 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25693] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25693/stat : 25693 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 125487617 888709120 14511 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25694] ppid=25685 vsize=867880 CPUtime=0.24
/proc/25687/task/25694/stat : 25694 (java) S 25685 25687 23403 0 -1 64 730 317 0 0 24 0 0 0 15 0 9 0 125487617 888709120 14511 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25695] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25695/stat : 25695 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 125487617 888709120 14511 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25696] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25696/stat : 25696 (java) S 25685 25687 23403 0 -1 64 7 317 0 0 0 0 0 0 15 0 9 0 125487617 888709120 14511 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867880

[startup+6.30265 s]
/proc/loadavg: 2.07 2.14 2.28 3/90 25700
/proc/meminfo: memFree=1398704/2055920 swapFree=4192812/4192956
[pid=25687] ppid=25685 vsize=867880 CPUtime=6.26
/proc/25687/stat : 25687 (java) S 25685 25687 23403 0 -1 0 23843 317 1 0 613 13 0 0 18 0 9 0 125487612 888709120 14519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25687/statm: 216970 14519 2633 9 0 211476 0
[pid=25687/tid=25689] ppid=25685 vsize=867880 CPUtime=5.91
/proc/25687/task/25689/stat : 25689 (java) R 25685 25687 23403 0 -1 64 18833 317 1 0 581 10 0 0 25 0 9 0 125487614 888709120 14519 996147200 134512640 134550740 4294955968 18446744073709551615 4126730237 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25690] ppid=25685 vsize=867880 CPUtime=0.05
/proc/25687/task/25690/stat : 25690 (java) S 25685 25687 23403 0 -1 64 3410 317 0 0 5 0 0 0 16 0 9 0 125487615 888709120 14519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25691] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25691/stat : 25691 (java) S 25685 25687 23403 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 125487615 888709120 14519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25692] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25692/stat : 25692 (java) S 25685 25687 23403 0 -1 64 14 317 0 0 0 0 0 0 16 0 9 0 125487615 888709120 14519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25693] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25693/stat : 25693 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 125487617 888709120 14519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25694] ppid=25685 vsize=867880 CPUtime=0.26
/proc/25687/task/25694/stat : 25694 (java) S 25685 25687 23403 0 -1 64 741 317 0 0 26 0 0 0 16 0 9 0 125487617 888709120 14519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25695] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25695/stat : 25695 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 125487617 888709120 14519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25696] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25696/stat : 25696 (java) S 25685 25687 23403 0 -1 64 19 317 0 0 0 0 0 0 15 0 9 0 125487617 888709120 14519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 867880

[startup+12.7013 s]
/proc/loadavg: 2.07 2.14 2.27 3/90 25700
/proc/meminfo: memFree=1398512/2055920 swapFree=4192812/4192956
[pid=25687] ppid=25685 vsize=867880 CPUtime=12.65
/proc/25687/stat : 25687 (java) S 25685 25687 23403 0 -1 0 23870 317 1 0 1252 13 0 0 18 0 9 0 125487612 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25687/statm: 216970 14529 2633 9 0 211476 0
[pid=25687/tid=25689] ppid=25685 vsize=867880 CPUtime=12.29
/proc/25687/task/25689/stat : 25689 (java) R 25685 25687 23403 0 -1 64 18843 317 1 0 1219 10 0 0 25 0 9 0 125487614 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4126731408 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25690] ppid=25685 vsize=867880 CPUtime=0.05
/proc/25687/task/25690/stat : 25690 (java) S 25685 25687 23403 0 -1 64 3410 317 0 0 5 0 0 0 16 0 9 0 125487615 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25691] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25691/stat : 25691 (java) S 25685 25687 23403 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 125487615 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25692] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25692/stat : 25692 (java) S 25685 25687 23403 0 -1 64 14 317 0 0 0 0 0 0 16 0 9 0 125487615 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25693] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25693/stat : 25693 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 125487617 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25694] ppid=25685 vsize=867880 CPUtime=0.27
/proc/25687/task/25694/stat : 25694 (java) S 25685 25687 23403 0 -1 64 758 317 0 0 27 0 0 0 16 0 9 0 125487617 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25695] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25695/stat : 25695 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 125487617 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25696] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25696/stat : 25696 (java) S 25685 25687 23403 0 -1 64 19 317 0 0 0 0 0 0 15 0 9 0 125487617 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 867880

[startup+25.5026 s]
/proc/loadavg: 2.06 2.13 2.27 3/90 25700
/proc/meminfo: memFree=1398448/2055920 swapFree=4192812/4192956
[pid=25687] ppid=25685 vsize=867880 CPUtime=25.44
/proc/25687/stat : 25687 (java) S 25685 25687 23403 0 -1 0 23870 317 1 0 2531 13 0 0 18 0 9 0 125487612 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25687/statm: 216970 14529 2633 9 0 211476 0
[pid=25687/tid=25689] ppid=25685 vsize=867880 CPUtime=25.08
/proc/25687/task/25689/stat : 25689 (java) R 25685 25687 23403 0 -1 64 18843 317 1 0 2498 10 0 0 25 0 9 0 125487614 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4126715392 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25690] ppid=25685 vsize=867880 CPUtime=0.05
/proc/25687/task/25690/stat : 25690 (java) S 25685 25687 23403 0 -1 64 3410 317 0 0 5 0 0 0 16 0 9 0 125487615 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25691] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25691/stat : 25691 (java) S 25685 25687 23403 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 125487615 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25692] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25692/stat : 25692 (java) S 25685 25687 23403 0 -1 64 14 317 0 0 0 0 0 0 16 0 9 0 125487615 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25693] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25693/stat : 25693 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 125487617 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25694] ppid=25685 vsize=867880 CPUtime=0.27
/proc/25687/task/25694/stat : 25694 (java) S 25685 25687 23403 0 -1 64 758 317 0 0 27 0 0 0 16 0 9 0 125487617 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25695] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25695/stat : 25695 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 125487617 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25696] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25696/stat : 25696 (java) S 25685 25687 23403 0 -1 64 19 317 0 0 0 0 0 0 15 0 9 0 125487617 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 867880

[startup+51.1022 s]
/proc/loadavg: 2.03 2.12 2.26 3/90 25700
/proc/meminfo: memFree=1398384/2055920 swapFree=4192812/4192956
[pid=25687] ppid=25685 vsize=867880 CPUtime=51.04
/proc/25687/stat : 25687 (java) S 25685 25687 23403 0 -1 0 23870 317 1 0 5091 13 0 0 18 0 9 0 125487612 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25687/statm: 216970 14529 2633 9 0 211476 0
[pid=25687/tid=25689] ppid=25685 vsize=867880 CPUtime=50.67
/proc/25687/task/25689/stat : 25689 (java) R 25685 25687 23403 0 -1 64 18843 317 1 0 5057 10 0 0 25 0 9 0 125487614 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4126728490 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25690] ppid=25685 vsize=867880 CPUtime=0.05
/proc/25687/task/25690/stat : 25690 (java) S 25685 25687 23403 0 -1 64 3410 317 0 0 5 0 0 0 16 0 9 0 125487615 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25691] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25691/stat : 25691 (java) S 25685 25687 23403 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 125487615 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25692] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25692/stat : 25692 (java) S 25685 25687 23403 0 -1 64 14 317 0 0 0 0 0 0 16 0 9 0 125487615 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25693] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25693/stat : 25693 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 125487617 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25694] ppid=25685 vsize=867880 CPUtime=0.27
/proc/25687/task/25694/stat : 25694 (java) S 25685 25687 23403 0 -1 64 758 317 0 0 27 0 0 0 16 0 9 0 125487617 888709120 14529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25695] ppid=25685 vsize=867880 CPUtime=0

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

/proc/25687/task/25692/stat : 25692 (java) S 25685 25687 23403 0 -1 64 14 317 0 0 0 0 0 0 16 0 9 0 125487615 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25693] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25693/stat : 25693 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25694] ppid=25685 vsize=867880 CPUtime=0.28
/proc/25687/task/25694/stat : 25694 (java) S 25685 25687 23403 0 -1 64 766 317 0 0 28 0 0 0 16 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25695] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25695/stat : 25695 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25696] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25696/stat : 25696 (java) S 25685 25687 23403 0 -1 64 19 317 0 0 0 0 0 0 15 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.56
Current children cumulated vsize (KiB) 867880

[startup+1602.3 s]
/proc/loadavg: 2.06 2.06 2.08 3/91 25841
/proc/meminfo: memFree=1138680/2055920 swapFree=4192812/4192956
[pid=25687] ppid=25685 vsize=867880 CPUtime=1600.31
/proc/25687/stat : 25687 (java) S 25685 25687 23403 0 -1 0 23882 317 1 0 160015 16 0 0 18 0 9 0 125487612 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25687/statm: 216970 14533 2633 9 0 211476 0
[pid=25687/tid=25689] ppid=25685 vsize=867880 CPUtime=1599.93
/proc/25687/task/25689/stat : 25689 (java) R 25685 25687 23403 0 -1 64 18847 317 1 0 159980 13 0 0 25 0 9 0 125487614 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4126727064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25690] ppid=25685 vsize=867880 CPUtime=0.05
/proc/25687/task/25690/stat : 25690 (java) S 25685 25687 23403 0 -1 64 3410 317 0 0 5 0 0 0 16 0 9 0 125487615 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25691] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25691/stat : 25691 (java) S 25685 25687 23403 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 125487615 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25692] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25692/stat : 25692 (java) S 25685 25687 23403 0 -1 64 14 317 0 0 0 0 0 0 16 0 9 0 125487615 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25693] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25693/stat : 25693 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25694] ppid=25685 vsize=867880 CPUtime=0.28
/proc/25687/task/25694/stat : 25694 (java) S 25685 25687 23403 0 -1 64 766 317 0 0 28 0 0 0 16 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25695] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25695/stat : 25695 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25696] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25696/stat : 25696 (java) S 25685 25687 23403 0 -1 64 19 317 0 0 0 0 0 0 15 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.31
Current children cumulated vsize (KiB) 867880

[startup+1662.3 s]
/proc/loadavg: 2.02 2.05 2.07 3/91 25841
/proc/meminfo: memFree=1087416/2055920 swapFree=4192812/4192956
[pid=25687] ppid=25685 vsize=867880 CPUtime=1660.28
/proc/25687/stat : 25687 (java) S 25685 25687 23403 0 -1 0 23882 317 1 0 166012 16 0 0 18 0 9 0 125487612 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25687/statm: 216970 14533 2633 9 0 211476 0
[pid=25687/tid=25689] ppid=25685 vsize=867880 CPUtime=1659.92
/proc/25687/task/25689/stat : 25689 (java) R 25685 25687 23403 0 -1 64 18847 317 1 0 165978 14 0 0 25 0 9 0 125487614 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4126715426 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25690] ppid=25685 vsize=867880 CPUtime=0.05
/proc/25687/task/25690/stat : 25690 (java) S 25685 25687 23403 0 -1 64 3410 317 0 0 5 0 0 0 16 0 9 0 125487615 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25691] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25691/stat : 25691 (java) S 25685 25687 23403 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 125487615 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25692] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25692/stat : 25692 (java) S 25685 25687 23403 0 -1 64 14 317 0 0 0 0 0 0 16 0 9 0 125487615 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25693] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25693/stat : 25693 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25694] ppid=25685 vsize=867880 CPUtime=0.28
/proc/25687/task/25694/stat : 25694 (java) S 25685 25687 23403 0 -1 64 766 317 0 0 28 0 0 0 16 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25695] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25695/stat : 25695 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25696] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25696/stat : 25696 (java) S 25685 25687 23403 0 -1 64 19 317 0 0 0 0 0 0 15 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.28
Current children cumulated vsize (KiB) 867880

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/91 25841
/proc/meminfo: memFree=1056120/2055920 swapFree=4192812/4192956
[pid=25687] ppid=25685 vsize=867880 CPUtime=1720.08
/proc/25687/stat : 25687 (java) S 25685 25687 23403 0 -1 0 23882 317 1 0 171991 17 0 0 18 0 9 0 125487612 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25687/statm: 216970 14533 2633 9 0 211476 0
[pid=25687/tid=25689] ppid=25685 vsize=867880 CPUtime=1719.71
/proc/25687/task/25689/stat : 25689 (java) R 25685 25687 23403 0 -1 64 18847 317 1 0 171957 14 0 0 25 0 9 0 125487614 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4126727530 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25690] ppid=25685 vsize=867880 CPUtime=0.05
/proc/25687/task/25690/stat : 25690 (java) S 25685 25687 23403 0 -1 64 3410 317 0 0 5 0 0 0 16 0 9 0 125487615 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25691] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25691/stat : 25691 (java) S 25685 25687 23403 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 125487615 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25692] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25692/stat : 25692 (java) S 25685 25687 23403 0 -1 64 14 317 0 0 0 0 0 0 16 0 9 0 125487615 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25693] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25693/stat : 25693 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25694] ppid=25685 vsize=867880 CPUtime=0.28
/proc/25687/task/25694/stat : 25694 (java) S 25685 25687 23403 0 -1 64 766 317 0 0 28 0 0 0 16 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25695] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25695/stat : 25695 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25696] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25696/stat : 25696 (java) S 25685 25687 23403 0 -1 64 19 317 0 0 0 0 0 0 15 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.08
Current children cumulated vsize (KiB) 867880

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/91 25843
/proc/meminfo: memFree=1026168/2055920 swapFree=4192812/4192956
[pid=25687] ppid=25685 vsize=867880 CPUtime=1779.78
/proc/25687/stat : 25687 (java) S 25685 25687 23403 0 -1 0 23882 317 1 0 177961 17 0 0 18 0 9 0 125487612 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25687/statm: 216970 14533 2633 9 0 211476 0
[pid=25687/tid=25689] ppid=25685 vsize=867880 CPUtime=1779.41
/proc/25687/task/25689/stat : 25689 (java) R 25685 25687 23403 0 -1 64 18847 317 1 0 177927 14 0 0 25 0 9 0 125487614 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4126731895 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25690] ppid=25685 vsize=867880 CPUtime=0.05
/proc/25687/task/25690/stat : 25690 (java) S 25685 25687 23403 0 -1 64 3410 317 0 0 5 0 0 0 16 0 9 0 125487615 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25691] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25691/stat : 25691 (java) S 25685 25687 23403 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 125487615 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25692] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25692/stat : 25692 (java) S 25685 25687 23403 0 -1 64 14 317 0 0 0 0 0 0 16 0 9 0 125487615 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25693] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25693/stat : 25693 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25694] ppid=25685 vsize=867880 CPUtime=0.28
/proc/25687/task/25694/stat : 25694 (java) S 25685 25687 23403 0 -1 64 766 317 0 0 28 0 0 0 16 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25695] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25695/stat : 25695 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25696] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25696/stat : 25696 (java) S 25685 25687 23403 0 -1 64 19 317 0 0 0 0 0 0 15 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.78
Current children cumulated vsize (KiB) 867880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.7 s]
/proc/loadavg: 2.00 2.02 2.06 3/91 25843
/proc/meminfo: memFree=1016440/2055920 swapFree=4192812/4192956
[pid=25687] ppid=25685 vsize=867880 CPUtime=1800.08
/proc/25687/stat : 25687 (java) S 25685 25687 23403 0 -1 0 23882 317 1 0 179991 17 0 0 18 0 9 0 125487612 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25687/statm: 216970 14533 2633 9 0 211476 0
[pid=25687/tid=25689] ppid=25685 vsize=867880 CPUtime=1799.71
/proc/25687/task/25689/stat : 25689 (java) R 25685 25687 23403 0 -1 64 18847 317 1 0 179957 14 0 0 25 0 9 0 125487614 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4126729831 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25690] ppid=25685 vsize=867880 CPUtime=0.05
/proc/25687/task/25690/stat : 25690 (java) S 25685 25687 23403 0 -1 64 3410 317 0 0 5 0 0 0 16 0 9 0 125487615 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25691] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25691/stat : 25691 (java) S 25685 25687 23403 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 125487615 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25692] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25692/stat : 25692 (java) S 25685 25687 23403 0 -1 64 14 317 0 0 0 0 0 0 16 0 9 0 125487615 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25693] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25693/stat : 25693 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25694] ppid=25685 vsize=867880 CPUtime=0.28
/proc/25687/task/25694/stat : 25694 (java) S 25685 25687 23403 0 -1 64 766 317 0 0 28 0 0 0 16 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25695] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25695/stat : 25695 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25696] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25696/stat : 25696 (java) S 25685 25687 23403 0 -1 64 19 317 0 0 0 0 0 0 15 0 9 0 125487617 888709120 14533 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) 867880

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

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

[startup+1802.7 s]
/proc/loadavg: 2.00 2.02 2.06 3/91 25843
/proc/meminfo: memFree=1016440/2055920 swapFree=4192812/4192956
[pid=25687] ppid=25685 vsize=867880 CPUtime=1800.08
/proc/25687/stat : 25687 (java) S 25685 25687 23403 0 -1 0 23882 317 1 0 179991 17 0 0 18 0 9 0 125487612 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25687/statm: 216970 14533 2633 9 0 211476 0
[pid=25687/tid=25689] ppid=25685 vsize=867880 CPUtime=1799.71
/proc/25687/task/25689/stat : 25689 (java) R 25685 25687 23403 0 -1 64 18847 317 1 0 179957 14 0 0 25 0 9 0 125487614 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4126729831 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25690] ppid=25685 vsize=867880 CPUtime=0.05
/proc/25687/task/25690/stat : 25690 (java) S 25685 25687 23403 0 -1 64 3410 317 0 0 5 0 0 0 16 0 9 0 125487615 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25691] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25691/stat : 25691 (java) S 25685 25687 23403 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 125487615 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25692] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25692/stat : 25692 (java) S 25685 25687 23403 0 -1 64 14 317 0 0 0 0 0 0 16 0 9 0 125487615 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25687/tid=25693] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25693/stat : 25693 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25694] ppid=25685 vsize=867880 CPUtime=0.28
/proc/25687/task/25694/stat : 25694 (java) S 25685 25687 23403 0 -1 64 766 317 0 0 28 0 0 0 16 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25695] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25695/stat : 25695 (java) S 25685 25687 23403 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 125487617 888709120 14533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25696] ppid=25685 vsize=867880 CPUtime=0
/proc/25687/task/25696/stat : 25696 (java) S 25685 25687 23403 0 -1 64 19 317 0 0 0 0 0 0 15 0 9 0 125487617 888709120 14533 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) 867880

Child status: 143
Real time (s): 1802.73
CPU time (s): 1800.14
CPU user time (s): 1799.94
CPU system time (s): 0.19597
CPU usage (%): 99.8561
Max. virtual memory (cumulated for all children) (KiB): 867880

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

runsolver used 2.43763 second user time and 5.76312 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-04 04:22:55
IDJOB=1063613
IDBENCH=54800
IDSOLVER=364
FILE ID=node27/1063613-1215138175
PBS_JOBID= 7877373
Free space on /tmp= 66480 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3259625b655d7fe28b59411387192fac
RANDOM SEED=1087146033

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1447448 kB
Buffers:         51960 kB
Cached:         451308 kB
SwapCached:          0 kB
Active:         211360 kB
Inactive:       327700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1447448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2072 kB
Writeback:           0 kB
Mapped:          57444 kB
Slab:            54796 kB
Committed_AS:   315604 kB
PageTables:       1648 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66416 MiB
End job on node27 at 2008-07-04 04:53:00