Trace number 2094323

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.23 1813.77

General information on the benchmark

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

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2094323-1247403452.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.48/0.52	     nbVariables=800  nbDomainTypes=17  minDomainSize=1  maxDomainSize=45  nbTotalValues=19368
0.48/0.52	       =>  wckTime=0.254  cpuTime=0.16  mem=10M817
0.48/0.52	   
0.48/0.52	   predicates being loaded...
0.48/0.58	   
0.48/0.58	   constraints being loaded...
10.26/10.44	     nbConstraints=36304  nbGlobalConstraints=200  nbSingletonDomainVariables=222  nbConflictsStructures=26
10.26/10.47	     nbSharedConflictsStructures=8511  nbUnbuiltConflictsStructures=51  nbSharedBinaryRepresentations=0
10.26/10.47	     nbEvaluationManagers=77  nbSharedEvaluationManagers=36027  minDegree=85  maxDegree=375  minArity=4  avgArity=4.08
10.26/10.47	     maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=1.937  symmetryCpuTime=0.61
10.26/10.47	       =>  wckTime=10.174  cpuTime=7.56  mem=181M314
10.86/11.07	   
10.86/11.07	   solver IterativeSystematicSolver being built... 
12.93/13.17	   
12.93/13.19	   INFO : Forward propagation technique limited 
13.12/13.36	       =>  wckTime=13.099  cpuTime=8.88  mem=324M699
15.12/15.34	   
15.12/15.34	   preprocessing
15.12/15.34	     nbConstraintChecks=2744472  nbValidityChecks=93327  nbPropagations=800  nbRevisions=110268
15.12/15.34	     nbUselessRevisions=110268  nbRemovedValues=0  detectedInconsistency=no
15.12/15.34	       =>  wckTime=1.971  cpuTime=1.93  mem=329M728
98.14/99.25	   
98.14/99.25	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=331M756)

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.79 3/80 867
/proc/meminfo: memFree=1603032/2055920 swapFree=4192812/4192956
[pid=867] ppid=865 vsize=1616 CPUtime=0
/proc/867/stat : 867 (java) D 865 867 597 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 27412515 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/867/statm: 404 148 122 9 0 46 0

[startup+0.0590649 s]
/proc/loadavg: 1.99 1.97 1.79 3/80 867
/proc/meminfo: memFree=1603032/2055920 swapFree=4192812/4192956
[pid=867] ppid=865 vsize=863936 CPUtime=0.04
/proc/867/stat : 867 (java) S 865 867 597 0 -1 0 2641 0 1 0 3 1 0 0 18 0 9 0 27412515 884670464 2206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 215984 2206 1028 9 0 210899 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863936

[startup+0.101321 s]
/proc/loadavg: 1.99 1.97 1.79 3/80 867
/proc/meminfo: memFree=1603032/2055920 swapFree=4192812/4192956
[pid=867] ppid=865 vsize=865984 CPUtime=0.08
/proc/867/stat : 867 (java) S 865 867 597 0 -1 0 3727 0 1 0 7 1 0 0 18 0 9 0 27412515 886767616 3195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 216496 3195 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301347 s]
/proc/loadavg: 1.99 1.97 1.79 3/80 867
/proc/meminfo: memFree=1603032/2055920 swapFree=4192812/4192956
[pid=867] ppid=865 vsize=866380 CPUtime=0.28
/proc/867/stat : 867 (java) S 865 867 597 0 -1 0 5806 0 1 0 25 3 0 0 18 0 9 0 27412515 887173120 5185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 216595 5185 1970 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701384 s]
/proc/loadavg: 1.99 1.97 1.79 3/80 867
/proc/meminfo: memFree=1603032/2055920 swapFree=4192812/4192956
[pid=867] ppid=865 vsize=867780 CPUtime=0.68
/proc/867/stat : 867 (java) S 865 867 597 0 -1 0 8843 0 1 0 63 5 0 0 18 0 9 0 27412515 888606720 8197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 216945 8197 2038 9 0 211381 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867780

