Trace number 2094310

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.17 1806.13

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-8.xml
MD5SUM6ffc155fe35ccd8e570b991c75a33724
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.4141
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints47551
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension47302
Global constraints used (with number of constraints)alldifferent(249)

Solver Data

0.05/0.10	
0.05/0.10	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.27/0.33	   
0.27/0.33	   instance
0.27/0.33	     name=HOME/instance-2094310-1247403363.xml
0.27/0.37	   
0.27/0.37	   domains being loaded...
0.27/0.38	   
0.27/0.38	   variables being loaded...
0.47/0.60	     nbVariables=800  nbDomainTypes=35  minDomainSize=1  maxDomainSize=45  nbTotalValues=19171
0.47/0.60	       =>  wckTime=0.343  cpuTime=0.23  mem=10M820
0.47/0.60	   
0.47/0.60	   predicates being loaded...
0.58/0.66	   
0.58/0.66	   constraints being loaded...
13.73/13.91	     nbConstraints=47557  nbGlobalConstraints=255  nbSingletonDomainVariables=93  nbConflictsStructures=70
13.73/13.91	     nbSharedConflictsStructures=10423  nbUnbuiltConflictsStructures=435  nbSharedBinaryRepresentations=0
13.73/13.91	     nbEvaluationManagers=505  nbSharedEvaluationManagers=46797  minDegree=42  maxDegree=399  minArity=4  avgArity=4.07
13.73/13.91	     maxArity=20  nbGenerators=6  nbFusions=0  symmetryWckTime=2.705  symmetryCpuTime=0.89
13.73/13.91	       =>  wckTime=13.66  cpuTime=10.16  mem=271M85
14.53/14.74	   
14.53/14.75	   solver IterativeSystematicSolver being built... 
17.20/17.48	   
17.20/17.49	   INFO : Forward propagation technique limited 
17.31/17.58	       =>  wckTime=17.33  cpuTime=11.79  mem=444M534
67.12/67.88	   
67.12/67.88	   INFO : Stopping ESAC
67.12/67.88	   
67.12/67.88	   preprocessing
67.12/67.88	     nbConstraintChecks=54583853  nbValidityChecks=87332452  nbPropagations=13639  nbRevisions=3645555
67.12/67.88	     nbUselessRevisions=3638686  nbSingletonTests=534  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
67.12/67.88	     nbRemovedValues=0  detectedInconsistency=no
67.12/67.88	       =>  wckTime=50.294  cpuTime=49.67  mem=420M271
111.00/112.18	   
111.00/112.19	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=424M247)

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 1.82 4/80 30900
/proc/meminfo: memFree=1742592/2055920 swapFree=4192812/4192956
[pid=30900] ppid=30898 vsize=10676 CPUtime=0
/proc/30900/stat : 30900 (java) S 30898 30900 30416 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27402735 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30900/statm: 2669 474 207 9 0 1184 0
[pid=30900/tid=30901] ppid=30898 vsize=10676 CPUtime=0
/proc/30900/task/30901/stat : 30901 (java) R 30898 30900 30416 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27402736 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 3342296 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0761511 s]
/proc/loadavg: 2.00 2.01 1.82 4/80 30900
/proc/meminfo: memFree=1742592/2055920 swapFree=4192812/4192956
[pid=30900] ppid=30898 vsize=864024 CPUtime=0.05
/proc/30900/stat : 30900 (java) S 30898 30900 30416 0 -1 0 2828 0 1 0 4 1 0 0 18 0 9 0 27402735 884760576 2362 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30900/statm: 216006 2362 1118 9 0 210899 0
[pid=30900/tid=30901] ppid=30898 vsize=864024 CPUtime=0.03
/proc/30900/task/30901/stat : 30901 (java) R 30898 30900 30416 0 -1 64 1922 0 1 0 3 0 0 0 18 0 9 0 27402736 884760576 2362 996147200 134512640 134550932 4294955968 18446744073709551615 4125957668 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.102153 s]
/proc/loadavg: 2.00 2.01 1.82 4/80 30900
/proc/meminfo: memFree=1742592/2055920 swapFree=4192812/4192956
[pid=30900] ppid=30898 vsize=865984 CPUtime=0.08
/proc/30900/stat : 30900 (java) S 30898 30900 30416 0 -1 0 3661 0 1 0 6 2 0 0 18 0 9 0 27402735 886767616 3144 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30900/statm: 216496 3144 1678 9 0 210981 0
[pid=30900/tid=30901] ppid=30898 vsize=865984 CPUtime=0.06
/proc/30900/task/30901/stat : 30901 (java) R 30898 30900 30416 0 -1 64 2753 0 1 0 5 1 0 0 18 0 9 0 27402736 886767616 3144 996147200 134512640 134550932 4294955968 18446744073709551615 102241083 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.302198 s]
/proc/loadavg: 2.00 2.01 1.82 4/80 30900
/proc/meminfo: memFree=1742592/2055920 swapFree=4192812/4192956
[pid=30900] ppid=30898 vsize=866144 CPUtime=0.27
/proc/30900/stat : 30900 (java) S 30898 30900 30416 0 -1 0 5658 0 1 0 24 3 0 0 18 0 9 0 27402735 886931456 5061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30900/statm: 216536 5061 1927 9 0 211014 0
[pid=30900/tid=30901] ppid=30898 vsize=866144 CPUtime=0.24
/proc/30900/task/30901/stat : 30901 (java) R 30898 30900 30416 0 -1 64 4726 0 1 0 22 2 0 0 19 0 9 0 27402736 886931456 5061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866144

