Trace number 2094295

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.21 1801.21

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-1.xml
MD5SUM6883734acbcc3ab6a8ec48c2640bc7eb
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark68.0347
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints33842
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33642
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2094295-1247403319.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.39/0.47	     nbVariables=800  nbDomainTypes=40  minDomainSize=1  maxDomainSize=45  nbTotalValues=18785
0.39/0.47	       =>  wckTime=0.225  cpuTime=0.16  mem=10M817
0.39/0.47	   
0.39/0.47	   predicates being loaded...
0.49/0.52	   
0.49/0.52	   constraints being loaded...
9.25/9.32	     nbConstraints=33843  nbGlobalConstraints=201  nbSingletonDomainVariables=133  nbConflictsStructures=85
9.25/9.32	     nbSharedConflictsStructures=20287  nbUnbuiltConflictsStructures=466  nbSharedBinaryRepresentations=0
9.25/9.32	     nbEvaluationManagers=551  nbSharedEvaluationManagers=33091  minDegree=31  maxDegree=350  minArity=4  avgArity=4.08
9.25/9.32	     maxArity=20  nbGenerators=1  nbFusions=0  symmetryWckTime=1.718  symmetryCpuTime=0.58
9.25/9.32	       =>  wckTime=9.079  cpuTime=6.85  mem=200M965
9.87/9.95	   
9.87/9.95	   solver IterativeSystematicSolver being built... 
11.74/11.90	   
11.74/11.90	   INFO : Forward propagation technique limited 
11.84/11.98	       =>  wckTime=11.743  cpuTime=8.05  mem=312M509
12.93/13.01	   
12.93/13.01	   preprocessing
12.93/13.01	     nbConstraintChecks=1233056  nbValidityChecks=48739  nbPropagations=800  nbRevisions=53080  nbUselessRevisions=53080
12.93/13.01	     nbRemovedValues=0  detectedInconsistency=no
12.93/13.01	       =>  wckTime=1.02  cpuTime=0.99  mem=316M536
39.34/39.68	   
39.34/39.68	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=320M605)

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-2094295-1247403319/watcher-2094295-1247403319 -o /tmp/evaluation-result-2094295-1247403319/solver-2094295-1247403319 -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-2094295-1247403319.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.77 4/80 30270
/proc/meminfo: memFree=1615312/2055920 swapFree=4192812/4192956
[pid=30270] ppid=30268 vsize=152 CPUtime=0
/proc/30270/stat : 30270 (java) R 30268 30270 29944 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 27399550 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 10924331 0 0 4096 0 0 0 0 17 0 0 0
/proc/30270/statm: 50 33 26 9 0 4 0

[startup+0.095639 s]
/proc/loadavg: 1.93 1.98 1.77 4/80 30270
/proc/meminfo: memFree=1615312/2055920 swapFree=4192812/4192956
[pid=30270] ppid=30268 vsize=865980 CPUtime=0.08
/proc/30270/stat : 30270 (java) S 30268 30270 29944 0 -1 0 3737 0 1 0 6 2 0 0 18 0 9 0 27399550 886763520 3205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30270/statm: 216495 3205 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.101638 s]
/proc/loadavg: 1.93 1.98 1.77 4/80 30270
/proc/meminfo: memFree=1615312/2055920 swapFree=4192812/4192956
[pid=30270] ppid=30268 vsize=865980 CPUtime=0.09
/proc/30270/stat : 30270 (java) S 30268 30270 29944 0 -1 0 3807 0 1 0 7 2 0 0 18 0 9 0 27399550 886763520 3257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30270/statm: 216495 3258 1719 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.30167 s]
/proc/loadavg: 1.93 1.98 1.77 4/80 30270
/proc/meminfo: memFree=1615312/2055920 swapFree=4192812/4192956
[pid=30270] ppid=30268 vsize=866500 CPUtime=0.29
/proc/30270/stat : 30270 (java) S 30268 30270 29944 0 -1 0 6100 0 1 0 25 4 0 0 18 0 9 0 27399550 887296000 5466 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30270/statm: 216625 5466 1987 9 0 211083 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866500

