Trace number 248206

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 ESAC? (TO) 1800.08 1812.21

General information on the benchmark

Nameprimes/primes-30/
primes-30-20-2-5.xml
MD5SUM0abffd8c34631124b100ed9ca15d5e96
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 benchmark0.023995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity7
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.41	   
0.41	Abscon 109 (November, 2006)
0.41	   
0.41	   configuration
0.41	     name=esac.xml
0.55	   
0.55	   instance
0.55	     name=/tmp/evaluation/248206-1168398502/unknown.xml
0.58	   
0.58	   domains being loaded...
0.58	   
0.58	   variables being loaded...
0.63	     nbVariables=100  nbDomainTypes=1  minDomainSize=112  maxDomainSize=112
0.63	       =>  wckTime=0.212  cpuTime=0.09  mem=7M927
0.63	   
0.63	   predicates being loaded...
0.65	   
0.65	   constraints being loaded...
0.71	     nbConstraints=20  nbSingletonDomainVariables=37  nbDisconnectedVariables=37  nbUnbuiltConflictsStructures=20
0.71	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=20  nbSharedEvaluationManagers=0  maxDegree=4  maxArity=7
0.71	       =>  wckTime=0.292  cpuTime=0.16  mem=8M902
0.75	   
0.75	   solver IterativeSystematicSolver being built... 
0.92	       =>  wckTime=0.498  cpuTime=0.29  mem=15M486
3.10	   
3.10	   preprocessing
3.10	     nbConstraintChecks=5159402  nbValidityChecks=1598  nbPropagations=224  nbRevisions=40  nbUselessRevisions=12
3.10	     nbSingletonTests=108  nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=217  detectedInconsistency=no
3.10	       =>  wckTime=2.183  cpuTime=2.03  mem=15M486
10.33	   
10.33	   search
10.33	     run=0  nbConstraintChecks=10083899  nbValidityChecks=2533  nbPropagations=1845  nbRevisions=868
10.33	     nbUselessRevisions=25  nbAssignments=806  nbFailedAssignments=785  nbBacktracks=10  nbVisitedNodes=1592
10.33	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
10.33	       =>  wckTime=9.412  cpuTime=8.89  mem=15M486
25.24	   
25.24	   search
25.24	     run=1  nbConstraintChecks=31187009  nbValidityChecks=2901  nbPropagations=7074  nbRevisions=3421
25.24	     nbUselessRevisions=50  nbAssignments=2506  nbFailedAssignments=2465  nbBacktracks=25  nbVisitedNodes=4968
25.24	     nbRestartNogoods=4  mapSize=22  nbInferences=0  nbTooLargeKeys=0
25.24	       =>  wckTime=24.324  cpuTime=23.43  mem=15M486
45.86	   
45.86	   search
45.86	     run=2  nbConstraintChecks=62111808  nbValidityChecks=3268  nbPropagations=17259  nbRevisions=8442
45.86	     nbUselessRevisions=75  nbAssignments=4993  nbFailedAssignments=4929  nbBacktracks=47  nbVisitedNodes=9919
45.86	     nbRestartNogoods=19  mapSize=44  nbInferences=0  nbTooLargeKeys=0
45.86	       =>  wckTime=44.941  cpuTime=43.88  mem=15M486
77.08	   
77.08	   search
77.08	     run=3  nbConstraintChecks=108490815  nbValidityChecks=3635  nbPropagations=34875  nbRevisions=17163
77.08	     nbUselessRevisions=100  nbAssignments=8723  nbFailedAssignments=8625  nbBacktracks=80  nbVisitedNodes=17345
77.08	     nbRestartNogoods=41  mapSize=77  nbInferences=0  nbTooLargeKeys=0
77.08	       =>  wckTime=76.166  cpuTime=74.87  mem=15M486
123.23	   
123.23	   search
123.23	     run=4  nbConstraintChecks=177404413  nbValidityChecks=4735  nbPropagations=63528  nbRevisions=31384
123.23	     nbUselessRevisions=128  nbAssignments=14262  nbFailedAssignments=14113  nbBacktracks=130  nbVisitedNodes=28372
123.23	     nbRestartNogoods=74  mapSize=127  nbInferences=0  nbTooLargeKeys=0
123.23	       =>  wckTime=122.315  cpuTime=119.55  mem=15M486
195.52	   
195.52	   search
195.52	     run=5  nbConstraintChecks=282790308  nbValidityChecks=5101  nbPropagations=109062  nbRevisions=54009
195.52	     nbUselessRevisions=156  nbAssignments=22738  nbFailedAssignments=22513  nbBacktracks=205  nbVisitedNodes=45248
195.52	     nbRestartNogoods=81  mapSize=202  nbInferences=0  nbTooLargeKeys=0
195.52	       =>  wckTime=194.603  cpuTime=189.13  mem=16M461
302.87	   
302.87	   search
302.87	     run=6  nbConstraintChecks=440218448  nbValidityChecks=6197  nbPropagations=179809  nbRevisions=89190
302.87	     nbUselessRevisions=186  nbAssignments=35396  nbFailedAssignments=35057  nbBacktracks=318  nbVisitedNodes=70450
302.87	     nbRestartNogoods=156  mapSize=315  nbInferences=0  nbTooLargeKeys=0
302.87	       =>  wckTime=301.956  cpuTime=295.08  mem=16M461
453.26	   
453.26	   search
453.26	     run=7  nbConstraintChecks=676375204  nbValidityChecks=8009  nbPropagations=288376  nbRevisions=143207
453.26	     nbUselessRevisions=220  nbAssignments=54383  nbFailedAssignments=53873  nbBacktracks=488  nbVisitedNodes=108253
453.26	     nbRestartNogoods=238  mapSize=485  nbInferences=0  nbTooLargeKeys=0
453.26	       =>  wckTime=452.345  cpuTime=445.26  mem=16M461
679.21	   
679.21	   search
679.21	     run=8  nbConstraintChecks=1033350473  nbValidityChecks=9804  nbPropagations=454112  nbRevisions=225692
679.21	     nbUselessRevisions=259  nbAssignments=83088  nbFailedAssignments=82321  nbBacktracks=744  nbVisitedNodes=165406
679.21	     nbRestartNogoods=264  mapSize=741  nbInferences=0  nbTooLargeKeys=0
679.21	       =>  wckTime=678.295  cpuTime=671.01  mem=16M461
950.11	   
950.11	   INFO : Stopping hyperNogood (mapSize=1046, nbTooLargekeys=0, mem=16M461)
1020.16	   
1020.16	   search
1020.16	     run=9  nbConstraintChecks=1568812926  nbValidityChecks=12285  nbPropagations=705600  nbRevisions=350877
1020.16	     nbUselessRevisions=304  nbAssignments=126145  nbFailedAssignments=124993  nbBacktracks=1128  nbVisitedNodes=251135
1020.16	     nbRestartNogoods=320
1020.16	       =>  wckTime=1019.24  cpuTime=1010.76  mem=16M461
1533.97	   
1533.97	   search
1533.97	     run=10  nbConstraintChecks=2371340807  nbValidityChecks=16431  nbPropagations=1085606  nbRevisions=540062
1533.97	     nbUselessRevisions=361  nbAssignments=190674  nbFailedAssignments=188945  nbBacktracks=1705  nbVisitedNodes=379616
1533.97	     nbRestartNogoods=421
1533.97	       =>  wckTime=1533.057  cpuTime=1522.28  mem=16M461

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/node34/watcher-248206-1168398502 -o ROOT/results/node34/solver-248206-1168398502 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248206-1168398502/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: 2.22 2.01 1.99 4/84 6800
/proc/meminfo: memFree=931192/2055920 swapFree=4192812/4192956
[pid=6799] ppid=6797 vsize=18540 CPUtime=0
/proc/6799/stat : 6799 (runsolver) R 6797 6799 6609 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 188243939 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 254195330343 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/6799/statm: 4635 279 244 17 0 2626 0

