Trace number 214340

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, and are wall clock time (not CPU 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 109 AC? (TO) 1800.11 1800.71

General information on the benchmark

NamepseudoSeries/routing/
s4-4-3-1.xml
MD5SUMcbdc7592df3f8b6d60ca8757285976d8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.21
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables672
Number of constraints2028
Maximum constraint arity28
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2028
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/214340-1168077677/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.46	     nbVariables=672  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.46	       =>  wckTime=0.15  cpuTime=0.14  mem=8M25
0.46	   
0.46	   predicates being loaded...
0.47	   
0.47	   constraints being loaded...
0.92	     nbConstraints=1034  nbMergedConstraints=994  nbConvertedConstraints=274  nbConvertConstraintsChecks=68
0.92	     nbExtensionStructures=3  nbSharedExtensionStructures=271  nbConflictsStructures=8  nbSharedConflictsStructures=1002
0.92	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=9  nbEvaluationManagers=6
0.92	     nbSharedEvaluationManagers=754  maxDegree=9  maxArity=28
0.92	       =>  wckTime=0.606  cpuTime=0.48  mem=40M239
0.97	   
0.97	   solver IterativeSystematicSolver being built... 
1.19	       =>  wckTime=0.886  cpuTime=0.67  mem=23M418
1.21	   
1.21	   preprocessing
1.21	     nbConstraintChecks=0  nbPropagations=672  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.21	     detectedInconsistency=no
1.21	       =>  wckTime=0.015  cpuTime=0.01  mem=23M418
12.77	   
12.77	   search
12.77	     run=0  nbConstraintChecks=4195929  nbValidityChecks=3831  nbPropagations=1193  nbRevisions=3223
12.77	     nbUselessRevisions=2991  nbAssignments=291  nbFailedAssignments=4  nbBacktracks=13  nbVisitedNodes=296
12.77	     nbRestartNogoods=0  mapSize=4  nbInferences=0  nbTooLargeKeys=0
12.77	       =>  wckTime=11.573  cpuTime=11.51  mem=24M390
41.24	   
41.24	   search
41.24	     run=1  nbConstraintChecks=14682589  nbValidityChecks=7687  nbPropagations=2819  nbRevisions=9097
41.24	     nbUselessRevisions=8445  nbAssignments=540  nbFailedAssignments=14  nbBacktracks=30  nbVisitedNodes=555
41.24	     nbRestartNogoods=1  mapSize=15  nbInferences=0  nbTooLargeKeys=0
41.24	       =>  wckTime=40.045  cpuTime=39.96  mem=24M390
42.73	   
42.73	   search
42.73	     run=2  nbConstraintChecks=15207710  nbValidityChecks=11745  nbPropagations=4870  nbRevisions=17853
42.73	     nbUselessRevisions=16591  nbAssignments=775  nbFailedAssignments=15  nbBacktracks=57  nbVisitedNodes=791
42.73	     nbRestartNogoods=2  mapSize=17  nbInferences=0  nbTooLargeKeys=0
42.73	       =>  wckTime=41.529  cpuTime=41.44  mem=24M390
52.80	   
52.80	   search
52.80	     run=3  nbConstraintChecks=18878753  nbValidityChecks=17093  nbPropagations=7606  nbRevisions=30588
52.80	     nbUselessRevisions=28218  nbAssignments=1017  nbFailedAssignments=19  nbBacktracks=93  nbVisitedNodes=1038
52.80	     nbRestartNogoods=3  mapSize=24  nbInferences=0  nbTooLargeKeys=0
52.80	       =>  wckTime=51.606  cpuTime=51.51  mem=24M390
55.78	   
55.79	   search
55.79	     run=4  nbConstraintChecks=19944693  nbValidityChecks=22554  nbPropagations=10916  nbRevisions=47024
55.79	     nbUselessRevisions=43237  nbAssignments=1283  nbFailedAssignments=25  nbBacktracks=147  nbVisitedNodes=1311
55.79	     nbRestartNogoods=4  mapSize=36  nbInferences=0  nbTooLargeKeys=0
55.79	       =>  wckTime=54.585  cpuTime=54.48  mem=24M390
89.78	   
89.78	   search
89.78	     run=5  nbConstraintChecks=32528372  nbValidityChecks=28549  nbPropagations=14716  nbRevisions=67396
89.78	     nbUselessRevisions=61908  nbAssignments=1569  nbFailedAssignments=33  nbBacktracks=243  nbVisitedNodes=1605
89.78	     nbRestartNogoods=5  mapSize=48  nbInferences=0  nbTooLargeKeys=0
89.78	       =>  wckTime=88.582  cpuTime=88.43  mem=24M390
101.18	   
101.18	   search
101.18	     run=6  nbConstraintChecks=36724400  nbValidityChecks=35653  nbPropagations=19406  nbRevisions=93681
101.18	     nbUselessRevisions=85889  nbAssignments=1904  nbFailedAssignments=49  nbBacktracks=366  nbVisitedNodes=1973
101.18	     nbRestartNogoods=6  mapSize=78  nbInferences=0  nbTooLargeKeys=0
101.18	       =>  wckTime=99.978  cpuTime=99.83  mem=24M390
194.13	   
194.13	   search
194.13	     run=7  nbConstraintChecks=70280949  nbValidityChecks=39371  nbPropagations=24704  nbRevisions=122622
194.13	     nbUselessRevisions=112195  nbAssignments=2194  nbFailedAssignments=90  nbBacktracks=536  nbVisitedNodes=2304
194.13	     nbRestartNogoods=8  mapSize=130  nbInferences=0  nbTooLargeKeys=0
194.13	       =>  wckTime=192.928  cpuTime=192.75  mem=25M362
410.02	   
410.02	   search
410.02	     run=8  nbConstraintChecks=149975204  nbValidityChecks=49145  nbPropagations=31345  nbRevisions=160214
410.02	     nbUselessRevisions=146309  nbAssignments=2702  nbFailedAssignments=165  nbBacktracks=798  nbVisitedNodes=2887
410.02	     nbRestartNogoods=10  mapSize=191  nbInferences=0  nbTooLargeKeys=0
410.02	       =>  wckTime=408.818  cpuTime=408.57  mem=25M362
578.17	   
578.17	   search
578.17	     run=9  nbConstraintChecks=212106989  nbValidityChecks=63290  nbPropagations=40683  nbRevisions=210098
578.17	     nbUselessRevisions=190279  nbAssignments=3268  nbFailedAssignments=228  nbBacktracks=1184  nbVisitedNodes=3521
578.17	     nbRestartNogoods=12  mapSize=305  nbInferences=0  nbTooLargeKeys=0
578.17	       =>  wckTime=576.967  cpuTime=576.67  mem=25M362
794.00	   
794.00	   search
794.00	     run=10  nbConstraintChecks=292851413  nbValidityChecks=81154  nbPropagations=52304  nbRevisions=273018
794.00	     nbUselessRevisions=245708  nbAssignments=4065  nbFailedAssignments=344  nbBacktracks=1760  nbVisitedNodes=4480
794.00	     nbRestartNogoods=14  mapSize=481  nbInferences=0  nbTooLargeKeys=0
794.00	       =>  wckTime=792.804  cpuTime=792.43  mem=25M362
874.65	   
874.65	   search
874.65	     run=11  nbConstraintChecks=322480121  nbValidityChecks=108027  nbPropagations=67179  nbRevisions=354671
874.65	     nbUselessRevisions=316970  nbAssignments=5225  nbFailedAssignments=541  nbBacktracks=2624  nbVisitedNodes=6023
874.65	     nbRestartNogoods=18  mapSize=860  nbInferences=0  nbTooLargeKeys=0
874.65	       =>  wckTime=873.449  cpuTime=873.05  mem=26M334
1210.59	   
1210.59	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=26M334)
1628.54	   
1628.54	   search
1628.54	     run=12  nbConstraintChecks=599836635  nbValidityChecks=141422  nbPropagations=86679  nbRevisions=464393
1628.54	     nbUselessRevisions=411612  nbAssignments=6919  nbFailedAssignments=867  nbBacktracks=3926  nbVisitedNodes=8159
1628.54	     nbRestartNogoods=22
1628.54	       =>  wckTime=1627.339  cpuTime=1626.7  mem=26M334

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node22/watcher-214340-1168077677 -o ROOT/results/node22/solver-214340-1168077677 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/214340-1168077677/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 0.80 1.43 1.71 2/84 8792
/proc/meminfo: memFree=1595832/2055920 swapFree=4157532/4192956
[pid=8791] ppid=8789 vsize=292 CPUtime=0
/proc/8791/stat : 8791 (java) R 8789 8791 7950 0 -1 0 52 0 0 0 0 0 0 0 19 0 1 0 156162406 299008 35 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4678436 0 0 4096 0 0 0 0 17 1 0 0
/proc/8791/statm: 73 35 27 14 0 5 0