[startup+0.701735 s]
/proc/loadavg: 1.93 1.98 1.77 4/80 30270
/proc/meminfo: memFree=1615312/2055920 swapFree=4192812/4192956
[pid=30270] ppid=30268 vsize=867780 CPUtime=0.68
/proc/30270/stat : 30270 (java) S 30268 30270 29944 0 -1 0 9638 0 1 0 62 6 0 0 18 0 9 0 27399550 888606720 8992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30270/statm: 216945 8992 2038 9 0 211381 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867780

[startup+1.50186 s]
/proc/loadavg: 1.93 1.98 1.77 3/89 30279
/proc/meminfo: memFree=1567496/2055920 swapFree=4192812/4192956
[pid=30270] ppid=30268 vsize=867692 CPUtime=1.49
/proc/30270/stat : 30270 (java) S 30268 30270 29944 0 -1 0 18545 0 1 0 138 11 0 0 18 0 9 0 27399550 888516608 17873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30270/statm: 216923 17873 2028 9 0 211381 0
[pid=30270/tid=30272] ppid=30268 vsize=867692 CPUtime=1.25
/proc/30270/task/30272/stat : 30272 (java) R 30268 30270 29944 0 -1 64 15795 0 1 0 116 9 0 0 25 0 9 0 27399551 888516608 17873 996147200 134512640 134550932 4294955968 18446744073709551615 102882869 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30273] ppid=30268 vsize=867692 CPUtime=0.05
/proc/30270/task/30273/stat : 30273 (java) S 30268 30270 29944 0 -1 64 1373 0 0 0 5 0 0 0 16 0 9 0 27399552 888516608 17873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30274] ppid=30268 vsize=867692 CPUtime=0
/proc/30270/task/30274/stat : 30274 (java) S 30268 30270 29944 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27399552 888516608 17873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30275] ppid=30268 vsize=867692 CPUtime=0
/proc/30270/task/30275/stat : 30275 (java) S 30268 30270 29944 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27399552 888516608 17873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30276] ppid=30268 vsize=867692 CPUtime=0
/proc/30270/task/30276/stat : 30276 (java) S 30268 30270 29944 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 27399554 888516608 17873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30277] ppid=30268 vsize=867692 CPUtime=0.16
/proc/30270/task/30277/stat : 30277 (java) S 30268 30270 29944 0 -1 64 676 0 0 0 16 0 0 0 16 0 9 0 27399554 888516608 17873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30278] ppid=30268 vsize=867692 CPUtime=0
/proc/30270/task/30278/stat : 30278 (java) S 30268 30270 29944 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27399554 888516608 17873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30279] ppid=30268 vsize=867692 CPUtime=0
/proc/30270/task/30279/stat : 30279 (java) S 30268 30270 29944 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27399554 888516608 17873 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867692

[startup+3.10212 s]
/proc/loadavg: 1.93 1.98 1.77 3/89 30279
/proc/meminfo: memFree=1540488/2055920 swapFree=4192812/4192956
[pid=30270] ppid=30268 vsize=867692 CPUtime=3.09
/proc/30270/stat : 30270 (java) S 30268 30270 29944 0 -1 0 22859 0 1 0 290 19 0 0 18 0 9 0 27399550 888516608 22185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30270/statm: 216923 22185 2029 9 0 211381 0
[pid=30270/tid=30272] ppid=30268 vsize=867692 CPUtime=2.6
/proc/30270/task/30272/stat : 30272 (java) R 30268 30270 29944 0 -1 64 15818 0 1 0 246 14 0 0 25 0 9 0 27399551 888516608 22185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30273] ppid=30268 vsize=867692 CPUtime=0.25
/proc/30270/task/30273/stat : 30273 (java) S 30268 30270 29944 0 -1 64 5621 0 0 0 22 3 0 0 16 0 9 0 27399552 888516608 22185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30274] ppid=30268 vsize=867692 CPUtime=0
/proc/30270/task/30274/stat : 30274 (java) S 30268 30270 29944 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27399552 888516608 22185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30275] ppid=30268 vsize=867692 CPUtime=0
/proc/30270/task/30275/stat : 30275 (java) S 30268 30270 29944 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27399552 888516608 22185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30276] ppid=30268 vsize=867696 CPUtime=0
/proc/30270/task/30276/stat : 30276 (java) S 30268 30270 29944 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 27399554 888520704 22185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30277] ppid=30268 vsize=867692 CPUtime=0.21
/proc/30270/task/30277/stat : 30277 (java) S 30268 30270 29944 0 -1 64 719 0 0 0 21 0 0 0 16 0 9 0 27399554 888516608 22185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30278] ppid=30268 vsize=867692 CPUtime=0
/proc/30270/task/30278/stat : 30278 (java) S 30268 30270 29944 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27399554 888516608 22185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30279] ppid=30268 vsize=867692 CPUtime=0
/proc/30270/task/30279/stat : 30279 (java) S 30268 30270 29944 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27399554 888516608 22185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 867692

