Trace number 2094692

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.1 1810.34

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-50-51.xml
MD5SUM34c985c8097cd390f32bbf792e205ac2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables5100
Number of constraints202
Maximum constraint arity51
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension202
Global constraints used (with number of constraints)

Solver Data

0.07/0.08	
0.07/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2094692-1247404878.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.49/0.58	     nbVariables=5100  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=10200
0.49/0.58	       =>  wckTime=0.336  cpuTime=0.23  mem=21M577
0.49/0.58	   
0.49/0.58	   predicates being loaded...
0.59/0.65	   
0.59/0.65	   constraints being loaded...
1.46/1.56	     nbConstraints=203  nbGlobalConstraints=1  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0
1.46/1.56	     nbEvaluationManagers=2  nbSharedEvaluationManagers=200  minDegree=3  maxDegree=3  minArity=50  avgArity=75.37
1.46/1.56	     maxArity=5100  nbGenerators=1  nbFusions=0  symmetryWckTime=0.449  symmetryCpuTime=0.15
1.46/1.56	       =>  wckTime=1.317  cpuTime=0.83  mem=33M526
1.56/1.67	   
1.56/1.67	   solver IterativeSystematicSolver being built... 
1.76/1.84	   
1.76/1.84	   INFO : Forward propagation technique limited 
2.07/2.12	       =>  wckTime=1.877  cpuTime=1.2  mem=33M602
38.82/39.26	   
38.82/39.26	   preprocessing
38.82/39.26	     nbConstraintChecks=3155017  nbValidityChecks=58402  nbPropagations=11982  nbRevisions=31273
38.82/39.26	     nbUselessRevisions=31137  nbSingletonTests=6700  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
38.82/39.26	     nbRemovedValues=0  detectedInconsistency=no
38.82/39.26	       =>  wckTime=37.124  cpuTime=36.73  mem=36M524

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094692-1247404878/watcher-2094692-1247404878 -o /tmp/evaluation-result-2094692-1247404878/solver-2094692-1247404878 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2094692-1247404878.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.93 3/80 31254
/proc/meminfo: memFree=1689056/2055920 swapFree=4192812/4192956
[pid=31254] ppid=31252 vsize=1616 CPUtime=0
/proc/31254/stat : 31254 (java) D 31252 31254 29892 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 27550519 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/31254/statm: 404 148 122 9 0 46 0

[startup+0.083048 s]
/proc/loadavg: 1.92 1.98 1.93 3/80 31254
/proc/meminfo: memFree=1689056/2055920 swapFree=4192812/4192956
[pid=31254] ppid=31252 vsize=865952 CPUtime=0.07
/proc/31254/stat : 31254 (java) S 31252 31254 29892 0 -1 0 3415 0 1 0 5 2 0 0 18 0 9 0 27550519 886734848 2900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31254/statm: 216488 2908 1489 9 0 210980 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865952

[startup+0.102049 s]
/proc/loadavg: 1.92 1.98 1.93 3/80 31254
/proc/meminfo: memFree=1689056/2055920 swapFree=4192812/4192956
[pid=31254] ppid=31252 vsize=865980 CPUtime=0.08
/proc/31254/stat : 31254 (java) S 31252 31254 29892 0 -1 0 3749 0 1 0 6 2 0 0 18 0 9 0 27550519 886763520 3215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31254/statm: 216495 3215 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.30106 s]
/proc/loadavg: 1.92 1.98 1.93 3/80 31254
/proc/meminfo: memFree=1689056/2055920 swapFree=4192812/4192956
[pid=31254] ppid=31252 vsize=866380 CPUtime=0.28
/proc/31254/stat : 31254 (java) S 31252 31254 29892 0 -1 0 5985 0 1 0 24 4 0 0 18 0 9 0 27550519 887173120 5351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31254/statm: 216595 5351 1984 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701098 s]
/proc/loadavg: 1.92 1.98 1.93 3/80 31254
/proc/meminfo: memFree=1689056/2055920 swapFree=4192812/4192956
[pid=31254] ppid=31252 vsize=867612 CPUtime=0.68
/proc/31254/stat : 31254 (java) S 31252 31254 29892 0 -1 0 11268 0 1 0 60 8 0 0 18 0 9 0 27550519 888434688 10622 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31254/statm: 216903 10623 2038 9 0 211339 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867612