[startup+0.102962 s]
/proc/loadavg: 0.80 1.43 1.71 2/84 8792
/proc/meminfo: memFree=1595832/2055920 swapFree=4157532/4192956
[pid=8791] ppid=8789 vsize=914988 CPUtime=0.07
/proc/8791/stat : 8791 (java) R 8789 8791 7950 0 -1 0 2996 0 1 0 6 1 0 0 17 0 8 0 156162406 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072925771 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8791/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 914988

[startup+0.511023 s]
/proc/loadavg: 0.80 1.43 1.71 2/84 8792
/proc/meminfo: memFree=1595832/2055920 swapFree=4157532/4192956
[pid=8791] ppid=8789 vsize=915328 CPUtime=0.48
/proc/8791/stat : 8791 (java) R 8789 8791 7950 0 -1 0 6479 0 1 0 44 4 0 0 16 0 8 0 156162406 937295872 6218 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8791/statm: 228832 6219 2144 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33215 s]
/proc/loadavg: 0.80 1.43 1.71 2/91 8799
/proc/meminfo: memFree=1545280/2055920 swapFree=4157532/4192956
[pid=8791] ppid=8789 vsize=915760 CPUtime=1.32
/proc/8791/stat : 8791 (java) R 8789 8791 7950 0 -1 0 15386 0 1 0 117 15 0 0 16 0 8 0 156162406 937738240 15124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073962007 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8791/statm: 228940 15124 2529 14 0 215410 0
[pid=8791/tid=8793] ppid=8789 vsize=915760 CPUtime=0.04
/proc/8791/task/8793/stat : 8793 (java) S 8789 8791 7950 0 -1 64 472 0 0 0 4 0 0 0 17 0 8 0 156162410 937738240 15124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8791/tid=8794] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8794/stat : 8794 (java) S 8789 8791 7950 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8795] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8795/stat : 8795 (java) S 8789 8791 7950 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8796] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8796/stat : 8796 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156162414 937738240 15124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8797] ppid=8789 vsize=915760 CPUtime=0.26
/proc/8791/task/8797/stat : 8797 (java) S 8789 8791 7950 0 -1 64 476 0 0 0 25 1 0 0 16 0 8 0 156162414 937738240 15124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8798] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8798/stat : 8798 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156162414 937738240 15124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8799] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8799/stat : 8799 (java) S 8789 8791 7950 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156162414 937738240 15124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915760