[startup+6.30164 s]
/proc/loadavg: 1.94 1.98 1.77 3/89 30279
/proc/meminfo: memFree=1472712/2055920 swapFree=4192812/4192956
[pid=30270] ppid=30268 vsize=867696 CPUtime=6.28
/proc/30270/stat : 30270 (java) S 30268 30270 29944 0 -1 0 43796 0 1 0 517 111 0 0 18 0 9 0 27399550 888520704 43117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30270/statm: 216923 43117 2029 9 0 211381 0
[pid=30270/tid=30272] ppid=30268 vsize=867692 CPUtime=5.35
/proc/30270/task/30272/stat : 30272 (java) R 30268 30270 29944 0 -1 64 15826 0 1 0 437 98 0 0 25 0 9 0 27399551 888516608 43117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30273] ppid=30268 vsize=867692 CPUtime=0.66
/proc/30270/task/30273/stat : 30273 (java) S 30268 30270 29944 0 -1 64 26526 0 0 0 55 11 0 0 17 0 9 0 27399552 888516608 43117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30274] ppid=30268 vsize=867692 CPUtime=0
/proc/30270/task/30274/stat : 30274 (java) S 30268 30270 29944 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27399552 888516608 43117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30275] ppid=30268 vsize=867696 CPUtime=0
/proc/30270/task/30275/stat : 30275 (java) S 30268 30270 29944 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27399552 888520704 43117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30276] ppid=30268 vsize=867692 CPUtime=0
/proc/30270/task/30276/stat : 30276 (java) S 30268 30270 29944 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 27399554 888516608 43117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30277] ppid=30268 vsize=867692 CPUtime=0.24
/proc/30270/task/30277/stat : 30277 (java) S 30268 30270 29944 0 -1 64 743 0 0 0 24 0 0 0 15 0 9 0 27399554 888516608 43117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30278] ppid=30268 vsize=867692 CPUtime=0
/proc/30270/task/30278/stat : 30278 (java) S 30268 30270 29944 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27399554 888516608 43117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30279] ppid=30268 vsize=867692 CPUtime=0
/proc/30270/task/30279/stat : 30279 (java) S 30268 30270 29944 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27399554 888516608 43117 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) 867696

