Trace number 2094281

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 AC? (TO) 1800.18 1809.82

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-6.xml
MD5SUM5ef5412c0ffa303b60f6d13c783c47df
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark116.03
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints39827
Maximum constraint arity24
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension39527
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2094281-1247403266.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.39/0.41	   
0.39/0.41	   variables being loaded...
0.48/0.52	     nbVariables=800  nbDomainTypes=451  minDomainSize=1  maxDomainSize=36  nbTotalValues=13201
0.48/0.52	       =>  wckTime=0.266  cpuTime=0.17  mem=10M814
0.48/0.52	   
0.48/0.52	   predicates being loaded...
0.48/0.57	   
0.48/0.57	   constraints being loaded...
21.58/21.85	   
21.58/21.85	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 178M873)
32.46/32.81	     nbConstraints=39827  nbGlobalConstraints=300  nbSingletonDomainVariables=79  nbConflictsStructures=8433
32.46/32.81	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=31094  nbSharedBinaryRepresentations=0
32.46/32.81	     nbEvaluationManagers=39527  nbSharedEvaluationManagers=0  minDegree=23  maxDegree=350  minArity=4  avgArity=4.13
32.46/32.81	     maxArity=24  nbGenerators=0  nbFusions=0  symmetryWckTime=2.012  symmetryCpuTime=0.68
32.46/32.81	       =>  wckTime=32.559  cpuTime=29.09  mem=272M198
33.16/33.56	   
33.16/33.56	   solver IterativeSystematicSolver being built... 
34.96/35.32	   
34.96/35.32	   INFO : Forward propagation technique limited 
35.06/35.49	       =>  wckTime=35.243  cpuTime=30.24  mem=348M695
36.56/36.94	   
36.56/36.94	   preprocessing
36.56/36.94	     nbConstraintChecks=2155776  nbValidityChecks=102989  nbPropagations=800  nbRevisions=124376
36.56/36.94	     nbUselessRevisions=124376  nbRemovedValues=0  detectedInconsistency=no
36.56/36.94	       =>  wckTime=1.449  cpuTime=1.43  mem=354M701
64.14/64.56	   
64.14/64.56	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=366M347)

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-2094281-1247403266/watcher-2094281-1247403266 -o /tmp/evaluation-result-2094281-1247403266/solver-2094281-1247403266 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094281-1247403266.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.19 2.27 1.91 3/81 365
/proc/meminfo: memFree=1691040/2055920 swapFree=4192812/4192956
[pid=365] ppid=363 vsize=1616 CPUtime=0
/proc/365/stat : 365 (java) D 363 365 30713 0 -1 0 177 0 0 0 0 0 0 0 19 0 1 0 27392027 1654784 145 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/365/statm: 404 145 119 9 0 46 0

[startup+0.0282921 s]
/proc/loadavg: 2.19 2.27 1.91 3/81 365
/proc/meminfo: memFree=1691040/2055920 swapFree=4192812/4192956
[pid=365] ppid=363 vsize=861936 CPUtime=0.01
/proc/365/stat : 365 (java) S 363 365 30713 0 -1 0 1878 0 1 0 0 1 0 0 18 0 5 0 27392027 882622464 1563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/365/statm: 215484 1563 686 9 0 210399 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861936

[startup+0.101507 s]
/proc/loadavg: 2.19 2.27 1.91 3/81 365
/proc/meminfo: memFree=1691040/2055920 swapFree=4192812/4192956
[pid=365] ppid=363 vsize=865984 CPUtime=0.08
/proc/365/stat : 365 (java) S 363 365 30713 0 -1 0 3738 0 1 0 6 2 0 0 18 0 9 0 27392027 886767616 3206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/365/statm: 216496 3206 1700 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301546 s]
/proc/loadavg: 2.19 2.27 1.91 3/81 365
/proc/meminfo: memFree=1691040/2055920 swapFree=4192812/4192956
[pid=365] ppid=363 vsize=866380 CPUtime=0.28
/proc/365/stat : 365 (java) S 363 365 30713 0 -1 0 5938 0 1 0 24 4 0 0 18 0 9 0 27392027 887173120 5304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/365/statm: 216595 5304 1983 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.702623 s]
/proc/loadavg: 2.19 2.27 1.91 3/81 365
/proc/meminfo: memFree=1691040/2055920 swapFree=4192812/4192956
[pid=365] ppid=363 vsize=867808 CPUtime=0.67
/proc/365/stat : 365 (java) S 363 365 30713 0 -1 0 9233 0 1 0 61 6 0 0 18 0 9 0 27392027 888635392 8587 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/365/statm: 216952 8587 2038 9 0 211388 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867808

