Trace number 2094321

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.16 1809.32

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-9.xml
MD5SUM690bc030536081a10afc596885a53720
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark97.3002
Satisfiable
(Un)Satisfiability was proved
Number of variables880
Number of constraints48826
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48606
Global constraints used (with number of constraints)alldifferent(220)

Solver Data

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2094321-1247403428.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.49/0.59	     nbVariables=880  nbDomainTypes=32  minDomainSize=1  maxDomainSize=45  nbTotalValues=20933
0.49/0.59	       =>  wckTime=0.347  cpuTime=0.24  mem=10M820
0.49/0.59	   
0.49/0.59	   predicates being loaded...
0.59/0.65	   
0.59/0.65	   constraints being loaded...
14.12/14.39	     nbConstraints=48836  nbGlobalConstraints=230  nbSingletonDomainVariables=129  nbConflictsStructures=52
14.12/14.39	     nbSharedConflictsStructures=17081  nbUnbuiltConflictsStructures=350  nbSharedBinaryRepresentations=0
14.12/14.39	     nbEvaluationManagers=402  nbSharedEvaluationManagers=48204  minDegree=38  maxDegree=424  minArity=4  avgArity=4.06
14.12/14.39	     maxArity=20  nbGenerators=10  nbFusions=0  symmetryWckTime=2.911  symmetryCpuTime=1.0
14.12/14.40	       =>  wckTime=14.151  cpuTime=10.43  mem=275M217
15.02/15.24	   
15.02/15.24	   solver IterativeSystematicSolver being built... 
17.61/17.80	   
17.61/17.80	   INFO : Forward propagation technique limited 
17.70/17.98	       =>  wckTime=17.733  cpuTime=11.97  mem=448M302
19.81/20.04	   
19.81/20.04	   preprocessing
19.81/20.04	     nbConstraintChecks=2966867  nbValidityChecks=111777  nbPropagations=880  nbRevisions=125892
19.81/20.04	     nbUselessRevisions=125892  nbRemovedValues=0  detectedInconsistency=no
19.81/20.04	       =>  wckTime=2.058  cpuTime=2.03  mem=454M437
78.06/78.51	   
78.06/78.51	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=459M565)

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-2094321-1247403428/watcher-2094321-1247403428 -o /tmp/evaluation-result-2094321-1247403428/solver-2094321-1247403428 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094321-1247403428.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.08 2.14 1.89 4/80 913
/proc/meminfo: memFree=1714816/2055920 swapFree=4192812/4192956
[pid=913] ppid=911 vsize=1616 CPUtime=0
/proc/913/stat : 913 (java) D 911 913 569 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 27410293 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/913/statm: 404 148 122 9 0 46 0

[startup+0.0792421 s]
/proc/loadavg: 2.08 2.14 1.89 4/80 913
/proc/meminfo: memFree=1714816/2055920 swapFree=4192812/4192956
[pid=913] ppid=911 vsize=864148 CPUtime=0.07
/proc/913/stat : 913 (java) S 911 913 569 0 -1 0 3077 0 1 0 5 2 0 0 18 0 9 0 27410293 884887552 2562 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/913/statm: 216037 2562 1222 9 0 210930 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 864148

[startup+0.102239 s]
/proc/loadavg: 2.08 2.14 1.89 4/80 913
/proc/meminfo: memFree=1714816/2055920 swapFree=4192812/4192956
[pid=913] ppid=911 vsize=865984 CPUtime=0.08
/proc/913/stat : 913 (java) S 911 913 569 0 -1 0 3758 0 1 0 6 2 0 0 18 0 9 0 27410293 886767616 3216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/913/statm: 216496 3216 1697 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.302281 s]
/proc/loadavg: 2.08 2.14 1.89 4/80 913
/proc/meminfo: memFree=1714816/2055920 swapFree=4192812/4192956
[pid=913] ppid=911 vsize=866296 CPUtime=0.28
/proc/913/stat : 913 (java) S 911 913 569 0 -1 0 5697 0 1 0 24 4 0 0 18 0 9 0 27410293 887087104 5100 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/913/statm: 216574 5100 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.702357 s]
/proc/loadavg: 2.08 2.14 1.89 4/80 913
/proc/meminfo: memFree=1714816/2055920 swapFree=4192812/4192956
[pid=913] ppid=911 vsize=867200 CPUtime=0.68
/proc/913/stat : 913 (java) S 911 913 569 0 -1 0 8338 0 1 0 62 6 0 0 18 0 9 0 27410293 888012800 7692 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/913/statm: 216800 7692 2034 9 0 211236 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867200