[startup+0.109957 s]
/proc/loadavg: 2.22 2.01 1.99 4/84 6800
/proc/meminfo: memFree=931192/2055920 swapFree=4192812/4192956
[pid=6799] ppid=6797 vsize=906128 CPUtime=0.01
/proc/6799/stat : 6799 (java) R 6797 6799 6609 0 -1 0 1986 0 1 0 1 0 0 0 17 0 1 0 188243939 927875072 1735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4160642522 0 4 0 7368 0 0 0 17 1 0 0
/proc/6799/statm: 226532 1735 996 14 0 214115 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 906128

[startup+0.521995 s]
/proc/loadavg: 2.22 2.01 1.99 4/84 6800
/proc/meminfo: memFree=931192/2055920 swapFree=4192812/4192956
[pid=6799] ppid=6797 vsize=915328 CPUtime=0.33
/proc/6799/stat : 6799 (java) R 6797 6799 6609 0 -1 0 5427 0 1 0 29 4 0 0 21 0 8 0 188243939 937295872 5166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6799/statm: 228832 5166 2042 14 0 215302 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 915328

[startup+1.35105 s]
/proc/loadavg: 2.22 2.01 1.99 3/91 6807
/proc/meminfo: memFree=877824/2055920 swapFree=4192812/4192956
[pid=6799] ppid=6797 vsize=915456 CPUtime=1.12
/proc/6799/stat : 6799 (java) R 6797 6799 6609 0 -1 0 8721 0 1 0 106 6 0 0 25 0 8 0 188243939 937426944 8459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073702951 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6799/statm: 228864 8459 2540 14 0 215334 0
[pid=6799/tid=6801] ppid=6797 vsize=915456 CPUtime=0.02
/proc/6799/task/6801/stat : 6801 (java) S 6797 6799 6609 0 -1 64 196 0 0 0 2 0 0 0 17 0 8 0 188243951 937426944 8459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6802] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6802/stat : 6802 (java) S 6797 6799 6609 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6803] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6803/stat : 6803 (java) S 6797 6799 6609 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6804] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6804/stat : 6804 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188243957 937426944 8459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6805] ppid=6797 vsize=915456 CPUtime=0.12
/proc/6799/task/6805/stat : 6805 (java) S 6797 6799 6609 0 -1 64 333 0 0 0 11 1 0 0 16 0 8 0 188243957 937426944 8459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6806] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6806/stat : 6806 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188243957 937426944 8459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6807] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6807/stat : 6807 (java) S 6797 6799 6609 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188243957 937426944 8459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 915456

