Trace number 2096826

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 1816.23

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-2.xml
MD5SUMdeee800a676362b8ba7ef4a56056f1e3
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark130.19
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints65133
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64933
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2096826-1247410835.xml
0.28/0.31	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.38/0.48	     nbVariables=800  nbDomainTypes=32  minDomainSize=1  maxDomainSize=45  nbTotalValues=19530
0.38/0.48	       =>  wckTime=0.232  cpuTime=0.16  mem=10M820
0.38/0.48	   
0.38/0.48	   predicates being loaded...
0.48/0.54	   
0.48/0.54	   constraints being loaded...
16.55/16.66	     nbConstraints=65133  nbGlobalConstraints=200  nbSingletonDomainVariables=24  nbConflictsStructures=20
16.55/16.66	     nbSharedConflictsStructures=6286  nbUnbuiltConflictsStructures=470  nbSharedBinaryRepresentations=0
16.55/16.66	     nbEvaluationManagers=490  nbSharedEvaluationManagers=64443  minDegree=272  maxDegree=399  minArity=4  avgArity=4.04
16.55/16.66	     maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=3.224  symmetryCpuTime=0.98
16.55/16.66	       =>  wckTime=16.413  cpuTime=12.19  mem=367M396
17.64/17.79	   
17.64/17.79	   solver IterativeSystematicSolver being built... 
21.30/21.49	   
21.30/21.49	   INFO : Forward propagation technique limited 
21.50/21.67	       =>  wckTime=21.42  cpuTime=14.34  mem=575M674
80.03/80.71	   
80.03/80.71	   INFO : Stopping ESAC
80.03/80.72	   
80.03/80.72	   preprocessing
80.03/80.72	     nbConstraintChecks=42642792  nbValidityChecks=165108700  nbPropagations=14288  nbRevisions=8476707
80.03/80.72	     nbUselessRevisions=8474926  nbSingletonTests=646  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
80.03/80.72	     nbRemovedValues=0  detectedInconsistency=no
80.03/80.72	       =>  wckTime=59.045  cpuTime=58.43  mem=584M788
221.20/223.25	   
221.20/223.25	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=588M854)

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-2096826-1247410835/watcher-2096826-1247410835 -o /tmp/evaluation-result-2096826-1247410835/solver-2096826-1247410835 -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-2096826-1247410835.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: 2.07 2.03 2.01 4/80 30953
/proc/meminfo: memFree=1197848/2055920 swapFree=4191900/4192956
[pid=30953] ppid=30951 vsize=1616 CPUtime=0
/proc/30953/stat : 30953 (java) R 30951 30953 29540 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 28149705 1654784 147 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/30953/statm: 404 148 122 9 0 46 0

[startup+0.0531419 s]
/proc/loadavg: 2.07 2.03 2.01 4/80 30953
/proc/meminfo: memFree=1197848/2055920 swapFree=4191900/4192956
[pid=30953] ppid=30951 vsize=863836 CPUtime=0.04
/proc/30953/stat : 30953 (java) S 30951 30953 29540 0 -1 0 2560 0 1 0 3 1 0 0 18 0 9 0 28149705 884568064 2111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30953/statm: 215959 2113 978 9 0 210852 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863836

[startup+0.101103 s]
/proc/loadavg: 2.07 2.03 2.01 4/80 30953
/proc/meminfo: memFree=1197848/2055920 swapFree=4191900/4192956
[pid=30953] ppid=30951 vsize=865980 CPUtime=0.08
/proc/30953/stat : 30953 (java) S 30951 30953 29540 0 -1 0 3734 0 1 0 7 1 0 0 18 0 9 0 28149705 886763520 3202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30953/statm: 216495 3204 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301115 s]
/proc/loadavg: 2.07 2.03 2.01 4/80 30953
/proc/meminfo: memFree=1197848/2055920 swapFree=4191900/4192956
[pid=30953] ppid=30951 vsize=866380 CPUtime=0.28
/proc/30953/stat : 30953 (java) S 30951 30953 29540 0 -1 0 5960 0 1 0 25 3 0 0 18 0 9 0 28149705 887173120 5326 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30953/statm: 216595 5327 1984 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701143 s]
/proc/loadavg: 2.07 2.03 2.01 4/80 30953
/proc/meminfo: memFree=1197848/2055920 swapFree=4191900/4192956
[pid=30953] ppid=30951 vsize=867780 CPUtime=0.68
/proc/30953/stat : 30953 (java) S 30951 30953 29540 0 -1 0 9354 0 1 0 62 6 0 0 18 0 9 0 28149705 888606720 8708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30953/statm: 216945 8708 2038 9 0 211381 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867780

