Trace number 2094322

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.15 1813.52

General information on the benchmark

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

Solver Data

0.05/0.08	
0.05/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-2094322-1247403452.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.39/0.47	     nbVariables=880  nbDomainTypes=32  minDomainSize=1  maxDomainSize=45  nbTotalValues=20933
0.39/0.47	       =>  wckTime=0.229  cpuTime=0.16  mem=10M819
0.39/0.47	   
0.39/0.47	   predicates being loaded...
0.48/0.53	   
0.48/0.53	   constraints being loaded...
13.06/13.15	     nbConstraints=48836  nbGlobalConstraints=230  nbSingletonDomainVariables=129  nbConflictsStructures=52
13.06/13.15	     nbSharedConflictsStructures=17081  nbUnbuiltConflictsStructures=350  nbSharedBinaryRepresentations=0
13.06/13.15	     nbEvaluationManagers=402  nbSharedEvaluationManagers=48204  minDegree=38  maxDegree=424  minArity=4  avgArity=4.06
13.06/13.15	     maxArity=20  nbGenerators=10  nbFusions=0  symmetryWckTime=2.822  symmetryCpuTime=0.95
13.06/13.15	       =>  wckTime=12.91  cpuTime=9.51  mem=275M169
13.85/13.97	   
13.85/13.98	   solver IterativeSystematicSolver being built... 
16.62/16.70	   
16.62/16.75	   INFO : Forward propagation technique limited 
16.71/16.88	       =>  wckTime=16.637  cpuTime=11.16  mem=448M215
63.28/63.86	   
63.28/63.87	   INFO : Stopping ESAC
63.28/63.87	   
63.28/63.87	   preprocessing
63.28/63.87	     nbConstraintChecks=26684448  nbValidityChecks=131964090  nbPropagations=23445  nbRevisions=6983127
63.28/63.87	     nbUselessRevisions=6977711  nbSingletonTests=830  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
63.28/63.87	     nbRemovedValues=0  detectedInconsistency=no
63.28/63.87	       =>  wckTime=46.982  cpuTime=46.49  mem=455M334
122.41/123.50	   
122.41/123.50	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=460M412)

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-2094322-1247403452/watcher-2094322-1247403452 -o /tmp/evaluation-result-2094322-1247403452/solver-2094322-1247403452 -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-2094322-1247403452.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.80 4/82 578
/proc/meminfo: memFree=1291944/2055920 swapFree=4192812/4192956
[pid=578] ppid=576 vsize=152 CPUtime=0
/proc/578/stat : 578 (java) R 576 578 32416 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 27036567 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 6910756 0 0 4096 0 0 0 0 17 0 0 0
/proc/578/statm: 38 26 19 9 0 4 0

[startup+0.0644741 s]
/proc/loadavg: 1.92 1.98 1.80 4/82 578
/proc/meminfo: memFree=1291944/2055920 swapFree=4192812/4192956
[pid=578] ppid=576 vsize=864144 CPUtime=0.05
/proc/578/stat : 578 (java) S 576 578 32416 0 -1 0 2853 0 1 0 3 2 0 0 18 0 9 0 27036567 884883456 2381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/578/statm: 216036 2381 1130 9 0 210929 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864144