[startup+3.00619 s]
/proc/loadavg: 2.22 2.01 1.99 3/91 6807
/proc/meminfo: memFree=871360/2055920 swapFree=4192812/4192956
[pid=6799] ppid=6797 vsize=915456 CPUtime=2.63
/proc/6799/stat : 6799 (java) R 6797 6799 6609 0 -1 0 8728 0 1 0 257 6 0 0 25 0 8 0 188243939 937426944 8464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6799/statm: 228864 8464 2540 14 0 215334 0
[pid=6799/tid=6801] ppid=6797 vsize=915456 CPUtime=0.02
/proc/6799/task/6801/stat : 6801 (java) S 6797 6799 6609 0 -1 64 196 0 0 0 2 0 0 0 17 0 8 0 188243951 937426944 8464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6802] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6802/stat : 6802 (java) S 6797 6799 6609 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6803] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6803/stat : 6803 (java) S 6797 6799 6609 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6804] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6804/stat : 6804 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188243957 937426944 8465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6805] ppid=6797 vsize=915456 CPUtime=0.13
/proc/6799/task/6805/stat : 6805 (java) S 6797 6799 6609 0 -1 64 340 0 0 0 12 1 0 0 16 0 8 0 188243957 937426944 8465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6806] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6806/stat : 6806 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188243957 937426944 8465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6807] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6807/stat : 6807 (java) S 6797 6799 6609 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188243957 937426944 8465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 915456

[startup+6.20926 s]
/proc/loadavg: 2.36 2.04 2.00 5/91 6807
/proc/meminfo: memFree=843968/2055920 swapFree=4192812/4192956
[pid=6799] ppid=6797 vsize=915456 CPUtime=5.54
/proc/6799/stat : 6799 (java) R 6797 6799 6609 0 -1 0 8843 0 1 0 547 7 0 0 25 0 8 0 188243939 937426944 8576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073700992 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6799/statm: 228864 8576 2543 14 0 215334 0
[pid=6799/tid=6801] ppid=6797 vsize=915456 CPUtime=0.02
/proc/6799/task/6801/stat : 6801 (java) S 6797 6799 6609 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 188243951 937426944 8576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6802] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6802/stat : 6802 (java) S 6797 6799 6609 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6803] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6803/stat : 6803 (java) S 6797 6799 6609 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6804] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6804/stat : 6804 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188243957 937426944 8576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6805] ppid=6797 vsize=915456 CPUtime=0.15
/proc/6799/task/6805/stat : 6805 (java) S 6797 6799 6609 0 -1 64 352 0 0 0 14 1 0 0 15 0 8 0 188243957 937426944 8576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6806] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6806/stat : 6806 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188243957 937426944 8576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6807] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6807/stat : 6807 (java) S 6797 6799 6609 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188243957 937426944 8576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 915456

