Trace number 2096828

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.25 1809.54

General information on the benchmark

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

Solver Data

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2096828-1247410844.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.38/0.48	     nbVariables=800  nbDomainTypes=35  minDomainSize=1  maxDomainSize=45  nbTotalValues=19530
0.38/0.48	       =>  wckTime=0.231  cpuTime=0.16  mem=10M819
0.38/0.48	   
0.38/0.48	   predicates being loaded...
0.48/0.54	   
0.48/0.54	   constraints being loaded...
16.25/16.30	     nbConstraints=64022  nbGlobalConstraints=202  nbSingletonDomainVariables=21  nbConflictsStructures=23
16.25/16.30	     nbSharedConflictsStructures=6404  nbUnbuiltConflictsStructures=563  nbSharedBinaryRepresentations=0
16.25/16.30	     nbEvaluationManagers=586  nbSharedEvaluationManagers=63234  minDegree=255  maxDegree=400  minArity=4  avgArity=4.04
16.25/16.30	     maxArity=20  nbGenerators=2  nbFusions=0  symmetryWckTime=3.179  symmetryCpuTime=1.03
16.25/16.30	       =>  wckTime=16.055  cpuTime=11.98  mem=348M479
17.32/17.40	   
17.32/17.40	   solver IterativeSystematicSolver being built... 
20.79/20.99	   
20.89/21.03	   INFO : Forward propagation technique limited 
20.89/21.09	       =>  wckTime=20.836  cpuTime=14.08  mem=596M613
67.65/68.28	   
67.65/68.28	   INFO : Stopping ESAC
67.65/68.28	   
67.65/68.28	   preprocessing
67.65/68.28	     nbConstraintChecks=27340627  nbValidityChecks=144308192  nbPropagations=13802  nbRevisions=6568762
67.65/68.28	     nbUselessRevisions=6564648  nbSingletonTests=565  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
67.65/68.28	     nbRemovedValues=0  detectedInconsistency=no
67.65/68.28	       =>  wckTime=47.19  cpuTime=46.6  mem=572M665
171.56/173.13	   
171.56/173.13	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=576M658)

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-2096828-1247410844/watcher-2096828-1247410844 -o /tmp/evaluation-result-2096828-1247410844/solver-2096828-1247410844 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2096828-1247410844.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 1434
/proc/meminfo: memFree=1789224/2055920 swapFree=4192812/4192956
[pid=1434] ppid=1432 vsize=18576 CPUtime=0
/proc/1434/stat : 1434 (runsolver) R 1432 1434 31887 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28147152 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 237947645223 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/1434/statm: 4644 284 249 26 0 2626 0

