Trace number 2096822

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.16 1810.75

General information on the benchmark

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

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2096822-1247410814.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.48/0.55	     nbVariables=800  nbDomainTypes=16  minDomainSize=1  maxDomainSize=45  nbTotalValues=19788
0.48/0.55	       =>  wckTime=0.307  cpuTime=0.3  mem=10M818
0.48/0.55	   
0.48/0.55	   predicates being loaded...
0.68/0.73	   
0.68/0.73	   constraints being loaded...
17.59/17.88	     nbConstraints=65246  nbGlobalConstraints=200  nbSingletonDomainVariables=21  nbConflictsStructures=16
17.59/17.88	     nbSharedConflictsStructures=7334  nbUnbuiltConflictsStructures=100  nbSharedBinaryRepresentations=0
17.59/17.88	     nbEvaluationManagers=116  nbSharedEvaluationManagers=64930  minDegree=275  maxDegree=383  minArity=4  avgArity=4.04
17.59/17.88	     maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=3.388  symmetryCpuTime=1.03
17.59/17.88	       =>  wckTime=17.64  cpuTime=13.02  mem=358M794
18.80/19.02	   
18.80/19.02	   solver IterativeSystematicSolver being built... 
22.47/22.78	   
22.47/22.79	   INFO : Forward propagation technique limited 
22.67/22.97	       =>  wckTime=22.729  cpuTime=15.24  mem=586M535
89.71/90.66	   
89.71/90.66	   INFO : Stopping ESAC
89.71/90.67	   
89.71/90.67	   preprocessing
89.71/90.67	     nbConstraintChecks=59640536  nbValidityChecks=152297916  nbPropagations=14531  nbRevisions=7269050
89.71/90.67	     nbUselessRevisions=7264798  nbSingletonTests=620  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
89.71/90.67	     nbRemovedValues=0  detectedInconsistency=no
89.71/90.67	       =>  wckTime=67.687  cpuTime=66.98  mem=595M599
292.68/295.52	   
292.68/295.52	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=599M691)

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 818
/proc/meminfo: memFree=1689520/2055920 swapFree=4192812/4192956
[pid=818] ppid=816 vsize=1616 CPUtime=0
/proc/818/stat : 818 (java) D 816 818 31251 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 28148404 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/818/statm: 404 148 122 9 0 46 0

[startup+0.077498 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 818
/proc/meminfo: memFree=1689520/2055920 swapFree=4192812/4192956
[pid=818] ppid=816 vsize=864148 CPUtime=0.06
/proc/818/stat : 818 (java) S 816 818 31251 0 -1 0 3023 0 1 0 4 2 0 0 18 0 9 0 28148404 884887552 2508 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/818/statm: 216037 2508 1184 9 0 210930 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864148

[startup+0.102499 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 818
/proc/meminfo: memFree=1689520/2055920 swapFree=4192812/4192956
[pid=818] ppid=816 vsize=865984 CPUtime=0.08
/proc/818/stat : 818 (java) S 816 818 31251 0 -1 0 3757 0 1 0 6 2 0 0 18 0 9 0 28148404 886767616 3215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/818/statm: 216496 3215 1697 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.302532 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 818
/proc/meminfo: memFree=1689520/2055920 swapFree=4192812/4192956
[pid=818] ppid=816 vsize=866224 CPUtime=0.28
/proc/818/stat : 818 (java) S 816 818 31251 0 -1 0 5849 0 1 0 24 4 0 0 18 0 9 0 28148404 887013376 5215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/818/statm: 216556 5215 1974 9 0 211014 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866224

[startup+0.702605 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 818
/proc/meminfo: memFree=1689520/2055920 swapFree=4192812/4192956
[pid=818] ppid=816 vsize=867204 CPUtime=0.68
/proc/818/stat : 818 (java) S 816 818 31251 0 -1 0 7950 0 1 0 63 5 0 0 18 0 9 0 28148404 888016896 7305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/818/statm: 216801 7305 2027 9 0 211237 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867204

[startup+1.50175 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 827
/proc/meminfo: memFree=1657960/2055920 swapFree=4192812/4192956
[pid=818] ppid=816 vsize=867804 CPUtime=1.47
/proc/818/stat : 818 (java) S 816 818 31251 0 -1 0 18543 0 1 0 138 9 0 0 18 0 9 0 28148404 888631296 17895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/818/statm: 216951 17895 2048 9 0 211387 0
[pid=818/tid=820] ppid=816 vsize=867804 CPUtime=1.21
/proc/818/task/820/stat : 820 (java) R 816 818 31251 0 -1 64 15785 0 1 0 113 8 0 0 25 0 9 0 28148405 888631296 17895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=821] ppid=816 vsize=867804 CPUtime=0.06
/proc/818/task/821/stat : 821 (java) R 816 818 31251 0 -1 64 1367 0 0 0 6 0 0 0 16 0 9 0 28148407 888631296 17895 996147200 134512640 134550932 4294955968 18446744073709551615 104193966 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=822] ppid=816 vsize=867804 CPUtime=0
/proc/818/task/822/stat : 822 (java) S 816 818 31251 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28148407 888631296 17895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=823] ppid=816 vsize=867804 CPUtime=0
/proc/818/task/823/stat : 823 (java) S 816 818 31251 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 28148407 888631296 17895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=824] ppid=816 vsize=867804 CPUtime=0
/proc/818/task/824/stat : 824 (java) S 816 818 31251 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28148409 888631296 17895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=825] ppid=816 vsize=867804 CPUtime=0.18
/proc/818/task/825/stat : 825 (java) S 816 818 31251 0 -1 64 696 0 0 0 18 0 0 0 17 0 9 0 28148409 888631296 17895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=826] ppid=816 vsize=867804 CPUtime=0
/proc/818/task/826/stat : 826 (java) S 816 818 31251 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28148409 888631296 17895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=827] ppid=816 vsize=867804 CPUtime=0
/proc/818/task/827/stat : 827 (java) S 816 818 31251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28148409 888631296 17895 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) 867804