[startup+12.6108 s]
/proc/loadavg: 2.33 2.04 2.00 3/91 6807
/proc/meminfo: memFree=834624/2055920 swapFree=4192812/4192956
[pid=6799] ppid=6797 vsize=915456 CPUtime=11.91
/proc/6799/stat : 6799 (java) R 6797 6799 6609 0 -1 0 8859 0 1 0 1184 7 0 0 25 0 8 0 188243939 937426944 8586 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073700276 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6799/statm: 228864 8586 2543 14 0 215334 0
[pid=6799/tid=6801] ppid=6797 vsize=915456 CPUtime=0.02
/proc/6799/task/6801/stat : 6801 (java) S 6797 6799 6609 0 -1 64 196 0 0 0 2 0 0 0 17 0 8 0 188243951 937426944 8586 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6802] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6802/stat : 6802 (java) S 6797 6799 6609 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8586 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6803] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6803/stat : 6803 (java) S 6797 6799 6609 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8586 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6804] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6804/stat : 6804 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188243957 937426944 8586 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6805] ppid=6797 vsize=915456 CPUtime=0.16
/proc/6799/task/6805/stat : 6805 (java) S 6797 6799 6609 0 -1 64 363 0 0 0 15 1 0 0 15 0 8 0 188243957 937426944 8586 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6806] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6806/stat : 6806 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188243957 937426944 8586 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6807] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6807/stat : 6807 (java) S 6797 6799 6609 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188243957 937426944 8586 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 915456

[startup+25.4878 s]
/proc/loadavg: 2.39 2.07 2.01 3/91 6807
/proc/meminfo: memFree=819968/2055920 swapFree=4192812/4192956
[pid=6799] ppid=6797 vsize=915456 CPUtime=24.44
/proc/6799/stat : 6799 (java) R 6797 6799 6609 0 -1 0 8884 0 1 0 2437 7 0 0 25 0 8 0 188243939 937426944 8606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6799/statm: 228864 8606 2543 14 0 215334 0
[pid=6799/tid=6801] ppid=6797 vsize=915456 CPUtime=0.02
/proc/6799/task/6801/stat : 6801 (java) S 6797 6799 6609 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 188243951 937426944 8606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6802] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6802/stat : 6802 (java) S 6797 6799 6609 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6803] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6803/stat : 6803 (java) S 6797 6799 6609 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6804] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6804/stat : 6804 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188243957 937426944 8606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6805] ppid=6797 vsize=915456 CPUtime=0.19
/proc/6799/task/6805/stat : 6805 (java) S 6797 6799 6609 0 -1 64 380 0 0 0 18 1 0 0 16 0 8 0 188243957 937426944 8606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6806] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6806/stat : 6806 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188243957 937426944 8606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6807] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6807/stat : 6807 (java) S 6797 6799 6609 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188243957 937426944 8606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.44
Current children cumulated vsize (KiB) 915456

[startup+51.1809 s]
/proc/loadavg: 2.26 2.06 2.01 3/91 6807
/proc/meminfo: memFree=813184/2055920 swapFree=4192812/4192956
[pid=6799] ppid=6797 vsize=915456 CPUtime=49.94
/proc/6799/stat : 6799 (java) R 6797 6799 6609 0 -1 0 8894 0 1 0 4987 7 0 0 25 0 8 0 188243939 937426944 8614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073699786 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6799/statm: 228864 8614 2543 14 0 215334 0
[pid=6799/tid=6801] ppid=6797 vsize=915456 CPUtime=0.02
/proc/6799/task/6801/stat : 6801 (java) S 6797 6799 6609 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 188243951 937426944 8614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6802] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6802/stat : 6802 (java) S 6797 6799 6609 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6803] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6803/stat : 6803 (java) S 6797 6799 6609 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6804] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6804/stat : 6804 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188243957 937426944 8614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6805] ppid=6797 vsize=915456 CPUtime=0.19
/proc/6799/task/6805/stat : 6805 (java) S 6797 6799 6609 0 -1 64 380 0 0 0 18 1 0 0 16 0 8 0 188243957 937426944 8614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6806] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6806/stat : 6806 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188243957 937426944 8614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6807] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6807/stat : 6807 (java) S 6797 6799 6609 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188243957 937426944 8614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.94
Current children cumulated vsize (KiB) 915456

