Trace number 2098496

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.16 1817.67

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-5.xml
MD5SUM7190ed6731aa72fd4a74df29ac13f8df
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1486.86
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.01/0.08	
0.01/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2098496-1247415705.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.34	     nbVariables=25  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=125
0.29/0.34	       =>  wckTime=0.102  cpuTime=0.09  mem=7M892
0.29/0.34	   
0.29/0.34	   relations being loaded...
3.09/3.11	   
3.09/3.11	   INFO : Contraction of relations, mem = 103M836
5.39/5.48	   
5.39/5.48	   constraints being loaded...
8.68/8.80	     nbConstraints=56  nbRelationTypes=56  nbGlobalConstraints=56  nbExtensionStructures=56
8.68/8.80	     nbSharedExtensionStructures=0  nbConflictsStructures=56  nbSharedConflictsStructures=0
8.68/8.80	     nbSharedBinaryRepresentations=0  minDegree=10  maxDegree=20  minArity=7  maxArity=7  nbGenerators=0  nbFusions=0
8.68/8.80	     symmetryWckTime=0.074  symmetryCpuTime=0.02
8.68/8.80	       =>  wckTime=8.553  cpuTime=7.41  mem=184M347
9.36/9.46	   
9.36/9.47	   solver IterativeSystematicSolver being built... 
9.47/9.54	   
9.47/9.54	   INFO : Forward propagation technique limited 
9.57/9.61	       =>  wckTime=9.366  cpuTime=7.54  mem=176M989
10.26/10.39	   
10.26/10.39	   preprocessing
10.26/10.39	     nbConstraintChecks=0  nbValidityChecks=10988879  nbPropagations=100  nbRevisions=0  nbUselessRevisions=0
10.26/10.39	     nbSingletonTests=35  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
10.26/10.39	     detectedInconsistency=no
10.26/10.39	       =>  wckTime=0.777  cpuTime=0.75  mem=178M141
11.95/12.09	   
11.95/12.09	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=179M79)

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-2098496-1247415705/watcher-2098496-1247415705 -o /tmp/evaluation-result-2098496-1247415705/solver-2098496-1247415705 -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-2098496-1247415705.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.83 2.05 2.03 3/80 31364
/proc/meminfo: memFree=1474984/2055920 swapFree=4192812/4192956
[pid=31364] ppid=31362 vsize=272 CPUtime=0
/proc/31364/stat : 31364 (java) R 31362 31364 31327 0 -1 0 212 0 0 0 0 0 0 0 18 0 1 0 28634682 278528 33 996147200 134512640 134550932 4294955968 18446744073709551615 12409485 0 0 4096 0 0 0 0 17 0 0 0
/proc/31364/statm: 68 37 28 9 0 6 0

[startup+0.0144819 s]
/proc/loadavg: 1.83 2.05 2.03 3/80 31364
/proc/meminfo: memFree=1474984/2055920 swapFree=4192812/4192956
[pid=31364] ppid=31362 vsize=859172 CPUtime=0.01
/proc/31364/stat : 31364 (java) S 31362 31364 31327 0 -1 0 953 0 1 0 0 1 0 0 18 0 2 0 28634682 879792128 705 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31364/statm: 214793 717 376 9 0 213176 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 859172

[startup+0.101495 s]
/proc/loadavg: 1.83 2.05 2.03 3/80 31364
/proc/meminfo: memFree=1474984/2055920 swapFree=4192812/4192956
[pid=31364] ppid=31362 vsize=865980 CPUtime=0.09
/proc/31364/stat : 31364 (java) S 31362 31364 31327 0 -1 0 3803 0 1 0 7 2 0 0 18 0 9 0 28634682 886763520 3254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31364/statm: 216495 3254 1718 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.30153 s]
/proc/loadavg: 1.83 2.05 2.03 3/80 31364
/proc/meminfo: memFree=1474984/2055920 swapFree=4192812/4192956
[pid=31364] ppid=31362 vsize=866380 CPUtime=0.29
/proc/31364/stat : 31364 (java) S 31362 31364 31327 0 -1 0 6076 0 1 0 25 4 0 0 18 0 9 0 28634682 887173120 5442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31364/statm: 216595 5442 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.704158 s]
/proc/loadavg: 1.83 2.05 2.03 3/80 31364
/proc/meminfo: memFree=1474984/2055920 swapFree=4192812/4192956
[pid=31364] ppid=31362 vsize=866624 CPUtime=0.69
/proc/31364/stat : 31364 (java) S 31362 31364 31327 0 -1 0 17110 0 1 0 60 9 0 0 18 0 9 0 28634682 887422976 16471 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31364/statm: 216656 16472 2007 9 0 211114 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 866624