[startup+0.702273 s]
/proc/loadavg: 2.00 2.01 1.82 4/80 30900
/proc/meminfo: memFree=1742592/2055920 swapFree=4192812/4192956
[pid=30900] ppid=30898 vsize=867200 CPUtime=0.67
/proc/30900/stat : 30900 (java) S 30898 30900 30416 0 -1 0 8252 0 1 0 62 5 0 0 18 0 9 0 27402735 888012800 7606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30900/statm: 216800 7606 2034 9 0 211236 0
[pid=30900/tid=30901] ppid=30898 vsize=867200 CPUtime=0.54
/proc/30900/task/30901/stat : 30901 (java) R 30898 30900 30416 0 -1 64 7057 0 1 0 50 4 0 0 20 0 9 0 27402736 888012800 7606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867200

[startup+1.50143 s]
/proc/loadavg: 2.00 2.01 1.82 3/89 30909
/proc/meminfo: memFree=1705528/2055920 swapFree=4192812/4192956
[pid=30900] ppid=30898 vsize=867700 CPUtime=1.47
/proc/30900/stat : 30900 (java) S 30898 30900 30416 0 -1 0 18551 0 1 0 135 12 0 0 18 0 9 0 27402735 888524800 17879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30900/statm: 216925 17879 2028 9 0 211383 0
[pid=30900/tid=30901] ppid=30898 vsize=867700 CPUtime=1.2
/proc/30900/task/30901/stat : 30901 (java) R 30898 30900 30416 0 -1 64 15797 0 1 0 111 9 0 0 25 0 9 0 27402736 888524800 17879 996147200 134512640 134550932 4294955968 18446744073709551615 103774189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30903] ppid=30898 vsize=867700 CPUtime=0.06
/proc/30900/task/30903/stat : 30903 (java) S 30898 30900 30416 0 -1 64 1375 0 0 0 6 0 0 0 16 0 9 0 27402739 888524800 17879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30904] ppid=30898 vsize=867700 CPUtime=0
/proc/30900/task/30904/stat : 30904 (java) S 30898 30900 30416 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27402739 888524800 17879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30905] ppid=30898 vsize=867700 CPUtime=0
/proc/30900/task/30905/stat : 30905 (java) S 30898 30900 30416 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27402739 888524800 17879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30906] ppid=30898 vsize=867700 CPUtime=0
/proc/30900/task/30906/stat : 30906 (java) S 30898 30900 30416 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27402741 888524800 17879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30907] ppid=30898 vsize=867700 CPUtime=0.17
/proc/30900/task/30907/stat : 30907 (java) S 30898 30900 30416 0 -1 64 678 0 0 0 17 0 0 0 16 0 9 0 27402741 888524800 17879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30908] ppid=30898 vsize=867700 CPUtime=0
/proc/30900/task/30908/stat : 30908 (java) S 30898 30900 30416 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27402741 888524800 17879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30909] ppid=30898 vsize=867700 CPUtime=0
/proc/30900/task/30909/stat : 30909 (java) S 30898 30900 30416 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27402741 888524800 17879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867700