[startup+1.50118 s]
/proc/loadavg: 1.92 1.98 1.93 3/89 31263
/proc/meminfo: memFree=1624664/2055920 swapFree=4192812/4192956
[pid=31254] ppid=31252 vsize=867848 CPUtime=1.46
/proc/31254/stat : 31254 (java) S 31252 31254 29892 0 -1 0 19563 475 1 0 109 13 24 0 18 0 10 0 27550519 888676352 18120 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31254/statm: 216962 18120 2034 9 0 211420 0
[pid=31254/tid=31256] ppid=31252 vsize=867848 CPUtime=1.19
/proc/31254/task/31256/stat : 31256 (java) R 31252 31254 29892 0 -1 64 16433 475 1 0 84 11 24 0 16 0 10 0 27550520 888676352 18120 996147200 134512640 134550932 4294955968 18446744073709551615 4126916612 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31257] ppid=31252 vsize=867848 CPUtime=0.28
/proc/31254/task/31257/stat : 31257 (java) S 31252 31254 29892 0 -1 64 1590 475 0 0 4 0 24 0 17 0 10 0 27550522 888676352 18120 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31258] ppid=31252 vsize=867848 CPUtime=0.24
/proc/31254/task/31258/stat : 31258 (java) S 31252 31254 29892 0 -1 64 16 475 0 0 0 0 24 0 16 0 10 0 27550522 888676352 18120 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31259] ppid=31252 vsize=867848 CPUtime=0.24
/proc/31254/task/31259/stat : 31259 (java) S 31252 31254 29892 0 -1 64 6 475 0 0 0 0 24 0 16 0 10 0 27550522 888676352 18120 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31260] ppid=31252 vsize=867848 CPUtime=0.24
/proc/31254/task/31260/stat : 31260 (java) S 31252 31254 29892 0 -1 64 2 475 0 0 0 0 24 0 23 0 10 0 27550524 888676352 18120 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31261] ppid=31252 vsize=867848 CPUtime=0.43
/proc/31254/task/31261/stat : 31261 (java) S 31252 31254 29892 0 -1 64 713 475 0 0 19 0 24 0 16 0 10 0 27550524 888676352 18120 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31262] ppid=31252 vsize=867848 CPUtime=0.24
/proc/31254/task/31262/stat : 31262 (java) S 31252 31254 29892 0 -1 64 0 475 0 0 0 0 24 0 24 0 10 0 27550524 888676352 18120 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31263] ppid=31252 vsize=867848 CPUtime=0.24
/proc/31254/task/31263/stat : 31263 (java) S 31252 31254 29892 0 -1 64 6 475 0 0 0 0 24 0 15 0 10 0 27550524 888676352 18120 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867848