[startup+1.50178 s]
/proc/loadavg: 2.19 2.27 1.91 3/90 374
/proc/meminfo: memFree=1645336/2055920 swapFree=4192812/4192956
[pid=365] ppid=363 vsize=867720 CPUtime=1.47
/proc/365/stat : 365 (java) S 363 365 30713 0 -1 0 18530 0 1 0 136 11 0 0 18 0 9 0 27392027 888545280 17858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/365/statm: 216930 17858 2028 9 0 211388 0
[pid=365/tid=367] ppid=363 vsize=867720 CPUtime=1.21
/proc/365/task/367/stat : 367 (java) R 363 365 30713 0 -1 64 15805 0 1 0 112 9 0 0 25 0 9 0 27392028 888545280 17858 996147200 134512640 134550932 4294955968 18446744073709551615 103774189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=368] ppid=363 vsize=867720 CPUtime=0.05
/proc/365/task/368/stat : 368 (java) S 363 365 30713 0 -1 64 1353 0 0 0 5 0 0 0 16 0 9 0 27392030 888545280 17858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=369] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/369/stat : 369 (java) S 363 365 30713 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27392030 888545280 17858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=370] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/370/stat : 370 (java) S 363 365 30713 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27392030 888545280 17858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=371] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/371/stat : 371 (java) S 363 365 30713 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27392032 888545280 17858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=372] ppid=363 vsize=867720 CPUtime=0.17
/proc/365/task/372/stat : 372 (java) S 363 365 30713 0 -1 64 670 0 0 0 17 0 0 0 16 0 9 0 27392032 888545280 17858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=373] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/373/stat : 373 (java) S 363 365 30713 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27392032 888545280 17858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=374] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/374/stat : 374 (java) S 363 365 30713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27392032 888545280 17858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867720

[startup+3.10109 s]
/proc/loadavg: 2.19 2.27 1.91 3/90 374
/proc/meminfo: memFree=1615832/2055920 swapFree=4192812/4192956
[pid=365] ppid=363 vsize=867720 CPUtime=3.06
/proc/365/stat : 365 (java) S 363 365 30713 0 -1 0 22781 0 1 0 292 14 0 0 18 0 9 0 27392027 888545280 22107 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/365/statm: 216930 22107 2028 9 0 211388 0
[pid=365/tid=367] ppid=363 vsize=867720 CPUtime=2.59
/proc/365/task/367/stat : 367 (java) R 363 365 30713 0 -1 64 15807 0 1 0 249 10 0 0 25 0 9 0 27392028 888545280 22107 996147200 134512640 134550932 4294955968 18446744073709551615 4126582999 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=368] ppid=363 vsize=867720 CPUtime=0.26
/proc/365/task/368/stat : 368 (java) S 363 365 30713 0 -1 64 5602 0 0 0 24 2 0 0 17 0 9 0 27392030 888545280 22107 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=369] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/369/stat : 369 (java) S 363 365 30713 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27392030 888545280 22107 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=370] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/370/stat : 370 (java) S 363 365 30713 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27392030 888545280 22107 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=371] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/371/stat : 371 (java) S 363 365 30713 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27392032 888545280 22107 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=372] ppid=363 vsize=867720 CPUtime=0.17
/proc/365/task/372/stat : 372 (java) S 363 365 30713 0 -1 64 670 0 0 0 17 0 0 0 17 0 9 0 27392032 888545280 22107 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=373] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/373/stat : 373 (java) S 363 365 30713 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27392032 888545280 22107 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=374] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/374/stat : 374 (java) S 363 365 30713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27392032 888545280 22107 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867720