[startup+3.10274 s]
/proc/loadavg: 2.00 2.00 1.82 4/89 30909
/proc/meminfo: memFree=1676600/2055920 swapFree=4192812/4192956
[pid=30900] ppid=30898 vsize=867700 CPUtime=3.05
/proc/30900/stat : 30900 (java) S 30898 30900 30416 0 -1 0 22805 0 1 0 292 13 0 0 18 0 9 0 27402735 888524800 22131 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30900/statm: 216925 22131 2028 9 0 211383 0
[pid=30900/tid=30901] ppid=30898 vsize=867700 CPUtime=2.58
/proc/30900/task/30901/stat : 30901 (java) R 30898 30900 30416 0 -1 64 15801 0 1 0 248 10 0 0 25 0 9 0 27402736 888524800 22131 996147200 134512640 134550932 4294955968 18446744073709551615 103774189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30903] ppid=30898 vsize=867700 CPUtime=0.27
/proc/30900/task/30903/stat : 30903 (java) S 30898 30900 30416 0 -1 64 5625 0 0 0 26 1 0 0 16 0 9 0 27402739 888524800 22131 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30904] ppid=30898 vsize=867700 CPUtime=0
/proc/30900/task/30904/stat : 30904 (java) S 30898 30900 30416 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27402739 888524800 22131 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30905] ppid=30898 vsize=867700 CPUtime=0
/proc/30900/task/30905/stat : 30905 (java) S 30898 30900 30416 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27402739 888524800 22131 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30906] ppid=30898 vsize=867700 CPUtime=0
/proc/30900/task/30906/stat : 30906 (java) S 30898 30900 30416 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27402741 888524800 22131 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30907] ppid=30898 vsize=867700 CPUtime=0.17
/proc/30900/task/30907/stat : 30907 (java) S 30898 30900 30416 0 -1 64 678 0 0 0 17 0 0 0 16 0 9 0 27402741 888524800 22131 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30908] ppid=30898 vsize=867700 CPUtime=0
/proc/30900/task/30908/stat : 30908 (java) S 30898 30900 30416 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27402741 888524800 22131 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30909] ppid=30898 vsize=867700 CPUtime=0
/proc/30900/task/30909/stat : 30909 (java) S 30898 30900 30416 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27402741 888524800 22131 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867700