[startup+0.101479 s]
/proc/loadavg: 1.92 1.98 1.80 4/82 578
/proc/meminfo: memFree=1291944/2055920 swapFree=4192812/4192956
[pid=578] ppid=576 vsize=865980 CPUtime=0.08
/proc/578/stat : 578 (java) S 576 578 32416 0 -1 0 3740 0 1 0 6 2 0 0 18 0 9 0 27036567 886763520 3208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/578/statm: 216495 3208 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301504 s]
/proc/loadavg: 1.92 1.98 1.80 4/82 578
/proc/meminfo: memFree=1291944/2055920 swapFree=4192812/4192956
[pid=578] ppid=576 vsize=866380 CPUtime=0.28
/proc/578/stat : 578 (java) S 576 578 32416 0 -1 0 6001 0 1 0 24 4 0 0 18 0 9 0 27036567 887173120 5367 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/578/statm: 216595 5367 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701556 s]
/proc/loadavg: 1.92 1.98 1.80 4/82 578
/proc/meminfo: memFree=1291944/2055920 swapFree=4192812/4192956
[pid=578] ppid=576 vsize=867808 CPUtime=0.68
/proc/578/stat : 578 (java) S 576 578 32416 0 -1 0 9635 0 1 0 62 6 0 0 18 0 9 0 27036567 888635392 8989 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/578/statm: 216952 8990 2038 9 0 211388 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867808

[startup+1.50266 s]
/proc/loadavg: 1.92 1.98 1.80 3/91 587
/proc/meminfo: memFree=1244256/2055920 swapFree=4192812/4192956
[pid=578] ppid=576 vsize=867720 CPUtime=1.49
/proc/578/stat : 578 (java) S 576 578 32416 0 -1 0 18558 0 1 0 139 10 0 0 18 0 9 0 27036567 888545280 17886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/578/statm: 216930 17886 2028 9 0 211388 0
[pid=578/tid=580] ppid=576 vsize=867720 CPUtime=1.24
/proc/578/task/580/stat : 580 (java) R 576 578 32416 0 -1 64 15796 0 1 0 116 8 0 0 25 0 9 0 27036568 888545280 17886 996147200 134512640 134550932 4294955968 18446744073709551615 4126786380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=581] ppid=576 vsize=867720 CPUtime=0.05
/proc/578/task/581/stat : 581 (java) S 576 578 32416 0 -1 64 1384 0 0 0 5 0 0 0 16 0 9 0 27036570 888545280 17886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=582] ppid=576 vsize=867720 CPUtime=0
/proc/578/task/582/stat : 582 (java) S 576 578 32416 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27036570 888545280 17886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=583] ppid=576 vsize=867720 CPUtime=0
/proc/578/task/583/stat : 583 (java) S 576 578 32416 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27036570 888545280 17886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=584] ppid=576 vsize=867720 CPUtime=0
/proc/578/task/584/stat : 584 (java) S 576 578 32416 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 27036572 888545280 17886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=585] ppid=576 vsize=867720 CPUtime=0.16
/proc/578/task/585/stat : 585 (java) S 576 578 32416 0 -1 64 676 0 0 0 16 0 0 0 16 0 9 0 27036572 888545280 17886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=586] ppid=576 vsize=867720 CPUtime=0
/proc/578/task/586/stat : 586 (java) S 576 578 32416 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27036572 888545280 17886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=587] ppid=576 vsize=867720 CPUtime=0
/proc/578/task/587/stat : 587 (java) S 576 578 32416 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27036572 888545280 17886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867720

[startup+3.10286 s]
/proc/loadavg: 1.92 1.98 1.80 3/91 587
/proc/meminfo: memFree=1217056/2055920 swapFree=4192812/4192956
[pid=578] ppid=576 vsize=867720 CPUtime=3.09
/proc/578/stat : 578 (java) S 576 578 32416 0 -1 0 22810 0 1 0 297 12 0 0 18 0 9 0 27036567 888545280 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/578/statm: 216930 22136 2028 9 0 211388 0
[pid=578/tid=580] ppid=576 vsize=867720 CPUtime=2.65
/proc/578/task/580/stat : 580 (java) R 576 578 32416 0 -1 64 15798 0 1 0 256 9 0 0 25 0 9 0 27036568 888545280 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4126405551 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=581] ppid=576 vsize=867720 CPUtime=0.24
/proc/578/task/581/stat : 581 (java) S 576 578 32416 0 -1 64 5633 0 0 0 23 1 0 0 16 0 9 0 27036570 888545280 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=582] ppid=576 vsize=867720 CPUtime=0
/proc/578/task/582/stat : 582 (java) S 576 578 32416 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27036570 888545280 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=583] ppid=576 vsize=867720 CPUtime=0
/proc/578/task/583/stat : 583 (java) S 576 578 32416 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27036570 888545280 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=584] ppid=576 vsize=867720 CPUtime=0
/proc/578/task/584/stat : 584 (java) S 576 578 32416 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 27036572 888545280 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=585] ppid=576 vsize=867720 CPUtime=0.16
/proc/578/task/585/stat : 585 (java) S 576 578 32416 0 -1 64 677 0 0 0 16 0 0 0 17 0 9 0 27036572 888545280 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=586] ppid=576 vsize=867720 CPUtime=0
/proc/578/task/586/stat : 586 (java) S 576 578 32416 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27036572 888545280 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=587] ppid=576 vsize=867720 CPUtime=0
/proc/578/task/587/stat : 587 (java) S 576 578 32416 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27036572 888545280 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 867720