[startup+1.50177 s]
/proc/loadavg: 1.83 2.05 2.03 3/89 31373
/proc/meminfo: memFree=1409696/2055920 swapFree=4192812/4192956
[pid=31364] ppid=31362 vsize=866624 CPUtime=1.49
/proc/31364/stat : 31364 (java) S 31362 31364 31327 0 -1 0 23329 0 1 0 136 13 0 0 18 0 9 0 28634682 887422976 22686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31364/statm: 216656 22686 2012 9 0 211114 0
[pid=31364/tid=31366] ppid=31362 vsize=866624 CPUtime=1.3
/proc/31364/task/31366/stat : 31366 (java) R 31362 31364 31327 0 -1 64 15706 0 1 0 122 8 0 0 25 0 9 0 28634683 887422976 22686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31367] ppid=31362 vsize=866624 CPUtime=0.1
/proc/31364/task/31367/stat : 31367 (java) R 31362 31364 31327 0 -1 64 6591 0 0 0 7 3 0 0 16 0 9 0 28634684 887422976 22686 996147200 134512640 134550932 4294955968 18446744073709551615 102546963 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31368] ppid=31362 vsize=866624 CPUtime=0
/proc/31364/task/31368/stat : 31368 (java) S 31362 31364 31327 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28634684 887422976 22686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31369] ppid=31362 vsize=866624 CPUtime=0
/proc/31364/task/31369/stat : 31369 (java) S 31362 31364 31327 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 28634684 887422976 22686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31370] ppid=31362 vsize=866624 CPUtime=0
/proc/31364/task/31370/stat : 31370 (java) S 31362 31364 31327 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28634686 887422976 22686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31371] ppid=31362 vsize=866624 CPUtime=0.06
/proc/31364/task/31371/stat : 31371 (java) S 31362 31364 31327 0 -1 64 331 0 0 0 6 0 0 0 16 0 9 0 28634686 887422976 22687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31372] ppid=31362 vsize=866624 CPUtime=0
/proc/31364/task/31372/stat : 31372 (java) S 31362 31364 31327 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28634686 887422976 22690 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31373] ppid=31362 vsize=866624 CPUtime=0
/proc/31364/task/31373/stat : 31373 (java) S 31362 31364 31327 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28634686 887422976 22693 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) 866624