[startup+6.30136 s]
/proc/loadavg: 2.00 2.00 1.82 3/89 30909
/proc/meminfo: memFree=1640312/2055920 swapFree=4192812/4192956
[pid=30900] ppid=30898 vsize=867700 CPUtime=6.23
/proc/30900/stat : 30900 (java) S 30898 30900 30416 0 -1 0 33448 0 1 0 553 70 0 0 18 0 9 0 27402735 888524800 32770 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30900/statm: 216925 32770 2029 9 0 211383 0
[pid=30900/tid=30901] ppid=30898 vsize=867700 CPUtime=5.33
/proc/30900/task/30901/stat : 30901 (java) R 30898 30900 30416 0 -1 64 15829 0 1 0 471 62 0 0 25 0 9 0 27402736 888524800 32770 996147200 134512640 134550932 4294955968 18446744073709551615 4127091174 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30903] ppid=30898 vsize=867700 CPUtime=0.61
/proc/30900/task/30903/stat : 30903 (java) S 30898 30900 30416 0 -1 64 16176 0 0 0 55 6 0 0 17 0 9 0 27402739 888524800 32770 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30904] ppid=30898 vsize=867700 CPUtime=0
/proc/30900/task/30904/stat : 30904 (java) S 30898 30900 30416 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27402739 888524800 32770 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30905] ppid=30898 vsize=867700 CPUtime=0
/proc/30900/task/30905/stat : 30905 (java) S 30898 30900 30416 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27402739 888524800 32770 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30906] ppid=30898 vsize=867700 CPUtime=0
/proc/30900/task/30906/stat : 30906 (java) S 30898 30900 30416 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27402741 888524800 32770 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30907] ppid=30898 vsize=867700 CPUtime=0.25
/proc/30900/task/30907/stat : 30907 (java) S 30898 30900 30416 0 -1 64 742 0 0 0 25 0 0 0 16 0 9 0 27402741 888524800 32770 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30908] ppid=30898 vsize=867700 CPUtime=0
/proc/30900/task/30908/stat : 30908 (java) S 30898 30900 30416 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27402741 888524800 32770 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30909] ppid=30898 vsize=867700 CPUtime=0
/proc/30900/task/30909/stat : 30909 (java) S 30898 30900 30416 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27402741 888524800 32770 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867700

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 1.82 3/90 30911
/proc/meminfo: memFree=1440296/2055920 swapFree=4192812/4192956
[pid=30900] ppid=30898 vsize=868024 CPUtime=11.88
/proc/30900/stat : 30900 (java) S 30898 30900 30416 0 -1 0 76354 0 1 0 953 235 0 0 18 0 10 0 27402735 888856576 75536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30900/statm: 217006 75536 2035 9 0 211464 0
[pid=30900/tid=30901] ppid=30898 vsize=868024 CPUtime=9.97
/proc/30900/task/30901/stat : 30901 (java) S 30898 30900 30416 0 -1 64 15922 0 1 0 791 206 0 0 24 0 10 0 27402736 888856576 75536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=30900/tid=30903] ppid=30898 vsize=868024 CPUtime=1.58
/proc/30900/task/30903/stat : 30903 (java) S 30898 30900 30416 0 -1 64 58901 0 0 0 133 25 0 0 17 0 10 0 27402739 888856576 75536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30904] ppid=30898 vsize=868024 CPUtime=0
/proc/30900/task/30904/stat : 30904 (java) S 30898 30900 30416 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 27402739 888856576 75536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30905] ppid=30898 vsize=868024 CPUtime=0
/proc/30900/task/30905/stat : 30905 (java) S 30898 30900 30416 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 27402739 888856576 75536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30906] ppid=30898 vsize=868024 CPUtime=0
/proc/30900/task/30906/stat : 30906 (java) S 30898 30900 30416 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 27402741 888856576 75536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30907] ppid=30898 vsize=868024 CPUtime=0.29
/proc/30900/task/30907/stat : 30907 (java) S 30898 30900 30416 0 -1 64 757 0 0 0 28 1 0 0 15 0 10 0 27402741 888856576 75536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30908] ppid=30898 vsize=868024 CPUtime=0
/proc/30900/task/30908/stat : 30908 (java) S 30898 30900 30416 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 27402741 888856576 75536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30909] ppid=30898 vsize=868024 CPUtime=0
/proc/30900/task/30909/stat : 30909 (java) S 30898 30900 30416 0 -1 64 7 0 0 0 0 0 0 0 15 0 10 0 27402741 888856576 75536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30910] ppid=30898 vsize=868024 CPUtime=0.01
/proc/30900/task/30910/stat : 30910 (java) S 30898 30900 30416 0 -1 64 66 0 0 0 0 1 0 0 24 0 10 0 27403935 888856576 75536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 868024