[startup+6.30128 s]
/proc/loadavg: 2.01 2.00 1.80 3/91 587
/proc/meminfo: memFree=1168672/2055920 swapFree=4192812/4192956
[pid=578] ppid=576 vsize=867724 CPUtime=6.28
/proc/578/stat : 578 (java) S 576 578 32416 0 -1 0 39181 0 1 0 541 87 0 0 18 0 9 0 27036567 888549376 38503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/578/statm: 216930 38503 2029 9 0 211388 0
[pid=578/tid=580] ppid=576 vsize=867720 CPUtime=5.35
/proc/578/task/580/stat : 580 (java) R 576 578 32416 0 -1 64 15828 0 1 0 457 78 0 0 25 0 9 0 27036568 888545280 38503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=581] ppid=576 vsize=867720 CPUtime=0.66
/proc/578/task/581/stat : 581 (java) S 576 578 32416 0 -1 64 21911 0 0 0 59 7 0 0 17 0 9 0 27036570 888545280 38503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=582] ppid=576 vsize=867720 CPUtime=0
/proc/578/task/582/stat : 582 (java) S 576 578 32416 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27036570 888545280 38503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=583] ppid=576 vsize=867724 CPUtime=0
/proc/578/task/583/stat : 583 (java) S 576 578 32416 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27036570 888549376 38503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=584] ppid=576 vsize=867720 CPUtime=0
/proc/578/task/584/stat : 584 (java) S 576 578 32416 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 27036572 888545280 38503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=585] ppid=576 vsize=867720 CPUtime=0.24
/proc/578/task/585/stat : 585 (java) S 576 578 32416 0 -1 64 740 0 0 0 24 0 0 0 16 0 9 0 27036572 888545280 38503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=586] ppid=576 vsize=867720 CPUtime=0
/proc/578/task/586/stat : 586 (java) S 576 578 32416 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27036572 888545280 38503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=587] ppid=576 vsize=867720 CPUtime=0
/proc/578/task/587/stat : 587 (java) S 576 578 32416 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27036572 888545280 38503 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867724