[startup+1.50151 s]
/proc/loadavg: 2.23 2.17 1.90 3/89 922
/proc/meminfo: memFree=1677560/2055920 swapFree=4192812/4192956
[pid=913] ppid=911 vsize=867700 CPUtime=1.47
/proc/913/stat : 913 (java) S 911 913 569 0 -1 0 18560 0 1 0 137 10 0 0 18 0 9 0 27410293 888524800 17888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/913/statm: 216925 17888 2028 9 0 211383 0
[pid=913/tid=915] ppid=911 vsize=867700 CPUtime=1.22
/proc/913/task/915/stat : 915 (java) R 911 913 569 0 -1 64 15797 0 1 0 113 9 0 0 25 0 9 0 27410294 888524800 17888 996147200 134512640 134550932 4294955968 18446744073709551615 102639917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=916] ppid=911 vsize=867700 CPUtime=0.06
/proc/913/task/916/stat : 916 (java) S 911 913 569 0 -1 64 1384 0 0 0 6 0 0 0 16 0 9 0 27410296 888524800 17888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=917] ppid=911 vsize=867700 CPUtime=0
/proc/913/task/917/stat : 917 (java) S 911 913 569 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27410296 888524800 17888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=918] ppid=911 vsize=867700 CPUtime=0
/proc/913/task/918/stat : 918 (java) S 911 913 569 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27410296 888524800 17888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=919] ppid=911 vsize=867700 CPUtime=0
/proc/913/task/919/stat : 919 (java) S 911 913 569 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27410298 888524800 17888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=920] ppid=911 vsize=867700 CPUtime=0.17
/proc/913/task/920/stat : 920 (java) S 911 913 569 0 -1 64 677 0 0 0 17 0 0 0 16 0 9 0 27410298 888524800 17888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=921] ppid=911 vsize=867700 CPUtime=0
/proc/913/task/921/stat : 921 (java) S 911 913 569 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27410298 888524800 17888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=922] ppid=911 vsize=867700 CPUtime=0
/proc/913/task/922/stat : 922 (java) S 911 913 569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27410298 888524800 17888 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.10282 s]
/proc/loadavg: 2.23 2.17 1.90 4/89 922
/proc/meminfo: memFree=1650488/2055920 swapFree=4192812/4192956
[pid=913] ppid=911 vsize=867700 CPUtime=3.06
/proc/913/stat : 913 (java) S 911 913 569 0 -1 0 22813 0 1 0 293 13 0 0 18 0 9 0 27410293 888524800 22139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/913/statm: 216925 22139 2028 9 0 211383 0
[pid=913/tid=915] ppid=911 vsize=867700 CPUtime=2.59
/proc/913/task/915/stat : 915 (java) R 911 913 569 0 -1 64 15801 0 1 0 250 9 0 0 25 0 9 0 27410294 888524800 22139 996147200 134512640 134550932 4294955968 18446744073709551615 4126771727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=916] ppid=911 vsize=867700 CPUtime=0.27
/proc/913/task/916/stat : 916 (java) S 911 913 569 0 -1 64 5633 0 0 0 25 2 0 0 16 0 9 0 27410296 888524800 22139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=917] ppid=911 vsize=867700 CPUtime=0
/proc/913/task/917/stat : 917 (java) S 911 913 569 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27410296 888524800 22139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=918] ppid=911 vsize=867700 CPUtime=0
/proc/913/task/918/stat : 918 (java) S 911 913 569 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27410296 888524800 22139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=919] ppid=911 vsize=867700 CPUtime=0
/proc/913/task/919/stat : 919 (java) S 911 913 569 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27410298 888524800 22139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=920] ppid=911 vsize=867700 CPUtime=0.17
/proc/913/task/920/stat : 920 (java) S 911 913 569 0 -1 64 677 0 0 0 17 0 0 0 16 0 9 0 27410298 888524800 22139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=921] ppid=911 vsize=867700 CPUtime=0
/proc/913/task/921/stat : 921 (java) S 911 913 569 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27410298 888524800 22139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=922] ppid=911 vsize=867700 CPUtime=0
/proc/913/task/922/stat : 922 (java) S 911 913 569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27410298 888524800 22139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867700