[startup+6.30271 s]
/proc/loadavg: 2.25 2.28 1.91 3/90 374
/proc/meminfo: memFree=1594904/2055920 swapFree=4192812/4192956
[pid=365] ppid=363 vsize=867720 CPUtime=6.22
/proc/365/stat : 365 (java) S 363 365 30713 0 -1 0 27842 0 1 0 592 30 0 0 18 0 9 0 27392027 888545280 27164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/365/statm: 216930 27164 2029 9 0 211388 0
[pid=365/tid=367] ppid=363 vsize=867720 CPUtime=5.48
/proc/365/task/367/stat : 367 (java) R 363 365 30713 0 -1 64 15840 0 1 0 524 24 0 0 25 0 9 0 27392028 888545280 27164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=368] ppid=363 vsize=867720 CPUtime=0.45
/proc/365/task/368/stat : 368 (java) R 363 365 30713 0 -1 64 10565 0 0 0 41 4 0 0 16 0 9 0 27392030 888545280 27164 996147200 134512640 134550932 4294955968 18446744073709551615 102709373 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=369] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/369/stat : 369 (java) S 363 365 30713 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27392030 888545280 27164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=370] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/370/stat : 370 (java) S 363 365 30713 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27392030 888545280 27164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=371] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/371/stat : 371 (java) S 363 365 30713 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27392032 888545280 27164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=372] ppid=363 vsize=867720 CPUtime=0.26
/proc/365/task/372/stat : 372 (java) S 363 365 30713 0 -1 64 735 0 0 0 26 0 0 0 16 0 9 0 27392032 888545280 27164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=373] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/373/stat : 373 (java) S 363 365 30713 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27392032 888545280 27164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=374] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/374/stat : 374 (java) S 363 365 30713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27392032 888545280 27164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867720

[startup+12.7019 s]
/proc/loadavg: 2.23 2.28 1.91 3/90 374
/proc/meminfo: memFree=1553560/2055920 swapFree=4192812/4192956
[pid=365] ppid=363 vsize=867720 CPUtime=12.57
/proc/365/stat : 365 (java) S 363 365 30713 0 -1 0 38556 0 1 0 1184 73 0 0 18 0 9 0 27392027 888545280 37872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/365/statm: 216930 37872 2029 9 0 211388 0
[pid=365/tid=367] ppid=363 vsize=867720 CPUtime=11.49
/proc/365/task/367/stat : 367 (java) R 363 365 30713 0 -1 64 15846 0 1 0 1087 62 0 0 25 0 9 0 27392028 888545280 37872 996147200 134512640 134550932 4294955968 18446744073709551615 4126957706 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=368] ppid=363 vsize=867720 CPUtime=0.77
/proc/365/task/368/stat : 368 (java) S 363 365 30713 0 -1 64 21273 0 0 0 69 8 0 0 17 0 9 0 27392030 888545280 37872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=369] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/369/stat : 369 (java) S 363 365 30713 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27392030 888545280 37872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=370] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/370/stat : 370 (java) S 363 365 30713 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27392030 888545280 37872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=371] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/371/stat : 371 (java) S 363 365 30713 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27392032 888545280 37872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=372] ppid=363 vsize=867720 CPUtime=0.26
/proc/365/task/372/stat : 372 (java) S 363 365 30713 0 -1 64 735 0 0 0 26 0 0 0 16 0 9 0 27392032 888545280 37872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=373] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/373/stat : 373 (java) S 363 365 30713 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27392032 888545280 37872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=374] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/374/stat : 374 (java) S 363 365 30713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27392032 888545280 37872 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867720