[startup+3.10206 s]
/proc/loadavg: 1.84 2.05 2.03 3/89 31373
/proc/meminfo: memFree=1374624/2055920 swapFree=4192812/4192956
[pid=31364] ppid=31362 vsize=867084 CPUtime=3.09
/proc/31364/stat : 31364 (java) S 31362 31364 31327 0 -1 0 31948 0 1 0 291 18 0 0 18 0 9 0 28634682 887894016 31302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31364/statm: 216771 31302 2012 9 0 211229 0
[pid=31364/tid=31366] ppid=31362 vsize=867084 CPUtime=2.7
/proc/31364/task/31366/stat : 31366 (java) R 31362 31364 31327 0 -1 64 15714 0 1 0 260 10 0 0 25 0 9 0 28634683 887894016 31302 996147200 134512640 134550932 4294955968 18446744073709551615 4126580250 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31367] ppid=31362 vsize=867084 CPUtime=0.28
/proc/31364/task/31367/stat : 31367 (java) S 31362 31364 31327 0 -1 64 15073 0 0 0 22 6 0 0 16 0 9 0 28634684 887894016 31302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31368] ppid=31362 vsize=867084 CPUtime=0
/proc/31364/task/31368/stat : 31368 (java) S 31362 31364 31327 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28634684 887894016 31302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31369] ppid=31362 vsize=867084 CPUtime=0
/proc/31364/task/31369/stat : 31369 (java) S 31362 31364 31327 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 28634684 887894016 31302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31370] ppid=31362 vsize=867084 CPUtime=0
/proc/31364/task/31370/stat : 31370 (java) S 31362 31364 31327 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28634686 887894016 31302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31371] ppid=31362 vsize=867084 CPUtime=0.08
/proc/31364/task/31371/stat : 31371 (java) S 31362 31364 31327 0 -1 64 460 0 0 0 8 0 0 0 16 0 9 0 28634686 887894016 31302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31372] ppid=31362 vsize=867084 CPUtime=0
/proc/31364/task/31372/stat : 31372 (java) S 31362 31364 31327 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28634686 887894016 31302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31373] ppid=31362 vsize=867084 CPUtime=0
/proc/31364/task/31373/stat : 31373 (java) S 31362 31364 31327 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28634686 887894016 31302 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) 867084

[startup+6.30169 s]
/proc/loadavg: 1.84 2.05 2.03 3/89 31373
/proc/meminfo: memFree=1348448/2055920 swapFree=4192812/4192956
[pid=31364] ppid=31362 vsize=867156 CPUtime=6.28
/proc/31364/stat : 31364 (java) S 31362 31364 31327 0 -1 0 38112 0 1 0 605 23 0 0 18 0 9 0 28634682 887967744 36799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31364/statm: 216789 36799 2633 9 0 211247 0
[pid=31364/tid=31366] ppid=31362 vsize=867156 CPUtime=5.45
/proc/31364/task/31366/stat : 31366 (java) R 31362 31364 31327 0 -1 64 15762 0 1 0 533 12 0 0 25 0 9 0 28634683 887967744 36799 996147200 134512640 134550932 4294955968 18446744073709551615 4126736766 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31367] ppid=31362 vsize=867156 CPUtime=0.67
/proc/31364/task/31367/stat : 31367 (java) S 31362 31364 31327 0 -1 64 21163 0 0 0 58 9 0 0 16 0 9 0 28634684 887967744 36799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31368] ppid=31362 vsize=867156 CPUtime=0
/proc/31364/task/31368/stat : 31368 (java) S 31362 31364 31327 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28634684 887967744 36799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31369] ppid=31362 vsize=867156 CPUtime=0
/proc/31364/task/31369/stat : 31369 (java) S 31362 31364 31327 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28634684 887967744 36799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31370] ppid=31362 vsize=867156 CPUtime=0
/proc/31364/task/31370/stat : 31370 (java) S 31362 31364 31327 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28634686 887967744 36799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31371] ppid=31362 vsize=867156 CPUtime=0.12
/proc/31364/task/31371/stat : 31371 (java) S 31362 31364 31327 0 -1 64 486 0 0 0 12 0 0 0 16 0 9 0 28634686 887967744 36799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31372] ppid=31362 vsize=867156 CPUtime=0
/proc/31364/task/31372/stat : 31372 (java) S 31362 31364 31327 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28634686 887967744 36799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31373] ppid=31362 vsize=867156 CPUtime=0
/proc/31364/task/31373/stat : 31373 (java) S 31362 31364 31327 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28634686 887967744 36799 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) 867156