[startup+6.30143 s]
/proc/loadavg: 2.23 2.17 1.90 3/89 922
/proc/meminfo: memFree=1613816/2055920 swapFree=4192812/4192956
[pid=913] ppid=911 vsize=867700 CPUtime=6.22
/proc/913/stat : 913 (java) S 911 913 569 0 -1 0 33391 0 1 0 555 67 0 0 18 0 9 0 27410293 888524800 32713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/913/statm: 216925 32713 2029 9 0 211383 0
[pid=913/tid=915] ppid=911 vsize=867700 CPUtime=5.33
/proc/913/task/915/stat : 915 (java) R 911 913 569 0 -1 64 15832 0 1 0 475 58 0 0 25 0 9 0 27410294 888524800 32713 996147200 134512640 134550932 4294955968 18446744073709551615 4126536200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=916] ppid=911 vsize=867700 CPUtime=0.61
/proc/913/task/916/stat : 916 (java) S 911 913 569 0 -1 64 16118 0 0 0 53 8 0 0 17 0 9 0 27410296 888524800 32713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=917] ppid=911 vsize=867700 CPUtime=0
/proc/913/task/917/stat : 917 (java) S 911 913 569 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27410296 888524800 32713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=918] ppid=911 vsize=867700 CPUtime=0
/proc/913/task/918/stat : 918 (java) S 911 913 569 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27410296 888524800 32713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=919] ppid=911 vsize=867700 CPUtime=0
/proc/913/task/919/stat : 919 (java) S 911 913 569 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27410298 888524800 32713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=920] ppid=911 vsize=867700 CPUtime=0.26
/proc/913/task/920/stat : 920 (java) S 911 913 569 0 -1 64 739 0 0 0 26 0 0 0 15 0 9 0 27410298 888524800 32713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=921] ppid=911 vsize=867700 CPUtime=0
/proc/913/task/921/stat : 921 (java) S 911 913 569 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27410298 888524800 32713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=922] ppid=911 vsize=867700 CPUtime=0
/proc/913/task/922/stat : 922 (java) S 911 913 569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27410298 888524800 32713 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867700

[startup+12.7017 s]
/proc/loadavg: 2.28 2.18 1.91 3/89 922
/proc/meminfo: memFree=1395896/2055920 swapFree=4192812/4192956
[pid=913] ppid=911 vsize=868024 CPUtime=12.15
/proc/913/stat : 913 (java) S 911 913 569 0 -1 0 87333 0 1 0 978 237 0 0 18 0 10 0 27410293 888856576 82269 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/913/statm: 217006 82269 2036 9 0 211464 0
[pid=913/tid=915] ppid=911 vsize=868024 CPUtime=10.15
/proc/913/task/915/stat : 915 (java) S 911 913 569 0 -1 64 15917 0 1 0 811 204 0 0 24 0 10 0 27410294 888856576 82269 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=913/tid=916] ppid=911 vsize=868024 CPUtime=1.67
/proc/913/task/916/stat : 916 (java) S 911 913 569 0 -1 64 69900 0 0 0 138 29 0 0 16 0 10 0 27410296 888856576 82269 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=917] ppid=911 vsize=868024 CPUtime=0
/proc/913/task/917/stat : 917 (java) S 911 913 569 0 -1 64 15 0 0 0 0 0 0 0 16 0 10 0 27410296 888856576 82269 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=918] ppid=911 vsize=868024 CPUtime=0
/proc/913/task/918/stat : 918 (java) S 911 913 569 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 27410296 888856576 82269 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=919] ppid=911 vsize=868024 CPUtime=0
/proc/913/task/919/stat : 919 (java) S 911 913 569 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 27410298 888856576 82269 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=920] ppid=911 vsize=868024 CPUtime=0.28
/proc/913/task/920/stat : 920 (java) S 911 913 569 0 -1 64 751 0 0 0 28 0 0 0 15 0 10 0 27410298 888856576 82269 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=921] ppid=911 vsize=868024 CPUtime=0
/proc/913/task/921/stat : 921 (java) S 911 913 569 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 27410298 888856576 82269 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=922] ppid=911 vsize=868024 CPUtime=0
/proc/913/task/922/stat : 922 (java) S 911 913 569 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 27410298 888856576 82269 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 868024