[startup+1.50219 s]
/proc/loadavg: 2.07 2.03 2.01 3/89 30962
/proc/meminfo: memFree=1151248/2055920 swapFree=4191900/4192956
[pid=30953] ppid=30951 vsize=867692 CPUtime=1.48
/proc/30953/stat : 30953 (java) S 30951 30953 29540 0 -1 0 18555 0 1 0 137 11 0 0 18 0 9 0 28149705 888516608 17883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30953/statm: 216923 17883 2028 9 0 211381 0
[pid=30953/tid=30955] ppid=30951 vsize=867692 CPUtime=1.23
/proc/30953/task/30955/stat : 30955 (java) R 30951 30953 29540 0 -1 64 15795 0 1 0 114 9 0 0 25 0 9 0 28149706 888516608 17883 996147200 134512640 134550932 4294955968 18446744073709551615 102883402 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30956] ppid=30951 vsize=867692 CPUtime=0.06
/proc/30953/task/30956/stat : 30956 (java) S 30951 30953 29540 0 -1 64 1379 0 0 0 5 1 0 0 16 0 9 0 28149708 888516608 17883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30957] ppid=30951 vsize=867692 CPUtime=0
/proc/30953/task/30957/stat : 30957 (java) S 30951 30953 29540 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28149708 888516608 17883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30958] ppid=30951 vsize=867692 CPUtime=0
/proc/30953/task/30958/stat : 30958 (java) S 30951 30953 29540 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28149708 888516608 17883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30959] ppid=30951 vsize=867692 CPUtime=0
/proc/30953/task/30959/stat : 30959 (java) S 30951 30953 29540 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28149710 888516608 17883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30960] ppid=30951 vsize=867692 CPUtime=0.16
/proc/30953/task/30960/stat : 30960 (java) S 30951 30953 29540 0 -1 64 679 0 0 0 16 0 0 0 16 0 9 0 28149710 888516608 17883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30961] ppid=30951 vsize=867692 CPUtime=0
/proc/30953/task/30961/stat : 30961 (java) S 30951 30953 29540 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28149710 888516608 17883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30962] ppid=30951 vsize=867692 CPUtime=0
/proc/30953/task/30962/stat : 30962 (java) S 30951 30953 29540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28149710 888516608 17883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867692