[startup+12.7029 s]
/proc/loadavg: 1.86 2.04 2.03 3/89 31377
/proc/meminfo: memFree=1247960/2055920 swapFree=4192812/4192956
[pid=31364] ppid=31362 vsize=867892 CPUtime=12.64
/proc/31364/stat : 31364 (java) S 31362 31364 31327 0 -1 0 93307 277 1 0 1220 42 0 2 18 0 9 0 28634682 888721408 59198 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31364/statm: 216973 59198 2660 9 0 211409 0
[pid=31364/tid=31366] ppid=31362 vsize=867892 CPUtime=10.75
/proc/31364/task/31366/stat : 31366 (java) R 31362 31364 31327 0 -1 64 20788 277 1 0 1059 14 0 2 25 0 9 0 28634683 888721408 59198 996147200 134512640 134550932 4294955968 18446744073709551615 4126874514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31367] ppid=31362 vsize=867892 CPUtime=1.63
/proc/31364/task/31367/stat : 31367 (java) S 31362 31364 31327 0 -1 64 70997 277 0 0 137 24 0 2 17 0 9 0 28634684 888721408 59198 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31368] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31368/stat : 31368 (java) S 31362 31364 31327 0 -1 64 21 277 0 0 0 0 0 2 16 0 9 0 28634684 888721408 59198 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31369] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31369/stat : 31369 (java) S 31362 31364 31327 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28634684 888721408 59198 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31370] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31370/stat : 31370 (java) S 31362 31364 31327 0 -1 64 2 277 0 0 0 0 0 2 24 0 9 0 28634686 888721408 59198 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31371] ppid=31362 vsize=867892 CPUtime=0.24
/proc/31364/task/31371/stat : 31371 (java) S 31362 31364 31327 0 -1 64 666 277 0 0 22 0 0 2 15 0 9 0 28634686 888721408 59198 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31372] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31372/stat : 31372 (java) S 31362 31364 31327 0 -1 64 0 277 0 0 0 0 0 2 25 0 9 0 28634686 888721408 59198 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31373] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31373/stat : 31373 (java) S 31362 31364 31327 0 -1 64 3 277 0 0 0 0 0 2 15 0 9 0 28634686 888721408 59198 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) 867892

[startup+25.5014 s]
/proc/loadavg: 1.88 2.04 2.03 3/89 31377
/proc/meminfo: memFree=1248032/2055920 swapFree=4192812/4192956
[pid=31364] ppid=31362 vsize=867892 CPUtime=25.31
/proc/31364/stat : 31364 (java) S 31362 31364 31327 0 -1 0 93352 277 1 0 2487 42 0 2 18 0 9 0 28634682 888721408 59215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31364/statm: 216973 59215 2660 9 0 211409 0
[pid=31364/tid=31366] ppid=31362 vsize=867892 CPUtime=23.38
/proc/31364/task/31366/stat : 31366 (java) R 31362 31364 31327 0 -1 64 20809 277 1 0 2322 14 0 2 25 0 9 0 28634683 888721408 59215 996147200 134512640 134550932 4294955968 18446744073709551615 4126863584 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31367] ppid=31362 vsize=867892 CPUtime=1.63
/proc/31364/task/31367/stat : 31367 (java) S 31362 31364 31327 0 -1 64 70997 277 0 0 137 24 0 2 16 0 9 0 28634684 888721408 59215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31368] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31368/stat : 31368 (java) S 31362 31364 31327 0 -1 64 21 277 0 0 0 0 0 2 16 0 9 0 28634684 888721408 59215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31369] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31369/stat : 31369 (java) S 31362 31364 31327 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28634684 888721408 59215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31370] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31370/stat : 31370 (java) S 31362 31364 31327 0 -1 64 2 277 0 0 0 0 0 2 24 0 9 0 28634686 888721408 59215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31371] ppid=31362 vsize=867892 CPUtime=0.28
/proc/31364/task/31371/stat : 31371 (java) S 31362 31364 31327 0 -1 64 690 277 0 0 26 0 0 2 16 0 9 0 28634686 888721408 59215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31372] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31372/stat : 31372 (java) S 31362 31364 31327 0 -1 64 0 277 0 0 0 0 0 2 25 0 9 0 28634686 888721408 59215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31373] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31373/stat : 31373 (java) S 31362 31364 31327 0 -1 64 3 277 0 0 0 0 0 2 15 0 9 0 28634686 888721408 59215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 867892