[startup+25.5021 s]
/proc/loadavg: 2.46 2.22 1.93 3/89 926
/proc/meminfo: memFree=1217896/2055920 swapFree=4192812/4192956
[pid=913] ppid=911 vsize=868348 CPUtime=25.3
/proc/913/stat : 913 (java) S 911 913 569 0 -1 0 207174 4410 1 0 2105 271 147 7 18 0 9 0 27410293 889188352 126501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/913/statm: 217087 126501 2640 9 0 211545 0
[pid=913/tid=915] ppid=911 vsize=868348 CPUtime=21.18
/proc/913/task/915/stat : 915 (java) R 911 913 569 0 -1 64 29000 4410 1 0 1757 207 147 7 25 0 9 0 27410294 889188352 126501 996147200 134512640 134550932 4294955968 18446744073709551615 4127417515 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=916] ppid=911 vsize=868348 CPUtime=5.2
/proc/913/task/916/stat : 916 (java) S 911 913 569 0 -1 64 176285 4410 0 0 307 59 147 7 16 0 9 0 27410296 889188352 126501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=917] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/917/stat : 917 (java) S 911 913 569 0 -1 64 18 4410 0 0 0 0 147 7 16 0 9 0 27410296 889188352 126501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=918] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/918/stat : 918 (java) S 911 913 569 0 -1 64 26 4410 0 0 0 0 147 7 16 0 9 0 27410296 889188352 126501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=919] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/919/stat : 919 (java) S 911 913 569 0 -1 64 2 4410 0 0 0 0 147 7 18 0 9 0 27410298 889188352 126501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=920] ppid=911 vsize=868348 CPUtime=1.95
/proc/913/task/920/stat : 920 (java) S 911 913 569 0 -1 64 1026 4410 0 0 40 1 147 7 15 0 9 0 27410298 889188352 126501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=921] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/921/stat : 921 (java) S 911 913 569 0 -1 64 1 4410 0 0 0 0 147 7 19 0 9 0 27410298 889188352 126501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=922] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/922/stat : 922 (java) S 911 913 569 0 -1 64 13 4410 0 0 0 0 147 7 15 0 9 0 27410298 889188352 126501 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 868348