[startup+1.50147 s]
/proc/loadavg: 2.07 1.99 1.79 3/89 876
/proc/meminfo: memFree=1561232/2055920 swapFree=4192812/4192956
[pid=867] ppid=865 vsize=867692 CPUtime=1.47
/proc/867/stat : 867 (java) S 865 867 597 0 -1 0 18546 0 1 0 137 10 0 0 18 0 9 0 27412515 888516608 17874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 216923 17874 2028 9 0 211381 0
[pid=867/tid=869] ppid=865 vsize=867692 CPUtime=1.19
/proc/867/task/869/stat : 869 (java) R 865 867 597 0 -1 64 15797 0 1 0 111 8 0 0 25 0 9 0 27412517 888516608 17874 996147200 134512640 134550932 4294955968 18446744073709551615 102724634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=870] ppid=865 vsize=867692 CPUtime=0.05
/proc/867/task/870/stat : 870 (java) S 865 867 597 0 -1 64 1370 0 0 0 5 0 0 0 16 0 9 0 27412518 888516608 17874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=871] ppid=865 vsize=867692 CPUtime=0
/proc/867/task/871/stat : 871 (java) S 865 867 597 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27412518 888516608 17874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=872] ppid=865 vsize=867692 CPUtime=0
/proc/867/task/872/stat : 872 (java) S 865 867 597 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27412518 888516608 17874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=873] ppid=865 vsize=867692 CPUtime=0
/proc/867/task/873/stat : 873 (java) S 865 867 597 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27412521 888516608 17874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=874] ppid=865 vsize=867692 CPUtime=0.18
/proc/867/task/874/stat : 874 (java) S 865 867 597 0 -1 64 677 0 0 0 18 0 0 0 16 0 9 0 27412521 888516608 17874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=875] ppid=865 vsize=867692 CPUtime=0
/proc/867/task/875/stat : 875 (java) S 865 867 597 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27412521 888516608 17874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=876] ppid=865 vsize=867692 CPUtime=0
/proc/867/task/876/stat : 876 (java) S 865 867 597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27412521 888516608 17874 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) 867692

[startup+3.10263 s]
/proc/loadavg: 2.07 1.99 1.79 4/89 876
/proc/meminfo: memFree=1528656/2055920 swapFree=4192812/4192956
[pid=867] ppid=865 vsize=867692 CPUtime=3.05
/proc/867/stat : 867 (java) S 865 867 597 0 -1 0 22796 0 1 0 293 12 0 0 18 0 9 0 27412515 888516608 22122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 216923 22122 2028 9 0 211381 0
[pid=867/tid=869] ppid=865 vsize=867692 CPUtime=2.56
/proc/867/task/869/stat : 869 (java) R 865 867 597 0 -1 64 15799 0 1 0 248 8 0 0 25 0 9 0 27412517 888516608 22122 996147200 134512640 134550932 4294955968 18446744073709551615 102640052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=870] ppid=865 vsize=867692 CPUtime=0.27
/proc/867/task/870/stat : 870 (java) S 865 867 597 0 -1 64 5618 0 0 0 25 2 0 0 16 0 9 0 27412518 888516608 22122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=871] ppid=865 vsize=867692 CPUtime=0
/proc/867/task/871/stat : 871 (java) S 865 867 597 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27412518 888516608 22122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=872] ppid=865 vsize=867692 CPUtime=0
/proc/867/task/872/stat : 872 (java) S 865 867 597 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27412518 888516608 22122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=873] ppid=865 vsize=867692 CPUtime=0
/proc/867/task/873/stat : 873 (java) S 865 867 597 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27412521 888516608 22122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=874] ppid=865 vsize=867692 CPUtime=0.19
/proc/867/task/874/stat : 874 (java) S 865 867 597 0 -1 64 677 0 0 0 19 0 0 0 16 0 9 0 27412521 888516608 22122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=875] ppid=865 vsize=867692 CPUtime=0
/proc/867/task/875/stat : 875 (java) S 865 867 597 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27412521 888516608 22122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=876] ppid=865 vsize=867692 CPUtime=0
/proc/867/task/876/stat : 876 (java) S 865 867 597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27412521 888516608 22122 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) 867692