[startup+3.10302 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 827
/proc/meminfo: memFree=1625256/2055920 swapFree=4192812/4192956
[pid=818] ppid=816 vsize=867716 CPUtime=3.05
/proc/818/stat : 818 (java) S 816 818 31251 0 -1 0 22815 0 1 0 294 11 0 0 18 0 9 0 28148404 888541184 22141 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/818/statm: 216929 22141 2028 9 0 211387 0
[pid=818/tid=820] ppid=816 vsize=867716 CPUtime=2.58
/proc/818/task/820/stat : 820 (java) R 816 818 31251 0 -1 64 15789 0 1 0 250 8 0 0 25 0 9 0 28148405 888541184 22141 996147200 134512640 134550932 4294955968 18446744073709551615 103774189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=821] ppid=816 vsize=867716 CPUtime=0.26
/proc/818/task/821/stat : 821 (java) S 816 818 31251 0 -1 64 5628 0 0 0 25 1 0 0 16 0 9 0 28148407 888541184 22141 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=822] ppid=816 vsize=867716 CPUtime=0
/proc/818/task/822/stat : 822 (java) S 816 818 31251 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28148407 888541184 22141 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=823] ppid=816 vsize=867716 CPUtime=0
/proc/818/task/823/stat : 823 (java) S 816 818 31251 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28148407 888541184 22141 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=824] ppid=816 vsize=867716 CPUtime=0
/proc/818/task/824/stat : 824 (java) S 816 818 31251 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28148409 888541184 22141 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=825] ppid=816 vsize=867716 CPUtime=0.18
/proc/818/task/825/stat : 825 (java) S 816 818 31251 0 -1 64 696 0 0 0 18 0 0 0 16 0 9 0 28148409 888541184 22141 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=826] ppid=816 vsize=867716 CPUtime=0
/proc/818/task/826/stat : 826 (java) S 816 818 31251 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28148409 888541184 22141 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=827] ppid=816 vsize=867716 CPUtime=0
/proc/818/task/827/stat : 827 (java) S 816 818 31251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28148409 888541184 22141 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) 867716