[startup+25.5021 s]
/proc/loadavg: 2.07 2.02 1.83 3/89 30913
/proc/meminfo: memFree=1264048/2055920 swapFree=4192812/4192956
[pid=30900] ppid=30898 vsize=869372 CPUtime=25.22
/proc/30900/stat : 30900 (java) S 30898 30900 30416 0 -1 0 192922 4286 1 0 2110 269 136 7 18 0 9 0 27402735 890236928 121891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30900/statm: 217343 121891 2640 9 0 211801 0
[pid=30900/tid=30901] ppid=30898 vsize=869372 CPUtime=21.12
/proc/30900/task/30901/stat : 30901 (java) R 30898 30900 30416 0 -1 64 29078 4286 1 0 1760 209 136 7 25 0 9 0 27402736 890236928 121891 996147200 134512640 134550932 4294955968 18446744073709551615 4127404363 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30903] ppid=30898 vsize=869372 CPUtime=5.08
/proc/30900/task/30903/stat : 30903 (java) S 30898 30900 30416 0 -1 64 161723 4286 0 0 311 54 136 7 17 0 9 0 27402739 890236928 121891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30904] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30904/stat : 30904 (java) S 30898 30900 30416 0 -1 64 21 4286 0 0 0 0 136 7 16 0 9 0 27402739 890236928 121891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30905] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30905/stat : 30905 (java) S 30898 30900 30416 0 -1 64 32 4286 0 0 0 0 136 7 16 0 9 0 27402739 890236928 121891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30906] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30906/stat : 30906 (java) S 30898 30900 30416 0 -1 64 2 4286 0 0 0 0 136 7 18 0 9 0 27402741 890236928 121891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30907] ppid=30898 vsize=869372 CPUtime=1.82
/proc/30900/task/30907/stat : 30907 (java) S 30898 30900 30416 0 -1 64 1242 4286 0 0 38 1 136 7 15 0 9 0 27402741 890236928 121891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30908] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30908/stat : 30908 (java) S 30898 30900 30416 0 -1 64 0 4286 0 0 0 0 136 7 19 0 9 0 27402741 890236928 121891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30909] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30909/stat : 30909 (java) S 30898 30900 30416 0 -1 64 11 4286 0 0 0 0 136 7 15 0 9 0 27402741 890236928 121891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 869372

[startup+51.102 s]
/proc/loadavg: 2.05 2.02 1.83 3/89 30913
/proc/meminfo: memFree=1263984/2055920 swapFree=4192812/4192956
[pid=30900] ppid=30898 vsize=869372 CPUtime=50.58
/proc/30900/stat : 30900 (java) S 30898 30900 30416 0 -1 0 192927 4286 1 0 4646 269 136 7 18 0 9 0 27402735 890236928 121893 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30900/statm: 217343 121893 2640 9 0 211801 0
[pid=30900/tid=30901] ppid=30898 vsize=869372 CPUtime=46.47
/proc/30900/task/30901/stat : 30901 (java) R 30898 30900 30416 0 -1 64 29079 4286 1 0 4295 209 136 7 25 0 9 0 27402736 890236928 121893 996147200 134512640 134550932 4294955968 18446744073709551615 4127016116 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 1476.48
Current children cumulated vsize (KiB) 869372

[startup+1542.3 s]
/proc/loadavg: 2.09 2.08 1.98 3/89 30958
/proc/meminfo: memFree=1230760/2055920 swapFree=4192812/4192956
[pid=30900] ppid=30898 vsize=869372 CPUtime=1536.45
/proc/30900/stat : 30900 (java) S 30898 30900 30416 0 -1 0 193009 4286 1 0 153229 273 136 7 18 0 9 0 27402735 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30900/statm: 217343 121938 2640 9 0 211801 0
[pid=30900/tid=30901] ppid=30898 vsize=869372 CPUtime=1532.27
/proc/30900/task/30901/stat : 30901 (java) R 30898 30900 30416 0 -1 64 29109 4286 1 0 152871 213 136 7 25 0 9 0 27402736 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4127395973 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30900/tid=30903] ppid=30898 vsize=869372 CPUtime=5.08
/proc/30900/task/30903/stat : 30903 (java) S 30898 30900 30416 0 -1 64 161723 4286 0 0 311 54 136 7 16 0 9 0 27402739 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30904] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30904/stat : 30904 (java) S 30898 30900 30416 0 -1 64 21 4286 0 0 0 0 136 7 16 0 9 0 27402739 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30905] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30905/stat : 30905 (java) S 30898 30900 30416 0 -1 64 32 4286 0 0 0 0 136 7 16 0 9 0 27402739 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30906] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30906/stat : 30906 (java) S 30898 30900 30416 0 -1 64 2 4286 0 0 0 0 136 7 18 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30907] ppid=30898 vsize=869372 CPUtime=1.9
/proc/30900/task/30907/stat : 30907 (java) S 30898 30900 30416 0 -1 64 1298 4286 0 0 46 1 136 7 16 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30900/tid=30908] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30908/stat : 30908 (java) S 30898 30900 30416 0 -1 64 0 4286 0 0 0 0 136 7 19 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30909] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30909/stat : 30909 (java) S 30898 30900 30416 0 -1 64 11 4286 0 0 0 0 136 7 15 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.45
Current children cumulated vsize (KiB) 869372