[startup+102.47 s]
/proc/loadavg: 2.06 2.04 2.00 3/91 6859
/proc/meminfo: memFree=1009992/2055920 swapFree=4192812/4192956
[pid=6799] ppid=6797 vsize=915456 CPUtime=100.27
/proc/6799/stat : 6799 (java) R 6797 6799 6609 0 -1 0 8907 0 1 0 10019 8 0 0 25 0 8 0 188243939 937426944 8627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073705456 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6799/statm: 228864 8627 2543 14 0 215334 0
[pid=6799/tid=6801] ppid=6797 vsize=915456 CPUtime=0.02
/proc/6799/task/6801/stat : 6801 (java) S 6797 6799 6609 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 188243951 937426944 8627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6802] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6802/stat : 6802 (java) S 6797 6799 6609 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6803] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6803/stat : 6803 (java) S 6797 6799 6609 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6804] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6804/stat : 6804 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188243957 937426944 8627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6805] ppid=6797 vsize=915456 CPUtime=0.19
/proc/6799/task/6805/stat : 6805 (java) S 6797 6799 6609 0 -1 64 380 0 0 0 18 1 0 0 16 0 8 0 188243957 937426944 8627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6806] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6806/stat : 6806 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188243957 937426944 8627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6807] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6807/stat : 6807 (java) S 6797 6799 6609 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188243957 937426944 8627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.27
Current children cumulated vsize (KiB) 915456

[startup+162.473 s]
/proc/loadavg: 2.28 2.11 2.03 3/91 6965
/proc/meminfo: memFree=1016776/2055920 swapFree=4192812/4192956
[pid=6799] ppid=6797 vsize=915456 CPUtime=158.46
/proc/6799/stat : 6799 (java) R 6797 6799 6609 0 -1 0 8922 0 1 0 15837 9 0 0 25 0 8 0 188243939 937426944 8642 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073696750 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1412.63
Current children cumulated vsize (KiB) 915456

[startup+1483.05 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 7238
/proc/meminfo: memFree=1048096/2055920 swapFree=4192812/4192956
[pid=6799] ppid=6797 vsize=915456 CPUtime=1472.37
/proc/6799/stat : 6799 (java) R 6797 6799 6609 0 -1 0 9107 0 1 0 147223 14 0 0 25 0 8 0 188243939 937426944 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073695431 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6799/statm: 228864 8824 2543 14 0 215334 0
[pid=6799/tid=6801] ppid=6797 vsize=915456 CPUtime=0.02
/proc/6799/task/6801/stat : 6801 (java) S 6797 6799 6609 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 188243951 937426944 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6802] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6802/stat : 6802 (java) S 6797 6799 6609 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6803] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6803/stat : 6803 (java) S 6797 6799 6609 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6804] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6804/stat : 6804 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188243957 937426944 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6805] ppid=6797 vsize=915456 CPUtime=0.2
/proc/6799/task/6805/stat : 6805 (java) S 6797 6799 6609 0 -1 64 387 0 0 0 19 1 0 0 17 0 8 0 188243957 937426944 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6806] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6806/stat : 6806 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188243957 937426944 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6807] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6807/stat : 6807 (java) S 6797 6799 6609 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188243957 937426944 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1472.37
Current children cumulated vsize (KiB) 915456