[startup+12.7027 s]
/proc/loadavg: 2.02 2.00 1.78 4/89 30283
/proc/meminfo: memFree=1268344/2055920 swapFree=4192812/4192956
[pid=30270] ppid=30268 vsize=868428 CPUtime=12.64
/proc/30270/stat : 30270 (java) S 30268 30270 29944 0 -1 0 144468 3069 1 0 991 179 89 5 18 0 9 0 27399550 889270272 89116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30270/statm: 217107 89116 2662 9 0 211543 0
[pid=30270/tid=30272] ppid=30268 vsize=868428 CPUtime=9.86
/proc/30270/task/30272/stat : 30272 (java) R 30268 30270 29944 0 -1 64 28789 3069 1 0 752 140 89 5 23 0 9 0 27399551 889270272 89116 996147200 134512640 134550932 4294955968 18446744073709551615 4127400622 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30273] ppid=30268 vsize=868428 CPUtime=3.33
/proc/30270/task/30273/stat : 30273 (java) R 30268 30270 29944 0 -1 64 113748 3069 0 0 204 35 89 5 25 0 9 0 27399552 889270272 89116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30274] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30274/stat : 30274 (java) S 30268 30270 29944 0 -1 64 21 3069 0 0 0 0 89 5 15 0 9 0 27399552 889270272 89116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30275] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30275/stat : 30275 (java) S 30268 30270 29944 0 -1 64 20 3069 0 0 0 0 89 5 16 0 9 0 27399552 889270272 89116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30276] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30276/stat : 30276 (java) S 30268 30270 29944 0 -1 64 2 3069 0 0 0 0 89 5 24 0 9 0 27399554 889270272 89116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30277] ppid=30268 vsize=868428 CPUtime=1.28
/proc/30270/task/30277/stat : 30277 (java) S 30268 30270 29944 0 -1 64 1069 3069 0 0 34 0 89 5 15 0 9 0 27399554 889270272 89116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30278] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30278/stat : 30278 (java) S 30268 30270 29944 0 -1 64 0 3069 0 0 0 0 89 5 25 0 9 0 27399554 889270272 89116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30279] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30279/stat : 30279 (java) S 30268 30270 29944 0 -1 64 12 3069 0 0 0 0 89 5 15 0 9 0 27399554 889270272 89116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 868428

[startup+25.5018 s]
/proc/loadavg: 1.94 1.98 1.78 3/78 30306
/proc/meminfo: memFree=1304144/2055920 swapFree=4192812/4192956
[pid=30270] ppid=30268 vsize=868428 CPUtime=25.34
/proc/30270/stat : 30270 (java) S 30268 30270 29944 0 -1 0 144504 3069 1 0 2260 180 89 5 18 0 9 0 27399550 889270272 89141 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30270/statm: 217107 89141 2662 9 0 211543 0
[pid=30270/tid=30272] ppid=30268 vsize=868428 CPUtime=22.5
/proc/30270/task/30272/stat : 30272 (java) R 30268 30270 29944 0 -1 64 28799 3069 1 0 2016 140 89 5 25 0 9 0 27399551 889270272 89141 996147200 134512640 134550932 4294955968 18446744073709551615 4126937164 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30273] ppid=30268 vsize=868428 CPUtime=3.33
/proc/30270/task/30273/stat : 30273 (java) S 30268 30270 29944 0 -1 64 113748 3069 0 0 204 35 89 5 16 0 9 0 27399552 889270272 89141 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30274] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30274/stat : 30274 (java) S 30268 30270 29944 0 -1 64 21 3069 0 0 0 0 89 5 15 0 9 0 27399552 889270272 89141 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30275] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30275/stat : 30275 (java) S 30268 30270 29944 0 -1 64 22 3069 0 0 0 0 89 5 16 0 9 0 27399552 889270272 89141 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30276] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30276/stat : 30276 (java) S 30268 30270 29944 0 -1 64 2 3069 0 0 0 0 89 5 24 0 9 0 27399554 889270272 89141 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30277] ppid=30268 vsize=868428 CPUtime=1.33
/proc/30270/task/30277/stat : 30277 (java) S 30268 30270 29944 0 -1 64 1093 3069 0 0 39 0 89 5 15 0 9 0 27399554 889270272 89141 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30278] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30278/stat : 30278 (java) S 30268 30270 29944 0 -1 64 0 3069 0 0 0 0 89 5 25 0 9 0 27399554 889270272 89141 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30279] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30279/stat : 30279 (java) S 30268 30270 29944 0 -1 64 12 3069 0 0 0 0 89 5 15 0 9 0 27399554 889270272 89141 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 868428