[startup+3.10133 s]
/proc/loadavg: 1.92 1.98 1.93 3/89 31267
/proc/meminfo: memFree=1607632/2055920 swapFree=4192812/4192956
[pid=31254] ppid=31252 vsize=867924 CPUtime=3.05
/proc/31254/stat : 31254 (java) S 31252 31254 29892 0 -1 0 38765 598 1 0 261 19 24 1 18 0 9 0 27550519 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31254/statm: 216981 22909 2640 9 0 211439 0
[pid=31254/tid=31256] ppid=31252 vsize=867924 CPUtime=2.55
/proc/31254/task/31256/stat : 31256 (java) R 31252 31254 29892 0 -1 64 28507 598 1 0 216 14 24 1 25 0 9 0 27550520 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4127124250 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31257] ppid=31252 vsize=867924 CPUtime=0.41
/proc/31254/task/31257/stat : 31257 (java) S 31252 31254 29892 0 -1 64 8521 598 0 0 14 2 24 1 17 0 9 0 27550522 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31258] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31258/stat : 31258 (java) S 31252 31254 29892 0 -1 64 20 598 0 0 0 0 24 1 16 0 9 0 27550522 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31259] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31259/stat : 31259 (java) S 31252 31254 29892 0 -1 64 10 598 0 0 0 0 24 1 15 0 9 0 27550522 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31260] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31260/stat : 31260 (java) S 31252 31254 29892 0 -1 64 2 598 0 0 0 0 24 1 23 0 9 0 27550524 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31261] ppid=31252 vsize=867924 CPUtime=0.55
/proc/31254/task/31261/stat : 31261 (java) S 31252 31254 29892 0 -1 64 893 598 0 0 29 1 24 1 16 0 9 0 27550524 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31262] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31262/stat : 31262 (java) S 31252 31254 29892 0 -1 64 0 598 0 0 0 0 24 1 24 0 9 0 27550524 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31263] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31263/stat : 31263 (java) S 31252 31254 29892 0 -1 64 11 598 0 0 0 0 24 1 15 0 9 0 27550524 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867924

[startup+6.30264 s]
/proc/loadavg: 1.93 1.98 1.93 3/89 31267
/proc/meminfo: memFree=1607248/2055920 swapFree=4192812/4192956
[pid=31254] ppid=31252 vsize=867924 CPUtime=6.22
/proc/31254/stat : 31254 (java) S 31252 31254 29892 0 -1 0 38788 598 1 0 578 19 24 1 18 0 9 0 27550519 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31254/statm: 216981 22909 2640 9 0 211439 0
[pid=31254/tid=31256] ppid=31252 vsize=867924 CPUtime=5.73
/proc/31254/task/31256/stat : 31256 (java) R 31252 31254 29892 0 -1 64 28507 598 1 0 534 14 24 1 25 0 9 0 27550520 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4127126027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31257] ppid=31252 vsize=867924 CPUtime=0.41
/proc/31254/task/31257/stat : 31257 (java) S 31252 31254 29892 0 -1 64 8521 598 0 0 14 2 24 1 16 0 9 0 27550522 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31258] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31258/stat : 31258 (java) S 31252 31254 29892 0 -1 64 20 598 0 0 0 0 24 1 16 0 9 0 27550522 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31259] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31259/stat : 31259 (java) S 31252 31254 29892 0 -1 64 10 598 0 0 0 0 24 1 15 0 9 0 27550522 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31260] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31260/stat : 31260 (java) S 31252 31254 29892 0 -1 64 2 598 0 0 0 0 24 1 23 0 9 0 27550524 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31261] ppid=31252 vsize=867924 CPUtime=0.55
/proc/31254/task/31261/stat : 31261 (java) S 31252 31254 29892 0 -1 64 893 598 0 0 29 1 24 1 16 0 9 0 27550524 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31262] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31262/stat : 31262 (java) S 31252 31254 29892 0 -1 64 0 598 0 0 0 0 24 1 24 0 9 0 27550524 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31263] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31263/stat : 31263 (java) S 31252 31254 29892 0 -1 64 34 598 0 0 0 0 24 1 15 0 9 0 27550524 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867924