[startup+2.9694 s]
/proc/loadavg: 0.80 1.43 1.71 2/91 8799
/proc/meminfo: memFree=1545088/2055920 swapFree=4157532/4192956
[pid=8791] ppid=8789 vsize=915760 CPUtime=2.95
/proc/8791/stat : 8791 (java) R 8789 8791 7950 0 -1 0 15387 0 1 0 280 15 0 0 18 0 8 0 156162406 937738240 15124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074002697 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8791/statm: 228940 15124 2529 14 0 215410 0
[pid=8791/tid=8793] ppid=8789 vsize=915760 CPUtime=0.04
/proc/8791/task/8793/stat : 8793 (java) S 8789 8791 7950 0 -1 64 472 0 0 0 4 0 0 0 17 0 8 0 156162410 937738240 15124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8791/tid=8794] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8794/stat : 8794 (java) S 8789 8791 7950 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8795] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8795/stat : 8795 (java) S 8789 8791 7950 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8796] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8796/stat : 8796 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156162414 937738240 15124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8797] ppid=8789 vsize=915760 CPUtime=0.26
/proc/8791/task/8797/stat : 8797 (java) S 8789 8791 7950 0 -1 64 476 0 0 0 25 1 0 0 16 0 8 0 156162414 937738240 15124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8798] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8798/stat : 8798 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156162414 937738240 15124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8799] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8799/stat : 8799 (java) S 8789 8791 7950 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156162414 937738240 15124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915760