[startup+3.10229 s]
/proc/loadavg: 2.07 2.03 2.01 3/89 30962
/proc/meminfo: memFree=1122896/2055920 swapFree=4191900/4192956
[pid=30953] ppid=30951 vsize=867692 CPUtime=3.08
/proc/30953/stat : 30953 (java) S 30951 30953 29540 0 -1 0 22807 0 1 0 293 15 0 0 18 0 9 0 28149705 888516608 22133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30953/statm: 216923 22133 2028 9 0 211381 0
[pid=30953/tid=30955] ppid=30951 vsize=867692 CPUtime=2.63
/proc/30953/task/30955/stat : 30955 (java) R 30951 30953 29540 0 -1 64 15797 0 1 0 253 10 0 0 25 0 9 0 28149706 888516608 22133 996147200 134512640 134550932 4294955968 18446744073709551615 102883619 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30956] ppid=30951 vsize=867692 CPUtime=0.26
/proc/30953/task/30956/stat : 30956 (java) S 30951 30953 29540 0 -1 64 5629 0 0 0 23 3 0 0 17 0 9 0 28149708 888516608 22133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30957] ppid=30951 vsize=867692 CPUtime=0
/proc/30953/task/30957/stat : 30957 (java) S 30951 30953 29540 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28149708 888516608 22133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30958] ppid=30951 vsize=867692 CPUtime=0
/proc/30953/task/30958/stat : 30958 (java) S 30951 30953 29540 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28149708 888516608 22133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30959] ppid=30951 vsize=867692 CPUtime=0
/proc/30953/task/30959/stat : 30959 (java) S 30951 30953 29540 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28149710 888516608 22133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30960] ppid=30951 vsize=867692 CPUtime=0.16
/proc/30953/task/30960/stat : 30960 (java) S 30951 30953 29540 0 -1 64 679 0 0 0 16 0 0 0 17 0 9 0 28149710 888516608 22133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30961] ppid=30951 vsize=867692 CPUtime=0
/proc/30953/task/30961/stat : 30961 (java) S 30951 30953 29540 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28149710 888516608 22133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30962] ppid=30951 vsize=867692 CPUtime=0
/proc/30953/task/30962/stat : 30962 (java) S 30951 30953 29540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28149710 888516608 22133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867692

[startup+6.30149 s]
/proc/loadavg: 2.06 2.02 2.01 3/89 30962
/proc/meminfo: memFree=1096592/2055920 swapFree=4191900/4192956
[pid=30953] ppid=30951 vsize=867692 CPUtime=6.28
/proc/30953/stat : 30953 (java) S 30951 30953 29540 0 -1 0 33066 0 1 0 569 59 0 0 18 0 9 0 28149705 888516608 32387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30953/statm: 216923 32387 2029 9 0 211381 0
[pid=30953/tid=30955] ppid=30951 vsize=867696 CPUtime=5.33
/proc/30953/task/30955/stat : 30955 (java) R 30951 30953 29540 0 -1 64 15824 0 1 0 484 49 0 0 25 0 9 0 28149706 888520704 32387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30956] ppid=30951 vsize=867692 CPUtime=0.68
/proc/30953/task/30956/stat : 30956 (java) S 30951 30953 29540 0 -1 64 15796 0 0 0 60 8 0 0 17 0 9 0 28149708 888516608 32387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30957] ppid=30951 vsize=867692 CPUtime=0
/proc/30953/task/30957/stat : 30957 (java) S 30951 30953 29540 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28149708 888516608 32387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30958] ppid=30951 vsize=867692 CPUtime=0
/proc/30953/task/30958/stat : 30958 (java) S 30951 30953 29540 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28149708 888516608 32387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30959] ppid=30951 vsize=867692 CPUtime=0
/proc/30953/task/30959/stat : 30959 (java) S 30951 30953 29540 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28149710 888516608 32387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30960] ppid=30951 vsize=867696 CPUtime=0.23
/proc/30953/task/30960/stat : 30960 (java) S 30951 30953 29540 0 -1 64 744 0 0 0 23 0 0 0 15 0 9 0 28149710 888520704 32387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30961] ppid=30951 vsize=867692 CPUtime=0
/proc/30953/task/30961/stat : 30961 (java) S 30951 30953 29540 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28149710 888516608 32387 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30962] ppid=30951 vsize=867696 CPUtime=0
/proc/30953/task/30962/stat : 30962 (java) S 30951 30953 29540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28149710 888520704 32387 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) 867692