[startup+12.7013 s]
/proc/loadavg: 1.93 1.98 1.93 3/89 31267
/proc/meminfo: memFree=1607064/2055920 swapFree=4192812/4192956
[pid=31254] ppid=31252 vsize=867924 CPUtime=12.56
/proc/31254/stat : 31254 (java) S 31252 31254 29892 0 -1 0 38788 598 1 0 1212 19 24 1 18 0 9 0 27550519 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31254/statm: 216981 22909 2640 9 0 211439 0
[pid=31254/tid=31256] ppid=31252 vsize=867924 CPUtime=12.06
/proc/31254/task/31256/stat : 31256 (java) R 31252 31254 29892 0 -1 64 28507 598 1 0 1167 14 24 1 25 0 9 0 27550520 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4127201225 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31257] ppid=31252 vsize=867924 CPUtime=0.41
/proc/31254/task/31257/stat : 31257 (java) S 31252 31254 29892 0 -1 64 8521 598 0 0 14 2 24 1 16 0 9 0 27550522 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31258] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31258/stat : 31258 (java) S 31252 31254 29892 0 -1 64 20 598 0 0 0 0 24 1 16 0 9 0 27550522 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31259] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31259/stat : 31259 (java) S 31252 31254 29892 0 -1 64 10 598 0 0 0 0 24 1 15 0 9 0 27550522 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31260] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31260/stat : 31260 (java) S 31252 31254 29892 0 -1 64 2 598 0 0 0 0 24 1 23 0 9 0 27550524 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31261] ppid=31252 vsize=867924 CPUtime=0.55
/proc/31254/task/31261/stat : 31261 (java) S 31252 31254 29892 0 -1 64 893 598 0 0 29 1 24 1 16 0 9 0 27550524 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31262] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31262/stat : 31262 (java) S 31252 31254 29892 0 -1 64 0 598 0 0 0 0 24 1 24 0 9 0 27550524 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31263] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31263/stat : 31263 (java) S 31252 31254 29892 0 -1 64 34 598 0 0 0 0 24 1 15 0 9 0 27550524 888754176 22909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867924

[startup+25.5026 s]
/proc/loadavg: 2.02 2.00 1.93 3/89 31267
/proc/meminfo: memFree=1607192/2055920 swapFree=4192812/4192956
[pid=31254] ppid=31252 vsize=867924 CPUtime=25.24
/proc/31254/stat : 31254 (java) S 31252 31254 29892 0 -1 0 38801 598 1 0 2480 19 24 1 18 0 9 0 27550519 888754176 22915 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31254/statm: 216981 22915 2640 9 0 211439 0
[pid=31254/tid=31256] ppid=31252 vsize=867924 CPUtime=24.73
/proc/31254/task/31256/stat : 31256 (java) R 31252 31254 29892 0 -1 64 28515 598 1 0 2434 14 24 1 25 0 9 0 27550520 888754176 22915 996147200 134512640 134550932 4294955968 18446744073709551615 4127154631 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31257] ppid=31252 vsize=867924 CPUtime=0.41
/proc/31254/task/31257/stat : 31257 (java) S 31252 31254 29892 0 -1 64 8521 598 0 0 14 2 24 1 16 0 9 0 27550522 888754176 22915 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31258] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31258/stat : 31258 (java) S 31252 31254 29892 0 -1 64 20 598 0 0 0 0 24 1 16 0 9 0 27550522 888754176 22915 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31259] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31259/stat : 31259 (java) S 31252 31254 29892 0 -1 64 10 598 0 0 0 0 24 1 15 0 9 0 27550522 888754176 22915 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31260] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31260/stat : 31260 (java) S 31252 31254 29892 0 -1 64 2 598 0 0 0 0 24 1 23 0 9 0 27550524 888754176 22915 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31261] ppid=31252 vsize=867924 CPUtime=0.56
/proc/31254/task/31261/stat : 31261 (java) S 31252 31254 29892 0 -1 64 898 598 0 0 30 1 24 1 16 0 9 0 27550524 888754176 22915 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31262] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31262/stat : 31262 (java) S 31252 31254 29892 0 -1 64 0 598 0 0 0 0 24 1 24 0 9 0 27550524 888754176 22915 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31263] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31263/stat : 31263 (java) S 31252 31254 29892 0 -1 64 34 598 0 0 0 0 24 1 15 0 9 0 27550524 888754176 22915 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867924