[startup+12.7021 s]
/proc/loadavg: 2.01 2.00 1.81 3/93 589
/proc/meminfo: memFree=956816/2055920 swapFree=4192812/4192956
[pid=578] ppid=576 vsize=868368 CPUtime=12.64
/proc/578/stat : 578 (java) S 576 578 32416 0 -1 0 88064 4285 1 0 886 226 148 4 18 0 10 0 27036567 889208832 82277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/578/statm: 217092 82277 2037 9 0 211550 0
[pid=578/tid=580] ppid=576 vsize=868368 CPUtime=10.78
/proc/578/task/580/stat : 580 (java) R 576 578 32416 0 -1 64 16382 4285 1 0 728 198 148 4 16 0 10 0 27036568 889208832 82277 996147200 134512640 134550932 4294955968 18446744073709551615 4127194692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=581] ppid=576 vsize=868368 CPUtime=3.05
/proc/578/task/581/stat : 581 (java) S 576 578 32416 0 -1 64 69917 4285 0 0 130 23 148 4 16 0 10 0 27036570 889208832 82277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=582] ppid=576 vsize=868368 CPUtime=1.52
/proc/578/task/582/stat : 582 (java) S 576 578 32416 0 -1 64 16 4285 0 0 0 0 148 4 16 0 10 0 27036570 889208832 82277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=583] ppid=576 vsize=868368 CPUtime=1.52
/proc/578/task/583/stat : 583 (java) S 576 578 32416 0 -1 64 5 4285 0 0 0 0 148 4 16 0 10 0 27036570 889208832 82277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=584] ppid=576 vsize=868368 CPUtime=1.52
/proc/578/task/584/stat : 584 (java) S 576 578 32416 0 -1 64 1 4285 0 0 0 0 148 4 23 0 10 0 27036572 889208832 82277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=585] ppid=576 vsize=868368 CPUtime=1.79
/proc/578/task/585/stat : 585 (java) S 576 578 32416 0 -1 64 927 4285 0 0 27 0 148 4 16 0 10 0 27036572 889208832 82277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=586] ppid=576 vsize=868368 CPUtime=1.52
/proc/578/task/586/stat : 586 (java) S 576 578 32416 0 -1 64 1 4285 0 0 0 0 148 4 24 0 10 0 27036572 889208832 82277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=587] ppid=576 vsize=868368 CPUtime=1.52
/proc/578/task/587/stat : 587 (java) S 576 578 32416 0 -1 64 14 4285 0 0 0 0 148 4 15 0 10 0 27036572 889208832 82277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 868368

[startup+25.5018 s]
/proc/loadavg: 2.08 2.02 1.81 3/91 591
/proc/meminfo: memFree=795032/2055920 swapFree=4192812/4192956
[pid=578] ppid=576 vsize=868368 CPUtime=25.33
/proc/578/stat : 578 (java) S 576 578 32416 0 -1 0 207205 4409 1 0 2122 256 148 7 18 0 9 0 27036567 889208832 126494 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/578/statm: 217092 126494 2640 9 0 211550 0
[pid=578/tid=580] ppid=576 vsize=868368 CPUtime=21.38
/proc/578/task/580/stat : 580 (java) R 576 578 32416 0 -1 64 28965 4409 1 0 1782 201 148 7 25 0 9 0 27036568 889208832 126494 996147200 134512640 134550932 4294955968 18446744073709551615 4127191086 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=581] ppid=576 vsize=868368 CPUtime=5.06
/proc/578/task/581/stat : 581 (java) S 576 578 32416 0 -1 64 176267 4409 0 0 301 50 148 7 16 0 9 0 27036570 889208832 126494 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=582] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/582/stat : 582 (java) S 576 578 32416 0 -1 64 22 4409 0 0 0 0 148 7 16 0 9 0 27036570 889208832 126494 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=583] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/583/stat : 583 (java) S 576 578 32416 0 -1 64 30 4409 0 0 0 0 148 7 16 0 9 0 27036570 889208832 126494 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=584] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/584/stat : 584 (java) S 576 578 32416 0 -1 64 1 4409 0 0 0 0 148 7 23 0 9 0 27036572 889208832 126494 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=585] ppid=576 vsize=868368 CPUtime=1.93
/proc/578/task/585/stat : 585 (java) S 576 578 32416 0 -1 64 1101 4409 0 0 37 1 148 7 15 0 9 0 27036572 889208832 126494 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=586] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/586/stat : 586 (java) S 576 578 32416 0 -1 64 1 4409 0 0 0 0 148 7 24 0 9 0 27036572 889208832 126494 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=587] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/587/stat : 587 (java) S 576 578 32416 0 -1 64 14 4409 0 0 0 0 148 7 15 0 9 0 27036572 889208832 126494 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 868368