[startup+6.2649 s]
/proc/loadavg: 0.82 1.43 1.70 2/91 8823
/proc/meminfo: memFree=1544960/2055920 swapFree=4157532/4192956
[pid=8791] ppid=8789 vsize=915760 CPUtime=6.23
/proc/8791/stat : 8791 (java) R 8789 8791 7950 0 -1 0 15390 0 1 0 608 15 0 0 25 0 8 0 156162406 937738240 15127 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073783199 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8791/statm: 228940 15127 2530 14 0 215410 0
[pid=8791/tid=8793] ppid=8789 vsize=915760 CPUtime=0.04
/proc/8791/task/8793/stat : 8793 (java) S 8789 8791 7950 0 -1 64 472 0 0 0 4 0 0 0 16 0 8 0 156162410 937738240 15127 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8791/tid=8794] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8794/stat : 8794 (java) S 8789 8791 7950 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15127 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8795] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8795/stat : 8795 (java) S 8789 8791 7950 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15127 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8796] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8796/stat : 8796 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156162414 937738240 15127 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8797] ppid=8789 vsize=915760 CPUtime=0.26
/proc/8791/task/8797/stat : 8797 (java) S 8789 8791 7950 0 -1 64 476 0 0 0 25 1 0 0 16 0 8 0 156162414 937738240 15127 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8798] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8798/stat : 8798 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156162414 937738240 15127 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8799] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8799/stat : 8799 (java) S 8789 8791 7950 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156162414 937738240 15127 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915760

[startup+12.7369 s]
/proc/loadavg: 0.83 1.42 1.70 3/91 8833
/proc/meminfo: memFree=1544960/2055920 swapFree=4157532/4192956
[pid=8791] ppid=8789 vsize=915760 CPUtime=12.71
/proc/8791/stat : 8791 (java) R 8789 8791 7950 0 -1 0 15392 0 1 0 1255 16 0 0 25 0 8 0 156162406 937738240 15128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8791/statm: 228940 15128 2530 14 0 215410 0
[pid=8791/tid=8793] ppid=8789 vsize=915760 CPUtime=0.04
/proc/8791/task/8793/stat : 8793 (java) S 8789 8791 7950 0 -1 64 472 0 0 0 4 0 0 0 16 0 8 0 156162410 937738240 15128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8791/tid=8794] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8794/stat : 8794 (java) S 8789 8791 7950 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8795] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8795/stat : 8795 (java) S 8789 8791 7950 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8796] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8796/stat : 8796 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156162414 937738240 15128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8797] ppid=8789 vsize=915760 CPUtime=0.26
/proc/8791/task/8797/stat : 8797 (java) S 8789 8791 7950 0 -1 64 477 0 0 0 25 1 0 0 16 0 8 0 156162414 937738240 15128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8798] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8798/stat : 8798 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156162414 937738240 15128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8799] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8799/stat : 8799 (java) S 8789 8791 7950 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156162414 937738240 15128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915760