[startup+51.1021 s]
/proc/loadavg: 2.16 2.03 1.94 3/89 31267
/proc/meminfo: memFree=1607000/2055920 swapFree=4192812/4192956
[pid=31254] ppid=31252 vsize=867924 CPUtime=50.6
/proc/31254/stat : 31254 (java) S 31252 31254 29892 0 -1 0 38857 598 1 0 5015 20 24 1 18 0 9 0 27550519 888754176 22932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31254/statm: 216981 22932 2640 9 0 211439 0
[pid=31254/tid=31256] ppid=31252 vsize=867924 CPUtime=50.07
/proc/31254/task/31256/stat : 31256 (java) R 31252 31254 29892 0 -1 64 28524 598 1 0 4967 15 24 1 25 0 9 0 27550520 888754176 22932 996147200 134512640 134550932 4294955968 18446744073709551615 4127125649 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31257] ppid=31252 vsize=867924 CPUtime=0.41
/proc/31254/task/31257/stat : 31257 (java) S 31252 31254 29892 0 -1 64 8521 598 0 0 14 2 24 1 16 0 9 0 27550522 888754176 22932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31258] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31258/stat : 31258 (java) S 31252 31254 29892 0 -1 64 20 598 0 0 0 0 24 1 16 0 9 0 27550522 888754176 22932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31259] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31259/stat : 31259 (java) S 31252 31254 29892 0 -1 64 10 598 0 0 0 0 24 1 15 0 9 0 27550522 888754176 22932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31260] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31260/stat : 31260 (java) S 31252 31254 29892 0 -1 64 2 598 0 0 0 0 24 1 23 0 9 0 27550524 888754176 22932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31261] ppid=31252 vsize=867924 CPUtime=0.58
/proc/31254/task/31261/stat : 31261 (java) S 31252 31254 29892 0 -1 64 945 598 0 0 32 1 24 1 15 0 9 0 27550524 888754176 22932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31262] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31262/stat : 31262 (java) S 31252 31254 29892 0 -1 64 0 598 0 0 0 0 24 1 24 0 9 0 27550524 888754176 22932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/31254/task/31259/stat : 31259 (java) S 31252 31254 29892 0 -1 64 10 598 0 0 0 0 24 1 15 0 9 0 27550522 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31260] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31260/stat : 31260 (java) S 31252 31254 29892 0 -1 64 2 598 0 0 0 0 24 1 23 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31261] ppid=31252 vsize=867924 CPUtime=0.59
/proc/31254/task/31261/stat : 31261 (java) S 31252 31254 29892 0 -1 64 960 598 0 0 33 1 24 1 16 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31262] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31262/stat : 31262 (java) S 31252 31254 29892 0 -1 64 0 598 0 0 0 0 24 1 24 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31263] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31263/stat : 31263 (java) S 31252 31254 29892 0 -1 64 34 598 0 0 0 0 24 1 15 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.14
Current children cumulated vsize (KiB) 867924

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 4/89 31308
/proc/meminfo: memFree=1524064/2055920 swapFree=4192812/4192956
[pid=31254] ppid=31252 vsize=867924 CPUtime=1592.12
/proc/31254/stat : 31254 (java) S 31252 31254 29892 0 -1 0 38878 598 1 0 159165 22 24 1 18 0 9 0 27550519 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31254/statm: 216981 22940 2640 9 0 211439 0
[pid=31254/tid=31256] ppid=31252 vsize=867924 CPUtime=1591.58
/proc/31254/task/31256/stat : 31256 (java) R 31252 31254 29892 0 -1 64 28530 598 1 0 159116 17 24 1 25 0 9 0 27550520 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4127124250 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31257] ppid=31252 vsize=867924 CPUtime=0.41
/proc/31254/task/31257/stat : 31257 (java) S 31252 31254 29892 0 -1 64 8521 598 0 0 14 2 24 1 16 0 9 0 27550522 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31258] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31258/stat : 31258 (java) S 31252 31254 29892 0 -1 64 20 598 0 0 0 0 24 1 16 0 9 0 27550522 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31259] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31259/stat : 31259 (java) S 31252 31254 29892 0 -1 64 10 598 0 0 0 0 24 1 15 0 9 0 27550522 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31260] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31260/stat : 31260 (java) S 31252 31254 29892 0 -1 64 2 598 0 0 0 0 24 1 23 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31261] ppid=31252 vsize=867924 CPUtime=0.59
/proc/31254/task/31261/stat : 31261 (java) S 31252 31254 29892 0 -1 64 960 598 0 0 33 1 24 1 16 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31262] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31262/stat : 31262 (java) S 31252 31254 29892 0 -1 64 0 598 0 0 0 0 24 1 24 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31263] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31263/stat : 31263 (java) S 31252 31254 29892 0 -1 64 34 598 0 0 0 0 24 1 15 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.12
Current children cumulated vsize (KiB) 867924

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 31308
/proc/meminfo: memFree=1524000/2055920 swapFree=4192812/4192956
[pid=31254] ppid=31252 vsize=867924 CPUtime=1652.09
/proc/31254/stat : 31254 (java) S 31252 31254 29892 0 -1 0 38878 598 1 0 165162 22 24 1 18 0 9 0 27550519 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31254/statm: 216981 22940 2640 9 0 211439 0
[pid=31254/tid=31256] ppid=31252 vsize=867924 CPUtime=1651.56
/proc/31254/task/31256/stat : 31256 (java) R 31252 31254 29892 0 -1 64 28530 598 1 0 165114 17 24 1 25 0 9 0 27550520 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4127153418 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31257] ppid=31252 vsize=867924 CPUtime=0.41
/proc/31254/task/31257/stat : 31257 (java) S 31252 31254 29892 0 -1 64 8521 598 0 0 14 2 24 1 16 0 9 0 27550522 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31258] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31258/stat : 31258 (java) S 31252 31254 29892 0 -1 64 20 598 0 0 0 0 24 1 16 0 9 0 27550522 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31259] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31259/stat : 31259 (java) S 31252 31254 29892 0 -1 64 10 598 0 0 0 0 24 1 15 0 9 0 27550522 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31260] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31260/stat : 31260 (java) S 31252 31254 29892 0 -1 64 2 598 0 0 0 0 24 1 23 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31261] ppid=31252 vsize=867924 CPUtime=0.59
/proc/31254/task/31261/stat : 31261 (java) S 31252 31254 29892 0 -1 64 960 598 0 0 33 1 24 1 16 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31262] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31262/stat : 31262 (java) S 31252 31254 29892 0 -1 64 0 598 0 0 0 0 24 1 24 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31263] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31263/stat : 31263 (java) S 31252 31254 29892 0 -1 64 34 598 0 0 0 0 24 1 15 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.09
Current children cumulated vsize (KiB) 867924

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 31308
/proc/meminfo: memFree=1523872/2055920 swapFree=4192812/4192956
[pid=31254] ppid=31252 vsize=867924 CPUtime=1712.07
/proc/31254/stat : 31254 (java) S 31252 31254 29892 0 -1 0 38878 598 1 0 171160 22 24 1 18 0 9 0 27550519 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31254/statm: 216981 22940 2640 9 0 211439 0
[pid=31254/tid=31256] ppid=31252 vsize=867924 CPUtime=1711.53
/proc/31254/task/31256/stat : 31256 (java) R 31252 31254 29892 0 -1 64 28530 598 1 0 171111 17 24 1 25 0 9 0 27550520 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4127149901 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31257] ppid=31252 vsize=867924 CPUtime=0.41
/proc/31254/task/31257/stat : 31257 (java) S 31252 31254 29892 0 -1 64 8521 598 0 0 14 2 24 1 16 0 9 0 27550522 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31258] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31258/stat : 31258 (java) S 31252 31254 29892 0 -1 64 20 598 0 0 0 0 24 1 16 0 9 0 27550522 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31259] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31259/stat : 31259 (java) S 31252 31254 29892 0 -1 64 10 598 0 0 0 0 24 1 15 0 9 0 27550522 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31260] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31260/stat : 31260 (java) S 31252 31254 29892 0 -1 64 2 598 0 0 0 0 24 1 23 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31261] ppid=31252 vsize=867924 CPUtime=0.59
/proc/31254/task/31261/stat : 31261 (java) S 31252 31254 29892 0 -1 64 960 598 0 0 33 1 24 1 16 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31262] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31262/stat : 31262 (java) S 31252 31254 29892 0 -1 64 0 598 0 0 0 0 24 1 24 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31263] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31263/stat : 31263 (java) S 31252 31254 29892 0 -1 64 34 598 0 0 0 0 24 1 15 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.07
Current children cumulated vsize (KiB) 867924

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 31308
/proc/meminfo: memFree=1523744/2055920 swapFree=4192812/4192956
[pid=31254] ppid=31252 vsize=867924 CPUtime=1772.04
/proc/31254/stat : 31254 (java) S 31252 31254 29892 0 -1 0 38878 598 1 0 177157 22 24 1 18 0 9 0 27550519 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31254/statm: 216981 22940 2640 9 0 211439 0
[pid=31254/tid=31256] ppid=31252 vsize=867924 CPUtime=1771.51
/proc/31254/task/31256/stat : 31256 (java) R 31252 31254 29892 0 -1 64 28530 598 1 0 177109 17 24 1 25 0 9 0 27550520 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4127155639 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31257] ppid=31252 vsize=867924 CPUtime=0.41
/proc/31254/task/31257/stat : 31257 (java) S 31252 31254 29892 0 -1 64 8521 598 0 0 14 2 24 1 16 0 9 0 27550522 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31258] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31258/stat : 31258 (java) S 31252 31254 29892 0 -1 64 20 598 0 0 0 0 24 1 16 0 9 0 27550522 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31259] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31259/stat : 31259 (java) S 31252 31254 29892 0 -1 64 10 598 0 0 0 0 24 1 15 0 9 0 27550522 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31260] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31260/stat : 31260 (java) S 31252 31254 29892 0 -1 64 2 598 0 0 0 0 24 1 23 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31261] ppid=31252 vsize=867924 CPUtime=0.59
/proc/31254/task/31261/stat : 31261 (java) S 31252 31254 29892 0 -1 64 960 598 0 0 33 1 24 1 16 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31262] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31262/stat : 31262 (java) S 31252 31254 29892 0 -1 64 0 598 0 0 0 0 24 1 24 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31263] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31263/stat : 31263 (java) S 31252 31254 29892 0 -1 64 34 598 0 0 0 0 24 1 15 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.04
Current children cumulated vsize (KiB) 867924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 31310
/proc/meminfo: memFree=1523808/2055920 swapFree=4192812/4192956
[pid=31254] ppid=31252 vsize=867924 CPUtime=1800.04
/proc/31254/stat : 31254 (java) S 31252 31254 29892 0 -1 0 38878 598 1 0 179957 22 24 1 18 0 9 0 27550519 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31254/statm: 216981 22940 2640 9 0 211439 0
[pid=31254/tid=31256] ppid=31252 vsize=867924 CPUtime=1799.51
/proc/31254/task/31256/stat : 31256 (java) R 31252 31254 29892 0 -1 64 28530 598 1 0 179908 18 24 1 25 0 9 0 27550520 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4127155656 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31257] ppid=31252 vsize=867924 CPUtime=0.41
/proc/31254/task/31257/stat : 31257 (java) S 31252 31254 29892 0 -1 64 8521 598 0 0 14 2 24 1 16 0 9 0 27550522 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31258] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31258/stat : 31258 (java) S 31252 31254 29892 0 -1 64 20 598 0 0 0 0 24 1 16 0 9 0 27550522 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31259] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31259/stat : 31259 (java) S 31252 31254 29892 0 -1 64 10 598 0 0 0 0 24 1 15 0 9 0 27550522 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31260] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31260/stat : 31260 (java) S 31252 31254 29892 0 -1 64 2 598 0 0 0 0 24 1 23 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31261] ppid=31252 vsize=867924 CPUtime=0.59
/proc/31254/task/31261/stat : 31261 (java) S 31252 31254 29892 0 -1 64 960 598 0 0 33 1 24 1 16 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31262] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31262/stat : 31262 (java) S 31252 31254 29892 0 -1 64 0 598 0 0 0 0 24 1 24 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31263] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31263/stat : 31263 (java) S 31252 31254 29892 0 -1 64 34 598 0 0 0 0 24 1 15 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867924

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

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