[startup+6.30295 s]
/proc/loadavg: 2.07 1.99 1.79 3/89 876
/proc/meminfo: memFree=1482896/2055920 swapFree=4192812/4192956
[pid=867] ppid=865 vsize=867692 CPUtime=6.21
/proc/867/stat : 867 (java) S 865 867 597 0 -1 0 38614 0 1 0 517 104 0 0 18 0 9 0 27412515 888516608 37935 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 216923 37935 2029 9 0 211381 0
[pid=867/tid=869] ppid=865 vsize=867692 CPUtime=5.26
/proc/867/task/869/stat : 869 (java) R 865 867 597 0 -1 64 15826 0 1 0 433 93 0 0 25 0 9 0 27412517 888516608 37935 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=870] ppid=865 vsize=867692 CPUtime=0.66
/proc/867/task/870/stat : 870 (java) R 865 867 597 0 -1 64 21354 0 0 0 57 9 0 0 16 0 9 0 27412518 888516608 37935 996147200 134512640 134550932 4294955968 18446744073709551615 102709373 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=871] ppid=865 vsize=867692 CPUtime=0
/proc/867/task/871/stat : 871 (java) S 865 867 597 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27412518 888516608 37935 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=872] ppid=865 vsize=867692 CPUtime=0
/proc/867/task/872/stat : 872 (java) S 865 867 597 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27412518 888516608 37935 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=873] ppid=865 vsize=867692 CPUtime=0
/proc/867/task/873/stat : 873 (java) S 865 867 597 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27412521 888516608 37935 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=874] ppid=865 vsize=867692 CPUtime=0.26
/proc/867/task/874/stat : 874 (java) S 865 867 597 0 -1 64 732 0 0 0 26 0 0 0 16 0 9 0 27412521 888516608 37935 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=875] ppid=865 vsize=867692 CPUtime=0
/proc/867/task/875/stat : 875 (java) S 865 867 597 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27412521 888516608 37935 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=876] ppid=865 vsize=867692 CPUtime=0
/proc/867/task/876/stat : 876 (java) S 865 867 597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27412521 888516608 37935 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867692

[startup+12.7026 s]
/proc/loadavg: 2.30 2.04 1.81 3/89 880
/proc/meminfo: memFree=1316360/2055920 swapFree=4192812/4192956
[pid=867] ppid=865 vsize=868428 CPUtime=12.53
/proc/867/stat : 867 (java) S 865 867 597 0 -1 0 144431 3235 1 0 953 197 98 5 18 0 9 0 27412515 889270272 86420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 217107 86420 2659 9 0 211543 0
[pid=867/tid=869] ppid=865 vsize=868428 CPUtime=9.7
/proc/867/task/869/stat : 869 (java) S 865 867 597 0 -1 64 27514 3235 1 0 709 158 98 5 16 0 9 0 27412517 889270272 86420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=870] ppid=865 vsize=868428 CPUtime=3.48
/proc/867/task/870/stat : 870 (java) R 865 867 597 0 -1 64 115138 3235 0 0 210 35 98 5 25 0 9 0 27412518 889270272 86420 996147200 134512640 134550932 4294955968 18446744073709551615 104193955 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=871] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/871/stat : 871 (java) S 865 867 597 0 -1 64 24 3235 0 0 0 0 98 5 15 0 9 0 27412518 889270272 86420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=872] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/872/stat : 872 (java) S 865 867 597 0 -1 64 19 3235 0 0 0 0 98 5 16 0 9 0 27412518 889270272 86420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=873] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/873/stat : 873 (java) S 865 867 597 0 -1 64 1 3235 0 0 0 0 98 5 18 0 9 0 27412521 889270272 86420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=874] ppid=865 vsize=868428 CPUtime=1.35
/proc/867/task/874/stat : 874 (java) S 865 867 597 0 -1 64 908 3235 0 0 32 0 98 5 15 0 9 0 27412521 889270272 86420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=875] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/875/stat : 875 (java) S 865 867 597 0 -1 64 1 3235 0 0 0 0 98 5 19 0 9 0 27412521 889270272 86420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=876] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/876/stat : 876 (java) S 865 867 597 0 -1 64 13 3235 0 0 0 0 98 5 15 0 9 0 27412521 889270272 86420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 868428