[startup+1543.06 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 7238
/proc/meminfo: memFree=1048032/2055920 swapFree=4192812/4192956
[pid=6799] ppid=6797 vsize=915456 CPUtime=1532.12
/proc/6799/stat : 6799 (java) R 6797 6799 6609 0 -1 0 9110 0 1 0 153198 14 0 0 25 0 8 0 188243939 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073705911 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6799/statm: 228864 8827 2543 14 0 215334 0
[pid=6799/tid=6801] ppid=6797 vsize=915456 CPUtime=0.02
/proc/6799/task/6801/stat : 6801 (java) S 6797 6799 6609 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 188243951 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6802] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6802/stat : 6802 (java) S 6797 6799 6609 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6803] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6803/stat : 6803 (java) S 6797 6799 6609 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6804] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6804/stat : 6804 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6805] ppid=6797 vsize=915456 CPUtime=0.2
/proc/6799/task/6805/stat : 6805 (java) S 6797 6799 6609 0 -1 64 387 0 0 0 19 1 0 0 17 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6806] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6806/stat : 6806 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6807] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6807/stat : 6807 (java) S 6797 6799 6609 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.12
Current children cumulated vsize (KiB) 915456

[startup+1603.06 s]
/proc/loadavg: 2.07 2.02 2.00 3/88 7238
/proc/meminfo: memFree=1047968/2055920 swapFree=4192812/4192956
[pid=6799] ppid=6797 vsize=915456 CPUtime=1591.85
/proc/6799/stat : 6799 (java) R 6797 6799 6609 0 -1 0 9110 0 1 0 159171 14 0 0 25 0 8 0 188243939 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073697251 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6799/statm: 228864 8827 2543 14 0 215334 0
[pid=6799/tid=6801] ppid=6797 vsize=915456 CPUtime=0.02
/proc/6799/task/6801/stat : 6801 (java) S 6797 6799 6609 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 188243951 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6802] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6802/stat : 6802 (java) S 6797 6799 6609 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6803] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6803/stat : 6803 (java) S 6797 6799 6609 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6804] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6804/stat : 6804 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6805] ppid=6797 vsize=915456 CPUtime=0.2
/proc/6799/task/6805/stat : 6805 (java) S 6797 6799 6609 0 -1 64 387 0 0 0 19 1 0 0 17 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6806] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6806/stat : 6806 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6807] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6807/stat : 6807 (java) S 6797 6799 6609 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.85
Current children cumulated vsize (KiB) 915456

[startup+1663.07 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 7238
/proc/meminfo: memFree=1048032/2055920 swapFree=4192812/4192956
[pid=6799] ppid=6797 vsize=915456 CPUtime=1651.6
/proc/6799/stat : 6799 (java) R 6797 6799 6609 0 -1 0 9110 0 1 0 165145 15 0 0 25 0 8 0 188243939 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6799/statm: 228864 8827 2543 14 0 215334 0
[pid=6799/tid=6801] ppid=6797 vsize=915456 CPUtime=0.02
/proc/6799/task/6801/stat : 6801 (java) S 6797 6799 6609 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 188243951 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6802] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6802/stat : 6802 (java) S 6797 6799 6609 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6803] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6803/stat : 6803 (java) S 6797 6799 6609 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6804] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6804/stat : 6804 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6805] ppid=6797 vsize=915456 CPUtime=0.2
/proc/6799/task/6805/stat : 6805 (java) S 6797 6799 6609 0 -1 64 387 0 0 0 19 1 0 0 17 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6806] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6806/stat : 6806 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6807] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6807/stat : 6807 (java) S 6797 6799 6609 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.6
Current children cumulated vsize (KiB) 915456

[startup+1723.08 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 7238
/proc/meminfo: memFree=1047968/2055920 swapFree=4192812/4192956
[pid=6799] ppid=6797 vsize=915456 CPUtime=1711.35
/proc/6799/stat : 6799 (java) R 6797 6799 6609 0 -1 0 9110 0 1 0 171120 15 0 0 25 0 8 0 188243939 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073701043 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6799/statm: 228864 8827 2543 14 0 215334 0
[pid=6799/tid=6801] ppid=6797 vsize=915456 CPUtime=0.02
/proc/6799/task/6801/stat : 6801 (java) S 6797 6799 6609 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 188243951 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6802] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6802/stat : 6802 (java) S 6797 6799 6609 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6803] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6803/stat : 6803 (java) S 6797 6799 6609 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6804] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6804/stat : 6804 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6805] ppid=6797 vsize=915456 CPUtime=0.2
/proc/6799/task/6805/stat : 6805 (java) S 6797 6799 6609 0 -1 64 387 0 0 0 19 1 0 0 17 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6806] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6806/stat : 6806 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6807] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6807/stat : 6807 (java) S 6797 6799 6609 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.35
Current children cumulated vsize (KiB) 915456