[startup+25.5024 s]
/proc/loadavg: 2.18 2.26 1.91 3/90 374
/proc/meminfo: memFree=1470296/2055920 swapFree=4192812/4192956
[pid=365] ppid=363 vsize=867720 CPUtime=25.25
/proc/365/stat : 365 (java) S 363 365 30713 0 -1 0 57618 0 1 0 2396 129 0 0 18 0 9 0 27392027 888545280 56923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/365/statm: 216930 56923 2029 9 0 211388 0
[pid=365/tid=367] ppid=363 vsize=867720 CPUtime=23.6
/proc/365/task/367/stat : 367 (java) R 363 365 30713 0 -1 64 15857 0 1 0 2251 109 0 0 25 0 9 0 27392028 888545280 56923 996147200 134512640 134550932 4294955968 18446744073709551615 4126954668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=368] ppid=363 vsize=867720 CPUtime=1.34
/proc/365/task/368/stat : 368 (java) S 363 365 30713 0 -1 64 40323 0 0 0 117 17 0 0 17 0 9 0 27392030 888545280 56923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=369] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/369/stat : 369 (java) S 363 365 30713 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27392030 888545280 56923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=370] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/370/stat : 370 (java) S 363 365 30713 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27392030 888545280 56923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=371] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/371/stat : 371 (java) S 363 365 30713 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27392032 888545280 56923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=372] ppid=363 vsize=867720 CPUtime=0.26
/proc/365/task/372/stat : 372 (java) S 363 365 30713 0 -1 64 736 0 0 0 26 0 0 0 16 0 9 0 27392032 888545280 56923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=373] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/373/stat : 373 (java) S 363 365 30713 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27392032 888545280 56923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=374] ppid=363 vsize=867720 CPUtime=0
/proc/365/task/374/stat : 374 (java) S 363 365 30713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27392032 888545280 56923 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867720