[startup+12.7019 s]
/proc/loadavg: 2.06 2.02 2.01 3/89 30962
/proc/meminfo: memFree=896144/2055920 swapFree=4191900/4192956
[pid=30953] ppid=30951 vsize=867696 CPUtime=12.67
/proc/30953/stat : 30953 (java) S 30951 30953 29540 0 -1 0 83609 0 1 0 1007 260 0 0 18 0 9 0 28149705 888520704 82921 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30953/statm: 216923 82921 2029 9 0 211381 0
[pid=30953/tid=30955] ppid=30951 vsize=867692 CPUtime=10.76
/proc/30953/task/30955/stat : 30955 (java) R 30951 30953 29540 0 -1 64 15834 0 1 0 845 231 0 0 25 0 9 0 28149706 888516608 82921 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30956] ppid=30951 vsize=867692 CPUtime=1.65
/proc/30953/task/30956/stat : 30956 (java) S 30951 30953 29540 0 -1 64 66327 0 0 0 137 28 0 0 17 0 9 0 28149708 888516608 82921 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30957] ppid=30951 vsize=867692 CPUtime=0
/proc/30953/task/30957/stat : 30957 (java) S 30951 30953 29540 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28149708 888516608 82921 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30958] ppid=30951 vsize=867696 CPUtime=0
/proc/30953/task/30958/stat : 30958 (java) S 30951 30953 29540 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28149708 888520704 82921 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30959] ppid=30951 vsize=867692 CPUtime=0
/proc/30953/task/30959/stat : 30959 (java) S 30951 30953 29540 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28149710 888516608 82921 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30960] ppid=30951 vsize=867692 CPUtime=0.24
/proc/30953/task/30960/stat : 30960 (java) S 30951 30953 29540 0 -1 64 746 0 0 0 24 0 0 0 15 0 9 0 28149710 888516608 82921 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30961] ppid=30951 vsize=867692 CPUtime=0
/proc/30953/task/30961/stat : 30961 (java) S 30951 30953 29540 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28149710 888516608 82921 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30962] ppid=30951 vsize=867692 CPUtime=0
/proc/30953/task/30962/stat : 30962 (java) S 30951 30953 29540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28149710 888516608 82921 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 867696

[startup+25.5027 s]
/proc/loadavg: 2.12 2.04 2.01 3/89 30966
/proc/meminfo: memFree=576000/2055920 swapFree=4191900/4192956
[pid=30953] ppid=30951 vsize=868340 CPUtime=25.36
/proc/30953/stat : 30953 (java) S 30951 30953 29540 0 -1 0 248005 5538 1 0 2012 336 179 9 18 0 9 0 28149705 889180160 157658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30953/statm: 217085 157658 2640 9 0 211543 0
[pid=30953/tid=30955] ppid=30951 vsize=868340 CPUtime=20.17
/proc/30953/task/30955/stat : 30955 (java) R 30951 30953 29540 0 -1 64 29058 5538 1 0 1571 258 179 9 25 0 9 0 28149706 889180160 157658 996147200 134512640 134550932 4294955968 18446744073709551615 4127388963 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30956] ppid=30951 vsize=868340 CPUtime=6.66
/proc/30953/task/30956/stat : 30956 (java) S 30951 30953 29540 0 -1 64 217090 5538 0 0 405 73 179 9 16 0 9 0 28149708 889180160 157658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30957] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30957/stat : 30957 (java) S 30951 30953 29540 0 -1 64 18 5538 0 0 0 0 179 9 16 0 9 0 28149708 889180160 157658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30958] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30958/stat : 30958 (java) S 30951 30953 29540 0 -1 64 32 5538 0 0 0 0 179 9 16 0 9 0 28149708 889180160 157658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30959] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30959/stat : 30959 (java) S 30951 30953 29540 0 -1 64 2 5538 0 0 0 0 179 9 23 0 9 0 28149710 889180160 157658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30960] ppid=30951 vsize=868340 CPUtime=2.24
/proc/30953/task/30960/stat : 30960 (java) S 30951 30953 29540 0 -1 64 969 5538 0 0 35 1 179 9 15 0 9 0 28149710 889180160 157658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30961] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30961/stat : 30961 (java) S 30951 30953 29540 0 -1 64 1 5538 0 0 0 0 179 9 24 0 9 0 28149710 889180160 157658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30962] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30962/stat : 30962 (java) S 30951 30953 29540 0 -1 64 21 5538 0 0 0 0 179 9 15 0 9 0 28149710 889180160 157658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 868340