[startup+1783.08 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 7238
/proc/meminfo: memFree=1047968/2055920 swapFree=4192812/4192956
[pid=6799] ppid=6797 vsize=915456 CPUtime=1771.08
/proc/6799/stat : 6799 (java) R 6797 6799 6609 0 -1 0 9110 0 1 0 177093 15 0 0 25 0 8 0 188243939 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073702962 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6799/statm: 228864 8827 2543 14 0 215334 0
[pid=6799/tid=6801] ppid=6797 vsize=915456 CPUtime=0.02
/proc/6799/task/6801/stat : 6801 (java) S 6797 6799 6609 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 188243951 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6802] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6802/stat : 6802 (java) S 6797 6799 6609 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6803] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6803/stat : 6803 (java) S 6797 6799 6609 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6804] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6804/stat : 6804 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6805] ppid=6797 vsize=915456 CPUtime=0.2
/proc/6799/task/6805/stat : 6805 (java) S 6797 6799 6609 0 -1 64 387 0 0 0 19 1 0 0 17 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6806] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6806/stat : 6806 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6807] ppid=6797 vsize=915456 CPUtime=0.01
/proc/6799/task/6807/stat : 6807 (java) S 6797 6799 6609 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.08
Current children cumulated vsize (KiB) 915456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.15 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 7238
/proc/meminfo: memFree=1047904/2055920 swapFree=4192812/4192956
[pid=6799] ppid=6797 vsize=915456 CPUtime=1800.03
/proc/6799/stat : 6799 (java) R 6797 6799 6609 0 -1 0 9110 0 1 0 179988 15 0 0 25 0 8 0 188243939 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918603 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6799/statm: 228864 8827 2543 14 0 215334 0
[pid=6799/tid=6801] ppid=6797 vsize=915456 CPUtime=0.02
/proc/6799/task/6801/stat : 6801 (java) S 6797 6799 6609 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 188243951 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6802] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6802/stat : 6802 (java) S 6797 6799 6609 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6803] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6803/stat : 6803 (java) S 6797 6799 6609 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 188243954 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6804] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6804/stat : 6804 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6805] ppid=6797 vsize=915456 CPUtime=0.2
/proc/6799/task/6805/stat : 6805 (java) S 6797 6799 6609 0 -1 64 387 0 0 0 19 1 0 0 17 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6799/tid=6806] ppid=6797 vsize=915456 CPUtime=0
/proc/6799/task/6806/stat : 6806 (java) S 6797 6799 6609 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6799/tid=6807] ppid=6797 vsize=915456 CPUtime=0.01
/proc/6799/task/6807/stat : 6807 (java) S 6797 6799 6609 0 -1 64 0 0 0 0 0 1 0 0 15 0 8 0 188243957 937426944 8827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915456

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

Child status: 143
Real time (s): 1812.21
CPU time (s): 1800.08
CPU user time (s): 1799.92
CPU system time (s): 0.157975
CPU usage (%): 99.3307
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9128
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= 37710
involuntary context switches= 27473

runsolver used 1.82872 s user time and 4.81927 s system time

The end

Launcher Data (download as text)

Begin job on node34 on Wed Jan 10 03:08:22 UTC 2007


IDJOB= 248206
IDBENCH= 11689
FILE ID= node34/248206-1168398502

PBS_JOBID= 3522907

Free space on /tmp= 66553 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-30/primes-30-20-2-5.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248206-1168398502/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-248206-1168398502 -o ROOT/results/node34/solver-248206-1168398502 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248206-1168398502/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0abffd8c34631124b100ed9ca15d5e96

RANDOM SEED= 590773044

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.227
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.227
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:        931672 kB
Buffers:         39784 kB
Cached:         368080 kB
SwapCached:          0 kB
Active:         802124 kB
Inactive:       264964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        931672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1712 kB
Writeback:           0 kB
Mapped:         679828 kB
Slab:            41324 kB
Committed_AS:  4219480 kB
PageTables:       3060 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= 66555 MiB



End job on node34 on Wed Jan 10 03:38:34 UTC 2007