[startup+0.0868041 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 1434
/proc/meminfo: memFree=1789224/2055920 swapFree=4192812/4192956
[pid=1434] ppid=1432 vsize=864148 CPUtime=0.07
/proc/1434/stat : 1434 (java) S 1432 1434 31887 0 -1 0 3132 0 1 0 6 1 0 0 18 0 9 0 28147152 884887552 2617 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1434/statm: 216037 2617 1241 9 0 210930 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 864148

[startup+0.101762 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 1434
/proc/meminfo: memFree=1789224/2055920 swapFree=4192812/4192956
[pid=1434] ppid=1432 vsize=865984 CPUtime=0.08
/proc/1434/stat : 1434 (java) S 1432 1434 31887 0 -1 0 3732 0 1 0 7 1 0 0 18 0 9 0 28147152 886767616 3200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1434/statm: 216496 3200 1700 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301777 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 1434
/proc/meminfo: memFree=1789224/2055920 swapFree=4192812/4192956
[pid=1434] ppid=1432 vsize=866380 CPUtime=0.28
/proc/1434/stat : 1434 (java) S 1432 1434 31887 0 -1 0 5947 0 1 0 25 3 0 0 18 0 9 0 28147152 887173120 5313 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1434/statm: 216595 5313 1983 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.70181 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 1434
/proc/meminfo: memFree=1789224/2055920 swapFree=4192812/4192956
[pid=1434] ppid=1432 vsize=867780 CPUtime=0.68
/proc/1434/stat : 1434 (java) S 1432 1434 31887 0 -1 0 9430 0 1 0 62 6 0 0 18 0 9 0 28147152 888606720 8784 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1434/statm: 216945 8784 2038 9 0 211381 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867780

[startup+1.50187 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 1443
/proc/meminfo: memFree=1742368/2055920 swapFree=4192812/4192956
[pid=1434] ppid=1432 vsize=867692 CPUtime=1.48
/proc/1434/stat : 1434 (java) S 1432 1434 31887 0 -1 0 18557 0 1 0 138 10 0 0 18 0 9 0 28147152 888516608 17885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1434/statm: 216923 17885 2028 9 0 211381 0
[pid=1434/tid=1436] ppid=1432 vsize=867692 CPUtime=1.23
/proc/1434/task/1436/stat : 1436 (java) R 1432 1434 31887 0 -1 64 15799 0 1 0 115 8 0 0 18 0 9 0 28147153 888516608 17885 996147200 134512640 134550932 4294955968 18446744073709551615 4126803205 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1437] ppid=1432 vsize=867692 CPUtime=0.05
/proc/1434/task/1437/stat : 1437 (java) S 1432 1434 31887 0 -1 64 1380 0 0 0 5 0 0 0 17 0 9 0 28147155 888516608 17885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1438] ppid=1432 vsize=867692 CPUtime=0
/proc/1434/task/1438/stat : 1438 (java) S 1432 1434 31887 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28147155 888516608 17885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1439] ppid=1432 vsize=867692 CPUtime=0
/proc/1434/task/1439/stat : 1439 (java) S 1432 1434 31887 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28147155 888516608 17885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1440] ppid=1432 vsize=867692 CPUtime=0
/proc/1434/task/1440/stat : 1440 (java) S 1432 1434 31887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28147157 888516608 17885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1441] ppid=1432 vsize=867692 CPUtime=0.17
/proc/1434/task/1441/stat : 1441 (java) S 1432 1434 31887 0 -1 64 676 0 0 0 17 0 0 0 16 0 9 0 28147157 888516608 17885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1442] ppid=1432 vsize=867692 CPUtime=0
/proc/1434/task/1442/stat : 1442 (java) S 1432 1434 31887 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28147157 888516608 17885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1443] ppid=1432 vsize=867692 CPUtime=0
/proc/1434/task/1443/stat : 1443 (java) S 1432 1434 31887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28147157 888516608 17885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867692

[startup+3.102 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 1443
/proc/meminfo: memFree=1713952/2055920 swapFree=4192812/4192956
[pid=1434] ppid=1432 vsize=867692 CPUtime=3.08
/proc/1434/stat : 1434 (java) S 1432 1434 31887 0 -1 0 22810 0 1 0 295 13 0 0 18 0 9 0 28147152 888516608 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1434/statm: 216923 22136 2028 9 0 211381 0
[pid=1434/tid=1436] ppid=1432 vsize=867692 CPUtime=2.64
/proc/1434/task/1436/stat : 1436 (java) R 1432 1434 31887 0 -1 64 15802 0 1 0 255 9 0 0 25 0 9 0 28147153 888516608 22136 996147200 134512640 134550932 4294955968 18446744073709551615 102640578 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1437] ppid=1432 vsize=867692 CPUtime=0.25
/proc/1434/task/1437/stat : 1437 (java) S 1432 1434 31887 0 -1 64 5630 0 0 0 23 2 0 0 16 0 9 0 28147155 888516608 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1438] ppid=1432 vsize=867692 CPUtime=0
/proc/1434/task/1438/stat : 1438 (java) S 1432 1434 31887 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28147155 888516608 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1439] ppid=1432 vsize=867692 CPUtime=0
/proc/1434/task/1439/stat : 1439 (java) S 1432 1434 31887 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28147155 888516608 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1440] ppid=1432 vsize=867692 CPUtime=0
/proc/1434/task/1440/stat : 1440 (java) S 1432 1434 31887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28147157 888516608 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1441] ppid=1432 vsize=867692 CPUtime=0.17
/proc/1434/task/1441/stat : 1441 (java) S 1432 1434 31887 0 -1 64 676 0 0 0 17 0 0 0 16 0 9 0 28147157 888516608 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1442] ppid=1432 vsize=867692 CPUtime=0
/proc/1434/task/1442/stat : 1442 (java) S 1432 1434 31887 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28147157 888516608 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1443] ppid=1432 vsize=867692 CPUtime=0
/proc/1434/task/1443/stat : 1443 (java) S 1432 1434 31887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28147157 888516608 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867692