[startup+51.1028 s]
/proc/loadavg: 2.39 2.23 1.94 3/89 926
/proc/meminfo: memFree=1217896/2055920 swapFree=4192812/4192956
[pid=913] ppid=911 vsize=868348 CPUtime=50.8
/proc/913/stat : 913 (java) S 911 913 569 0 -1 0 207195 4410 1 0 4655 271 147 7 18 0 9 0 27410293 889188352 126515 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/913/statm: 217087 126515 2640 9 0 211545 0
[pid=913/tid=915] ppid=911 vsize=868348 CPUtime=46.67
/proc/913/task/915/stat : 915 (java) R 911 913 569 0 -1 64 29006 4410 1 0 4305 208 147 7 25 0 9 0 27410294 889188352 126515 996147200 134512640 134550932 4294955968 18446744073709551615 4127398450 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=916] ppid=911 vsize=868348 CPUtime=5.2
/proc/913/task/916/stat : 916 (java) S 911 913 569 0 -1 64 176285 4410 0 0 307 59 147 7 17 0 9 0 27410296 889188352 126515 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=917] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/917/stat : 917 (java) S 911 913 569 0 -1 64 18 4410 0 0 0 0 147 7 16 0 9 0 27410296 889188352 126515 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=918] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/918/stat : 918 (java) S 911 913 569 0 -1 64 26 4410 0 0 0 0 147 7 16 0 9 0 27410296 889188352 126515 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=919] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/919/stat : 919 (java) S 911 913 569 0 -1 64 2 4410 0 0 0 0 147 7 18 0 9 0 27410298 889188352 126515 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=920] ppid=911 vsize=868348 CPUtime=1.97
/proc/913/task/920/stat : 920 (java) S 911 913 569 0 -1 64 1041 4410 0 0 42 1 147 7 16 0 9 0 27410298 889188352 126515 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=921] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/921/stat : 921 (java) S 911 913 569 0 -1 64 1 4410 0 0 0 0 147 7 19 0 9 0 27410298 889188352 126515 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) 1474.77
Current children cumulated vsize (KiB) 868348

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 1012
/proc/meminfo: memFree=1228688/2055920 swapFree=4192812/4192956
[pid=913] ppid=911 vsize=868348 CPUtime=1534.47
/proc/913/stat : 913 (java) S 911 913 569 0 -1 0 207227 4410 1 0 153018 275 147 7 18 0 9 0 27410293 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/913/statm: 217087 126531 2640 9 0 211545 0
[pid=913/tid=915] ppid=911 vsize=868348 CPUtime=1530.29
/proc/913/task/915/stat : 915 (java) R 911 913 569 0 -1 64 29014 4410 1 0 152664 211 147 7 25 0 9 0 27410294 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4127400460 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=916] ppid=911 vsize=868348 CPUtime=5.2
/proc/913/task/916/stat : 916 (java) S 911 913 569 0 -1 64 176285 4410 0 0 307 59 147 7 16 0 9 0 27410296 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=917] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/917/stat : 917 (java) S 911 913 569 0 -1 64 18 4410 0 0 0 0 147 7 16 0 9 0 27410296 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=918] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/918/stat : 918 (java) S 911 913 569 0 -1 64 26 4410 0 0 0 0 147 7 16 0 9 0 27410296 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=919] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/919/stat : 919 (java) S 911 913 569 0 -1 64 2 4410 0 0 0 0 147 7 18 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=920] ppid=911 vsize=868348 CPUtime=2
/proc/913/task/920/stat : 920 (java) S 911 913 569 0 -1 64 1065 4410 0 0 45 1 147 7 17 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=921] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/921/stat : 921 (java) S 911 913 569 0 -1 64 1 4410 0 0 0 0 147 7 19 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=922] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/922/stat : 922 (java) S 911 913 569 0 -1 64 13 4410 0 0 0 0 147 7 15 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.47
Current children cumulated vsize (KiB) 868348

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 1012
/proc/meminfo: memFree=1228752/2055920 swapFree=4192812/4192956
[pid=913] ppid=911 vsize=868348 CPUtime=1594.17
/proc/913/stat : 913 (java) S 911 913 569 0 -1 0 207227 4410 1 0 158988 275 147 7 18 0 9 0 27410293 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/913/statm: 217087 126531 2640 9 0 211545 0
[pid=913/tid=915] ppid=911 vsize=868348 CPUtime=1590
/proc/913/task/915/stat : 915 (java) R 911 913 569 0 -1 64 29014 4410 1 0 158635 211 147 7 25 0 9 0 27410294 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4127427319 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=916] ppid=911 vsize=868348 CPUtime=5.2
/proc/913/task/916/stat : 916 (java) S 911 913 569 0 -1 64 176285 4410 0 0 307 59 147 7 16 0 9 0 27410296 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=917] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/917/stat : 917 (java) S 911 913 569 0 -1 64 18 4410 0 0 0 0 147 7 16 0 9 0 27410296 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=918] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/918/stat : 918 (java) S 911 913 569 0 -1 64 26 4410 0 0 0 0 147 7 16 0 9 0 27410296 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=919] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/919/stat : 919 (java) S 911 913 569 0 -1 64 2 4410 0 0 0 0 147 7 18 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=920] ppid=911 vsize=868348 CPUtime=2
/proc/913/task/920/stat : 920 (java) S 911 913 569 0 -1 64 1065 4410 0 0 45 1 147 7 16 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=921] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/921/stat : 921 (java) S 911 913 569 0 -1 64 1 4410 0 0 0 0 147 7 19 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=922] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/922/stat : 922 (java) S 911 913 569 0 -1 64 13 4410 0 0 0 0 147 7 15 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.17
Current children cumulated vsize (KiB) 868348

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 1012
/proc/meminfo: memFree=1228752/2055920 swapFree=4192812/4192956
[pid=913] ppid=911 vsize=868348 CPUtime=1653.87
/proc/913/stat : 913 (java) S 911 913 569 0 -1 0 207227 4410 1 0 164958 275 147 7 18 0 9 0 27410293 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/913/statm: 217087 126531 2640 9 0 211545 0
[pid=913/tid=915] ppid=911 vsize=868348 CPUtime=1649.69
/proc/913/task/915/stat : 915 (java) R 911 913 569 0 -1 64 29014 4410 1 0 164604 211 147 7 25 0 9 0 27410294 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4126948113 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=916] ppid=911 vsize=868348 CPUtime=5.2
/proc/913/task/916/stat : 916 (java) S 911 913 569 0 -1 64 176285 4410 0 0 307 59 147 7 16 0 9 0 27410296 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=917] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/917/stat : 917 (java) S 911 913 569 0 -1 64 18 4410 0 0 0 0 147 7 16 0 9 0 27410296 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=918] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/918/stat : 918 (java) S 911 913 569 0 -1 64 26 4410 0 0 0 0 147 7 16 0 9 0 27410296 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=919] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/919/stat : 919 (java) S 911 913 569 0 -1 64 2 4410 0 0 0 0 147 7 18 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=920] ppid=911 vsize=868348 CPUtime=2
/proc/913/task/920/stat : 920 (java) S 911 913 569 0 -1 64 1065 4410 0 0 45 1 147 7 16 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=921] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/921/stat : 921 (java) S 911 913 569 0 -1 64 1 4410 0 0 0 0 147 7 19 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=922] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/922/stat : 922 (java) S 911 913 569 0 -1 64 13 4410 0 0 0 0 147 7 15 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.87
Current children cumulated vsize (KiB) 868348

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 1012
/proc/meminfo: memFree=1228752/2055920 swapFree=4192812/4192956
[pid=913] ppid=911 vsize=868348 CPUtime=1713.57
/proc/913/stat : 913 (java) S 911 913 569 0 -1 0 207227 4410 1 0 170928 275 147 7 18 0 9 0 27410293 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/913/statm: 217087 126531 2640 9 0 211545 0
[pid=913/tid=915] ppid=911 vsize=868348 CPUtime=1709.39
/proc/913/task/915/stat : 915 (java) R 911 913 569 0 -1 64 29014 4410 1 0 170574 211 147 7 25 0 9 0 27410294 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4127394556 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=916] ppid=911 vsize=868348 CPUtime=5.2
/proc/913/task/916/stat : 916 (java) S 911 913 569 0 -1 64 176285 4410 0 0 307 59 147 7 16 0 9 0 27410296 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=917] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/917/stat : 917 (java) S 911 913 569 0 -1 64 18 4410 0 0 0 0 147 7 16 0 9 0 27410296 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=918] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/918/stat : 918 (java) S 911 913 569 0 -1 64 26 4410 0 0 0 0 147 7 16 0 9 0 27410296 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=919] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/919/stat : 919 (java) S 911 913 569 0 -1 64 2 4410 0 0 0 0 147 7 18 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=920] ppid=911 vsize=868348 CPUtime=2
/proc/913/task/920/stat : 920 (java) S 911 913 569 0 -1 64 1065 4410 0 0 45 1 147 7 16 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=921] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/921/stat : 921 (java) S 911 913 569 0 -1 64 1 4410 0 0 0 0 147 7 19 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=922] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/922/stat : 922 (java) S 911 913 569 0 -1 64 13 4410 0 0 0 0 147 7 15 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.57
Current children cumulated vsize (KiB) 868348

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 1012
/proc/meminfo: memFree=1228624/2055920 swapFree=4192812/4192956
[pid=913] ppid=911 vsize=868348 CPUtime=1773.27
/proc/913/stat : 913 (java) S 911 913 569 0 -1 0 207227 4410 1 0 176898 275 147 7 18 0 9 0 27410293 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/913/statm: 217087 126531 2640 9 0 211545 0
[pid=913/tid=915] ppid=911 vsize=868348 CPUtime=1769.09
/proc/913/task/915/stat : 915 (java) R 911 913 569 0 -1 64 29014 4410 1 0 176544 211 147 7 25 0 9 0 27410294 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4127403438 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=916] ppid=911 vsize=868348 CPUtime=5.2
/proc/913/task/916/stat : 916 (java) S 911 913 569 0 -1 64 176285 4410 0 0 307 59 147 7 16 0 9 0 27410296 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=917] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/917/stat : 917 (java) S 911 913 569 0 -1 64 18 4410 0 0 0 0 147 7 16 0 9 0 27410296 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=918] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/918/stat : 918 (java) S 911 913 569 0 -1 64 26 4410 0 0 0 0 147 7 16 0 9 0 27410296 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=919] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/919/stat : 919 (java) S 911 913 569 0 -1 64 2 4410 0 0 0 0 147 7 18 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=920] ppid=911 vsize=868348 CPUtime=2
/proc/913/task/920/stat : 920 (java) S 911 913 569 0 -1 64 1065 4410 0 0 45 1 147 7 16 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=921] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/921/stat : 921 (java) S 911 913 569 0 -1 64 1 4410 0 0 0 0 147 7 19 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=922] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/922/stat : 922 (java) S 911 913 569 0 -1 64 13 4410 0 0 0 0 147 7 15 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.27
Current children cumulated vsize (KiB) 868348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.2 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 1012
/proc/meminfo: memFree=1228624/2055920 swapFree=4192812/4192956
[pid=913] ppid=911 vsize=868348 CPUtime=1800.03
/proc/913/stat : 913 (java) S 911 913 569 0 -1 0 207227 4410 1 0 179574 275 147 7 18 0 9 0 27410293 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/913/statm: 217087 126531 2640 9 0 211545 0
[pid=913/tid=915] ppid=911 vsize=868348 CPUtime=1795.85
/proc/913/task/915/stat : 915 (java) R 911 913 569 0 -1 64 29014 4410 1 0 179220 211 147 7 25 0 9 0 27410294 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4127417479 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=916] ppid=911 vsize=868348 CPUtime=5.2
/proc/913/task/916/stat : 916 (java) S 911 913 569 0 -1 64 176285 4410 0 0 307 59 147 7 16 0 9 0 27410296 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=917] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/917/stat : 917 (java) S 911 913 569 0 -1 64 18 4410 0 0 0 0 147 7 16 0 9 0 27410296 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=918] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/918/stat : 918 (java) S 911 913 569 0 -1 64 26 4410 0 0 0 0 147 7 16 0 9 0 27410296 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=919] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/919/stat : 919 (java) S 911 913 569 0 -1 64 2 4410 0 0 0 0 147 7 18 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=920] ppid=911 vsize=868348 CPUtime=2
/proc/913/task/920/stat : 920 (java) S 911 913 569 0 -1 64 1065 4410 0 0 45 1 147 7 16 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=913/tid=921] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/921/stat : 921 (java) S 911 913 569 0 -1 64 1 4410 0 0 0 0 147 7 19 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=913/tid=922] ppid=911 vsize=868348 CPUtime=1.54
/proc/913/task/922/stat : 922 (java) S 911 913 569 0 -1 64 13 4410 0 0 0 0 147 7 15 0 9 0 27410298 889188352 126531 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 868348

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

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