[startup+25.6219 s]
/proc/loadavg: 0.87 1.40 1.69 3/91 8855
/proc/meminfo: memFree=1544960/2055920 swapFree=4157532/4192956
[pid=8791] ppid=8789 vsize=915760 CPUtime=25.58
/proc/8791/stat : 8791 (java) R 8789 8791 7950 0 -1 0 15402 0 1 0 2542 16 0 0 25 0 8 0 156162406 937738240 15136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074002144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8791/statm: 228940 15136 2533 14 0 215410 0
[pid=8791/tid=8793] ppid=8789 vsize=915760 CPUtime=0.04
/proc/8791/task/8793/stat : 8793 (java) S 8789 8791 7950 0 -1 64 473 0 0 0 4 0 0 0 16 0 8 0 156162410 937738240 15136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8791/tid=8794] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8794/stat : 8794 (java) S 8789 8791 7950 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8795] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8795/stat : 8795 (java) S 8789 8791 7950 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8796] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8796/stat : 8796 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156162414 937738240 15136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8797] ppid=8789 vsize=915760 CPUtime=0.27
/proc/8791/task/8797/stat : 8797 (java) S 8789 8791 7950 0 -1 64 481 0 0 0 26 1 0 0 16 0 8 0 156162414 937738240 15136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8798] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8798/stat : 8798 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156162414 937738240 15136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8799] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8799/stat : 8799 (java) S 8789 8791 7950 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156162414 937738240 15136 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 915760

[startup+51.3098 s]
/proc/loadavg: 0.91 1.37 1.67 2/91 8879
/proc/meminfo: memFree=1545088/2055920 swapFree=4157532/4192956
[pid=8791] ppid=8789 vsize=915760 CPUtime=51.25
/proc/8791/stat : 8791 (java) R 8789 8791 7950 0 -1 0 15407 0 1 0 5109 16 0 0 20 0 8 0 156162406 937738240 15139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074002724 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8791/statm: 228940 15139 2533 14 0 215410 0
[pid=8791/tid=8793] ppid=8789 vsize=915760 CPUtime=0.04
/proc/8791/task/8793/stat : 8793 (java) S 8789 8791 7950 0 -1 64 473 0 0 0 4 0 0 0 16 0 8 0 156162410 937738240 15139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8791/tid=8794] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8794/stat : 8794 (java) S 8789 8791 7950 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8795] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8795/stat : 8795 (java) S 8789 8791 7950 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8796] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8796/stat : 8796 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156162414 937738240 15139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8797] ppid=8789 vsize=915760 CPUtime=0.28
/proc/8791/task/8797/stat : 8797 (java) S 8789 8791 7950 0 -1 64 484 0 0 0 27 1 0 0 16 0 8 0 156162414 937738240 15139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8798] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8798/stat : 8798 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156162414 937738240 15139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8799] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8799/stat : 8799 (java) S 8789 8791 7950 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156162414 937738240 15139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.25
Current children cumulated vsize (KiB) 915760

[startup+102.578 s]
/proc/loadavg: 0.96 1.31 1.63 2/85 8913
/proc/meminfo: memFree=1546120/2055920 swapFree=4157532/4192956
[pid=8791] ppid=8789 vsize=915760 CPUtime=102.49
/proc/8791/stat : 8791 (java) R 8789 8791 7950 0 -1 0 15422 0 1 0 10232 17 0 0 25 0 8 0 156162406 937738240 15149 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073783251 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8791/statm: 228940 15149 2533 14 0 215410 0
[pid=8791/tid=8793] ppid=8789 vsize=915760 CPUtime=0.04
/proc/8791/task/8793/stat : 8793 (java) S 8789 8791 7950 0 -1 64 473 0 0 0 4 0 0 0 16 0 8 0 156162410 937738240 15149 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8791/tid=8794] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8794/stat : 8794 (java) S 8789 8791 7950 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15149 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8795] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8795/stat : 8795 (java) S 8789 8791 7950 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15149 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8796] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8796/stat : 8796 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156162414 937738240 15149 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8797] ppid=8789 vsize=915760 CPUtime=0.3
/proc/8791/task/8797/stat : 8797 (java) S 8789 8791 7950 0 -1 64 494 0 0 0 29 1 0 0 16 0 8 0 156162414 937738240 15149 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8798] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8798/stat : 8798 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156162414 937738240 15149 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8799] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8799/stat : 8799 (java) S 8789 8791 7950 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156162414 937738240 15149 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.49
Current children cumulated vsize (KiB) 915760