[startup+6.30157 s]
/proc/loadavg: 1.93 1.98 1.99 4/89 827
/proc/meminfo: memFree=1592104/2055920 swapFree=4192812/4192956
[pid=818] ppid=816 vsize=867716 CPUtime=6.22
/proc/818/stat : 818 (java) S 816 818 31251 0 -1 0 31535 0 1 0 582 40 0 0 18 0 9 0 28148404 888541184 30856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/818/statm: 216929 30856 2029 9 0 211387 0
[pid=818/tid=820] ppid=816 vsize=867716 CPUtime=5.26
/proc/818/task/820/stat : 820 (java) R 816 818 31251 0 -1 64 15814 0 1 0 493 33 0 0 25 0 9 0 28148405 888541184 30856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=821] ppid=816 vsize=867716 CPUtime=0.69
/proc/818/task/821/stat : 821 (java) R 816 818 31251 0 -1 64 14270 0 0 0 64 5 0 0 16 0 9 0 28148407 888541184 30856 996147200 134512640 134550932 4294955968 18446744073709551615 102549403 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=822] ppid=816 vsize=867716 CPUtime=0
/proc/818/task/822/stat : 822 (java) S 816 818 31251 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28148407 888541184 30856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=823] ppid=816 vsize=867716 CPUtime=0
/proc/818/task/823/stat : 823 (java) S 816 818 31251 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28148407 888541184 30856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=824] ppid=816 vsize=867716 CPUtime=0
/proc/818/task/824/stat : 824 (java) S 816 818 31251 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28148409 888541184 30856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=825] ppid=816 vsize=867716 CPUtime=0.24
/proc/818/task/825/stat : 825 (java) S 816 818 31251 0 -1 64 749 0 0 0 24 0 0 0 16 0 9 0 28148409 888541184 30856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=826] ppid=816 vsize=867716 CPUtime=0
/proc/818/task/826/stat : 826 (java) S 816 818 31251 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28148409 888541184 30856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=827] ppid=816 vsize=867716 CPUtime=0
/proc/818/task/827/stat : 827 (java) S 816 818 31251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28148409 888541184 30856 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) 867716

[startup+12.7017 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 827
/proc/meminfo: memFree=1406888/2055920 swapFree=4192812/4192956
[pid=818] ppid=816 vsize=867716 CPUtime=12.56
/proc/818/stat : 818 (java) S 816 818 31251 0 -1 0 75962 0 1 0 1016 240 0 0 18 0 9 0 28148404 888541184 75275 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/818/statm: 216929 75275 2029 9 0 211387 0
[pid=818/tid=820] ppid=816 vsize=867716 CPUtime=10.69
/proc/818/task/820/stat : 820 (java) R 816 818 31251 0 -1 64 15822 0 1 0 855 214 0 0 25 0 9 0 28148405 888541184 75275 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=821] ppid=816 vsize=867716 CPUtime=1.6
/proc/818/task/821/stat : 821 (java) R 816 818 31251 0 -1 64 58687 0 0 0 135 25 0 0 16 0 9 0 28148407 888541184 75275 996147200 134512640 134550932 4294955968 18446744073709551615 102709373 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=822] ppid=816 vsize=867716 CPUtime=0
/proc/818/task/822/stat : 822 (java) S 816 818 31251 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28148407 888541184 75275 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=823] ppid=816 vsize=867716 CPUtime=0
/proc/818/task/823/stat : 823 (java) S 816 818 31251 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28148407 888541184 75275 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=824] ppid=816 vsize=867716 CPUtime=0
/proc/818/task/824/stat : 824 (java) S 816 818 31251 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28148409 888541184 75275 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=825] ppid=816 vsize=867716 CPUtime=0.24
/proc/818/task/825/stat : 825 (java) S 816 818 31251 0 -1 64 751 0 0 0 24 0 0 0 16 0 9 0 28148409 888541184 75275 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=826] ppid=816 vsize=867716 CPUtime=0
/proc/818/task/826/stat : 826 (java) S 816 818 31251 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28148409 888541184 75275 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=827] ppid=816 vsize=867716 CPUtime=0
/proc/818/task/827/stat : 827 (java) S 816 818 31251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28148409 888541184 75275 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867716