[startup+1809.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 1012
/proc/meminfo: memFree=1228624/2055920 swapFree=4192812/4192956
[pid=913] ppid=911 vsize=0 CPUtime=1800.14
/proc/913/stat : 913 (java) R 911 913 569 0 -1 1028 207257 4410 1 0 179578 282 147 7 17 0 1 0 27410293 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 1 0 0
/proc/913/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): 1809.32
CPU time (s): 1800.16
CPU user time (s): 1797.25
CPU system time (s): 2.90256
CPU usage (%): 99.4936
Max. virtual memory (cumulated for all children) (KiB): 894448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.25
system time used= 2.90256
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211667
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= 38775
involuntary context switches= 36627

runsolver used 2.16967 second user time and 6.07108 second system time

The end

Launcher Data

Begin job on node5 at 2009-07-12 14:57:08
IDJOB=2094321
IDBENCH=54131
IDSOLVER=773
FILE ID=node5/2094321-1247403428
PBS_JOBID= 9510634
Free space on /tmp= 66428 MiB

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

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

MD5SUM BENCH= 690bc030536081a10afc596885a53720
RANDOM SEED=398799298

node5.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.258
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.258
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:       1715296 kB
Buffers:         47472 kB
Cached:         133068 kB
SwapCached:          0 kB
Active:         208608 kB
Inactive:        76364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8924 kB
Writeback:           0 kB
Mapped:         124808 kB
Slab:            40664 kB
Committed_AS:  1024668 kB
PageTables:       1964 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= 66428 MiB
End job on node5 at 2009-07-12 15:27:19