[startup+1602.3 s]
/proc/loadavg: 2.08 2.08 1.99 3/89 30958
/proc/meminfo: memFree=1230760/2055920 swapFree=4192812/4192956
[pid=30900] ppid=30898 vsize=869372 CPUtime=1596.42
/proc/30900/stat : 30900 (java) S 30898 30900 30416 0 -1 0 193009 4286 1 0 159226 273 136 7 18 0 9 0 27402735 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30900/statm: 217343 121938 2640 9 0 211801 0
[pid=30900/tid=30901] ppid=30898 vsize=869372 CPUtime=1592.24
/proc/30900/task/30901/stat : 30901 (java) R 30898 30900 30416 0 -1 64 29109 4286 1 0 158868 213 136 7 25 0 9 0 27402736 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4127018636 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30900/tid=30903] ppid=30898 vsize=869372 CPUtime=5.08
/proc/30900/task/30903/stat : 30903 (java) S 30898 30900 30416 0 -1 64 161723 4286 0 0 311 54 136 7 16 0 9 0 27402739 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30904] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30904/stat : 30904 (java) S 30898 30900 30416 0 -1 64 21 4286 0 0 0 0 136 7 16 0 9 0 27402739 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30905] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30905/stat : 30905 (java) S 30898 30900 30416 0 -1 64 32 4286 0 0 0 0 136 7 16 0 9 0 27402739 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30906] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30906/stat : 30906 (java) S 30898 30900 30416 0 -1 64 2 4286 0 0 0 0 136 7 18 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30907] ppid=30898 vsize=869372 CPUtime=1.9
/proc/30900/task/30907/stat : 30907 (java) S 30898 30900 30416 0 -1 64 1298 4286 0 0 46 1 136 7 16 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30900/tid=30908] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30908/stat : 30908 (java) S 30898 30900 30416 0 -1 64 0 4286 0 0 0 0 136 7 19 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30909] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30909/stat : 30909 (java) S 30898 30900 30416 0 -1 64 11 4286 0 0 0 0 136 7 15 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.42
Current children cumulated vsize (KiB) 869372

[startup+1662.3 s]
/proc/loadavg: 2.06 2.08 2.00 3/89 30958
/proc/meminfo: memFree=1230760/2055920 swapFree=4192812/4192956
[pid=30900] ppid=30898 vsize=869372 CPUtime=1656.39
/proc/30900/stat : 30900 (java) S 30898 30900 30416 0 -1 0 193009 4286 1 0 165223 273 136 7 18 0 9 0 27402735 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30900/statm: 217343 121938 2640 9 0 211801 0
[pid=30900/tid=30901] ppid=30898 vsize=869372 CPUtime=1652.21
/proc/30900/task/30901/stat : 30901 (java) R 30898 30900 30416 0 -1 64 29109 4286 1 0 164864 214 136 7 25 0 9 0 27402736 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4127395991 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30900/tid=30903] ppid=30898 vsize=869372 CPUtime=5.08
/proc/30900/task/30903/stat : 30903 (java) S 30898 30900 30416 0 -1 64 161723 4286 0 0 311 54 136 7 16 0 9 0 27402739 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30904] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30904/stat : 30904 (java) S 30898 30900 30416 0 -1 64 21 4286 0 0 0 0 136 7 16 0 9 0 27402739 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30905] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30905/stat : 30905 (java) S 30898 30900 30416 0 -1 64 32 4286 0 0 0 0 136 7 16 0 9 0 27402739 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30906] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30906/stat : 30906 (java) S 30898 30900 30416 0 -1 64 2 4286 0 0 0 0 136 7 18 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30907] ppid=30898 vsize=869372 CPUtime=1.9
/proc/30900/task/30907/stat : 30907 (java) S 30898 30900 30416 0 -1 64 1298 4286 0 0 46 1 136 7 16 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30900/tid=30908] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30908/stat : 30908 (java) S 30898 30900 30416 0 -1 64 0 4286 0 0 0 0 136 7 19 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30909] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30909/stat : 30909 (java) S 30898 30900 30416 0 -1 64 11 4286 0 0 0 0 136 7 15 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.39
Current children cumulated vsize (KiB) 869372