[startup+51.1023 s]
/proc/loadavg: 2.24 2.27 1.93 3/90 378
/proc/meminfo: memFree=1292432/2055920 swapFree=4192812/4192956
[pid=365] ppid=363 vsize=868044 CPUtime=50.76
/proc/365/stat : 365 (java) S 363 365 30713 0 -1 0 168281 3061 1 0 4823 163 85 5 18 0 9 0 27392027 888877056 101940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/365/statm: 217011 101940 2640 9 0 211469 0
[pid=365/tid=367] ppid=363 vsize=868044 CPUtime=46.86
/proc/365/task/367/stat : 367 (java) R 363 365 30713 0 -1 64 29259 3061 1 0 4482 114 85 5 25 0 9 0 27392028 888877056 101940 996147200 134512640 134550932 4294955968 18446744073709551615 4127396117 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=365/tid=368] ppid=363 vsize=868044 CPUtime=4.33
/proc/365/task/368/stat : 368 (java) S 363 365 30713 0 -1 64 137160 3061 0 0 299 44 85 5 16 0 9 0 27392030 888877056 101940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=365/tid=369] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/369/stat : 369 (java) S 363 365 30713 0 -1 64 21 3061 0 0 0 0 85 5 16 0 9 0 27392030 888877056 101940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=365/tid=370] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/370/stat : 370 (java) S 363 365 30713 0 -1 64 30 3061 0 0 0 0 85 5 16 0 9 0 27392030 888877056 101940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=365/tid=371] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/371/stat : 371 (java) S 363 365 30713 0 -1 64 2 3061 0 0 0 0 85 5 18 0 9 0 27392032 888877056 101940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=372] ppid=363 vsize=868044 CPUtime=1.3
/proc/365/task/372/stat : 372 (java) S 363 365 30713 0 -1 64 995 3061 0 0 40 0 85 5 16 0 9 0 27392032 888877056 101940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=365/tid=373] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/373/stat : 373 (java) S 363 365 30713 0 -1 64 0 3061 0 0 0 0 85 5 19 0 9 0 27392032 888877056 101940 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 1475.74
Current children cumulated vsize (KiB) 868044

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/90 425
/proc/meminfo: memFree=1276248/2055920 swapFree=4192812/4192956
[pid=365] ppid=363 vsize=868044 CPUtime=1535.18
/proc/365/stat : 365 (java) S 363 365 30713 0 -1 0 172306 3061 1 0 153259 169 85 5 18 0 9 0 27392027 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/365/statm: 217011 105896 2640 9 0 211469 0
[pid=365/tid=367] ppid=363 vsize=868044 CPUtime=1529.76
/proc/365/task/367/stat : 367 (java) R 363 365 30713 0 -1 64 29320 3061 1 0 152768 118 85 5 25 0 9 0 27392028 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4127396072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=368] ppid=363 vsize=868044 CPUtime=5.82
/proc/365/task/368/stat : 368 (java) S 363 365 30713 0 -1 64 141100 3061 0 0 446 46 85 5 16 0 9 0 27392030 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=369] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/369/stat : 369 (java) S 363 365 30713 0 -1 64 21 3061 0 0 0 0 85 5 16 0 9 0 27392030 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=365/tid=370] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/370/stat : 370 (java) S 363 365 30713 0 -1 64 30 3061 0 0 0 0 85 5 16 0 9 0 27392030 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=365/tid=371] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/371/stat : 371 (java) S 363 365 30713 0 -1 64 2 3061 0 0 0 0 85 5 18 0 9 0 27392032 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=372] ppid=363 vsize=868044 CPUtime=1.34
/proc/365/task/372/stat : 372 (java) S 363 365 30713 0 -1 64 1019 3061 0 0 44 0 85 5 16 0 9 0 27392032 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=373] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/373/stat : 373 (java) S 363 365 30713 0 -1 64 0 3061 0 0 0 0 85 5 19 0 9 0 27392032 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=374] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/374/stat : 374 (java) S 363 365 30713 0 -1 64 13 3061 0 0 0 0 85 5 15 0 9 0 27392032 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.18
Current children cumulated vsize (KiB) 868044

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/90 425
/proc/meminfo: memFree=1276184/2055920 swapFree=4192812/4192956
[pid=365] ppid=363 vsize=868044 CPUtime=1594.61
/proc/365/stat : 365 (java) S 363 365 30713 0 -1 0 172308 3061 1 0 159202 169 85 5 18 0 9 0 27392027 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/365/statm: 217011 105896 2640 9 0 211469 0
[pid=365/tid=367] ppid=363 vsize=868044 CPUtime=1589.15
/proc/365/task/367/stat : 367 (java) R 363 365 30713 0 -1 64 29322 3061 1 0 158707 118 85 5 25 0 9 0 27392028 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4127390417 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=368] ppid=363 vsize=868044 CPUtime=5.86
/proc/365/task/368/stat : 368 (java) S 363 365 30713 0 -1 64 141100 3061 0 0 450 46 85 5 16 0 9 0 27392030 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=369] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/369/stat : 369 (java) S 363 365 30713 0 -1 64 21 3061 0 0 0 0 85 5 16 0 9 0 27392030 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=365/tid=370] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/370/stat : 370 (java) S 363 365 30713 0 -1 64 30 3061 0 0 0 0 85 5 16 0 9 0 27392030 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=365/tid=371] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/371/stat : 371 (java) S 363 365 30713 0 -1 64 2 3061 0 0 0 0 85 5 18 0 9 0 27392032 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=372] ppid=363 vsize=868044 CPUtime=1.34
/proc/365/task/372/stat : 372 (java) S 363 365 30713 0 -1 64 1019 3061 0 0 44 0 85 5 16 0 9 0 27392032 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=373] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/373/stat : 373 (java) S 363 365 30713 0 -1 64 0 3061 0 0 0 0 85 5 19 0 9 0 27392032 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=374] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/374/stat : 374 (java) S 363 365 30713 0 -1 64 13 3061 0 0 0 0 85 5 15 0 9 0 27392032 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.61
Current children cumulated vsize (KiB) 868044

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/90 425
/proc/meminfo: memFree=1276184/2055920 swapFree=4192812/4192956
[pid=365] ppid=363 vsize=868044 CPUtime=1654.04
/proc/365/stat : 365 (java) S 363 365 30713 0 -1 0 172309 3061 1 0 165145 169 85 5 18 0 9 0 27392027 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/365/statm: 217011 105896 2640 9 0 211469 0
[pid=365/tid=367] ppid=363 vsize=868044 CPUtime=1648.56
/proc/365/task/367/stat : 367 (java) R 363 365 30713 0 -1 64 29323 3061 1 0 164648 118 85 5 25 0 9 0 27392028 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4127393198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=368] ppid=363 vsize=868044 CPUtime=5.88
/proc/365/task/368/stat : 368 (java) S 363 365 30713 0 -1 64 141100 3061 0 0 452 46 85 5 16 0 9 0 27392030 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=369] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/369/stat : 369 (java) S 363 365 30713 0 -1 64 21 3061 0 0 0 0 85 5 16 0 9 0 27392030 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=365/tid=370] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/370/stat : 370 (java) S 363 365 30713 0 -1 64 30 3061 0 0 0 0 85 5 16 0 9 0 27392030 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=365/tid=371] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/371/stat : 371 (java) S 363 365 30713 0 -1 64 2 3061 0 0 0 0 85 5 18 0 9 0 27392032 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=372] ppid=363 vsize=868044 CPUtime=1.34
/proc/365/task/372/stat : 372 (java) S 363 365 30713 0 -1 64 1019 3061 0 0 44 0 85 5 16 0 9 0 27392032 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=373] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/373/stat : 373 (java) S 363 365 30713 0 -1 64 0 3061 0 0 0 0 85 5 19 0 9 0 27392032 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=374] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/374/stat : 374 (java) S 363 365 30713 0 -1 64 13 3061 0 0 0 0 85 5 15 0 9 0 27392032 888877056 105896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.04
Current children cumulated vsize (KiB) 868044

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/90 425
/proc/meminfo: memFree=1276120/2055920 swapFree=4192812/4192956
[pid=365] ppid=363 vsize=868044 CPUtime=1713.48
/proc/365/stat : 365 (java) S 363 365 30713 0 -1 0 172316 3061 1 0 171089 169 85 5 18 0 9 0 27392027 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/365/statm: 217011 105901 2640 9 0 211469 0
[pid=365/tid=367] ppid=363 vsize=868044 CPUtime=1707.95
/proc/365/task/367/stat : 367 (java) R 363 365 30713 0 -1 64 29325 3061 1 0 170587 118 85 5 25 0 9 0 27392028 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4127411332 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=368] ppid=363 vsize=868044 CPUtime=5.92
/proc/365/task/368/stat : 368 (java) S 363 365 30713 0 -1 64 141105 3061 0 0 456 46 85 5 16 0 9 0 27392030 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=369] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/369/stat : 369 (java) S 363 365 30713 0 -1 64 21 3061 0 0 0 0 85 5 16 0 9 0 27392030 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=365/tid=370] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/370/stat : 370 (java) S 363 365 30713 0 -1 64 30 3061 0 0 0 0 85 5 16 0 9 0 27392030 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=365/tid=371] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/371/stat : 371 (java) S 363 365 30713 0 -1 64 2 3061 0 0 0 0 85 5 18 0 9 0 27392032 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=372] ppid=363 vsize=868044 CPUtime=1.34
/proc/365/task/372/stat : 372 (java) S 363 365 30713 0 -1 64 1019 3061 0 0 44 0 85 5 16 0 9 0 27392032 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=373] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/373/stat : 373 (java) S 363 365 30713 0 -1 64 0 3061 0 0 0 0 85 5 19 0 9 0 27392032 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=374] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/374/stat : 374 (java) S 363 365 30713 0 -1 64 13 3061 0 0 0 0 85 5 15 0 9 0 27392032 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.48
Current children cumulated vsize (KiB) 868044

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/90 425
/proc/meminfo: memFree=1275992/2055920 swapFree=4192812/4192956
[pid=365] ppid=363 vsize=868044 CPUtime=1772.9
/proc/365/stat : 365 (java) S 363 365 30713 0 -1 0 172318 3061 1 0 177031 169 85 5 18 0 9 0 27392027 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/365/statm: 217011 105901 2640 9 0 211469 0
[pid=365/tid=367] ppid=363 vsize=868044 CPUtime=1767.34
/proc/365/task/367/stat : 367 (java) R 363 365 30713 0 -1 64 29327 3061 1 0 176525 119 85 5 25 0 9 0 27392028 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4127422512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=368] ppid=363 vsize=868044 CPUtime=5.97
/proc/365/task/368/stat : 368 (java) S 363 365 30713 0 -1 64 141105 3061 0 0 461 46 85 5 16 0 9 0 27392030 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=369] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/369/stat : 369 (java) S 363 365 30713 0 -1 64 21 3061 0 0 0 0 85 5 16 0 9 0 27392030 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=365/tid=370] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/370/stat : 370 (java) S 363 365 30713 0 -1 64 30 3061 0 0 0 0 85 5 16 0 9 0 27392030 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=365/tid=371] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/371/stat : 371 (java) S 363 365 30713 0 -1 64 2 3061 0 0 0 0 85 5 18 0 9 0 27392032 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=372] ppid=363 vsize=868044 CPUtime=1.34
/proc/365/task/372/stat : 372 (java) S 363 365 30713 0 -1 64 1019 3061 0 0 44 0 85 5 16 0 9 0 27392032 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=373] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/373/stat : 373 (java) S 363 365 30713 0 -1 64 0 3061 0 0 0 0 85 5 19 0 9 0 27392032 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=374] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/374/stat : 374 (java) S 363 365 30713 0 -1 64 13 3061 0 0 0 0 85 5 15 0 9 0 27392032 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.9
Current children cumulated vsize (KiB) 868044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/90 425
/proc/meminfo: memFree=1275992/2055920 swapFree=4192812/4192956
[pid=365] ppid=363 vsize=868044 CPUtime=1800.05
/proc/365/stat : 365 (java) S 363 365 30713 0 -1 0 172319 3061 1 0 179746 169 85 5 18 0 9 0 27392027 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/365/statm: 217011 105901 2640 9 0 211469 0
[pid=365/tid=367] ppid=363 vsize=868044 CPUtime=1794.45
/proc/365/task/367/stat : 367 (java) R 363 365 30713 0 -1 64 29328 3061 1 0 179236 119 85 5 25 0 9 0 27392028 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4127282808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=368] ppid=363 vsize=868044 CPUtime=6.01
/proc/365/task/368/stat : 368 (java) S 363 365 30713 0 -1 64 141105 3061 0 0 465 46 85 5 16 0 9 0 27392030 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=369] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/369/stat : 369 (java) S 363 365 30713 0 -1 64 21 3061 0 0 0 0 85 5 16 0 9 0 27392030 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=365/tid=370] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/370/stat : 370 (java) S 363 365 30713 0 -1 64 30 3061 0 0 0 0 85 5 16 0 9 0 27392030 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=365/tid=371] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/371/stat : 371 (java) S 363 365 30713 0 -1 64 2 3061 0 0 0 0 85 5 18 0 9 0 27392032 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=372] ppid=363 vsize=868044 CPUtime=1.34
/proc/365/task/372/stat : 372 (java) S 363 365 30713 0 -1 64 1019 3061 0 0 44 0 85 5 16 0 9 0 27392032 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=373] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/373/stat : 373 (java) S 363 365 30713 0 -1 64 0 3061 0 0 0 0 85 5 19 0 9 0 27392032 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=365/tid=374] ppid=363 vsize=868044 CPUtime=0.9
/proc/365/task/374/stat : 374 (java) S 363 365 30713 0 -1 64 13 3061 0 0 0 0 85 5 15 0 9 0 27392032 888877056 105901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868044

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

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