[startup+25.5019 s]
/proc/loadavg: 2.25 2.03 1.81 3/89 880
/proc/meminfo: memFree=1231112/2055920 swapFree=4192812/4192956
[pid=867] ppid=865 vsize=868428 CPUtime=25.2
/proc/867/stat : 867 (java) S 865 867 597 0 -1 0 153444 3235 1 0 2216 201 98 5 18 0 9 0 27412515 889270272 95281 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 217107 95281 2662 9 0 211543 0
[pid=867/tid=869] ppid=865 vsize=868428 CPUtime=22.06
/proc/867/task/869/stat : 869 (java) R 865 867 597 0 -1 64 27580 3235 1 0 1944 159 98 5 25 0 9 0 27412517 889270272 95281 996147200 134512640 134550932 4294955968 18446744073709551615 4126943091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=870] ppid=865 vsize=868428 CPUtime=3.72
/proc/867/task/870/stat : 870 (java) S 865 867 597 0 -1 64 123930 3235 0 0 232 37 98 5 17 0 9 0 27412518 889270272 95281 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=871] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/871/stat : 871 (java) S 865 867 597 0 -1 64 24 3235 0 0 0 0 98 5 16 0 9 0 27412518 889270272 95281 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=872] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/872/stat : 872 (java) S 865 867 597 0 -1 64 30 3235 0 0 0 0 98 5 16 0 9 0 27412518 889270272 95281 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=873] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/873/stat : 873 (java) S 865 867 597 0 -1 64 1 3235 0 0 0 0 98 5 18 0 9 0 27412521 889270272 95281 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=874] ppid=865 vsize=868428 CPUtime=1.43
/proc/867/task/874/stat : 874 (java) S 865 867 597 0 -1 64 1052 3235 0 0 39 1 98 5 16 0 9 0 27412521 889270272 95281 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=875] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/875/stat : 875 (java) S 865 867 597 0 -1 64 1 3235 0 0 0 0 98 5 19 0 9 0 27412521 889270272 95281 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=876] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/876/stat : 876 (java) S 865 867 597 0 -1 64 13 3235 0 0 0 0 98 5 15 0 9 0 27412521 889270272 95281 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 868428