[startup+1810.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 31310
/proc/meminfo: memFree=1523808/2055920 swapFree=4192812/4192956
[pid=31254] ppid=31252 vsize=867924 CPUtime=1800.04
/proc/31254/stat : 31254 (java) S 31252 31254 29892 0 -1 0 38878 598 1 0 179957 22 24 1 18 0 9 0 27550519 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31254/statm: 216981 22940 2640 9 0 211439 0
[pid=31254/tid=31256] ppid=31252 vsize=867924 CPUtime=1799.51
/proc/31254/task/31256/stat : 31256 (java) R 31252 31254 29892 0 -1 64 28530 598 1 0 179908 18 24 1 25 0 9 0 27550520 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4127155656 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31257] ppid=31252 vsize=867924 CPUtime=0.41
/proc/31254/task/31257/stat : 31257 (java) S 31252 31254 29892 0 -1 64 8521 598 0 0 14 2 24 1 16 0 9 0 27550522 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31258] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31258/stat : 31258 (java) S 31252 31254 29892 0 -1 64 20 598 0 0 0 0 24 1 16 0 9 0 27550522 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31259] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31259/stat : 31259 (java) S 31252 31254 29892 0 -1 64 10 598 0 0 0 0 24 1 15 0 9 0 27550522 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31254/tid=31260] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31260/stat : 31260 (java) S 31252 31254 29892 0 -1 64 2 598 0 0 0 0 24 1 23 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31261] ppid=31252 vsize=867924 CPUtime=0.59
/proc/31254/task/31261/stat : 31261 (java) S 31252 31254 29892 0 -1 64 960 598 0 0 33 1 24 1 16 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31262] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31262/stat : 31262 (java) S 31252 31254 29892 0 -1 64 0 598 0 0 0 0 24 1 24 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31254/tid=31263] ppid=31252 vsize=867924 CPUtime=0.25
/proc/31254/task/31263/stat : 31263 (java) S 31252 31254 29892 0 -1 64 34 598 0 0 0 0 24 1 15 0 9 0 27550524 888754176 22940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867924

Child status: 143
Real time (s): 1810.34
CPU time (s): 1800.1
CPU user time (s): 1799.84
CPU system time (s): 0.25896
CPU usage (%): 99.4342
Max. virtual memory (cumulated for all children) (KiB): 868020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.25896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39505
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= 38377
involuntary context switches= 63180

runsolver used 2.25866 second user time and 5.98409 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 15:21:19
IDJOB=2094692
IDBENCH=54495
IDSOLVER=774
FILE ID=node70/2094692-1247404878
PBS_JOBID= 9510508
Free space on /tmp= 66412 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-50-51.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094692-1247404878/watcher-2094692-1247404878 -o /tmp/evaluation-result-2094692-1247404878/solver-2094692-1247404878 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2094692-1247404878.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 34c985c8097cd390f32bbf792e205ac2
RANDOM SEED=547760564

node70.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.214
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.214
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:       1689536 kB
Buffers:         35144 kB
Cached:         144104 kB
SwapCached:          0 kB
Active:         223912 kB
Inactive:        86172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2364 kB
Writeback:           0 kB
Mapped:         151308 kB
Slab:            41300 kB
Committed_AS:   995712 kB
PageTables:       1980 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66416 MiB
End job on node70 at 2009-07-12 15:51:31