[startup+25.5029 s]
/proc/loadavg: 1.95 1.98 1.99 3/89 831
/proc/meminfo: memFree=1061016/2055920 swapFree=4192812/4192956
[pid=818] ppid=816 vsize=869476 CPUtime=25.24
/proc/818/stat : 818 (java) S 816 818 31251 0 -1 0 250030 5535 1 0 1977 350 188 9 18 0 9 0 28148404 890343424 159334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/818/statm: 217369 159334 2662 9 0 211805 0
[pid=818/tid=820] ppid=816 vsize=869476 CPUtime=19.89
/proc/818/task/820/stat : 820 (java) R 816 818 31251 0 -1 64 29048 5535 1 0 1521 271 188 9 25 0 9 0 28148405 890343424 159334 996147200 134512640 134550932 4294955968 18446744073709551615 4126969028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=821] ppid=816 vsize=869476 CPUtime=6.9
/proc/818/task/821/stat : 821 (java) S 816 818 31251 0 -1 64 218932 5535 0 0 420 73 188 9 16 0 9 0 28148407 890343424 159334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=822] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/822/stat : 822 (java) S 816 818 31251 0 -1 64 22 5535 0 0 0 0 188 9 16 0 9 0 28148407 890343424 159334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=823] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/823/stat : 823 (java) S 816 818 31251 0 -1 64 24 5535 0 0 0 0 188 9 16 0 9 0 28148407 890343424 159334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=824] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/824/stat : 824 (java) S 816 818 31251 0 -1 64 1 5535 0 0 0 0 188 9 18 0 9 0 28148409 890343424 159334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=825] ppid=816 vsize=869476 CPUtime=2.33
/proc/818/task/825/stat : 825 (java) S 816 818 31251 0 -1 64 1169 5535 0 0 35 1 188 9 15 0 9 0 28148409 890343424 159334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=826] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/826/stat : 826 (java) S 816 818 31251 0 -1 64 1 5535 0 0 0 0 188 9 19 0 9 0 28148409 890343424 159334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=827] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/827/stat : 827 (java) S 816 818 31251 0 -1 64 24 5535 0 0 0 0 188 9 15 0 9 0 28148409 890343424 159334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 869476