[startup+51.1012 s]
/proc/loadavg: 1.92 2.04 2.02 3/89 31377
/proc/meminfo: memFree=1247520/2055920 swapFree=4192812/4192956
[pid=31364] ppid=31362 vsize=867892 CPUtime=50.63
/proc/31364/stat : 31364 (java) S 31362 31364 31327 0 -1 0 93397 277 1 0 5018 43 0 2 18 0 9 0 28634682 888721408 59217 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31364/statm: 216973 59217 2660 9 0 211409 0
[pid=31364/tid=31366] ppid=31362 vsize=867892 CPUtime=48.69
/proc/31364/task/31366/stat : 31366 (java) R 31362 31364 31327 0 -1 64 20850 277 1 0 4852 15 0 2 25 0 9 0 28634683 888721408 59217 996147200 134512640 134550932 4294955968 18446744073709551615 4126874514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31367] ppid=31362 vsize=867892 CPUtime=1.63
/proc/31364/task/31367/stat : 31367 (java) S 31362 31364 31327 0 -1 64 70997 277 0 0 137 24 0 2 16 0 9 0 28634684 888721408 59217 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31368] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31368/stat : 31368 (java) S 31362 31364 31327 0 -1 64 21 277 0 0 0 0 0 2 16 0 9 0 28634684 888721408 59217 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31369] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31369/stat : 31369 (java) S 31362 31364 31327 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28634684 888721408 59217 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31370] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31370/stat : 31370 (java) S 31362 31364 31327 0 -1 64 2 277 0 0 0 0 0 2 24 0 9 0 28634686 888721408 59217 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31371] ppid=31362 vsize=867892 CPUtime=0.29
/proc/31364/task/31371/stat : 31371 (java) S 31362 31364 31327 0 -1 64 694 277 0 0 27 0 0 2 16 0 9 0 28634686 888721408 59217 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31372] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31372/stat : 31372 (java) S 31362 31364 31327 0 -1 64 0 277 0 0 0 0 0 2 25 0 9 0 28634686 888721408 59217 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/31364/task/31369/stat : 31369 (java) S 31362 31364 31327 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28634684 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31370] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31370/stat : 31370 (java) S 31362 31364 31327 0 -1 64 2 277 0 0 0 0 0 2 24 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31371] ppid=31362 vsize=867892 CPUtime=0.29
/proc/31364/task/31371/stat : 31371 (java) S 31362 31364 31327 0 -1 64 696 277 0 0 27 0 0 2 16 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31372] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31372/stat : 31372 (java) S 31362 31364 31327 0 -1 64 0 277 0 0 0 0 0 2 25 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31373] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31373/stat : 31373 (java) S 31362 31364 31327 0 -1 64 3 277 0 0 0 0 0 2 15 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1467.58
Current children cumulated vsize (KiB) 867892

[startup+1542.3 s]
/proc/loadavg: 2.00 2.13 2.14 3/89 31377
/proc/meminfo: memFree=1246752/2055920 swapFree=4192812/4192956
[pid=31364] ppid=31362 vsize=867892 CPUtime=1526.98
/proc/31364/stat : 31364 (java) S 31362 31364 31327 0 -1 0 94582 277 1 0 152648 48 0 2 18 0 9 0 28634682 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31364/statm: 216973 59219 2660 9 0 211409 0
[pid=31364/tid=31366] ppid=31362 vsize=867892 CPUtime=1525.04
/proc/31364/task/31366/stat : 31366 (java) R 31362 31364 31327 0 -1 64 22033 277 1 0 152482 20 0 2 25 0 9 0 28634683 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4126874514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31367] ppid=31362 vsize=867892 CPUtime=1.63
/proc/31364/task/31367/stat : 31367 (java) S 31362 31364 31327 0 -1 64 70997 277 0 0 137 24 0 2 16 0 9 0 28634684 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31368] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31368/stat : 31368 (java) S 31362 31364 31327 0 -1 64 21 277 0 0 0 0 0 2 16 0 9 0 28634684 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31369] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31369/stat : 31369 (java) S 31362 31364 31327 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28634684 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31370] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31370/stat : 31370 (java) S 31362 31364 31327 0 -1 64 2 277 0 0 0 0 0 2 24 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31371] ppid=31362 vsize=867892 CPUtime=0.29
/proc/31364/task/31371/stat : 31371 (java) S 31362 31364 31327 0 -1 64 696 277 0 0 27 0 0 2 16 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31372] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31372/stat : 31372 (java) S 31362 31364 31327 0 -1 64 0 277 0 0 0 0 0 2 25 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31373] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31373/stat : 31373 (java) S 31362 31364 31327 0 -1 64 3 277 0 0 0 0 0 2 15 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1526.98
Current children cumulated vsize (KiB) 867892