[startup+51.1019 s]
/proc/loadavg: 2.01 2.00 1.79 3/89 30324
/proc/meminfo: memFree=966952/2055920 swapFree=4192812/4192956
[pid=30270] ppid=30268 vsize=868428 CPUtime=50.83
/proc/30270/stat : 30270 (java) S 30268 30270 29944 0 -1 0 144522 3069 1 0 4809 180 89 5 18 0 9 0 27399550 889270272 89154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30270/statm: 217107 89154 2662 9 0 211543 0
[pid=30270/tid=30272] ppid=30268 vsize=868428 CPUtime=47.97
/proc/30270/task/30272/stat : 30272 (java) R 30268 30270 29944 0 -1 64 28804 3069 1 0 4563 140 89 5 25 0 9 0 27399551 889270272 89154 996147200 134512640 134550932 4294955968 18446744073709551615 4127392453 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30273] ppid=30268 vsize=868428 CPUtime=3.33
/proc/30270/task/30273/stat : 30273 (java) S 30268 30270 29944 0 -1 64 113748 3069 0 0 204 35 89 5 16 0 9 0 27399552 889270272 89154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30274] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30274/stat : 30274 (java) S 30268 30270 29944 0 -1 64 21 3069 0 0 0 0 89 5 15 0 9 0 27399552 889270272 89154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30275] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30275/stat : 30275 (java) S 30268 30270 29944 0 -1 64 22 3069 0 0 0 0 89 5 16 0 9 0 27399552 889270272 89154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30276] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30276/stat : 30276 (java) S 30268 30270 29944 0 -1 64 2 3069 0 0 0 0 89 5 24 0 9 0 27399554 889270272 89154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30277] ppid=30268 vsize=868428 CPUtime=1.36
/proc/30270/task/30277/stat : 30277 (java) S 30268 30270 29944 0 -1 64 1106 3069 0 0 41 1 89 5 16 0 9 0 27399554 889270272 89154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30278] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30278/stat : 30278 (java) S 30268 30270 29944 0 -1 64 0 3069 0 0 0 0 89 5 25 0 9 0 27399554 889270272 89154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/30270/task/30275/stat : 30275 (java) S 30268 30270 29944 0 -1 64 22 3069 0 0 0 0 89 5 16 0 9 0 27399552 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30276] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30276/stat : 30276 (java) S 30268 30270 29944 0 -1 64 2 3069 0 0 0 0 89 5 24 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30277] ppid=30268 vsize=868428 CPUtime=1.39
/proc/30270/task/30277/stat : 30277 (java) S 30268 30270 29944 0 -1 64 1128 3069 0 0 44 1 89 5 16 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30278] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30278/stat : 30278 (java) S 30268 30270 29944 0 -1 64 0 3069 0 0 0 0 89 5 25 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30279] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30279/stat : 30279 (java) S 30268 30270 29944 0 -1 64 12 3069 0 0 0 0 89 5 15 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.39
Current children cumulated vsize (KiB) 868428

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 30330
/proc/meminfo: memFree=965544/2055920 swapFree=4192812/4192956
[pid=30270] ppid=30268 vsize=868428 CPUtime=1601.36
/proc/30270/stat : 30270 (java) S 30268 30270 29944 0 -1 0 144550 3069 1 0 159860 182 89 5 18 0 9 0 27399550 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30270/statm: 217107 89164 2662 9 0 211543 0
[pid=30270/tid=30272] ppid=30268 vsize=868428 CPUtime=1598.49
/proc/30270/task/30272/stat : 30272 (java) R 30268 30270 29944 0 -1 64 28810 3069 1 0 159612 143 89 5 25 0 9 0 27399551 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4127388476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30273] ppid=30268 vsize=868428 CPUtime=3.33
/proc/30270/task/30273/stat : 30273 (java) S 30268 30270 29944 0 -1 64 113748 3069 0 0 204 35 89 5 16 0 9 0 27399552 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30274] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30274/stat : 30274 (java) S 30268 30270 29944 0 -1 64 21 3069 0 0 0 0 89 5 15 0 9 0 27399552 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30275] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30275/stat : 30275 (java) S 30268 30270 29944 0 -1 64 22 3069 0 0 0 0 89 5 16 0 9 0 27399552 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30276] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30276/stat : 30276 (java) S 30268 30270 29944 0 -1 64 2 3069 0 0 0 0 89 5 24 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30277] ppid=30268 vsize=868428 CPUtime=1.39
/proc/30270/task/30277/stat : 30277 (java) S 30268 30270 29944 0 -1 64 1128 3069 0 0 44 1 89 5 16 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30278] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30278/stat : 30278 (java) S 30268 30270 29944 0 -1 64 0 3069 0 0 0 0 89 5 25 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30279] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30279/stat : 30279 (java) S 30268 30270 29944 0 -1 64 12 3069 0 0 0 0 89 5 15 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.36
Current children cumulated vsize (KiB) 868428

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 30330
/proc/meminfo: memFree=965480/2055920 swapFree=4192812/4192956
[pid=30270] ppid=30268 vsize=868428 CPUtime=1661.34
/proc/30270/stat : 30270 (java) S 30268 30270 29944 0 -1 0 144550 3069 1 0 165857 183 89 5 18 0 9 0 27399550 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30270/statm: 217107 89164 2662 9 0 211543 0
[pid=30270/tid=30272] ppid=30268 vsize=868428 CPUtime=1658.46
/proc/30270/task/30272/stat : 30272 (java) R 30268 30270 29944 0 -1 64 28810 3069 1 0 165609 143 89 5 25 0 9 0 27399551 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4127386623 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30273] ppid=30268 vsize=868428 CPUtime=3.33
/proc/30270/task/30273/stat : 30273 (java) S 30268 30270 29944 0 -1 64 113748 3069 0 0 204 35 89 5 16 0 9 0 27399552 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30274] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30274/stat : 30274 (java) S 30268 30270 29944 0 -1 64 21 3069 0 0 0 0 89 5 15 0 9 0 27399552 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30275] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30275/stat : 30275 (java) S 30268 30270 29944 0 -1 64 22 3069 0 0 0 0 89 5 16 0 9 0 27399552 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30276] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30276/stat : 30276 (java) S 30268 30270 29944 0 -1 64 2 3069 0 0 0 0 89 5 24 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30277] ppid=30268 vsize=868428 CPUtime=1.39
/proc/30270/task/30277/stat : 30277 (java) S 30268 30270 29944 0 -1 64 1128 3069 0 0 44 1 89 5 16 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30278] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30278/stat : 30278 (java) S 30268 30270 29944 0 -1 64 0 3069 0 0 0 0 89 5 25 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30279] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30279/stat : 30279 (java) S 30268 30270 29944 0 -1 64 12 3069 0 0 0 0 89 5 15 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.34
Current children cumulated vsize (KiB) 868428

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 30330
/proc/meminfo: memFree=965480/2055920 swapFree=4192812/4192956
[pid=30270] ppid=30268 vsize=868428 CPUtime=1721.31
/proc/30270/stat : 30270 (java) S 30268 30270 29944 0 -1 0 144550 3069 1 0 171854 183 89 5 18 0 9 0 27399550 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30270/statm: 217107 89164 2662 9 0 211543 0
[pid=30270/tid=30272] ppid=30268 vsize=868428 CPUtime=1718.43
/proc/30270/task/30272/stat : 30272 (java) R 30268 30270 29944 0 -1 64 28810 3069 1 0 171606 143 89 5 25 0 9 0 27399551 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4127409735 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30273] ppid=30268 vsize=868428 CPUtime=3.33
/proc/30270/task/30273/stat : 30273 (java) S 30268 30270 29944 0 -1 64 113748 3069 0 0 204 35 89 5 16 0 9 0 27399552 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30274] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30274/stat : 30274 (java) S 30268 30270 29944 0 -1 64 21 3069 0 0 0 0 89 5 15 0 9 0 27399552 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30275] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30275/stat : 30275 (java) S 30268 30270 29944 0 -1 64 22 3069 0 0 0 0 89 5 16 0 9 0 27399552 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30276] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30276/stat : 30276 (java) S 30268 30270 29944 0 -1 64 2 3069 0 0 0 0 89 5 24 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30277] ppid=30268 vsize=868428 CPUtime=1.39
/proc/30270/task/30277/stat : 30277 (java) S 30268 30270 29944 0 -1 64 1128 3069 0 0 44 1 89 5 16 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30278] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30278/stat : 30278 (java) S 30268 30270 29944 0 -1 64 0 3069 0 0 0 0 89 5 25 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30279] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30279/stat : 30279 (java) S 30268 30270 29944 0 -1 64 12 3069 0 0 0 0 89 5 15 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.31
Current children cumulated vsize (KiB) 868428

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 30330
/proc/meminfo: memFree=965352/2055920 swapFree=4192812/4192956
[pid=30270] ppid=30268 vsize=868428 CPUtime=1781.29
/proc/30270/stat : 30270 (java) S 30268 30270 29944 0 -1 0 144550 3069 1 0 177852 183 89 5 18 0 9 0 27399550 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30270/statm: 217107 89164 2662 9 0 211543 0
[pid=30270/tid=30272] ppid=30268 vsize=868428 CPUtime=1778.41
/proc/30270/task/30272/stat : 30272 (java) R 30268 30270 29944 0 -1 64 28810 3069 1 0 177604 143 89 5 25 0 9 0 27399551 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4126956491 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30273] ppid=30268 vsize=868428 CPUtime=3.33
/proc/30270/task/30273/stat : 30273 (java) S 30268 30270 29944 0 -1 64 113748 3069 0 0 204 35 89 5 16 0 9 0 27399552 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30274] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30274/stat : 30274 (java) S 30268 30270 29944 0 -1 64 21 3069 0 0 0 0 89 5 15 0 9 0 27399552 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30275] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30275/stat : 30275 (java) S 30268 30270 29944 0 -1 64 22 3069 0 0 0 0 89 5 16 0 9 0 27399552 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30276] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30276/stat : 30276 (java) S 30268 30270 29944 0 -1 64 2 3069 0 0 0 0 89 5 24 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30277] ppid=30268 vsize=868428 CPUtime=1.39
/proc/30270/task/30277/stat : 30277 (java) S 30268 30270 29944 0 -1 64 1128 3069 0 0 44 1 89 5 16 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30278] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30278/stat : 30278 (java) S 30268 30270 29944 0 -1 64 0 3069 0 0 0 0 89 5 25 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30279] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30279/stat : 30279 (java) S 30268 30270 29944 0 -1 64 12 3069 0 0 0 0 89 5 15 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.29
Current children cumulated vsize (KiB) 868428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 30330
/proc/meminfo: memFree=965416/2055920 swapFree=4192812/4192956
[pid=30270] ppid=30268 vsize=868428 CPUtime=1800.09
/proc/30270/stat : 30270 (java) S 30268 30270 29944 0 -1 0 144550 3069 1 0 179732 183 89 5 18 0 9 0 27399550 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30270/statm: 217107 89164 2662 9 0 211543 0
[pid=30270/tid=30272] ppid=30268 vsize=868428 CPUtime=1797.2
/proc/30270/task/30272/stat : 30272 (java) R 30268 30270 29944 0 -1 64 28810 3069 1 0 179483 143 89 5 25 0 9 0 27399551 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4126956303 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30273] ppid=30268 vsize=868428 CPUtime=3.33
/proc/30270/task/30273/stat : 30273 (java) S 30268 30270 29944 0 -1 64 113748 3069 0 0 204 35 89 5 16 0 9 0 27399552 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30274] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30274/stat : 30274 (java) S 30268 30270 29944 0 -1 64 21 3069 0 0 0 0 89 5 15 0 9 0 27399552 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30275] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30275/stat : 30275 (java) S 30268 30270 29944 0 -1 64 22 3069 0 0 0 0 89 5 16 0 9 0 27399552 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30276] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30276/stat : 30276 (java) S 30268 30270 29944 0 -1 64 2 3069 0 0 0 0 89 5 24 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30277] ppid=30268 vsize=868428 CPUtime=1.39
/proc/30270/task/30277/stat : 30277 (java) S 30268 30270 29944 0 -1 64 1128 3069 0 0 44 1 89 5 16 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30278] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30278/stat : 30278 (java) S 30268 30270 29944 0 -1 64 0 3069 0 0 0 0 89 5 25 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30279] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30279/stat : 30279 (java) S 30268 30270 29944 0 -1 64 12 3069 0 0 0 0 89 5 15 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868428

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

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