[startup+1722.3 s]
/proc/loadavg: 2.06 2.08 2.00 3/89 30958
/proc/meminfo: memFree=1230696/2055920 swapFree=4192812/4192956
[pid=30900] ppid=30898 vsize=869372 CPUtime=1716.36
/proc/30900/stat : 30900 (java) S 30898 30900 30416 0 -1 0 193009 4286 1 0 171220 273 136 7 18 0 9 0 27402735 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30900/statm: 217343 121938 2640 9 0 211801 0
[pid=30900/tid=30901] ppid=30898 vsize=869372 CPUtime=1712.19
/proc/30900/task/30901/stat : 30901 (java) R 30898 30900 30416 0 -1 64 29109 4286 1 0 170862 214 136 7 25 0 9 0 27402736 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4127395943 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30900/tid=30903] ppid=30898 vsize=869372 CPUtime=5.08
/proc/30900/task/30903/stat : 30903 (java) S 30898 30900 30416 0 -1 64 161723 4286 0 0 311 54 136 7 16 0 9 0 27402739 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30904] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30904/stat : 30904 (java) S 30898 30900 30416 0 -1 64 21 4286 0 0 0 0 136 7 16 0 9 0 27402739 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30905] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30905/stat : 30905 (java) S 30898 30900 30416 0 -1 64 32 4286 0 0 0 0 136 7 16 0 9 0 27402739 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30906] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30906/stat : 30906 (java) S 30898 30900 30416 0 -1 64 2 4286 0 0 0 0 136 7 18 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30907] ppid=30898 vsize=869372 CPUtime=1.9
/proc/30900/task/30907/stat : 30907 (java) S 30898 30900 30416 0 -1 64 1298 4286 0 0 46 1 136 7 16 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30900/tid=30908] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30908/stat : 30908 (java) S 30898 30900 30416 0 -1 64 0 4286 0 0 0 0 136 7 19 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30909] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30909/stat : 30909 (java) S 30898 30900 30416 0 -1 64 11 4286 0 0 0 0 136 7 15 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.36
Current children cumulated vsize (KiB) 869372