[startup+51.1015 s]
/proc/loadavg: 2.15 2.03 1.82 3/89 880
/proc/meminfo: memFree=1231176/2055920 swapFree=4192812/4192956
[pid=867] ppid=865 vsize=868428 CPUtime=50.53
/proc/867/stat : 867 (java) S 865 867 597 0 -1 0 153456 3235 1 0 4749 201 98 5 18 0 9 0 27412515 889270272 95286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 217107 95286 2662 9 0 211543 0
[pid=867/tid=869] ppid=865 vsize=868428 CPUtime=47.38
/proc/867/task/869/stat : 869 (java) R 865 867 597 0 -1 64 27585 3235 1 0 4476 159 98 5 25 0 9 0 27412517 889270272 95286 996147200 134512640 134550932 4294955968 18446744073709551615 4127327948 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=870] ppid=865 vsize=868428 CPUtime=3.72
/proc/867/task/870/stat : 870 (java) S 865 867 597 0 -1 64 123930 3235 0 0 232 37 98 5 16 0 9 0 27412518 889270272 95286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=871] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/871/stat : 871 (java) S 865 867 597 0 -1 64 24 3235 0 0 0 0 98 5 16 0 9 0 27412518 889270272 95286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=872] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/872/stat : 872 (java) S 865 867 597 0 -1 64 30 3235 0 0 0 0 98 5 16 0 9 0 27412518 889270272 95286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=873] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/873/stat : 873 (java) S 865 867 597 0 -1 64 1 3235 0 0 0 0 98 5 18 0 9 0 27412521 889270272 95286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=874] ppid=865 vsize=868428 CPUtime=1.44
/proc/867/task/874/stat : 874 (java) S 865 867 597 0 -1 64 1059 3235 0 0 40 1 98 5 16 0 9 0 27412521 889270272 95286 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=875] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/875/stat : 875 (java) S 865 867 597 0 -1 64 1 3235 0 0 0 0 98 5 19 0 9 0 27412521 889270272 95286 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) 1468.86
Current children cumulated vsize (KiB) 868428

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 966
/proc/meminfo: memFree=1271496/2055920 swapFree=4192812/4192956
[pid=867] ppid=865 vsize=868428 CPUtime=1528.83
/proc/867/stat : 867 (java) S 865 867 597 0 -1 0 153501 3235 1 0 152574 206 98 5 18 0 9 0 27412515 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 217107 95307 2662 9 0 211543 0
[pid=867/tid=869] ppid=865 vsize=868428 CPUtime=1525.62
/proc/867/task/869/stat : 869 (java) R 865 867 597 0 -1 64 27599 3235 1 0 152296 163 98 5 25 0 9 0 27412517 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4127325767 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=867/tid=870] ppid=865 vsize=868428 CPUtime=3.72
/proc/867/task/870/stat : 870 (java) S 865 867 597 0 -1 64 123930 3235 0 0 232 37 98 5 16 0 9 0 27412518 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=871] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/871/stat : 871 (java) S 865 867 597 0 -1 64 24 3235 0 0 0 0 98 5 16 0 9 0 27412518 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=872] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/872/stat : 872 (java) S 865 867 597 0 -1 64 30 3235 0 0 0 0 98 5 16 0 9 0 27412518 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=873] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/873/stat : 873 (java) S 865 867 597 0 -1 64 1 3235 0 0 0 0 98 5 18 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=874] ppid=865 vsize=868428 CPUtime=1.48
/proc/867/task/874/stat : 874 (java) S 865 867 597 0 -1 64 1090 3235 0 0 44 1 98 5 16 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=867/tid=875] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/875/stat : 875 (java) S 865 867 597 0 -1 64 1 3235 0 0 0 0 98 5 19 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=876] ppid=865 vsize=868428 CPUtime=1.04
/proc/867/task/876/stat : 876 (java) S 865 867 597 0 -1 64 13 3235 0 0 0 1 98 5 15 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.83
Current children cumulated vsize (KiB) 868428

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 966
/proc/meminfo: memFree=1271496/2055920 swapFree=4192812/4192956
[pid=867] ppid=865 vsize=868428 CPUtime=1588.82
/proc/867/stat : 867 (java) S 865 867 597 0 -1 0 153501 3235 1 0 158572 207 98 5 18 0 9 0 27412515 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 217107 95307 2662 9 0 211543 0
[pid=867/tid=869] ppid=865 vsize=868428 CPUtime=1585.6
/proc/867/task/869/stat : 869 (java) R 865 867 597 0 -1 64 27599 3235 1 0 158294 163 98 5 25 0 9 0 27412517 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4127333859 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=867/tid=870] ppid=865 vsize=868428 CPUtime=3.72
/proc/867/task/870/stat : 870 (java) S 865 867 597 0 -1 64 123930 3235 0 0 232 37 98 5 16 0 9 0 27412518 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=871] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/871/stat : 871 (java) S 865 867 597 0 -1 64 24 3235 0 0 0 0 98 5 16 0 9 0 27412518 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=872] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/872/stat : 872 (java) S 865 867 597 0 -1 64 30 3235 0 0 0 0 98 5 16 0 9 0 27412518 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=873] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/873/stat : 873 (java) S 865 867 597 0 -1 64 1 3235 0 0 0 0 98 5 18 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=874] ppid=865 vsize=868428 CPUtime=1.48
/proc/867/task/874/stat : 874 (java) S 865 867 597 0 -1 64 1090 3235 0 0 44 1 98 5 16 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=867/tid=875] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/875/stat : 875 (java) S 865 867 597 0 -1 64 1 3235 0 0 0 0 98 5 19 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=876] ppid=865 vsize=868428 CPUtime=1.04
/proc/867/task/876/stat : 876 (java) S 865 867 597 0 -1 64 13 3235 0 0 0 1 98 5 15 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.82
Current children cumulated vsize (KiB) 868428

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 966
/proc/meminfo: memFree=1271496/2055920 swapFree=4192812/4192956
[pid=867] ppid=865 vsize=868428 CPUtime=1648.79
/proc/867/stat : 867 (java) S 865 867 597 0 -1 0 153501 3235 1 0 164569 207 98 5 18 0 9 0 27412515 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 217107 95307 2662 9 0 211543 0
[pid=867/tid=869] ppid=865 vsize=868428 CPUtime=1645.58
/proc/867/task/869/stat : 869 (java) R 865 867 597 0 -1 64 27599 3235 1 0 164291 164 98 5 25 0 9 0 27412517 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4126095957 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=867/tid=870] ppid=865 vsize=868428 CPUtime=3.72
/proc/867/task/870/stat : 870 (java) S 865 867 597 0 -1 64 123930 3235 0 0 232 37 98 5 16 0 9 0 27412518 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=871] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/871/stat : 871 (java) S 865 867 597 0 -1 64 24 3235 0 0 0 0 98 5 16 0 9 0 27412518 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=872] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/872/stat : 872 (java) S 865 867 597 0 -1 64 30 3235 0 0 0 0 98 5 16 0 9 0 27412518 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=873] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/873/stat : 873 (java) S 865 867 597 0 -1 64 1 3235 0 0 0 0 98 5 18 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=874] ppid=865 vsize=868428 CPUtime=1.48
/proc/867/task/874/stat : 874 (java) S 865 867 597 0 -1 64 1090 3235 0 0 44 1 98 5 16 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=867/tid=875] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/875/stat : 875 (java) S 865 867 597 0 -1 64 1 3235 0 0 0 0 98 5 19 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=876] ppid=865 vsize=868428 CPUtime=1.04
/proc/867/task/876/stat : 876 (java) S 865 867 597 0 -1 64 13 3235 0 0 0 1 98 5 15 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.79
Current children cumulated vsize (KiB) 868428

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 966
/proc/meminfo: memFree=1271496/2055920 swapFree=4192812/4192956
[pid=867] ppid=865 vsize=868428 CPUtime=1708.77
/proc/867/stat : 867 (java) S 865 867 597 0 -1 0 153501 3235 1 0 170567 207 98 5 18 0 9 0 27412515 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 217107 95307 2662 9 0 211543 0
[pid=867/tid=869] ppid=865 vsize=868428 CPUtime=1705.56
/proc/867/task/869/stat : 869 (java) R 865 867 597 0 -1 64 27599 3235 1 0 170289 164 98 5 25 0 9 0 27412517 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4127325820 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=867/tid=870] ppid=865 vsize=868428 CPUtime=3.72
/proc/867/task/870/stat : 870 (java) S 865 867 597 0 -1 64 123930 3235 0 0 232 37 98 5 16 0 9 0 27412518 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=871] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/871/stat : 871 (java) S 865 867 597 0 -1 64 24 3235 0 0 0 0 98 5 16 0 9 0 27412518 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=872] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/872/stat : 872 (java) S 865 867 597 0 -1 64 30 3235 0 0 0 0 98 5 16 0 9 0 27412518 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=873] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/873/stat : 873 (java) S 865 867 597 0 -1 64 1 3235 0 0 0 0 98 5 18 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=874] ppid=865 vsize=868428 CPUtime=1.48
/proc/867/task/874/stat : 874 (java) S 865 867 597 0 -1 64 1090 3235 0 0 44 1 98 5 16 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=867/tid=875] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/875/stat : 875 (java) S 865 867 597 0 -1 64 1 3235 0 0 0 0 98 5 19 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=876] ppid=865 vsize=868428 CPUtime=1.04
/proc/867/task/876/stat : 876 (java) S 865 867 597 0 -1 64 13 3235 0 0 0 1 98 5 15 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.77
Current children cumulated vsize (KiB) 868428

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 966
/proc/meminfo: memFree=1271368/2055920 swapFree=4192812/4192956
[pid=867] ppid=865 vsize=868428 CPUtime=1768.75
/proc/867/stat : 867 (java) S 865 867 597 0 -1 0 153501 3235 1 0 176565 207 98 5 18 0 9 0 27412515 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 217107 95307 2662 9 0 211543 0
[pid=867/tid=869] ppid=865 vsize=868428 CPUtime=1765.54
/proc/867/task/869/stat : 869 (java) R 865 867 597 0 -1 64 27599 3235 1 0 176287 164 98 5 25 0 9 0 27412517 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4127333859 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=867/tid=870] ppid=865 vsize=868428 CPUtime=3.72
/proc/867/task/870/stat : 870 (java) S 865 867 597 0 -1 64 123930 3235 0 0 232 37 98 5 16 0 9 0 27412518 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=871] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/871/stat : 871 (java) S 865 867 597 0 -1 64 24 3235 0 0 0 0 98 5 16 0 9 0 27412518 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=872] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/872/stat : 872 (java) S 865 867 597 0 -1 64 30 3235 0 0 0 0 98 5 16 0 9 0 27412518 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=873] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/873/stat : 873 (java) S 865 867 597 0 -1 64 1 3235 0 0 0 0 98 5 18 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=874] ppid=865 vsize=868428 CPUtime=1.48
/proc/867/task/874/stat : 874 (java) S 865 867 597 0 -1 64 1090 3235 0 0 44 1 98 5 16 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=867/tid=875] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/875/stat : 875 (java) S 865 867 597 0 -1 64 1 3235 0 0 0 0 98 5 19 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=876] ppid=865 vsize=868428 CPUtime=1.04
/proc/867/task/876/stat : 876 (java) S 865 867 597 0 -1 64 13 3235 0 0 0 1 98 5 15 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.75
Current children cumulated vsize (KiB) 868428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.6 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 966
/proc/meminfo: memFree=1271368/2055920 swapFree=4192812/4192956
[pid=867] ppid=865 vsize=868428 CPUtime=1800.04
/proc/867/stat : 867 (java) S 865 867 597 0 -1 0 153501 3235 1 0 179694 207 98 5 18 0 9 0 27412515 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 217107 95307 2662 9 0 211543 0
[pid=867/tid=869] ppid=865 vsize=868428 CPUtime=1796.83
/proc/867/task/869/stat : 869 (java) R 865 867 597 0 -1 64 27599 3235 1 0 179416 164 98 5 25 0 9 0 27412517 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4126467491 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=867/tid=870] ppid=865 vsize=868428 CPUtime=3.72
/proc/867/task/870/stat : 870 (java) S 865 867 597 0 -1 64 123930 3235 0 0 232 37 98 5 16 0 9 0 27412518 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=871] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/871/stat : 871 (java) S 865 867 597 0 -1 64 24 3235 0 0 0 0 98 5 16 0 9 0 27412518 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=872] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/872/stat : 872 (java) S 865 867 597 0 -1 64 30 3235 0 0 0 0 98 5 16 0 9 0 27412518 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=873] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/873/stat : 873 (java) S 865 867 597 0 -1 64 1 3235 0 0 0 0 98 5 18 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=874] ppid=865 vsize=868428 CPUtime=1.48
/proc/867/task/874/stat : 874 (java) S 865 867 597 0 -1 64 1090 3235 0 0 44 1 98 5 16 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=867/tid=875] ppid=865 vsize=868428 CPUtime=1.03
/proc/867/task/875/stat : 875 (java) S 865 867 597 0 -1 64 1 3235 0 0 0 0 98 5 19 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=867/tid=876] ppid=865 vsize=868428 CPUtime=1.04
/proc/867/task/876/stat : 876 (java) S 865 867 597 0 -1 64 13 3235 0 0 0 1 98 5 15 0 9 0 27412521 889270272 95307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868428

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

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