[startup+51.1023 s]
/proc/loadavg: 2.08 2.03 2.01 3/89 30972
/proc/meminfo: memFree=575872/2055920 swapFree=4191900/4192956
[pid=30953] ppid=30951 vsize=868340 CPUtime=50.71
/proc/30953/stat : 30953 (java) S 30951 30953 29540 0 -1 0 248028 5538 1 0 4547 336 179 9 18 0 9 0 28149705 889180160 157672 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30953/statm: 217085 157672 2640 9 0 211543 0
[pid=30953/tid=30955] ppid=30951 vsize=868340 CPUtime=45.49
/proc/30953/task/30955/stat : 30955 (java) R 30951 30953 29540 0 -1 64 29067 5538 1 0 4103 258 179 9 25 0 9 0 28149706 889180160 157672 996147200 134512640 134550932 4294955968 18446744073709551615 4127379877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30956] ppid=30951 vsize=868340 CPUtime=6.66
/proc/30953/task/30956/stat : 30956 (java) S 30951 30953 29540 0 -1 64 217090 5538 0 0 405 73 179 9 17 0 9 0 28149708 889180160 157672 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30957] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30957/stat : 30957 (java) S 30951 30953 29540 0 -1 64 18 5538 0 0 0 0 179 9 16 0 9 0 28149708 889180160 157672 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30958] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30958/stat : 30958 (java) S 30951 30953 29540 0 -1 64 32 5538 0 0 0 0 179 9 16 0 9 0 28149708 889180160 157672 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30959] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30959/stat : 30959 (java) S 30951 30953 29540 0 -1 64 2 5538 0 0 0 0 179 9 23 0 9 0 28149710 889180160 157672 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30960] ppid=30951 vsize=868340 CPUtime=2.26
/proc/30953/task/30960/stat : 30960 (java) S 30951 30953 29540 0 -1 64 983 5538 0 0 37 1 179 9 16 0 9 0 28149710 889180160 157672 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30961] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30961/stat : 30961 (java) S 30951 30953 29540 0 -1 64 1 5538 0 0 0 0 179 9 24 0 9 0 28149710 889180160 157672 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) 1468.59
Current children cumulated vsize (KiB) 868340

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/89 30972
/proc/meminfo: memFree=574912/2055920 swapFree=4191900/4192956
[pid=30953] ppid=30951 vsize=868340 CPUtime=1528.02
/proc/30953/stat : 30953 (java) S 30951 30953 29540 0 -1 0 248098 5538 1 0 152276 338 179 9 18 0 9 0 28149705 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30953/statm: 217085 157709 2640 9 0 211543 0
[pid=30953/tid=30955] ppid=30951 vsize=868340 CPUtime=1522.73
/proc/30953/task/30955/stat : 30955 (java) R 30951 30953 29540 0 -1 64 29090 5538 1 0 151825 260 179 9 25 0 9 0 28149706 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4127388859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30956] ppid=30951 vsize=868340 CPUtime=6.66
/proc/30953/task/30956/stat : 30956 (java) S 30951 30953 29540 0 -1 64 217090 5538 0 0 405 73 179 9 16 0 9 0 28149708 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30957] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30957/stat : 30957 (java) S 30951 30953 29540 0 -1 64 18 5538 0 0 0 0 179 9 16 0 9 0 28149708 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30958] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30958/stat : 30958 (java) S 30951 30953 29540 0 -1 64 32 5538 0 0 0 0 179 9 16 0 9 0 28149708 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30959] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30959/stat : 30959 (java) S 30951 30953 29540 0 -1 64 2 5538 0 0 0 0 179 9 23 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30960] ppid=30951 vsize=868340 CPUtime=2.33
/proc/30953/task/30960/stat : 30960 (java) S 30951 30953 29540 0 -1 64 1030 5538 0 0 44 1 179 9 16 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30961] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30961/stat : 30961 (java) S 30951 30953 29540 0 -1 64 1 5538 0 0 0 0 179 9 24 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30962] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30962/stat : 30962 (java) S 30951 30953 29540 0 -1 64 21 5538 0 0 0 0 179 9 15 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1528.02
Current children cumulated vsize (KiB) 868340