[startup+51.1011 s]
/proc/loadavg: 2.05 2.01 1.82 3/91 591
/proc/meminfo: memFree=794968/2055920 swapFree=4192812/4192956
[pid=578] ppid=576 vsize=868368 CPUtime=50.68
/proc/578/stat : 578 (java) S 576 578 32416 0 -1 0 207219 4409 1 0 4657 256 148 7 18 0 9 0 27036567 889208832 126500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/578/statm: 217092 126500 2640 9 0 211550 0
[pid=578/tid=580] ppid=576 vsize=868368 CPUtime=46.74
/proc/578/task/580/stat : 580 (java) R 576 578 32416 0 -1 64 28973 4409 1 0 4317 202 148 7 25 0 9 0 27036568 889208832 126500 996147200 134512640 134550932 4294955968 18446744073709551615 4127416010 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=581] ppid=576 vsize=868368 CPUtime=5.06
/proc/578/task/581/stat : 581 (java) S 576 578 32416 0 -1 64 176267 4409 0 0 301 50 148 7 16 0 9 0 27036570 889208832 126500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=582] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/582/stat : 582 (java) S 576 578 32416 0 -1 64 22 4409 0 0 0 0 148 7 16 0 9 0 27036570 889208832 126500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=583] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/583/stat : 583 (java) S 576 578 32416 0 -1 64 30 4409 0 0 0 0 148 7 16 0 9 0 27036570 889208832 126500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=584] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/584/stat : 584 (java) S 576 578 32416 0 -1 64 1 4409 0 0 0 0 148 7 23 0 9 0 27036572 889208832 126500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=585] ppid=576 vsize=868368 CPUtime=1.94
/proc/578/task/585/stat : 585 (java) S 576 578 32416 0 -1 64 1107 4409 0 0 38 1 148 7 16 0 9 0 27036572 889208832 126500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=586] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/586/stat : 586 (java) S 576 578 32416 0 -1 64 1 4409 0 0 0 0 148 7 24 0 9 0 27036572 889208832 126500 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