[startup+1602.31 s]
/proc/loadavg: 2.00 2.11 2.13 3/89 31377
/proc/meminfo: memFree=1246688/2055920 swapFree=4192812/4192956
[pid=31364] ppid=31362 vsize=867892 CPUtime=1586.38
/proc/31364/stat : 31364 (java) S 31362 31364 31327 0 -1 0 94582 277 1 0 158588 48 0 2 18 0 9 0 28634682 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31364/statm: 216973 59219 2660 9 0 211409 0
[pid=31364/tid=31366] ppid=31362 vsize=867892 CPUtime=1584.44
/proc/31364/task/31366/stat : 31366 (java) R 31362 31364 31327 0 -1 64 22033 277 1 0 158422 20 0 2 25 0 9 0 28634683 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4126874514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31367] ppid=31362 vsize=867892 CPUtime=1.63
/proc/31364/task/31367/stat : 31367 (java) S 31362 31364 31327 0 -1 64 70997 277 0 0 137 24 0 2 16 0 9 0 28634684 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31368] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31368/stat : 31368 (java) S 31362 31364 31327 0 -1 64 21 277 0 0 0 0 0 2 16 0 9 0 28634684 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31369] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31369/stat : 31369 (java) S 31362 31364 31327 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28634684 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31370] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31370/stat : 31370 (java) S 31362 31364 31327 0 -1 64 2 277 0 0 0 0 0 2 24 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31371] ppid=31362 vsize=867892 CPUtime=0.29
/proc/31364/task/31371/stat : 31371 (java) S 31362 31364 31327 0 -1 64 696 277 0 0 27 0 0 2 16 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31372] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31372/stat : 31372 (java) S 31362 31364 31327 0 -1 64 0 277 0 0 0 0 0 2 25 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31373] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31373/stat : 31373 (java) S 31362 31364 31327 0 -1 64 3 277 0 0 0 0 0 2 15 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1586.38
Current children cumulated vsize (KiB) 867892

[startup+1662.3 s]
/proc/loadavg: 2.00 2.08 2.12 3/89 31377
/proc/meminfo: memFree=1246688/2055920 swapFree=4192812/4192956
[pid=31364] ppid=31362 vsize=867892 CPUtime=1645.78
/proc/31364/stat : 31364 (java) S 31362 31364 31327 0 -1 0 94583 277 1 0 164528 48 0 2 18 0 9 0 28634682 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31364/statm: 216973 59219 2660 9 0 211409 0
[pid=31364/tid=31366] ppid=31362 vsize=867892 CPUtime=1643.85
/proc/31364/task/31366/stat : 31366 (java) R 31362 31364 31327 0 -1 64 22034 277 1 0 164363 20 0 2 25 0 9 0 28634683 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4126874514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31367] ppid=31362 vsize=867892 CPUtime=1.63
/proc/31364/task/31367/stat : 31367 (java) S 31362 31364 31327 0 -1 64 70997 277 0 0 137 24 0 2 16 0 9 0 28634684 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31368] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31368/stat : 31368 (java) S 31362 31364 31327 0 -1 64 21 277 0 0 0 0 0 2 16 0 9 0 28634684 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31369] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31369/stat : 31369 (java) S 31362 31364 31327 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28634684 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31370] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31370/stat : 31370 (java) S 31362 31364 31327 0 -1 64 2 277 0 0 0 0 0 2 24 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31371] ppid=31362 vsize=867892 CPUtime=0.29
/proc/31364/task/31371/stat : 31371 (java) S 31362 31364 31327 0 -1 64 696 277 0 0 27 0 0 2 16 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31372] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31372/stat : 31372 (java) S 31362 31364 31327 0 -1 64 0 277 0 0 0 0 0 2 25 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31373] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31373/stat : 31373 (java) S 31362 31364 31327 0 -1 64 3 277 0 0 0 0 0 2 15 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1645.78
Current children cumulated vsize (KiB) 867892