[startup+162.671 s]
/proc/loadavg: 0.98 1.25 1.59 2/85 8913
/proc/meminfo: memFree=1546120/2055920 swapFree=4157532/4192956
[pid=8791] ppid=8789 vsize=915760 CPUtime=162.57
/proc/8791/stat : 8791 (java) R 8789 8791 7950 0 -1 0 15422 0 1 0 16240 17 0 0 25 0 8 0 156162406 937738240 15149 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073961999 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1424.1
Current children cumulated vsize (KiB) 915760

[startup+1484.69 s]
/proc/loadavg: 1.00 1.00 1.12 2/85 8915
/proc/meminfo: memFree=1545800/2055920 swapFree=4157532/4192956
[pid=8791] ppid=8789 vsize=915760 CPUtime=1484.18
/proc/8791/stat : 8791 (java) R 8789 8791 7950 0 -1 0 15435 0 1 0 148397 21 0 0 25 0 8 0 156162406 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074002712 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8791/statm: 228940 15155 2533 14 0 215410 0
[pid=8791/tid=8793] ppid=8789 vsize=915760 CPUtime=0.04
/proc/8791/task/8793/stat : 8793 (java) S 8789 8791 7950 0 -1 64 473 0 0 0 4 0 0 0 16 0 8 0 156162410 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8791/tid=8794] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8794/stat : 8794 (java) S 8789 8791 7950 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8795] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8795/stat : 8795 (java) S 8789 8791 7950 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8796] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8796/stat : 8796 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8797] ppid=8789 vsize=915760 CPUtime=0.31
/proc/8791/task/8797/stat : 8797 (java) S 8789 8791 7950 0 -1 64 500 0 0 0 30 1 0 0 16 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8798] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8798/stat : 8798 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8799] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8799/stat : 8799 (java) S 8789 8791 7950 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1484.18
Current children cumulated vsize (KiB) 915760

[startup+1544.79 s]
/proc/loadavg: 1.00 1.00 1.11 2/85 8915
/proc/meminfo: memFree=1545736/2055920 swapFree=4157532/4192956
[pid=8791] ppid=8789 vsize=915760 CPUtime=1544.26
/proc/8791/stat : 8791 (java) R 8789 8791 7950 0 -1 0 15435 0 1 0 154405 21 0 0 25 0 8 0 156162406 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073962016 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8791/statm: 228940 15155 2533 14 0 215410 0
[pid=8791/tid=8793] ppid=8789 vsize=915760 CPUtime=0.04
/proc/8791/task/8793/stat : 8793 (java) S 8789 8791 7950 0 -1 64 473 0 0 0 4 0 0 0 16 0 8 0 156162410 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8791/tid=8794] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8794/stat : 8794 (java) S 8789 8791 7950 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8795] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8795/stat : 8795 (java) S 8789 8791 7950 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8796] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8796/stat : 8796 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8797] ppid=8789 vsize=915760 CPUtime=0.31
/proc/8791/task/8797/stat : 8797 (java) S 8789 8791 7950 0 -1 64 500 0 0 0 30 1 0 0 16 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8798] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8798/stat : 8798 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8799] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8799/stat : 8799 (java) S 8789 8791 7950 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1544.26
Current children cumulated vsize (KiB) 915760