Current children cumulated CPU time (s) 1469.05
Current children cumulated vsize (KiB) 868368

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/91 638
/proc/meminfo: memFree=763336/2055920 swapFree=4192812/4192956
[pid=578] ppid=576 vsize=868368 CPUtime=1529.03
/proc/578/stat : 578 (java) S 576 578 32416 0 -1 0 207288 4409 1 0 152489 259 148 7 18 0 9 0 27036567 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/578/statm: 217092 126542 2640 9 0 211550 0
[pid=578/tid=580] ppid=576 vsize=868368 CPUtime=1524.99
/proc/578/task/580/stat : 580 (java) R 576 578 32416 0 -1 64 28993 4409 1 0 152140 204 148 7 25 0 9 0 27036568 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4127404795 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=581] ppid=576 vsize=868368 CPUtime=5.06
/proc/578/task/581/stat : 581 (java) S 576 578 32416 0 -1 64 176267 4409 0 0 301 50 148 7 16 0 9 0 27036570 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=582] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/582/stat : 582 (java) S 576 578 32416 0 -1 64 22 4409 0 0 0 0 148 7 16 0 9 0 27036570 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=583] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/583/stat : 583 (java) S 576 578 32416 0 -1 64 30 4409 0 0 0 0 148 7 16 0 9 0 27036570 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=584] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/584/stat : 584 (java) S 576 578 32416 0 -1 64 1 4409 0 0 0 0 148 7 23 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=585] ppid=576 vsize=868368 CPUtime=2.02
/proc/578/task/585/stat : 585 (java) S 576 578 32416 0 -1 64 1156 4409 0 0 46 1 148 7 16 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=586] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/586/stat : 586 (java) S 576 578 32416 0 -1 64 1 4409 0 0 0 0 148 7 24 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=587] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/587/stat : 587 (java) S 576 578 32416 0 -1 64 14 4409 0 0 0 0 148 7 15 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.03
Current children cumulated vsize (KiB) 868368

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/91 638
/proc/meminfo: memFree=763208/2055920 swapFree=4192812/4192956
[pid=578] ppid=576 vsize=868368 CPUtime=1589
/proc/578/stat : 578 (java) S 576 578 32416 0 -1 0 207288 4409 1 0 158486 259 148 7 18 0 9 0 27036567 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/578/statm: 217092 126542 2640 9 0 211550 0
[pid=578/tid=580] ppid=576 vsize=868368 CPUtime=1584.96
/proc/578/task/580/stat : 580 (java) R 576 578 32416 0 -1 64 28993 4409 1 0 158137 204 148 7 25 0 9 0 27036568 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4127393980 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=581] ppid=576 vsize=868368 CPUtime=5.06
/proc/578/task/581/stat : 581 (java) S 576 578 32416 0 -1 64 176267 4409 0 0 301 50 148 7 16 0 9 0 27036570 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=582] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/582/stat : 582 (java) S 576 578 32416 0 -1 64 22 4409 0 0 0 0 148 7 16 0 9 0 27036570 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=583] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/583/stat : 583 (java) S 576 578 32416 0 -1 64 30 4409 0 0 0 0 148 7 16 0 9 0 27036570 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=584] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/584/stat : 584 (java) S 576 578 32416 0 -1 64 1 4409 0 0 0 0 148 7 23 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=585] ppid=576 vsize=868368 CPUtime=2.02
/proc/578/task/585/stat : 585 (java) S 576 578 32416 0 -1 64 1156 4409 0 0 46 1 148 7 16 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=586] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/586/stat : 586 (java) S 576 578 32416 0 -1 64 1 4409 0 0 0 0 148 7 24 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=587] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/587/stat : 587 (java) S 576 578 32416 0 -1 64 14 4409 0 0 0 0 148 7 15 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589
Current children cumulated vsize (KiB) 868368

[startup+1662.3 s]
/proc/loadavg: 2.15 2.03 1.93 3/91 638
/proc/meminfo: memFree=763208/2055920 swapFree=4192812/4192956
[pid=578] ppid=576 vsize=868368 CPUtime=1648.97
/proc/578/stat : 578 (java) S 576 578 32416 0 -1 0 207288 4409 1 0 164483 259 148 7 18 0 9 0 27036567 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/578/statm: 217092 126542 2640 9 0 211550 0
[pid=578/tid=580] ppid=576 vsize=868368 CPUtime=1644.94
/proc/578/task/580/stat : 580 (java) R 576 578 32416 0 -1 64 28993 4409 1 0 164135 204 148 7 25 0 9 0 27036568 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4127410429 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=581] ppid=576 vsize=868368 CPUtime=5.06
/proc/578/task/581/stat : 581 (java) S 576 578 32416 0 -1 64 176267 4409 0 0 301 50 148 7 16 0 9 0 27036570 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=582] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/582/stat : 582 (java) S 576 578 32416 0 -1 64 22 4409 0 0 0 0 148 7 16 0 9 0 27036570 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=583] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/583/stat : 583 (java) S 576 578 32416 0 -1 64 30 4409 0 0 0 0 148 7 16 0 9 0 27036570 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=584] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/584/stat : 584 (java) S 576 578 32416 0 -1 64 1 4409 0 0 0 0 148 7 23 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=585] ppid=576 vsize=868368 CPUtime=2.02
/proc/578/task/585/stat : 585 (java) S 576 578 32416 0 -1 64 1156 4409 0 0 46 1 148 7 16 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=586] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/586/stat : 586 (java) S 576 578 32416 0 -1 64 1 4409 0 0 0 0 148 7 24 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=587] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/587/stat : 587 (java) S 576 578 32416 0 -1 64 14 4409 0 0 0 0 148 7 15 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.97
Current children cumulated vsize (KiB) 868368