[startup+6.30226 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 1443
/proc/meminfo: memFree=1686560/2055920 swapFree=4192812/4192956
[pid=1434] ppid=1432 vsize=867692 CPUtime=6.27
/proc/1434/stat : 1434 (java) S 1432 1434 31887 0 -1 0 33291 0 1 0 569 58 0 0 18 0 9 0 28147152 888516608 32612 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1434/statm: 216923 32612 2029 9 0 211381 0
[pid=1434/tid=1436] ppid=1432 vsize=867692 CPUtime=5.36
/proc/1434/task/1436/stat : 1436 (java) R 1432 1434 31887 0 -1 64 15831 0 1 0 485 51 0 0 25 0 9 0 28147153 888516608 32612 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1437] ppid=1432 vsize=867692 CPUtime=0.65
/proc/1434/task/1437/stat : 1437 (java) S 1432 1434 31887 0 -1 64 16019 0 0 0 59 6 0 0 16 0 9 0 28147155 888516608 32612 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1438] ppid=1432 vsize=867696 CPUtime=0
/proc/1434/task/1438/stat : 1438 (java) S 1432 1434 31887 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28147155 888520704 32612 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1439] ppid=1432 vsize=867692 CPUtime=0
/proc/1434/task/1439/stat : 1439 (java) S 1432 1434 31887 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28147155 888516608 32612 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1440] ppid=1432 vsize=867692 CPUtime=0
/proc/1434/task/1440/stat : 1440 (java) S 1432 1434 31887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28147157 888516608 32612 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1441] ppid=1432 vsize=867692 CPUtime=0.24
/proc/1434/task/1441/stat : 1441 (java) S 1432 1434 31887 0 -1 64 739 0 0 0 24 0 0 0 16 0 9 0 28147157 888516608 32612 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1442] ppid=1432 vsize=867692 CPUtime=0
/proc/1434/task/1442/stat : 1442 (java) S 1432 1434 31887 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28147157 888516608 32612 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1443] ppid=1432 vsize=867696 CPUtime=0
/proc/1434/task/1443/stat : 1443 (java) S 1432 1434 31887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28147157 888520704 32612 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 867692

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 1443
/proc/meminfo: memFree=1486944/2055920 swapFree=4192812/4192956
[pid=1434] ppid=1432 vsize=867692 CPUtime=12.68
/proc/1434/stat : 1434 (java) S 1432 1434 31887 0 -1 0 83741 0 1 0 1007 261 0 0 18 0 9 0 28147152 888516608 83053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1434/statm: 216923 83053 2029 9 0 211381 0
[pid=1434/tid=1436] ppid=1432 vsize=867692 CPUtime=10.81
/proc/1434/task/1436/stat : 1436 (java) R 1432 1434 31887 0 -1 64 15840 0 1 0 847 234 0 0 25 0 9 0 28147153 888516608 83053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1437] ppid=1432 vsize=867692 CPUtime=1.59
/proc/1434/task/1437/stat : 1437 (java) S 1432 1434 31887 0 -1 64 66457 0 0 0 134 25 0 0 17 0 9 0 28147155 888516608 83053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1438] ppid=1432 vsize=867696 CPUtime=0
/proc/1434/task/1438/stat : 1438 (java) S 1432 1434 31887 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28147155 888520704 83053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1439] ppid=1432 vsize=867692 CPUtime=0
/proc/1434/task/1439/stat : 1439 (java) S 1432 1434 31887 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28147155 888516608 83053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1440] ppid=1432 vsize=867692 CPUtime=0
/proc/1434/task/1440/stat : 1440 (java) S 1432 1434 31887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28147157 888516608 83053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1441] ppid=1432 vsize=867692 CPUtime=0.24
/proc/1434/task/1441/stat : 1441 (java) S 1432 1434 31887 0 -1 64 742 0 0 0 24 0 0 0 17 0 9 0 28147157 888516608 83053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1442] ppid=1432 vsize=867692 CPUtime=0
/proc/1434/task/1442/stat : 1442 (java) S 1432 1434 31887 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28147157 888516608 83053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1443] ppid=1432 vsize=867696 CPUtime=0
/proc/1434/task/1443/stat : 1443 (java) S 1432 1434 31887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28147157 888520704 83053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 867692