[startup+1604.88 s]
/proc/loadavg: 1.06 1.01 1.10 2/85 8915
/proc/meminfo: memFree=1545736/2055920 swapFree=4157532/4192956
[pid=8791] ppid=8789 vsize=915760 CPUtime=1604.34
/proc/8791/stat : 8791 (java) R 8789 8791 7950 0 -1 0 15435 0 1 0 160412 22 0 0 25 0 8 0 156162406 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073783242 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8791/statm: 228940 15155 2533 14 0 215410 0
[pid=8791/tid=8793] ppid=8789 vsize=915760 CPUtime=0.04
/proc/8791/task/8793/stat : 8793 (java) S 8789 8791 7950 0 -1 64 473 0 0 0 4 0 0 0 16 0 8 0 156162410 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8791/tid=8794] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8794/stat : 8794 (java) S 8789 8791 7950 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8795] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8795/stat : 8795 (java) S 8789 8791 7950 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8796] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8796/stat : 8796 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8797] ppid=8789 vsize=915760 CPUtime=0.31
/proc/8791/task/8797/stat : 8797 (java) S 8789 8791 7950 0 -1 64 500 0 0 0 30 1 0 0 16 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8798] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8798/stat : 8798 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8799] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8799/stat : 8799 (java) S 8789 8791 7950 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1604.34
Current children cumulated vsize (KiB) 915760

[startup+1664.97 s]
/proc/loadavg: 1.02 1.01 1.09 2/85 8915
/proc/meminfo: memFree=1545672/2055920 swapFree=4157532/4192956
[pid=8791] ppid=8789 vsize=915760 CPUtime=1664.4
/proc/8791/stat : 8791 (java) R 8789 8791 7950 0 -1 0 15436 0 1 0 166418 22 0 0 25 0 8 0 156162406 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074001629 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8791/statm: 228940 15155 2533 14 0 215410 0
[pid=8791/tid=8793] ppid=8789 vsize=915760 CPUtime=0.04
/proc/8791/task/8793/stat : 8793 (java) S 8789 8791 7950 0 -1 64 473 0 0 0 4 0 0 0 16 0 8 0 156162410 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8791/tid=8794] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8794/stat : 8794 (java) S 8789 8791 7950 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8795] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8795/stat : 8795 (java) S 8789 8791 7950 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8796] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8796/stat : 8796 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8797] ppid=8789 vsize=915760 CPUtime=0.31
/proc/8791/task/8797/stat : 8797 (java) S 8789 8791 7950 0 -1 64 500 0 0 0 30 1 0 0 16 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8798] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8798/stat : 8798 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8799] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8799/stat : 8799 (java) S 8789 8791 7950 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1664.4
Current children cumulated vsize (KiB) 915760

[startup+1725.06 s]
/proc/loadavg: 1.00 1.00 1.08 2/85 8915
/proc/meminfo: memFree=1545672/2055920 swapFree=4157532/4192956
[pid=8791] ppid=8789 vsize=915760 CPUtime=1724.47
/proc/8791/stat : 8791 (java) R 8789 8791 7950 0 -1 0 15436 0 1 0 172425 22 0 0 25 0 8 0 156162406 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073783208 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8791/statm: 228940 15155 2533 14 0 215410 0
[pid=8791/tid=8793] ppid=8789 vsize=915760 CPUtime=0.04
/proc/8791/task/8793/stat : 8793 (java) S 8789 8791 7950 0 -1 64 473 0 0 0 4 0 0 0 16 0 8 0 156162410 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8791/tid=8794] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8794/stat : 8794 (java) S 8789 8791 7950 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8795] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8795/stat : 8795 (java) S 8789 8791 7950 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8796] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8796/stat : 8796 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8797] ppid=8789 vsize=915760 CPUtime=0.31
/proc/8791/task/8797/stat : 8797 (java) S 8789 8791 7950 0 -1 64 500 0 0 0 30 1 0 0 16 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8798] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8798/stat : 8798 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8799] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8799/stat : 8799 (java) S 8789 8791 7950 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.47
Current children cumulated vsize (KiB) 915760