[startup+1813.71 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 966
/proc/meminfo: memFree=1271368/2055920 swapFree=4192812/4192956
[pid=867] ppid=865 vsize=0 CPUtime=1800.16
/proc/867/stat : 867 (java) Z 865 867 597 0 -1 1036 153529 3235 1 0 179705 208 98 5 15 0 2 0 27412515 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1813.77
CPU time (s): 1800.23
CPU user time (s): 1798.04
CPU system time (s): 2.19267
CPU usage (%): 99.2538
Max. virtual memory (cumulated for all children) (KiB): 888080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.04
system time used= 2.19267
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156764
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= 38944
involuntary context switches= 69312

runsolver used 2.51262 second user time and 5.75012 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-12 14:57:33
IDJOB=2094323
IDBENCH=54132
IDSOLVER=773
FILE ID=node17/2094323-1247403452
PBS_JOBID= 9510610
Free space on /tmp= 66444 MiB

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

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

MD5SUM BENCH= 645b4d5985800c441d40903d8a951448
RANDOM SEED=431684334

node17.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.213
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.213
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:       1603512 kB
Buffers:         80272 kB
Cached:         200160 kB
SwapCached:          0 kB
Active:         277352 kB
Inactive:       106476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1603512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7104 kB
Writeback:           0 kB
Mapped:         123832 kB
Slab:            53524 kB
Committed_AS:   994956 kB
PageTables:       2064 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= 66444 MiB
End job on node17 at 2009-07-12 15:27:48