[startup+25.5018 s]
/proc/loadavg: 2.09 2.02 2.00 3/89 1453
/proc/meminfo: memFree=1166288/2055920 swapFree=4192812/4192956
[pid=1434] ppid=1432 vsize=868340 CPUtime=25.35
/proc/1434/stat : 1434 (java) S 1432 1434 31887 0 -1 0 247528 5524 1 0 2033 321 171 10 18 0 9 0 28147152 889180160 157962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1434/statm: 217085 157962 2640 9 0 211543 0
[pid=1434/tid=1436] ppid=1432 vsize=868340 CPUtime=20.32
/proc/1434/task/1436/stat : 1436 (java) R 1432 1434 31887 0 -1 64 29175 5524 1 0 1599 252 171 10 25 0 9 0 28147153 889180160 157962 996147200 134512640 134550932 4294955968 18446744073709551615 4127422839 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1437] ppid=1432 vsize=868340 CPUtime=6.42
/proc/1434/task/1437/stat : 1437 (java) S 1432 1434 31887 0 -1 64 216454 5524 0 0 397 64 171 10 17 0 9 0 28147155 889180160 157962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1438] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1438/stat : 1438 (java) S 1432 1434 31887 0 -1 64 22 5524 0 0 0 0 171 10 16 0 9 0 28147155 889180160 157962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1439] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1439/stat : 1439 (java) S 1432 1434 31887 0 -1 64 29 5524 0 0 0 0 171 10 16 0 9 0 28147155 889180160 157962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1440] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1440/stat : 1440 (java) S 1432 1434 31887 0 -1 64 1 5524 0 0 0 0 171 10 18 0 9 0 28147157 889180160 157962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1441] ppid=1432 vsize=868340 CPUtime=2.17
/proc/1434/task/1441/stat : 1441 (java) S 1432 1434 31887 0 -1 64 1009 5524 0 0 35 1 171 10 16 0 9 0 28147157 889180160 157962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1442] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1442/stat : 1442 (java) S 1432 1434 31887 0 -1 64 1 5524 0 0 0 0 171 10 19 0 9 0 28147157 889180160 157962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1443] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1443/stat : 1443 (java) S 1432 1434 31887 0 -1 64 20 5524 0 0 0 0 171 10 15 0 9 0 28147157 889180160 157962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 868340