[startup+1785.15 s]
/proc/loadavg: 1.00 1.00 1.08 2/85 8915
/proc/meminfo: memFree=1545608/2055920 swapFree=4157532/4192956
[pid=8791] ppid=8789 vsize=915760 CPUtime=1784.55
/proc/8791/stat : 8791 (java) R 8789 8791 7950 0 -1 0 15436 0 1 0 178433 22 0 0 25 0 8 0 156162406 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8791/statm: 228940 15155 2533 14 0 215410 0
[pid=8791/tid=8793] ppid=8789 vsize=915760 CPUtime=0.04
/proc/8791/task/8793/stat : 8793 (java) S 8789 8791 7950 0 -1 64 473 0 0 0 4 0 0 0 16 0 8 0 156162410 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8791/tid=8794] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8794/stat : 8794 (java) S 8789 8791 7950 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8795] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8795/stat : 8795 (java) S 8789 8791 7950 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8796] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8796/stat : 8796 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8797] ppid=8789 vsize=915760 CPUtime=0.31
/proc/8791/task/8797/stat : 8797 (java) S 8789 8791 7950 0 -1 64 500 0 0 0 30 1 0 0 16 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8798] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8798/stat : 8798 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8799] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8799/stat : 8799 (java) S 8789 8791 7950 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156162414 937738240 15155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.55
Current children cumulated vsize (KiB) 915760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.66 s]
/proc/loadavg: 1.00 1.00 1.08 2/85 8915
/proc/meminfo: memFree=1545608/2055920 swapFree=4157532/4192956
[pid=8791] ppid=8789 vsize=915760 CPUtime=1800.06
/proc/8791/stat : 8791 (java) R 8789 8791 7950 0 -1 0 15437 0 1 0 179984 22 0 0 25 0 8 0 156162406 937738240 15156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073963682 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8791/statm: 228940 15156 2533 14 0 215410 0
[pid=8791/tid=8793] ppid=8789 vsize=915760 CPUtime=0.04
/proc/8791/task/8793/stat : 8793 (java) S 8789 8791 7950 0 -1 64 473 0 0 0 4 0 0 0 16 0 8 0 156162410 937738240 15156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8791/tid=8794] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8794/stat : 8794 (java) S 8789 8791 7950 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8795] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8795/stat : 8795 (java) S 8789 8791 7950 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156162411 937738240 15156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8796] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8796/stat : 8796 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156162414 937738240 15156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8797] ppid=8789 vsize=915760 CPUtime=0.31
/proc/8791/task/8797/stat : 8797 (java) S 8789 8791 7950 0 -1 64 501 0 0 0 30 1 0 0 16 0 8 0 156162414 937738240 15156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8798] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8798/stat : 8798 (java) S 8789 8791 7950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156162414 937738240 15156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8791/tid=8799] ppid=8789 vsize=915760 CPUtime=0
/proc/8791/task/8799/stat : 8799 (java) S 8789 8791 7950 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156162414 937738240 15156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915760

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

Child status: 143
Real time (s): 1800.71
CPU time (s): 1800.11
CPU user time (s): 1799.88
CPU system time (s): 0.236963
CPU usage (%): 99.9668
Max. virtual memory (cumulated for all children) (KiB): 915760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.236963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15454
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= 37502
involuntary context switches= 4670

runsolver used 2.19567 s user time and 4.19836 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Sat Jan  6 10:01:18 UTC 2007


IDJOB= 214340
IDBENCH= 4917
FILE ID= node22/214340-1168077677

PBS_JOBID= 3476004

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/routing/s4-4-3-1.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/214340-1168077677/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-214340-1168077677 -o ROOT/results/node22/solver-214340-1168077677 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/214340-1168077677/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  cbdc7592df3f8b6d60ca8757285976d8

RANDOM SEED= 287069242

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.279
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.279
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:       1596248 kB
Buffers:         38964 kB
Cached:         314792 kB
SwapCached:      13648 kB
Active:          86820 kB
Inactive:       306224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1596248 kB
SwapTotal:     4192956 kB
SwapFree:      4157532 kB
Dirty:            2148 kB
Writeback:           0 kB
Mapped:          54940 kB
Slab:            51612 kB
Committed_AS:  2596592 kB
PageTables:       2144 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= 66549 MiB



End job on node22 on Sat Jan  6 10:31:21 UTC 2007