[startup+1722.3 s]
/proc/loadavg: 2.00 2.07 2.11 3/89 31377
/proc/meminfo: memFree=1246624/2055920 swapFree=4192812/4192956
[pid=31364] ppid=31362 vsize=867892 CPUtime=1705.18
/proc/31364/stat : 31364 (java) S 31362 31364 31327 0 -1 0 94649 277 1 0 170468 48 0 2 18 0 9 0 28634682 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31364/statm: 216973 59219 2660 9 0 211409 0
[pid=31364/tid=31366] ppid=31362 vsize=867892 CPUtime=1703.24
/proc/31364/task/31366/stat : 31366 (java) R 31362 31364 31327 0 -1 64 22100 277 1 0 170302 20 0 2 25 0 9 0 28634683 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4126874514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31367] ppid=31362 vsize=867892 CPUtime=1.63
/proc/31364/task/31367/stat : 31367 (java) S 31362 31364 31327 0 -1 64 70997 277 0 0 137 24 0 2 16 0 9 0 28634684 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31368] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31368/stat : 31368 (java) S 31362 31364 31327 0 -1 64 21 277 0 0 0 0 0 2 16 0 9 0 28634684 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31369] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31369/stat : 31369 (java) S 31362 31364 31327 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28634684 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31370] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31370/stat : 31370 (java) S 31362 31364 31327 0 -1 64 2 277 0 0 0 0 0 2 24 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31371] ppid=31362 vsize=867892 CPUtime=0.29
/proc/31364/task/31371/stat : 31371 (java) S 31362 31364 31327 0 -1 64 696 277 0 0 27 0 0 2 16 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31372] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31372/stat : 31372 (java) S 31362 31364 31327 0 -1 64 0 277 0 0 0 0 0 2 25 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31373] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31373/stat : 31373 (java) S 31362 31364 31327 0 -1 64 3 277 0 0 0 0 0 2 15 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1705.18
Current children cumulated vsize (KiB) 867892