[startup+51.1019 s]
/proc/loadavg: 2.06 2.01 2.00 3/89 1453
/proc/meminfo: memFree=1166096/2055920 swapFree=4192812/4192956
[pid=1434] ppid=1432 vsize=868340 CPUtime=50.71
/proc/1434/stat : 1434 (java) S 1432 1434 31887 0 -1 0 247546 5524 1 0 4568 322 171 10 18 0 9 0 28147152 889180160 157972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1434/statm: 217085 157972 2640 9 0 211543 0
[pid=1434/tid=1436] ppid=1432 vsize=868340 CPUtime=45.67
/proc/1434/task/1436/stat : 1436 (java) R 1432 1434 31887 0 -1 64 29182 5524 1 0 4133 253 171 10 25 0 9 0 28147153 889180160 157972 996147200 134512640 134550932 4294955968 18446744073709551615 4127436343 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1437] ppid=1432 vsize=868340 CPUtime=6.42
/proc/1434/task/1437/stat : 1437 (java) S 1432 1434 31887 0 -1 64 216454 5524 0 0 397 64 171 10 16 0 9 0 28147155 889180160 157972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1438] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1438/stat : 1438 (java) S 1432 1434 31887 0 -1 64 22 5524 0 0 0 0 171 10 16 0 9 0 28147155 889180160 157972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1439] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1439/stat : 1439 (java) S 1432 1434 31887 0 -1 64 29 5524 0 0 0 0 171 10 16 0 9 0 28147155 889180160 157972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1440] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1440/stat : 1440 (java) S 1432 1434 31887 0 -1 64 1 5524 0 0 0 0 171 10 18 0 9 0 28147157 889180160 157972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1441] ppid=1432 vsize=868340 CPUtime=2.19
/proc/1434/task/1441/stat : 1441 (java) S 1432 1434 31887 0 -1 64 1020 5524 0 0 37 1 171 10 16 0 9 0 28147157 889180160 157972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1442] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1442/stat : 1442 (java) S 1432 1434 31887 0 -1 64 1 5524 0 0 0 0 171 10 19 0 9 0 28147157 889180160 157972 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) 1473.11
Current children cumulated vsize (KiB) 868340

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1572
/proc/meminfo: memFree=1068888/2055920 swapFree=4192812/4192956
[pid=1434] ppid=1432 vsize=868340 CPUtime=1533.09
/proc/1434/stat : 1434 (java) S 1432 1434 31887 0 -1 0 247612 5524 1 0 152801 327 171 10 18 0 9 0 28147152 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1434/statm: 217085 158008 2640 9 0 211543 0
[pid=1434/tid=1436] ppid=1432 vsize=868340 CPUtime=1527.98
/proc/1434/task/1436/stat : 1436 (java) R 1432 1434 31887 0 -1 64 29206 5524 1 0 152359 258 171 10 25 0 9 0 28147153 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4127401498 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1437] ppid=1432 vsize=868340 CPUtime=6.42
/proc/1434/task/1437/stat : 1437 (java) S 1432 1434 31887 0 -1 64 216454 5524 0 0 397 64 171 10 16 0 9 0 28147155 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1438] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1438/stat : 1438 (java) S 1432 1434 31887 0 -1 64 22 5524 0 0 0 0 171 10 16 0 9 0 28147155 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1439] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1439/stat : 1439 (java) S 1432 1434 31887 0 -1 64 29 5524 0 0 0 0 171 10 16 0 9 0 28147155 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1440] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1440/stat : 1440 (java) S 1432 1434 31887 0 -1 64 1 5524 0 0 0 0 171 10 18 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1441] ppid=1432 vsize=868340 CPUtime=2.26
/proc/1434/task/1441/stat : 1441 (java) S 1432 1434 31887 0 -1 64 1062 5524 0 0 44 1 171 10 17 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1442] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1442/stat : 1442 (java) S 1432 1434 31887 0 -1 64 1 5524 0 0 0 0 171 10 19 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1443] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1443/stat : 1443 (java) S 1432 1434 31887 0 -1 64 20 5524 0 0 0 0 171 10 15 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1533.09
Current children cumulated vsize (KiB) 868340

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1572
/proc/meminfo: memFree=1068824/2055920 swapFree=4192812/4192956
[pid=1434] ppid=1432 vsize=868340 CPUtime=1593.06
/proc/1434/stat : 1434 (java) S 1432 1434 31887 0 -1 0 247612 5524 1 0 158798 327 171 10 18 0 9 0 28147152 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1434/statm: 217085 158008 2640 9 0 211543 0
[pid=1434/tid=1436] ppid=1432 vsize=868340 CPUtime=1587.95
/proc/1434/task/1436/stat : 1436 (java) R 1432 1434 31887 0 -1 64 29206 5524 1 0 158356 258 171 10 25 0 9 0 28147153 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4127409370 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1437] ppid=1432 vsize=868340 CPUtime=6.42
/proc/1434/task/1437/stat : 1437 (java) S 1432 1434 31887 0 -1 64 216454 5524 0 0 397 64 171 10 16 0 9 0 28147155 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1438] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1438/stat : 1438 (java) S 1432 1434 31887 0 -1 64 22 5524 0 0 0 0 171 10 16 0 9 0 28147155 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1439] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1439/stat : 1439 (java) S 1432 1434 31887 0 -1 64 29 5524 0 0 0 0 171 10 16 0 9 0 28147155 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1440] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1440/stat : 1440 (java) S 1432 1434 31887 0 -1 64 1 5524 0 0 0 0 171 10 18 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1441] ppid=1432 vsize=868340 CPUtime=2.26
/proc/1434/task/1441/stat : 1441 (java) S 1432 1434 31887 0 -1 64 1062 5524 0 0 44 1 171 10 17 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1442] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1442/stat : 1442 (java) S 1432 1434 31887 0 -1 64 1 5524 0 0 0 0 171 10 19 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1443] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1443/stat : 1443 (java) S 1432 1434 31887 0 -1 64 20 5524 0 0 0 0 171 10 15 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.06
Current children cumulated vsize (KiB) 868340

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1572
/proc/meminfo: memFree=1068696/2055920 swapFree=4192812/4192956
[pid=1434] ppid=1432 vsize=868340 CPUtime=1653.04
/proc/1434/stat : 1434 (java) S 1432 1434 31887 0 -1 0 247612 5524 1 0 164796 327 171 10 18 0 9 0 28147152 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1434/statm: 217085 158008 2640 9 0 211543 0
[pid=1434/tid=1436] ppid=1432 vsize=868340 CPUtime=1647.93
/proc/1434/task/1436/stat : 1436 (java) R 1432 1434 31887 0 -1 64 29206 5524 1 0 164354 258 171 10 25 0 9 0 28147153 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4127414798 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1437] ppid=1432 vsize=868340 CPUtime=6.42
/proc/1434/task/1437/stat : 1437 (java) S 1432 1434 31887 0 -1 64 216454 5524 0 0 397 64 171 10 16 0 9 0 28147155 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1438] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1438/stat : 1438 (java) S 1432 1434 31887 0 -1 64 22 5524 0 0 0 0 171 10 16 0 9 0 28147155 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1439] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1439/stat : 1439 (java) S 1432 1434 31887 0 -1 64 29 5524 0 0 0 0 171 10 16 0 9 0 28147155 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1440] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1440/stat : 1440 (java) S 1432 1434 31887 0 -1 64 1 5524 0 0 0 0 171 10 18 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1441] ppid=1432 vsize=868340 CPUtime=2.26
/proc/1434/task/1441/stat : 1441 (java) S 1432 1434 31887 0 -1 64 1062 5524 0 0 44 1 171 10 17 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1442] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1442/stat : 1442 (java) S 1432 1434 31887 0 -1 64 1 5524 0 0 0 0 171 10 19 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1443] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1443/stat : 1443 (java) S 1432 1434 31887 0 -1 64 20 5524 0 0 0 0 171 10 15 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.04
Current children cumulated vsize (KiB) 868340

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1572
/proc/meminfo: memFree=1068632/2055920 swapFree=4192812/4192956
[pid=1434] ppid=1432 vsize=868340 CPUtime=1713.02
/proc/1434/stat : 1434 (java) S 1432 1434 31887 0 -1 0 247612 5524 1 0 170794 327 171 10 18 0 9 0 28147152 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1434/statm: 217085 158008 2640 9 0 211543 0
[pid=1434/tid=1436] ppid=1432 vsize=868340 CPUtime=1707.91
/proc/1434/task/1436/stat : 1436 (java) R 1432 1434 31887 0 -1 64 29206 5524 1 0 170352 258 171 10 25 0 9 0 28147153 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4127206062 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1437] ppid=1432 vsize=868340 CPUtime=6.42
/proc/1434/task/1437/stat : 1437 (java) S 1432 1434 31887 0 -1 64 216454 5524 0 0 397 64 171 10 16 0 9 0 28147155 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1438] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1438/stat : 1438 (java) S 1432 1434 31887 0 -1 64 22 5524 0 0 0 0 171 10 16 0 9 0 28147155 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1439] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1439/stat : 1439 (java) S 1432 1434 31887 0 -1 64 29 5524 0 0 0 0 171 10 16 0 9 0 28147155 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1440] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1440/stat : 1440 (java) S 1432 1434 31887 0 -1 64 1 5524 0 0 0 0 171 10 18 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1441] ppid=1432 vsize=868340 CPUtime=2.26
/proc/1434/task/1441/stat : 1441 (java) S 1432 1434 31887 0 -1 64 1062 5524 0 0 44 1 171 10 17 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1442] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1442/stat : 1442 (java) S 1432 1434 31887 0 -1 64 1 5524 0 0 0 0 171 10 19 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1443] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1443/stat : 1443 (java) S 1432 1434 31887 0 -1 64 20 5524 0 0 0 0 171 10 15 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.02
Current children cumulated vsize (KiB) 868340

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1572
/proc/meminfo: memFree=1068504/2055920 swapFree=4192812/4192956
[pid=1434] ppid=1432 vsize=868340 CPUtime=1772.99
/proc/1434/stat : 1434 (java) S 1432 1434 31887 0 -1 0 247612 5524 1 0 176791 327 171 10 18 0 9 0 28147152 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1434/statm: 217085 158008 2640 9 0 211543 0
[pid=1434/tid=1436] ppid=1432 vsize=868340 CPUtime=1767.88
/proc/1434/task/1436/stat : 1436 (java) R 1432 1434 31887 0 -1 64 29206 5524 1 0 176349 258 171 10 25 0 9 0 28147153 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4127420480 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1437] ppid=1432 vsize=868340 CPUtime=6.42
/proc/1434/task/1437/stat : 1437 (java) S 1432 1434 31887 0 -1 64 216454 5524 0 0 397 64 171 10 16 0 9 0 28147155 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1438] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1438/stat : 1438 (java) S 1432 1434 31887 0 -1 64 22 5524 0 0 0 0 171 10 16 0 9 0 28147155 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1439] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1439/stat : 1439 (java) S 1432 1434 31887 0 -1 64 29 5524 0 0 0 0 171 10 16 0 9 0 28147155 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1440] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1440/stat : 1440 (java) S 1432 1434 31887 0 -1 64 1 5524 0 0 0 0 171 10 18 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1441] ppid=1432 vsize=868340 CPUtime=2.26
/proc/1434/task/1441/stat : 1441 (java) S 1432 1434 31887 0 -1 64 1062 5524 0 0 44 1 171 10 17 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1442] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1442/stat : 1442 (java) S 1432 1434 31887 0 -1 64 1 5524 0 0 0 0 171 10 19 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1443] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1443/stat : 1443 (java) S 1432 1434 31887 0 -1 64 20 5524 0 0 0 0 171 10 15 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.99
Current children cumulated vsize (KiB) 868340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.4 s]
/proc/loadavg: 1.99 1.98 1.99 4/89 1572
/proc/meminfo: memFree=1068504/2055920 swapFree=4192812/4192956
[pid=1434] ppid=1432 vsize=868340 CPUtime=1800.1
/proc/1434/stat : 1434 (java) S 1432 1434 31887 0 -1 0 247612 5524 1 0 179502 327 171 10 18 0 9 0 28147152 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1434/statm: 217085 158008 2640 9 0 211543 0
[pid=1434/tid=1436] ppid=1432 vsize=868340 CPUtime=1794.99
/proc/1434/task/1436/stat : 1436 (java) R 1432 1434 31887 0 -1 64 29206 5524 1 0 179060 258 171 10 25 0 9 0 28147153 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4127401498 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1437] ppid=1432 vsize=868340 CPUtime=6.42
/proc/1434/task/1437/stat : 1437 (java) S 1432 1434 31887 0 -1 64 216454 5524 0 0 397 64 171 10 16 0 9 0 28147155 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1438] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1438/stat : 1438 (java) S 1432 1434 31887 0 -1 64 22 5524 0 0 0 0 171 10 16 0 9 0 28147155 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1439] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1439/stat : 1439 (java) S 1432 1434 31887 0 -1 64 29 5524 0 0 0 0 171 10 16 0 9 0 28147155 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1440] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1440/stat : 1440 (java) S 1432 1434 31887 0 -1 64 1 5524 0 0 0 0 171 10 18 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1441] ppid=1432 vsize=868340 CPUtime=2.26
/proc/1434/task/1441/stat : 1441 (java) S 1432 1434 31887 0 -1 64 1062 5524 0 0 44 1 171 10 17 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1434/tid=1442] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1442/stat : 1442 (java) S 1432 1434 31887 0 -1 64 1 5524 0 0 0 0 171 10 19 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1434/tid=1443] ppid=1432 vsize=868340 CPUtime=1.81
/proc/1434/task/1443/stat : 1443 (java) S 1432 1434 31887 0 -1 64 20 5524 0 0 0 0 171 10 15 0 9 0 28147157 889180160 158008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 868340

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

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