[startup+51.1023 s]
/proc/loadavg: 1.96 1.98 1.99 3/89 837
/proc/meminfo: memFree=1061144/2055920 swapFree=4192812/4192956
[pid=818] ppid=816 vsize=869476 CPUtime=50.59
/proc/818/stat : 818 (java) S 816 818 31251 0 -1 0 250048 5535 1 0 4512 350 188 9 18 0 9 0 28148404 890343424 159344 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/818/statm: 217369 159344 2662 9 0 211805 0
[pid=818/tid=820] ppid=816 vsize=869476 CPUtime=45.22
/proc/818/task/820/stat : 820 (java) R 816 818 31251 0 -1 64 29052 5535 1 0 4054 271 188 9 25 0 9 0 28148405 890343424 159344 996147200 134512640 134550932 4294955968 18446744073709551615 4126965131 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=821] ppid=816 vsize=869476 CPUtime=6.9
/proc/818/task/821/stat : 821 (java) S 816 818 31251 0 -1 64 218932 5535 0 0 420 73 188 9 16 0 9 0 28148407 890343424 159344 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=822] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/822/stat : 822 (java) S 816 818 31251 0 -1 64 22 5535 0 0 0 0 188 9 16 0 9 0 28148407 890343424 159344 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=823] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/823/stat : 823 (java) S 816 818 31251 0 -1 64 24 5535 0 0 0 0 188 9 16 0 9 0 28148407 890343424 159344 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=824] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/824/stat : 824 (java) S 816 818 31251 0 -1 64 1 5535 0 0 0 0 188 9 18 0 9 0 28148409 890343424 159344 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=825] ppid=816 vsize=869476 CPUtime=2.35
/proc/818/task/825/stat : 825 (java) S 816 818 31251 0 -1 64 1183 5535 0 0 37 1 188 9 16 0 9 0 28148409 890343424 159344 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=826] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/826/stat : 826 (java) S 816 818 31251 0 -1 64 1 5535 0 0 0 0 188 9 19 0 9 0 28148409 890343424 159344 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) 1471.84
Current children cumulated vsize (KiB) 869476

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1271
/proc/meminfo: memFree=1042072/2055920 swapFree=4192812/4192956
[pid=818] ppid=816 vsize=869476 CPUtime=1531.81
/proc/818/stat : 818 (java) S 816 818 31251 0 -1 0 250119 5535 1 0 152628 356 188 9 18 0 9 0 28148404 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/818/statm: 217369 159383 2662 9 0 211805 0
[pid=818/tid=820] ppid=816 vsize=869476 CPUtime=1526.36
/proc/818/task/820/stat : 820 (java) R 816 818 31251 0 -1 64 29076 5535 1 0 152163 276 188 9 25 0 9 0 28148405 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4127363709 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=818/tid=821] ppid=816 vsize=869476 CPUtime=6.9
/proc/818/task/821/stat : 821 (java) S 816 818 31251 0 -1 64 218932 5535 0 0 420 73 188 9 16 0 9 0 28148407 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=822] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/822/stat : 822 (java) S 816 818 31251 0 -1 64 22 5535 0 0 0 0 188 9 16 0 9 0 28148407 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=823] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/823/stat : 823 (java) S 816 818 31251 0 -1 64 24 5535 0 0 0 0 188 9 16 0 9 0 28148407 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=824] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/824/stat : 824 (java) S 816 818 31251 0 -1 64 1 5535 0 0 0 0 188 9 18 0 9 0 28148409 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=825] ppid=816 vsize=869476 CPUtime=2.41
/proc/818/task/825/stat : 825 (java) S 816 818 31251 0 -1 64 1230 5535 0 0 43 1 188 9 16 0 9 0 28148409 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=818/tid=826] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/826/stat : 826 (java) S 816 818 31251 0 -1 64 1 5535 0 0 0 0 188 9 19 0 9 0 28148409 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=827] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/827/stat : 827 (java) S 816 818 31251 0 -1 64 24 5535 0 0 0 0 188 9 15 0 9 0 28148409 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1531.81
Current children cumulated vsize (KiB) 869476

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1271
/proc/meminfo: memFree=1042072/2055920 swapFree=4192812/4192956
[pid=818] ppid=816 vsize=869476 CPUtime=1591.78
/proc/818/stat : 818 (java) S 816 818 31251 0 -1 0 250119 5535 1 0 158625 356 188 9 18 0 9 0 28148404 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/818/statm: 217369 159383 2662 9 0 211805 0
[pid=818/tid=820] ppid=816 vsize=869476 CPUtime=1586.34
/proc/818/task/820/stat : 820 (java) R 816 818 31251 0 -1 64 29076 5535 1 0 158161 276 188 9 25 0 9 0 28148405 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4127348857 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=818/tid=821] ppid=816 vsize=869476 CPUtime=6.9
/proc/818/task/821/stat : 821 (java) S 816 818 31251 0 -1 64 218932 5535 0 0 420 73 188 9 16 0 9 0 28148407 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=822] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/822/stat : 822 (java) S 816 818 31251 0 -1 64 22 5535 0 0 0 0 188 9 16 0 9 0 28148407 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=823] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/823/stat : 823 (java) S 816 818 31251 0 -1 64 24 5535 0 0 0 0 188 9 16 0 9 0 28148407 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=824] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/824/stat : 824 (java) S 816 818 31251 0 -1 64 1 5535 0 0 0 0 188 9 18 0 9 0 28148409 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=825] ppid=816 vsize=869476 CPUtime=2.41
/proc/818/task/825/stat : 825 (java) S 816 818 31251 0 -1 64 1230 5535 0 0 43 1 188 9 16 0 9 0 28148409 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=818/tid=826] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/826/stat : 826 (java) S 816 818 31251 0 -1 64 1 5535 0 0 0 0 188 9 19 0 9 0 28148409 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=827] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/827/stat : 827 (java) S 816 818 31251 0 -1 64 24 5535 0 0 0 0 188 9 15 0 9 0 28148409 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.78
Current children cumulated vsize (KiB) 869476

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1271
/proc/meminfo: memFree=1042072/2055920 swapFree=4192812/4192956
[pid=818] ppid=816 vsize=869476 CPUtime=1651.76
/proc/818/stat : 818 (java) S 816 818 31251 0 -1 0 250119 5535 1 0 164623 356 188 9 18 0 9 0 28148404 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/818/statm: 217369 159383 2662 9 0 211805 0
[pid=818/tid=820] ppid=816 vsize=869476 CPUtime=1646.31
/proc/818/task/820/stat : 820 (java) R 816 818 31251 0 -1 64 29076 5535 1 0 164158 276 188 9 25 0 9 0 28148405 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4127348861 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=818/tid=821] ppid=816 vsize=869476 CPUtime=6.9
/proc/818/task/821/stat : 821 (java) S 816 818 31251 0 -1 64 218932 5535 0 0 420 73 188 9 16 0 9 0 28148407 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=822] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/822/stat : 822 (java) S 816 818 31251 0 -1 64 22 5535 0 0 0 0 188 9 16 0 9 0 28148407 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=823] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/823/stat : 823 (java) S 816 818 31251 0 -1 64 24 5535 0 0 0 0 188 9 16 0 9 0 28148407 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=824] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/824/stat : 824 (java) S 816 818 31251 0 -1 64 1 5535 0 0 0 0 188 9 18 0 9 0 28148409 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=825] ppid=816 vsize=869476 CPUtime=2.41
/proc/818/task/825/stat : 825 (java) S 816 818 31251 0 -1 64 1230 5535 0 0 43 1 188 9 16 0 9 0 28148409 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=818/tid=826] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/826/stat : 826 (java) S 816 818 31251 0 -1 64 1 5535 0 0 0 0 188 9 19 0 9 0 28148409 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=827] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/827/stat : 827 (java) S 816 818 31251 0 -1 64 24 5535 0 0 0 0 188 9 15 0 9 0 28148409 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.76
Current children cumulated vsize (KiB) 869476

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1271
/proc/meminfo: memFree=1042072/2055920 swapFree=4192812/4192956
[pid=818] ppid=816 vsize=869476 CPUtime=1711.73
/proc/818/stat : 818 (java) S 816 818 31251 0 -1 0 250119 5535 1 0 170620 356 188 9 18 0 9 0 28148404 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/818/statm: 217369 159383 2662 9 0 211805 0
[pid=818/tid=820] ppid=816 vsize=869476 CPUtime=1706.28
/proc/818/task/820/stat : 820 (java) R 816 818 31251 0 -1 64 29076 5535 1 0 170155 276 188 9 25 0 9 0 28148405 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4126958480 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=818/tid=821] ppid=816 vsize=869476 CPUtime=6.9
/proc/818/task/821/stat : 821 (java) S 816 818 31251 0 -1 64 218932 5535 0 0 420 73 188 9 16 0 9 0 28148407 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=822] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/822/stat : 822 (java) S 816 818 31251 0 -1 64 22 5535 0 0 0 0 188 9 16 0 9 0 28148407 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=823] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/823/stat : 823 (java) S 816 818 31251 0 -1 64 24 5535 0 0 0 0 188 9 16 0 9 0 28148407 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=824] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/824/stat : 824 (java) S 816 818 31251 0 -1 64 1 5535 0 0 0 0 188 9 18 0 9 0 28148409 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=825] ppid=816 vsize=869476 CPUtime=2.41
/proc/818/task/825/stat : 825 (java) S 816 818 31251 0 -1 64 1230 5535 0 0 43 1 188 9 16 0 9 0 28148409 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=818/tid=826] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/826/stat : 826 (java) S 816 818 31251 0 -1 64 1 5535 0 0 0 0 188 9 19 0 9 0 28148409 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=827] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/827/stat : 827 (java) S 816 818 31251 0 -1 64 24 5535 0 0 0 0 188 9 15 0 9 0 28148409 890343424 159383 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.73
Current children cumulated vsize (KiB) 869476

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1271
/proc/meminfo: memFree=1041944/2055920 swapFree=4192812/4192956
[pid=818] ppid=816 vsize=869476 CPUtime=1771.7
/proc/818/stat : 818 (java) S 816 818 31251 0 -1 0 250121 5535 1 0 176617 356 188 9 18 0 9 0 28148404 890343424 159385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/818/statm: 217369 159385 2662 9 0 211805 0
[pid=818/tid=820] ppid=816 vsize=869476 CPUtime=1766.26
/proc/818/task/820/stat : 820 (java) R 816 818 31251 0 -1 64 29076 5535 1 0 176153 276 188 9 25 0 9 0 28148405 890343424 159385 996147200 134512640 134550932 4294955968 18446744073709551615 4127363712 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=818/tid=821] ppid=816 vsize=869476 CPUtime=6.9
/proc/818/task/821/stat : 821 (java) S 816 818 31251 0 -1 64 218932 5535 0 0 420 73 188 9 16 0 9 0 28148407 890343424 159385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=822] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/822/stat : 822 (java) S 816 818 31251 0 -1 64 22 5535 0 0 0 0 188 9 16 0 9 0 28148407 890343424 159385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=823] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/823/stat : 823 (java) S 816 818 31251 0 -1 64 24 5535 0 0 0 0 188 9 16 0 9 0 28148407 890343424 159385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=824] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/824/stat : 824 (java) S 816 818 31251 0 -1 64 1 5535 0 0 0 0 188 9 18 0 9 0 28148409 890343424 159385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=825] ppid=816 vsize=869476 CPUtime=2.42
/proc/818/task/825/stat : 825 (java) S 816 818 31251 0 -1 64 1232 5535 0 0 44 1 188 9 17 0 9 0 28148409 890343424 159385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=818/tid=826] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/826/stat : 826 (java) S 816 818 31251 0 -1 64 1 5535 0 0 0 0 188 9 19 0 9 0 28148409 890343424 159385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=827] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/827/stat : 827 (java) S 816 818 31251 0 -1 64 24 5535 0 0 0 0 188 9 15 0 9 0 28148409 890343424 159385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.7
Current children cumulated vsize (KiB) 869476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.61 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1271
/proc/meminfo: memFree=1041944/2055920 swapFree=4192812/4192956
[pid=818] ppid=816 vsize=869476 CPUtime=1800
/proc/818/stat : 818 (java) S 816 818 31251 0 -1 0 250121 5535 1 0 179447 356 188 9 18 0 9 0 28148404 890343424 159385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/818/statm: 217369 159385 2662 9 0 211805 0
[pid=818/tid=820] ppid=816 vsize=869476 CPUtime=1794.55
/proc/818/task/820/stat : 820 (java) R 816 818 31251 0 -1 64 29076 5535 1 0 178982 276 188 9 25 0 9 0 28148405 890343424 159385 996147200 134512640 134550932 4294955968 18446744073709551615 4126961135 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=818/tid=821] ppid=816 vsize=869476 CPUtime=6.9
/proc/818/task/821/stat : 821 (java) S 816 818 31251 0 -1 64 218932 5535 0 0 420 73 188 9 16 0 9 0 28148407 890343424 159385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=822] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/822/stat : 822 (java) S 816 818 31251 0 -1 64 22 5535 0 0 0 0 188 9 16 0 9 0 28148407 890343424 159385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=823] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/823/stat : 823 (java) S 816 818 31251 0 -1 64 24 5535 0 0 0 0 188 9 16 0 9 0 28148407 890343424 159385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=824] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/824/stat : 824 (java) S 816 818 31251 0 -1 64 1 5535 0 0 0 0 188 9 18 0 9 0 28148409 890343424 159385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=825] ppid=816 vsize=869476 CPUtime=2.42
/proc/818/task/825/stat : 825 (java) S 816 818 31251 0 -1 64 1232 5535 0 0 44 1 188 9 17 0 9 0 28148409 890343424 159385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=818/tid=826] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/826/stat : 826 (java) S 816 818 31251 0 -1 64 1 5535 0 0 0 0 188 9 19 0 9 0 28148409 890343424 159385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=818/tid=827] ppid=816 vsize=869476 CPUtime=1.97
/proc/818/task/827/stat : 827 (java) S 816 818 31251 0 -1 64 24 5535 0 0 0 0 188 9 15 0 9 0 28148409 890343424 159385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 869476

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

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