[startup+1782.3 s]
/proc/loadavg: 1.94 2.04 2.09 3/89 31420
/proc/meminfo: memFree=1471584/2055920 swapFree=4192812/4192956
[pid=31364] ppid=31362 vsize=867892 CPUtime=1764.79
/proc/31364/stat : 31364 (java) S 31362 31364 31327 0 -1 0 94726 277 1 0 176427 50 0 2 18 0 9 0 28634682 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31364/statm: 216973 59219 2660 9 0 211409 0
[pid=31364/tid=31366] ppid=31362 vsize=867892 CPUtime=1762.85
/proc/31364/task/31366/stat : 31366 (java) R 31362 31364 31327 0 -1 64 22177 277 1 0 176261 22 0 2 25 0 9 0 28634683 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4126874357 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31367] ppid=31362 vsize=867892 CPUtime=1.63
/proc/31364/task/31367/stat : 31367 (java) S 31362 31364 31327 0 -1 64 70997 277 0 0 137 24 0 2 16 0 9 0 28634684 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31368] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31368/stat : 31368 (java) S 31362 31364 31327 0 -1 64 21 277 0 0 0 0 0 2 16 0 9 0 28634684 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31369] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31369/stat : 31369 (java) S 31362 31364 31327 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28634684 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31370] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31370/stat : 31370 (java) S 31362 31364 31327 0 -1 64 2 277 0 0 0 0 0 2 24 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31371] ppid=31362 vsize=867892 CPUtime=0.29
/proc/31364/task/31371/stat : 31371 (java) S 31362 31364 31327 0 -1 64 696 277 0 0 27 0 0 2 16 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31372] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31372/stat : 31372 (java) S 31362 31364 31327 0 -1 64 0 277 0 0 0 0 0 2 25 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31373] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31373/stat : 31373 (java) S 31362 31364 31327 0 -1 64 3 277 0 0 0 0 0 2 15 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1764.79
Current children cumulated vsize (KiB) 867892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.6 s]
/proc/loadavg: 1.97 2.03 2.09 3/89 31420
/proc/meminfo: memFree=1471648/2055920 swapFree=4192812/4192956
[pid=31364] ppid=31362 vsize=867892 CPUtime=1800.07
/proc/31364/stat : 31364 (java) S 31362 31364 31327 0 -1 0 94775 277 1 0 179955 50 0 2 18 0 9 0 28634682 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31364/statm: 216973 59219 2660 9 0 211409 0
[pid=31364/tid=31366] ppid=31362 vsize=867892 CPUtime=1798.13
/proc/31364/task/31366/stat : 31366 (java) R 31362 31364 31327 0 -1 64 22226 277 1 0 179789 22 0 2 25 0 9 0 28634683 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4126874331 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31367] ppid=31362 vsize=867892 CPUtime=1.63
/proc/31364/task/31367/stat : 31367 (java) S 31362 31364 31327 0 -1 64 70997 277 0 0 137 24 0 2 16 0 9 0 28634684 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31368] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31368/stat : 31368 (java) S 31362 31364 31327 0 -1 64 21 277 0 0 0 0 0 2 16 0 9 0 28634684 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31369] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31369/stat : 31369 (java) S 31362 31364 31327 0 -1 64 11 277 0 0 0 0 0 2 16 0 9 0 28634684 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31370] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31370/stat : 31370 (java) S 31362 31364 31327 0 -1 64 2 277 0 0 0 0 0 2 24 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31371] ppid=31362 vsize=867892 CPUtime=0.29
/proc/31364/task/31371/stat : 31371 (java) S 31362 31364 31327 0 -1 64 696 277 0 0 27 0 0 2 16 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31364/tid=31372] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31372/stat : 31372 (java) S 31362 31364 31327 0 -1 64 0 277 0 0 0 0 0 2 25 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31364/tid=31373] ppid=31362 vsize=867892 CPUtime=0.02
/proc/31364/task/31373/stat : 31373 (java) S 31362 31364 31327 0 -1 64 3 277 0 0 0 0 0 2 15 0 9 0 28634686 888721408 59219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 867892

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

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

Child status: 143
Real time (s): 1817.67
CPU time (s): 1800.16
CPU user time (s): 1799.59
CPU system time (s): 0.566913
CPU usage (%): 99.0364
Max. virtual memory (cumulated for all children) (KiB): 868664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.566913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95086
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= 38235
involuntary context switches= 41647

runsolver used 3.09453 second user time and 6.04008 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-12 18:21:48
IDJOB=2098496
IDBENCH=58696
IDSOLVER=774
FILE ID=node42/2098496-1247415705
PBS_JOBID= 9510689
Free space on /tmp= 66248 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-5.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-2098496-1247415705/watcher-2098496-1247415705 -o /tmp/evaluation-result-2098496-1247415705/solver-2098496-1247415705 -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-2098496-1247415705.xml

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

MD5SUM BENCH= 7190ed6731aa72fd4a74df29ac13f8df
RANDOM SEED=77611125

node42.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.283
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.283
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:       1475464 kB
Buffers:         47876 kB
Cached:         233236 kB
SwapCached:          0 kB
Active:         402812 kB
Inactive:       122360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1475464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           32140 kB
Writeback:           0 kB
Mapped:         264496 kB
Slab:            40296 kB
Committed_AS:  1011592 kB
PageTables:       2232 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= 66276 MiB
End job on node42 at 2009-07-12 18:52:07