[startup+1602.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/89 30972
/proc/meminfo: memFree=574912/2055920 swapFree=4191900/4192956
[pid=30953] ppid=30951 vsize=868340 CPUtime=1587.47
/proc/30953/stat : 30953 (java) S 30951 30953 29540 0 -1 0 248098 5538 1 0 158221 338 179 9 18 0 9 0 28149705 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30953/statm: 217085 157709 2640 9 0 211543 0
[pid=30953/tid=30955] ppid=30951 vsize=868340 CPUtime=1582.18
/proc/30953/task/30955/stat : 30955 (java) R 30951 30953 29540 0 -1 64 29090 5538 1 0 157770 260 179 9 25 0 9 0 28149706 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4127032201 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30956] ppid=30951 vsize=868340 CPUtime=6.66
/proc/30953/task/30956/stat : 30956 (java) S 30951 30953 29540 0 -1 64 217090 5538 0 0 405 73 179 9 16 0 9 0 28149708 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30957] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30957/stat : 30957 (java) S 30951 30953 29540 0 -1 64 18 5538 0 0 0 0 179 9 16 0 9 0 28149708 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30958] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30958/stat : 30958 (java) S 30951 30953 29540 0 -1 64 32 5538 0 0 0 0 179 9 16 0 9 0 28149708 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30959] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30959/stat : 30959 (java) S 30951 30953 29540 0 -1 64 2 5538 0 0 0 0 179 9 23 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30960] ppid=30951 vsize=868340 CPUtime=2.33
/proc/30953/task/30960/stat : 30960 (java) S 30951 30953 29540 0 -1 64 1030 5538 0 0 44 1 179 9 16 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30961] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30961/stat : 30961 (java) S 30951 30953 29540 0 -1 64 1 5538 0 0 0 0 179 9 24 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30962] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30962/stat : 30962 (java) S 30951 30953 29540 0 -1 64 21 5538 0 0 0 0 179 9 15 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.47
Current children cumulated vsize (KiB) 868340