[startup+1810.71 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1271
/proc/meminfo: memFree=1041944/2055920 swapFree=4192812/4192956
[pid=818] ppid=816 vsize=0 CPUtime=1800.1
/proc/818/stat : 818 (java) Z 816 818 31251 0 -1 1036 250148 5535 1 0 179451 362 188 9 16 0 2 0 28148404 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/818/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1810.75
CPU time (s): 1800.16
CPU user time (s): 1796.4
CPU system time (s): 3.75343
CPU usage (%): 99.4149
Max. virtual memory (cumulated for all children) (KiB): 902680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.4
system time used= 3.75343
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255683
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= 38398
involuntary context switches= 69103

runsolver used 2.49462 second user time and 5.76812 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-12 17:00:15
IDJOB=2096822
IDBENCH=56690
IDSOLVER=774
FILE ID=node14/2096822-1247410814
PBS_JOBID= 9510615
Free space on /tmp= 66508 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-1.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-2096822-1247410814/watcher-2096822-1247410814 -o /tmp/evaluation-result-2096822-1247410814/solver-2096822-1247410814 -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-2096822-1247410814.xml

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

MD5SUM BENCH= b83110eaa48c7b1a0d0e9384b24bced8
RANDOM SEED=460847725

node14.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.265
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.265
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:       1690000 kB
Buffers:         53104 kB
Cached:         150828 kB
SwapCached:          0 kB
Active:         212340 kB
Inactive:        94052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1690000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11116 kB
Writeback:           0 kB
Mapped:         122960 kB
Slab:            44468 kB
Committed_AS:  1012136 kB
PageTables:       2028 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= 66508 MiB
End job on node14 at 2009-07-12 17:30:27