[startup+1801.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 30330
/proc/meminfo: memFree=965416/2055920 swapFree=4192812/4192956
[pid=30270] ppid=30268 vsize=868428 CPUtime=1800.09
/proc/30270/stat : 30270 (java) S 30268 30270 29944 0 -1 0 144550 3069 1 0 179732 183 89 5 18 0 9 0 27399550 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30270/statm: 217107 89164 2662 9 0 211543 0
[pid=30270/tid=30272] ppid=30268 vsize=868428 CPUtime=1797.2
/proc/30270/task/30272/stat : 30272 (java) R 30268 30270 29944 0 -1 64 28810 3069 1 0 179483 143 89 5 25 0 9 0 27399551 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4126956303 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30273] ppid=30268 vsize=868428 CPUtime=3.33
/proc/30270/task/30273/stat : 30273 (java) S 30268 30270 29944 0 -1 64 113748 3069 0 0 204 35 89 5 16 0 9 0 27399552 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30274] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30274/stat : 30274 (java) S 30268 30270 29944 0 -1 64 21 3069 0 0 0 0 89 5 15 0 9 0 27399552 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30275] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30275/stat : 30275 (java) S 30268 30270 29944 0 -1 64 22 3069 0 0 0 0 89 5 16 0 9 0 27399552 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30270/tid=30276] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30276/stat : 30276 (java) S 30268 30270 29944 0 -1 64 2 3069 0 0 0 0 89 5 24 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30277] ppid=30268 vsize=868428 CPUtime=1.39
/proc/30270/task/30277/stat : 30277 (java) S 30268 30270 29944 0 -1 64 1128 3069 0 0 44 1 89 5 16 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30278] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30278/stat : 30278 (java) S 30268 30270 29944 0 -1 64 0 3069 0 0 0 0 89 5 25 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30270/tid=30279] ppid=30268 vsize=868428 CPUtime=0.94
/proc/30270/task/30279/stat : 30279 (java) S 30268 30270 29944 0 -1 64 12 3069 0 0 0 0 89 5 15 0 9 0 27399554 889270272 89164 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868428