[startup+1809.52 s]
/proc/loadavg: 1.99 1.98 1.99 4/89 1572
/proc/meminfo: memFree=1068504/2055920 swapFree=4192812/4192956
[pid=1434] ppid=1432 vsize=0 CPUtime=1800.21
/proc/1434/stat : 1434 (java) R 1432 1434 31887 0 -1 1028 247640 5524 1 0 179506 334 171 10 16 0 1 0 28147152 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 0 0 0
/proc/1434/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1809.54
CPU time (s): 1800.25
CPU user time (s): 1796.78
CPU system time (s): 3.46947
CPU usage (%): 99.4865
Max. virtual memory (cumulated for all children) (KiB): 902180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.78
system time used= 3.46947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253164
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= 39004
involuntary context switches= 54051

runsolver used 2.46962 second user time and 5.77212 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-12 17:00:44
IDJOB=2096828
IDBENCH=56693
IDSOLVER=774
FILE ID=node69/2096828-1247410844
PBS_JOBID= 9510510
Free space on /tmp= 66496 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2096828-1247410844/watcher-2096828-1247410844 -o /tmp/evaluation-result-2096828-1247410844/solver-2096828-1247410844 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2096828-1247410844.xml

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

MD5SUM BENCH= 3f95c8d29be0573ddfe6516241da88fb
RANDOM SEED=49061066

node69.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.211
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.211
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:       1789704 kB
Buffers:         37592 kB
Cached:         123296 kB
SwapCached:          0 kB
Active:         147756 kB
Inactive:        61296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10948 kB
Writeback:           0 kB
Mapped:          68620 kB
Slab:            42208 kB
Committed_AS:  1003172 kB
PageTables:       1968 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= 66492 MiB
End job on node69 at 2009-07-12 17:30:56