[startup+1809.81 s]
/proc/loadavg: 2.00 2.00 1.93 3/90 425
/proc/meminfo: memFree=1275992/2055920 swapFree=4192812/4192956
[pid=365] ppid=363 vsize=0 CPUtime=1800.15
/proc/365/stat : 365 (java) Z 363 365 30713 0 -1 1036 172350 3061 1 0 179750 175 85 5 16 0 2 0 27392027 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/365/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1809.82
CPU time (s): 1800.18
CPU user time (s): 1798.36
CPU system time (s): 1.81872
CPU usage (%): 99.4675
Max. virtual memory (cumulated for all children) (KiB): 890164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.36
system time used= 1.81872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175411
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= 39732
involuntary context switches= 62755

runsolver used 2.13667 second user time and 6.10407 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 14:54:27
IDJOB=2094281
IDBENCH=54111
IDSOLVER=773
FILE ID=node76/2094281-1247403266
PBS_JOBID= 9510497
Free space on /tmp= 66420 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-6.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094281-1247403266/watcher-2094281-1247403266 -o /tmp/evaluation-result-2094281-1247403266/solver-2094281-1247403266 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094281-1247403266.xml

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

MD5SUM BENCH= 5ef5412c0ffa303b60f6d13c783c47df
RANDOM SEED=1521477312

node76.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.277
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.277
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1691520 kB
Buffers:         37328 kB
Cached:         128932 kB
SwapCached:          0 kB
Active:         234320 kB
Inactive:        70040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7660 kB
Writeback:           0 kB
Mapped:         158620 kB
Slab:            45104 kB
Committed_AS:   999460 kB
PageTables:       2088 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66416 MiB
End job on node76 at 2009-07-12 15:24:39