[startup+1662.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/89 30972
/proc/meminfo: memFree=574848/2055920 swapFree=4191900/4192956
[pid=30953] ppid=30951 vsize=868340 CPUtime=1646.9
/proc/30953/stat : 30953 (java) S 30951 30953 29540 0 -1 0 248098 5538 1 0 164164 338 179 9 18 0 9 0 28149705 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30953/statm: 217085 157709 2640 9 0 211543 0
[pid=30953/tid=30955] ppid=30951 vsize=868340 CPUtime=1641.62
/proc/30953/task/30955/stat : 30955 (java) R 30951 30953 29540 0 -1 64 29090 5538 1 0 163714 260 179 9 25 0 9 0 28149706 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4127388963 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30956] ppid=30951 vsize=868340 CPUtime=6.66
/proc/30953/task/30956/stat : 30956 (java) S 30951 30953 29540 0 -1 64 217090 5538 0 0 405 73 179 9 16 0 9 0 28149708 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30957] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30957/stat : 30957 (java) S 30951 30953 29540 0 -1 64 18 5538 0 0 0 0 179 9 16 0 9 0 28149708 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30958] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30958/stat : 30958 (java) S 30951 30953 29540 0 -1 64 32 5538 0 0 0 0 179 9 16 0 9 0 28149708 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30959] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30959/stat : 30959 (java) S 30951 30953 29540 0 -1 64 2 5538 0 0 0 0 179 9 23 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30960] ppid=30951 vsize=868340 CPUtime=2.33
/proc/30953/task/30960/stat : 30960 (java) S 30951 30953 29540 0 -1 64 1030 5538 0 0 44 1 179 9 16 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30961] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30961/stat : 30961 (java) S 30951 30953 29540 0 -1 64 1 5538 0 0 0 0 179 9 24 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30962] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30962/stat : 30962 (java) S 30951 30953 29540 0 -1 64 21 5538 0 0 0 0 179 9 15 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.9
Current children cumulated vsize (KiB) 868340

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/89 30972
/proc/meminfo: memFree=574784/2055920 swapFree=4191900/4192956
[pid=30953] ppid=30951 vsize=868340 CPUtime=1706.35
/proc/30953/stat : 30953 (java) S 30951 30953 29540 0 -1 0 248098 5538 1 0 170109 338 179 9 18 0 9 0 28149705 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30953/statm: 217085 157709 2640 9 0 211543 0
[pid=30953/tid=30955] ppid=30951 vsize=868340 CPUtime=1701.06
/proc/30953/task/30955/stat : 30955 (java) R 30951 30953 29540 0 -1 64 29090 5538 1 0 169658 260 179 9 25 0 9 0 28149706 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4127026316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30956] ppid=30951 vsize=868340 CPUtime=6.66
/proc/30953/task/30956/stat : 30956 (java) S 30951 30953 29540 0 -1 64 217090 5538 0 0 405 73 179 9 16 0 9 0 28149708 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30957] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30957/stat : 30957 (java) S 30951 30953 29540 0 -1 64 18 5538 0 0 0 0 179 9 16 0 9 0 28149708 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30958] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30958/stat : 30958 (java) S 30951 30953 29540 0 -1 64 32 5538 0 0 0 0 179 9 16 0 9 0 28149708 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30959] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30959/stat : 30959 (java) S 30951 30953 29540 0 -1 64 2 5538 0 0 0 0 179 9 23 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30960] ppid=30951 vsize=868340 CPUtime=2.33
/proc/30953/task/30960/stat : 30960 (java) S 30951 30953 29540 0 -1 64 1030 5538 0 0 44 1 179 9 16 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30961] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30961/stat : 30961 (java) S 30951 30953 29540 0 -1 64 1 5538 0 0 0 0 179 9 24 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30962] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30962/stat : 30962 (java) S 30951 30953 29540 0 -1 64 21 5538 0 0 0 0 179 9 15 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.35
Current children cumulated vsize (KiB) 868340

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 31013
/proc/meminfo: memFree=1065296/2055920 swapFree=4191900/4192956
[pid=30953] ppid=30951 vsize=868340 CPUtime=1766.21
/proc/30953/stat : 30953 (java) S 30951 30953 29540 0 -1 0 248098 5538 1 0 176094 339 179 9 18 0 9 0 28149705 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30953/statm: 217085 157709 2640 9 0 211543 0
[pid=30953/tid=30955] ppid=30951 vsize=868340 CPUtime=1760.92
/proc/30953/task/30955/stat : 30955 (java) R 30951 30953 29540 0 -1 64 29090 5538 1 0 175643 261 179 9 25 0 9 0 28149706 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4127379957 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30956] ppid=30951 vsize=868340 CPUtime=6.66
/proc/30953/task/30956/stat : 30956 (java) S 30951 30953 29540 0 -1 64 217090 5538 0 0 405 73 179 9 16 0 9 0 28149708 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30957] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30957/stat : 30957 (java) S 30951 30953 29540 0 -1 64 18 5538 0 0 0 0 179 9 16 0 9 0 28149708 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30958] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30958/stat : 30958 (java) S 30951 30953 29540 0 -1 64 32 5538 0 0 0 0 179 9 16 0 9 0 28149708 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30959] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30959/stat : 30959 (java) S 30951 30953 29540 0 -1 64 2 5538 0 0 0 0 179 9 23 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30960] ppid=30951 vsize=868340 CPUtime=2.33
/proc/30953/task/30960/stat : 30960 (java) S 30951 30953 29540 0 -1 64 1030 5538 0 0 44 1 179 9 16 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30961] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30961/stat : 30961 (java) S 30951 30953 29540 0 -1 64 1 5538 0 0 0 0 179 9 24 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30962] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30962/stat : 30962 (java) S 30951 30953 29540 0 -1 64 21 5538 0 0 0 0 179 9 15 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.21
Current children cumulated vsize (KiB) 868340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.11 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 31013
/proc/meminfo: memFree=1059280/2055920 swapFree=4191900/4192956
[pid=30953] ppid=30951 vsize=868340 CPUtime=1800
/proc/30953/stat : 30953 (java) S 30951 30953 29540 0 -1 0 248098 5538 1 0 179473 339 179 9 18 0 9 0 28149705 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30953/statm: 217085 157709 2640 9 0 211543 0
[pid=30953/tid=30955] ppid=30951 vsize=868340 CPUtime=1794.72
/proc/30953/task/30955/stat : 30955 (java) R 30951 30953 29540 0 -1 64 29090 5538 1 0 179023 261 179 9 25 0 9 0 28149706 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4127389884 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30956] ppid=30951 vsize=868340 CPUtime=6.66
/proc/30953/task/30956/stat : 30956 (java) S 30951 30953 29540 0 -1 64 217090 5538 0 0 405 73 179 9 16 0 9 0 28149708 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30957] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30957/stat : 30957 (java) S 30951 30953 29540 0 -1 64 18 5538 0 0 0 0 179 9 16 0 9 0 28149708 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30958] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30958/stat : 30958 (java) S 30951 30953 29540 0 -1 64 32 5538 0 0 0 0 179 9 16 0 9 0 28149708 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30959] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30959/stat : 30959 (java) S 30951 30953 29540 0 -1 64 2 5538 0 0 0 0 179 9 23 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30960] ppid=30951 vsize=868340 CPUtime=2.33
/proc/30953/task/30960/stat : 30960 (java) S 30951 30953 29540 0 -1 64 1030 5538 0 0 44 1 179 9 16 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30953/tid=30961] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30961/stat : 30961 (java) S 30951 30953 29540 0 -1 64 1 5538 0 0 0 0 179 9 24 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30953/tid=30962] ppid=30951 vsize=868340 CPUtime=1.88
/proc/30953/task/30962/stat : 30962 (java) S 30951 30953 29540 0 -1 64 21 5538 0 0 0 0 179 9 15 0 9 0 28149710 889180160 157709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 868340

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

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