[startup+1722.3 s]
/proc/loadavg: 2.40 2.13 1.96 3/91 638
/proc/meminfo: memFree=763208/2055920 swapFree=4192812/4192956
[pid=578] ppid=576 vsize=868368 CPUtime=1708.95
/proc/578/stat : 578 (java) S 576 578 32416 0 -1 0 207289 4409 1 0 170481 259 148 7 18 0 9 0 27036567 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/578/statm: 217092 126542 2640 9 0 211550 0
[pid=578/tid=580] ppid=576 vsize=868368 CPUtime=1704.92
/proc/578/task/580/stat : 580 (java) R 576 578 32416 0 -1 64 28994 4409 1 0 170133 204 148 7 25 0 9 0 27036568 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4127410309 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=581] ppid=576 vsize=868368 CPUtime=5.06
/proc/578/task/581/stat : 581 (java) S 576 578 32416 0 -1 64 176267 4409 0 0 301 50 148 7 16 0 9 0 27036570 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=582] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/582/stat : 582 (java) S 576 578 32416 0 -1 64 22 4409 0 0 0 0 148 7 16 0 9 0 27036570 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=583] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/583/stat : 583 (java) S 576 578 32416 0 -1 64 30 4409 0 0 0 0 148 7 16 0 9 0 27036570 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=584] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/584/stat : 584 (java) S 576 578 32416 0 -1 64 1 4409 0 0 0 0 148 7 23 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=585] ppid=576 vsize=868368 CPUtime=2.02
/proc/578/task/585/stat : 585 (java) S 576 578 32416 0 -1 64 1156 4409 0 0 46 1 148 7 16 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=586] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/586/stat : 586 (java) S 576 578 32416 0 -1 64 1 4409 0 0 0 0 148 7 24 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=587] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/587/stat : 587 (java) S 576 578 32416 0 -1 64 14 4409 0 0 0 0 148 7 15 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.95
Current children cumulated vsize (KiB) 868368