[startup+1782.3 s]
/proc/loadavg: 2.13 2.09 2.01 3/89 30958
/proc/meminfo: memFree=1230568/2055920 swapFree=4192812/4192956
[pid=30900] ppid=30898 vsize=869372 CPUtime=1776.33
/proc/30900/stat : 30900 (java) S 30898 30900 30416 0 -1 0 193009 4286 1 0 177217 273 136 7 18 0 9 0 27402735 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30900/statm: 217343 121938 2640 9 0 211801 0
[pid=30900/tid=30901] ppid=30898 vsize=869372 CPUtime=1772.16
/proc/30900/task/30901/stat : 30901 (java) R 30898 30900 30416 0 -1 64 29109 4286 1 0 176859 214 136 7 25 0 9 0 27402736 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4127021553 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30900/tid=30903] ppid=30898 vsize=869372 CPUtime=5.08
/proc/30900/task/30903/stat : 30903 (java) S 30898 30900 30416 0 -1 64 161723 4286 0 0 311 54 136 7 16 0 9 0 27402739 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30904] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30904/stat : 30904 (java) S 30898 30900 30416 0 -1 64 21 4286 0 0 0 0 136 7 16 0 9 0 27402739 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30905] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30905/stat : 30905 (java) S 30898 30900 30416 0 -1 64 32 4286 0 0 0 0 136 7 16 0 9 0 27402739 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30906] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30906/stat : 30906 (java) S 30898 30900 30416 0 -1 64 2 4286 0 0 0 0 136 7 18 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30907] ppid=30898 vsize=869372 CPUtime=1.9
/proc/30900/task/30907/stat : 30907 (java) S 30898 30900 30416 0 -1 64 1298 4286 0 0 46 1 136 7 16 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30900/tid=30908] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30908/stat : 30908 (java) S 30898 30900 30416 0 -1 64 0 4286 0 0 0 0 136 7 19 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30909] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30909/stat : 30909 (java) S 30898 30900 30416 0 -1 64 11 4286 0 0 0 0 136 7 15 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.33
Current children cumulated vsize (KiB) 869372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806 s]
/proc/loadavg: 2.09 2.08 2.00 3/89 30958
/proc/meminfo: memFree=1230568/2055920 swapFree=4192812/4192956
[pid=30900] ppid=30898 vsize=869372 CPUtime=1800.02
/proc/30900/stat : 30900 (java) S 30898 30900 30416 0 -1 0 193009 4286 1 0 179586 273 136 7 18 0 9 0 27402735 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30900/statm: 217343 121938 2640 9 0 211801 0
[pid=30900/tid=30901] ppid=30898 vsize=869372 CPUtime=1795.85
/proc/30900/task/30901/stat : 30901 (java) R 30898 30900 30416 0 -1 64 29109 4286 1 0 179228 214 136 7 25 0 9 0 27402736 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4127396011 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30900/tid=30903] ppid=30898 vsize=869372 CPUtime=5.08
/proc/30900/task/30903/stat : 30903 (java) S 30898 30900 30416 0 -1 64 161723 4286 0 0 311 54 136 7 16 0 9 0 27402739 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30904] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30904/stat : 30904 (java) S 30898 30900 30416 0 -1 64 21 4286 0 0 0 0 136 7 16 0 9 0 27402739 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30905] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30905/stat : 30905 (java) S 30898 30900 30416 0 -1 64 32 4286 0 0 0 0 136 7 16 0 9 0 27402739 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30906] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30906/stat : 30906 (java) S 30898 30900 30416 0 -1 64 2 4286 0 0 0 0 136 7 18 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30907] ppid=30898 vsize=869372 CPUtime=1.9
/proc/30900/task/30907/stat : 30907 (java) S 30898 30900 30416 0 -1 64 1298 4286 0 0 46 1 136 7 16 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30900/tid=30908] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30908/stat : 30908 (java) S 30898 30900 30416 0 -1 64 0 4286 0 0 0 0 136 7 19 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30900/tid=30909] ppid=30898 vsize=869372 CPUtime=1.43
/proc/30900/task/30909/stat : 30909 (java) S 30898 30900 30416 0 -1 64 11 4286 0 0 0 0 136 7 15 0 9 0 27402741 890236928 121938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 869372

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

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

[startup+1806.11 s]
/proc/loadavg: 2.09 2.08 2.00 3/82 30960
/proc/meminfo: memFree=1614240/2055920 swapFree=4192812/4192956
[pid=30900] ppid=30898 vsize=0 CPUtime=1800.14
/proc/30900/stat : 30900 (java) R 30898 30900 30416 0 -1 1028 193037 4286 1 0 179592 279 136 7 16 0 1 0 27402735 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 0 0 0
/proc/30900/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1806.13
CPU time (s): 1800.17
CPU user time (s): 1797.29
CPU system time (s): 2.87956
CPU usage (%): 99.6703
Max. virtual memory (cumulated for all children) (KiB): 893976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.29
system time used= 2.87956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197323
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= 38657
involuntary context switches= 36023

runsolver used 2.51262 second user time and 5.71613 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-12 14:56:03
IDJOB=2094310
IDBENCH=54125
IDSOLVER=774
FILE ID=node23/2094310-1247403363
PBS_JOBID= 9510597
Free space on /tmp= 66352 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-8.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-2094310-1247403363/watcher-2094310-1247403363 -o /tmp/evaluation-result-2094310-1247403363/solver-2094310-1247403363 -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-2094310-1247403363.xml

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

MD5SUM BENCH= 6ffc155fe35ccd8e570b991c75a33724
RANDOM SEED=1311575147

node23.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1743072 kB
Buffers:         34400 kB
Cached:         117648 kB
SwapCached:          0 kB
Active:         203244 kB
Inactive:        52352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8688 kB
Writeback:           0 kB
Mapped:         123916 kB
Slab:            42380 kB
Committed_AS:  1008768 kB
PageTables:       1960 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= 66348 MiB
End job on node23 at 2009-07-12 15:26:11