[startup+1816.21 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 31013
/proc/meminfo: memFree=1059280/2055920 swapFree=4191900/4192956
[pid=30953] ppid=30951 vsize=0 CPUtime=1800.11
/proc/30953/stat : 30953 (java) Z 30951 30953 29540 0 -1 1036 248127 5538 1 0 179477 346 179 9 16 0 2 0 28149705 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30953/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1816.23
CPU time (s): 1800.15
CPU user time (s): 1796.57
CPU system time (s): 3.57646
CPU usage (%): 99.1142
Max. virtual memory (cumulated for all children) (KiB): 902568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.57
system time used= 3.57646
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253665
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= 39199
involuntary context switches= 77045

runsolver used 2.6546 second user time and 5.61715 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 17:00:36
IDJOB=2096826
IDBENCH=56692
IDSOLVER=774
FILE ID=node29/2096826-1247410835
PBS_JOBID= 9510585
Free space on /tmp= 66360 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-2.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-2096826-1247410835/watcher-2096826-1247410835 -o /tmp/evaluation-result-2096826-1247410835/solver-2096826-1247410835 -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-2096826-1247410835.xml

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

MD5SUM BENCH= deee800a676362b8ba7ef4a56056f1e3
RANDOM SEED=1849139635

node29.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.225
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.225
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:       1198328 kB
Buffers:         39032 kB
Cached:         124388 kB
SwapCached:        392 kB
Active:         744108 kB
Inactive:        57736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1198328 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           11908 kB
Writeback:           0 kB
Mapped:         658160 kB
Slab:            39688 kB
Committed_AS:  1013992 kB
PageTables:       3116 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= 66368 MiB
End job on node29 at 2009-07-12 17:30:54