[startup+1782.3 s]
/proc/loadavg: 2.25 2.13 1.97 3/91 638
/proc/meminfo: memFree=763144/2055920 swapFree=4192812/4192956
[pid=578] ppid=576 vsize=868368 CPUtime=1768.92
/proc/578/stat : 578 (java) S 576 578 32416 0 -1 0 207289 4409 1 0 176478 259 148 7 18 0 9 0 27036567 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/578/statm: 217092 126542 2640 9 0 211550 0
[pid=578/tid=580] ppid=576 vsize=868368 CPUtime=1764.89
/proc/578/task/580/stat : 580 (java) R 576 578 32416 0 -1 64 28994 4409 1 0 176130 204 148 7 25 0 9 0 27036568 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4127397748 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=581] ppid=576 vsize=868368 CPUtime=5.06
/proc/578/task/581/stat : 581 (java) S 576 578 32416 0 -1 64 176267 4409 0 0 301 50 148 7 16 0 9 0 27036570 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=582] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/582/stat : 582 (java) S 576 578 32416 0 -1 64 22 4409 0 0 0 0 148 7 16 0 9 0 27036570 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=583] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/583/stat : 583 (java) S 576 578 32416 0 -1 64 30 4409 0 0 0 0 148 7 16 0 9 0 27036570 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=584] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/584/stat : 584 (java) S 576 578 32416 0 -1 64 1 4409 0 0 0 0 148 7 23 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=585] ppid=576 vsize=868368 CPUtime=2.02
/proc/578/task/585/stat : 585 (java) S 576 578 32416 0 -1 64 1156 4409 0 0 46 1 148 7 16 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=586] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/586/stat : 586 (java) S 576 578 32416 0 -1 64 1 4409 0 0 0 0 148 7 24 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=587] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/587/stat : 587 (java) S 576 578 32416 0 -1 64 14 4409 0 0 0 0 148 7 15 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.92
Current children cumulated vsize (KiB) 868368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.4 s]
/proc/loadavg: 2.14 2.12 1.97 3/91 638
/proc/meminfo: memFree=763144/2055920 swapFree=4192812/4192956
[pid=578] ppid=576 vsize=868368 CPUtime=1800.02
/proc/578/stat : 578 (java) S 576 578 32416 0 -1 0 207289 4409 1 0 179588 259 148 7 18 0 9 0 27036567 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/578/statm: 217092 126542 2640 9 0 211550 0
[pid=578/tid=580] ppid=576 vsize=868368 CPUtime=1795.98
/proc/578/task/580/stat : 580 (java) R 576 578 32416 0 -1 64 28994 4409 1 0 179239 204 148 7 25 0 9 0 27036568 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4127415924 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=581] ppid=576 vsize=868368 CPUtime=5.06
/proc/578/task/581/stat : 581 (java) S 576 578 32416 0 -1 64 176267 4409 0 0 301 50 148 7 16 0 9 0 27036570 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=582] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/582/stat : 582 (java) S 576 578 32416 0 -1 64 22 4409 0 0 0 0 148 7 16 0 9 0 27036570 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=583] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/583/stat : 583 (java) S 576 578 32416 0 -1 64 30 4409 0 0 0 0 148 7 16 0 9 0 27036570 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=578/tid=584] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/584/stat : 584 (java) S 576 578 32416 0 -1 64 1 4409 0 0 0 0 148 7 23 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=585] ppid=576 vsize=868368 CPUtime=2.02
/proc/578/task/585/stat : 585 (java) S 576 578 32416 0 -1 64 1156 4409 0 0 46 1 148 7 16 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=586] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/586/stat : 586 (java) S 576 578 32416 0 -1 64 1 4409 0 0 0 0 148 7 24 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=578/tid=587] ppid=576 vsize=868368 CPUtime=1.55
/proc/578/task/587/stat : 587 (java) S 576 578 32416 0 -1 64 14 4409 0 0 0 0 148 7 15 0 9 0 27036572 889208832 126542 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868368

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

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

[startup+1813.51 s]
/proc/loadavg: 2.14 2.12 1.97 3/91 638
/proc/meminfo: memFree=763144/2055920 swapFree=4192812/4192956
[pid=578] ppid=576 vsize=0 CPUtime=1800.14
/proc/578/stat : 578 (java) Z 576 578 32416 0 -1 1036 207318 4409 1 0 179592 267 148 7 16 0 2 0 27036567 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/578/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1813.52
CPU time (s): 1800.15
CPU user time (s): 1797.41
CPU system time (s): 2.74558
CPU usage (%): 99.263
Max. virtual memory (cumulated for all children) (KiB): 894468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.41
system time used= 2.74558
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211727
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= 39189
involuntary context switches= 44812

runsolver used 2.50962 second user time and 5.75113 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-12 14:57:33
IDJOB=2094322
IDBENCH=54131
IDSOLVER=774
FILE ID=node40/2094322-1247403452
PBS_JOBID= 9510563
Free space on /tmp= 66248 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-9.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094322-1247403452/watcher-2094322-1247403452 -o /tmp/evaluation-result-2094322-1247403452/solver-2094322-1247403452 -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-2094322-1247403452.xml

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

MD5SUM BENCH= 690bc030536081a10afc596885a53720
RANDOM SEED=800543361

node40.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.213
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.213
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:       1292424 kB
Buffers:         96160 kB
Cached:         500132 kB
SwapCached:          0 kB
Active:         283824 kB
Inactive:       391996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1292424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8840 kB
Writeback:           0 kB
Mapped:         100312 kB
Slab:            72524 kB
Committed_AS:  1028344 kB
PageTables:       2000 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66244 MiB
End job on node40 at 2009-07-12 15:27:48