Child status: 143
Real time (s): 1801.21
CPU time (s): 1800.21
CPU user time (s): 1798.27
CPU system time (s): 1.9427
CPU usage (%): 99.9443
Max. virtual memory (cumulated for all children) (KiB): 886852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.27
system time used= 1.9427
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147649
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= 38708
involuntary context switches= 45511

runsolver used 2.50462 second user time and 5.69713 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 14:55:20
IDJOB=2094295
IDBENCH=54118
IDSOLVER=773
FILE ID=node3/2094295-1247403319
PBS_JOBID= 9510637
Free space on /tmp= 66404 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-1.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-2094295-1247403319/watcher-2094295-1247403319 -o /tmp/evaluation-result-2094295-1247403319/solver-2094295-1247403319 -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-2094295-1247403319.xml

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

MD5SUM BENCH= 6883734acbcc3ab6a8ec48c2640bc7eb
RANDOM SEED=326000665

node3.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.259
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.259
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:       1615792 kB
Buffers:         34592 kB
Cached:         130172 kB
SwapCached:          0 kB
Active:         128296 kB
Inactive:       250716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1615792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7024 kB
Writeback:           0 kB
Mapped:          74964 kB
Slab:            46320 kB
Committed_AS:   999716 kB
PageTables:       1844 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= 66396 MiB
End job on node3 at 2009-07-12 15:25:23