Trace number 248467

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.06 1813.51

General information on the benchmark

Nameprimes/primes-30/
primes-30-60-3-7.xml
MD5SUM193ddccebbf65b73eaa3e42ecd992a5d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity10
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
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/248467-1168085977/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=100  nbDomainTypes=1  minDomainSize=112  maxDomainSize=112
0.42	       =>  wckTime=0.107  cpuTime=0.08  mem=7M927
0.42	   
0.42	   predicates being loaded...
0.48	   
0.48	   constraints being loaded...
0.60	     nbConstraints=60  nbSingletonDomainVariables=3  nbDisconnectedVariables=3  nbUnbuiltConflictsStructures=60
0.60	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=60  nbSharedEvaluationManagers=0  maxDegree=11  maxArity=10
0.60	       =>  wckTime=0.282  cpuTime=0.2  mem=11M828
0.63	   
0.63	   solver IterativeSystematicSolver being built... 
0.80	       =>  wckTime=0.489  cpuTime=0.35  mem=17M639
3.60	   
3.60	   preprocessing
3.60	     nbConstraintChecks=7049088  nbValidityChecks=846  nbPropagations=103  nbRevisions=18  nbUselessRevisions=4
3.60	     nbRemovedValues=546  detectedInconsistency=no
3.60	       =>  wckTime=2.797  cpuTime=2.75  mem=17M639
7.14	   
7.14	   search
7.14	     run=0  nbConstraintChecks=5320245  nbValidityChecks=7602  nbPropagations=832  nbRevisions=552
7.14	     nbUselessRevisions=21  nbAssignments=365  nbFailedAssignments=341  nbBacktracks=12  nbVisitedNodes=707
7.14	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
7.14	       =>  wckTime=6.335  cpuTime=6.24  mem=17M639
11.17	   
11.17	   search
11.17	     run=1  nbConstraintChecks=11477397  nbValidityChecks=14142  nbPropagations=2707  nbRevisions=1682
11.17	     nbUselessRevisions=81  nbAssignments=869  nbFailedAssignments=797  nbBacktracks=28  nbVisitedNodes=1667
11.18	     nbRestartNogoods=4  mapSize=17  nbInferences=0  nbTooLargeKeys=0
11.18	       =>  wckTime=10.371  cpuTime=10.24  mem=17M639
17.63	   
17.63	   search
17.63	     run=2  nbConstraintChecks=23451169  nbValidityChecks=34875  nbPropagations=6609  nbRevisions=4020
17.63	     nbUselessRevisions=200  nbAssignments=1742  nbFailedAssignments=1624  nbBacktracks=50  nbVisitedNodes=3367
17.63	     nbRestartNogoods=123  mapSize=32  nbInferences=0  nbTooLargeKeys=0
17.63	       =>  wckTime=16.829  cpuTime=16.61  mem=17M639
21.85	   
21.85	   search
21.85	     run=3  nbConstraintChecks=31935586  nbValidityChecks=82350  nbPropagations=12272  nbRevisions=7658
21.85	     nbUselessRevisions=380  nbAssignments=2264  nbFailedAssignments=2112  nbBacktracks=83  nbVisitedNodes=4377
21.85	     nbRestartNogoods=126  mapSize=55  nbInferences=0  nbTooLargeKeys=0
21.85	       =>  wckTime=21.045  cpuTime=20.78  mem=17M639
46.95	   
46.95	   search
46.95	     run=4  nbConstraintChecks=69891823  nbValidityChecks=94339  nbPropagations=24089  nbRevisions=14432
46.95	     nbUselessRevisions=612  nbAssignments=5323  nbFailedAssignments=5118  nbBacktracks=134  nbVisitedNodes=10442
46.95	     nbRestartNogoods=142  mapSize=82  nbInferences=0  nbTooLargeKeys=0
46.95	       =>  wckTime=46.143  cpuTime=45.66  mem=17M639
101.62	   
101.62	   search
101.62	     run=5  nbConstraintChecks=138718109  nbValidityChecks=101279  nbPropagations=47137  nbRevisions=26922
101.62	     nbUselessRevisions=884  nbAssignments=10877  nbFailedAssignments=10578  nbBacktracks=209  nbVisitedNodes=21456
101.62	     nbRestartNogoods=248  mapSize=140  nbInferences=0  nbTooLargeKeys=0
101.62	       =>  wckTime=100.818  cpuTime=99.9  mem=17M639
105.52	   
105.52	   search
105.52	     run=6  nbConstraintChecks=144275738  nbValidityChecks=142091  nbPropagations=71089  nbRevisions=40117
105.52	     nbUselessRevisions=1192  nbAssignments=11233  nbFailedAssignments=10803  nbBacktracks=327  nbVisitedNodes=22037
105.52	     nbRestartNogoods=339  mapSize=220  nbInferences=0  nbTooLargeKeys=0
105.52	       =>  wckTime=104.717  cpuTime=103.76  mem=18M614
110.90	   
110.90	   search
110.90	     run=7  nbConstraintChecks=152008116  nbValidityChecks=211251  nbPropagations=96414  nbRevisions=54297
110.90	     nbUselessRevisions=1521  nbAssignments=11698  nbFailedAssignments=11075  nbBacktracks=497  nbVisitedNodes=22774
110.90	     nbRestartNogoods=340  mapSize=374  nbInferences=0  nbTooLargeKeys=0
110.90	       =>  wckTime=110.092  cpuTime=109.08  mem=18M614
153.46	   
153.46	   search
153.46	     run=8  nbConstraintChecks=221765619  nbValidityChecks=258931  nbPropagations=133179  nbRevisions=74491
153.46	     nbUselessRevisions=2009  nbAssignments=17280  nbFailedAssignments=16388  nbBacktracks=753  nbVisitedNodes=33669
153.46	     nbRestartNogoods=390  mapSize=526  nbInferences=0  nbTooLargeKeys=0
153.46	       =>  wckTime=152.655  cpuTime=151.31  mem=18M614
419.49	   
419.49	   search
419.49	     run=9  nbConstraintChecks=651070631  nbValidityChecks=289460  nbPropagations=239032  nbRevisions=129858
419.49	     nbUselessRevisions=2833  nbAssignments=51747  nbFailedAssignments=50469  nbBacktracks=1137  nbVisitedNodes=102217
419.49	     nbRestartNogoods=413  mapSize=908  nbInferences=0  nbTooLargeKeys=0
419.49	       =>  wckTime=418.689  cpuTime=415.09  mem=18M614
517.24	   
517.24	   INFO : Stopping hyperNogood (mapSize=1020, nbTooLargekeys=0, mem=18M614)
917.85	   
917.85	   search
917.85	     run=10  nbConstraintChecks=1453362729  nbValidityChecks=293094  nbPropagations=473603  nbRevisions=249335
917.85	     nbUselessRevisions=3657  nbAssignments=116276  nbFailedAssignments=114421  nbBacktracks=1713  nbVisitedNodes=230698
917.85	     nbRestartNogoods=493
917.85	       =>  wckTime=917.044  cpuTime=909.29  mem=18M614
1404.94	   
1404.94	   search
1404.94	     run=11  nbConstraintChecks=2238391093  nbValidityChecks=339307  nbPropagations=834258  nbRevisions=432033
1404.94	     nbUselessRevisions=4779  nbAssignments=179455  nbFailedAssignments=176719  nbBacktracks=2577  nbVisitedNodes=356175
1404.94	     nbRestartNogoods=504
1404.94	       =>  wckTime=1404.136  cpuTime=1392.5  mem=18M614
1439.23	   
1439.23	   search
1439.23	     run=12  nbConstraintChecks=2296883892  nbValidityChecks=570262  nbPropagations=1205579  nbRevisions=621969
1439.23	     nbUselessRevisions=7073  nbAssignments=184228  nbFailedAssignments=180176  nbBacktracks=3875  nbVisitedNodes=364405
1439.23	     nbRestartNogoods=515
1439.23	       =>  wckTime=1438.426  cpuTime=1426.63  mem=18M614
1487.31	   
1487.31	   search
1487.31	     run=13  nbConstraintChecks=2379274527  nbValidityChecks=916558  nbPropagations=1592039  nbRevisions=822164
1487.31	     nbUselessRevisions=10992  nbAssignments=190978  nbFailedAssignments=184961  nbBacktracks=5822
1487.31	     nbVisitedNodes=375940  nbRestartNogoods=566
1487.31	       =>  wckTime=1486.511  cpuTime=1474.5  mem=18M614
1634.51	   
1634.51	   search
1634.51	     run=14  nbConstraintChecks=2533686719  nbValidityChecks=1784323  nbPropagations=2004108  nbRevisions=1043449
1634.51	     nbUselessRevisions=17970  nbAssignments=202455  nbFailedAssignments=193475  nbBacktracks=8742
1634.51	     nbVisitedNodes=395931  nbRestartNogoods=609
1634.51	       =>  wckTime=1633.703  cpuTime=1621.02  mem=18M614
1703.66	   
1703.66	   search
1703.66	     run=15  nbConstraintChecks=2618993030  nbValidityChecks=2745985  nbPropagations=2436973  nbRevisions=1286237
1703.66	     nbUselessRevisions=32895  nbAssignments=210511  nbFailedAssignments=197132  nbBacktracks=13120
1703.66	     nbVisitedNodes=407644  nbRestartNogoods=715
1703.66	       =>  wckTime=1702.856  cpuTime=1689.86  mem=18M614
1806.50	   
1806.50	   search
1806.50	     run=16  nbConstraintChecks=2747066955  nbValidityChecks=4205959  nbPropagations=2900528  nbRevisions=1560270
1806.50	     nbUselessRevisions=59070  nbAssignments=222212  nbFailedAssignments=202245  nbBacktracks=19689
1806.50	     nbVisitedNodes=424458  nbRestartNogoods=815
1806.50	       =>  wckTime=1805.697  cpuTime=1792.22  mem=18M614

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/node17/watcher-248467-1168085977 -o ROOT/results/node17/solver-248467-1168085977 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248467-1168085977/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
/proc/loadavg: 1.06 0.96 1.23 4/93 17103
/proc/meminfo: memFree=1266536/2055920 swapFree=4192812/4192956
[pid=17102] ppid=17100 vsize=18540 CPUtime=0
/proc/17102/stat : 17102 (runsolver) R 17100 16921 16921 0 -1 4194368 13 0 0 0 0 0 0 0 20 0 1 0 156993700 18984960 277 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 245491609602 0 0 4096 24578 0 0 0 17 0 0 0
/proc/17102/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.107341 s]
/proc/loadavg: 1.06 0.96 1.23 4/93 17103
/proc/meminfo: memFree=1266536/2055920 swapFree=4192812/4192956
[pid=17102] ppid=17100 vsize=913068 CPUtime=0.07
/proc/17102/stat : 17102 (java) R 17100 17102 16921 0 -1 0 2861 0 1 0 6 1 0 0 24 0 8 0 156993700 934981632 2607 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17102/statm: 228267 2607 1395 14 0 215168 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 913068

[startup+0.515386 s]
/proc/loadavg: 1.06 0.96 1.23 4/93 17103
/proc/meminfo: memFree=1266536/2055920 swapFree=4192812/4192956
[pid=17102] ppid=17100 vsize=915328 CPUtime=0.48
/proc/17102/stat : 17102 (java) R 17100 17102 16921 0 -1 0 6955 0 1 0 44 4 0 0 25 0 8 0 156993700 937295872 6694 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072940098 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17102/statm: 228832 6694 2150 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33647 s]
/proc/loadavg: 1.06 0.96 1.23 3/100 17110
/proc/meminfo: memFree=1240496/2055920 swapFree=4192812/4192956
[pid=17102] ppid=17100 vsize=915460 CPUtime=1.29
/proc/17102/stat : 17102 (java) R 17100 17102 16921 0 -1 0 9226 0 1 0 123 6 0 0 25 0 8 0 156993700 937431040 8964 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073798977 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17102/statm: 228865 8964 2529 14 0 215335 0
[pid=17102/tid=17104] ppid=17100 vsize=915460 CPUtime=0.02
/proc/17102/task/17104/stat : 17104 (java) S 17100 17102 16921 0 -1 64 221 0 0 0 2 0 0 0 16 0 8 0 156993705 937431040 8964 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17105] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17105/stat : 17105 (java) S 17100 17102 16921 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156993706 937431040 8964 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17106] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17106/stat : 17106 (java) S 17100 17102 16921 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156993706 937431040 8964 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17107] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17107/stat : 17107 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156993709 937431040 8964 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17108] ppid=17100 vsize=915460 CPUtime=0.16
/proc/17102/task/17108/stat : 17108 (java) S 17100 17102 16921 0 -1 64 360 0 0 0 15 1 0 0 16 0 8 0 156993709 937431040 8964 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17109] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17109/stat : 17109 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156993709 937431040 8964 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17110] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17110/stat : 17110 (java) S 17100 17102 16921 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156993709 937431040 8964 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915460

[startup+2.98664 s]
/proc/loadavg: 1.13 0.98 1.24 3/100 17110
/proc/meminfo: memFree=1240432/2055920 swapFree=4192812/4192956
[pid=17102] ppid=17100 vsize=915460 CPUtime=2.93
/proc/17102/stat : 17102 (java) R 17100 17102 16921 0 -1 0 9228 0 1 0 287 6 0 0 25 0 8 0 156993700 937431040 8965 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17102/statm: 228865 8965 2529 14 0 215335 0
[pid=17102/tid=17104] ppid=17100 vsize=915460 CPUtime=0.02
/proc/17102/task/17104/stat : 17104 (java) S 17100 17102 16921 0 -1 64 221 0 0 0 2 0 0 0 17 0 8 0 156993705 937431040 8965 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17105] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17105/stat : 17105 (java) S 17100 17102 16921 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156993706 937431040 8965 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17106] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17106/stat : 17106 (java) S 17100 17102 16921 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156993706 937431040 8965 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17107] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17107/stat : 17107 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156993709 937431040 8965 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17108] ppid=17100 vsize=915460 CPUtime=0.17
/proc/17102/task/17108/stat : 17108 (java) S 17100 17102 16921 0 -1 64 362 0 0 0 16 1 0 0 16 0 8 0 156993709 937431040 8965 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17109] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17109/stat : 17109 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156993709 937431040 8965 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17110] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17110/stat : 17110 (java) S 17100 17102 16921 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156993709 937431040 8965 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915460

[startup+6.28298 s]
/proc/loadavg: 1.13 0.98 1.24 3/100 17110
/proc/meminfo: memFree=1239984/2055920 swapFree=4192812/4192956
[pid=17102] ppid=17100 vsize=915460 CPUtime=6.2
/proc/17102/stat : 17102 (java) R 17100 17102 16921 0 -1 0 9349 0 1 0 614 6 0 0 25 0 8 0 156993700 937431040 9083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073805108 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17102/statm: 228865 9083 2532 14 0 215335 0
[pid=17102/tid=17104] ppid=17100 vsize=915460 CPUtime=0.02
/proc/17102/task/17104/stat : 17104 (java) S 17100 17102 16921 0 -1 64 221 0 0 0 2 0 0 0 16 0 8 0 156993705 937431040 9083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17105] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17105/stat : 17105 (java) S 17100 17102 16921 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156993706 937431040 9083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17106] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17106/stat : 17106 (java) S 17100 17102 16921 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156993706 937431040 9083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17107] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17107/stat : 17107 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156993709 937431040 9083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17108] ppid=17100 vsize=915460 CPUtime=0.19
/proc/17102/task/17108/stat : 17108 (java) S 17100 17102 16921 0 -1 64 377 0 0 0 18 1 0 0 15 0 8 0 156993709 937431040 9083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17109] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17109/stat : 17109 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156993709 937431040 9083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17110] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17110/stat : 17110 (java) S 17100 17102 16921 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156993709 937431040 9083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915460

[startup+12.7607 s]
/proc/loadavg: 1.26 1.01 1.24 3/100 17110
/proc/meminfo: memFree=1223984/2055920 swapFree=4192812/4192956
[pid=17102] ppid=17100 vsize=915460 CPUtime=12.62
/proc/17102/stat : 17102 (java) R 17100 17102 16921 0 -1 0 9389 0 1 0 1256 6 0 0 25 0 8 0 156993700 937431040 9117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073804356 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17102/statm: 228865 9117 2535 14 0 215335 0
[pid=17102/tid=17104] ppid=17100 vsize=915460 CPUtime=0.02
/proc/17102/task/17104/stat : 17104 (java) S 17100 17102 16921 0 -1 64 222 0 0 0 2 0 0 0 17 0 8 0 156993705 937431040 9117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17105] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17105/stat : 17105 (java) S 17100 17102 16921 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156993706 937431040 9117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17106] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17106/stat : 17106 (java) S 17100 17102 16921 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156993706 937431040 9117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17107] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17107/stat : 17107 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156993709 937431040 9117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17108] ppid=17100 vsize=915460 CPUtime=0.21
/proc/17102/task/17108/stat : 17108 (java) S 17100 17102 16921 0 -1 64 390 0 0 0 20 1 0 0 16 0 8 0 156993709 937431040 9117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17109] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17109/stat : 17109 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156993709 937431040 9117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17110] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17110/stat : 17110 (java) S 17100 17102 16921 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156993709 937431040 9117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915460

[startup+25.6 s]
/proc/loadavg: 1.38 1.05 1.25 3/100 17110
/proc/meminfo: memFree=1223920/2055920 swapFree=4192812/4192956
[pid=17102] ppid=17100 vsize=915460 CPUtime=25.35
/proc/17102/stat : 17102 (java) R 17100 17102 16921 0 -1 0 9415 0 1 0 2529 6 0 0 25 0 8 0 156993700 937431040 9139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073806247 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17102/statm: 228865 9139 2535 14 0 215335 0
[pid=17102/tid=17104] ppid=17100 vsize=915460 CPUtime=0.02
/proc/17102/task/17104/stat : 17104 (java) S 17100 17102 16921 0 -1 64 222 0 0 0 2 0 0 0 16 0 8 0 156993705 937431040 9139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17105] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17105/stat : 17105 (java) S 17100 17102 16921 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156993706 937431040 9139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17106] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17106/stat : 17106 (java) S 17100 17102 16921 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156993706 937431040 9139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17107] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17107/stat : 17107 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156993709 937431040 9139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17108] ppid=17100 vsize=915460 CPUtime=0.23
/proc/17102/task/17108/stat : 17108 (java) S 17100 17102 16921 0 -1 64 404 0 0 0 22 1 0 0 16 0 8 0 156993709 937431040 9139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17109] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17109/stat : 17109 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156993709 937431040 9139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17110] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17110/stat : 17110 (java) S 17100 17102 16921 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156993709 937431040 9139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915460

[startup+51.2947 s]
/proc/loadavg: 1.65 1.14 1.28 4/100 17110
/proc/meminfo: memFree=1196592/2055920 swapFree=4192812/4192956
[pid=17102] ppid=17100 vsize=915460 CPUtime=50.84
/proc/17102/stat : 17102 (java) R 17100 17102 16921 0 -1 0 9430 0 1 0 5077 7 0 0 25 0 8 0 156993700 937431040 9153 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073798709 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17102/statm: 228865 9153 2535 14 0 215335 0
[pid=17102/tid=17104] ppid=17100 vsize=915460 CPUtime=0.02
/proc/17102/task/17104/stat : 17104 (java) S 17100 17102 16921 0 -1 64 222 0 0 0 2 0 0 0 16 0 8 0 156993705 937431040 9153 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17105] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17105/stat : 17105 (java) S 17100 17102 16921 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156993706 937431040 9153 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17106] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17106/stat : 17106 (java) S 17100 17102 16921 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156993706 937431040 9153 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17107] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17107/stat : 17107 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156993709 937431040 9153 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17108] ppid=17100 vsize=915460 CPUtime=0.24
/proc/17102/task/17108/stat : 17108 (java) S 17100 17102 16921 0 -1 64 406 0 0 0 23 1 0 0 16 0 8 0 156993709 937431040 9153 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17109] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17109/stat : 17109 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156993709 937431040 9153 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17110] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17110/stat : 17110 (java) S 17100 17102 16921 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156993709 937431040 9153 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 915460

[startup+102.58 s]
/proc/loadavg: 1.84 1.27 1.31 3/100 17110
/proc/meminfo: memFree=1163512/2055920 swapFree=4192812/4192956
[pid=17102] ppid=17100 vsize=915460 CPUtime=101.71
/proc/17102/stat : 17102 (java) R 17100 17102 16921 0 -1 0 9447 0 1 0 10164 7 0 0 25 0 8 0 156993700 937431040 9168 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073800009 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17102/statm: 228865 9168 2535 14 0 215335 0
[pid=17102/tid=17104] ppid=17100 vsize=915460 CPUtime=0.02
/proc/17102/task/17104/stat : 17104 (java) S 17100 17102 16921 0 -1 64 222 0 0 0 2 0 0 0 16 0 8 0 156993705 937431040 9168 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17105] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17105/stat : 17105 (java) S 17100 17102 16921 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156993706 937431040 9168 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17106] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17106/stat : 17106 (java) S 17100 17102 16921 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156993706 937431040 9168 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17107] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17107/stat : 17107 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156993709 937431040 9168 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17108] ppid=17100 vsize=915460 CPUtime=0.24
/proc/17102/task/17108/stat : 17108 (java) S 17100 17102 16921 0 -1 64 406 0 0 0 23 1 0 0 16 0 8 0 156993709 937431040 9168 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17109] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17109/stat : 17109 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156993709 937431040 9168 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17110] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17110/stat : 17110 (java) S 17100 17102 16921 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156993709 937431040 9168 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 915460

[startup+162.596 s]
/proc/loadavg: 1.94 1.40 1.35 3/100 17110
/proc/meminfo: memFree=1116280/2055920 swapFree=4192812/4192956
[pid=17102] ppid=17100 vsize=915460 CPUtime=161.23
/proc/17102/stat : 17102 (java) R 17100 17102 16921 0 -1 0 9547 0 1 0 16116 7 0 0 25 0 8 0 156993700 937431040 9266 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073804304 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1411.39
Current children cumulated vsize (KiB) 915460

[startup+1483.04 s]
/proc/loadavg: 1.99 1.97 1.81 3/100 17168
/proc/meminfo: memFree=1515880/2055920 swapFree=4192812/4192956
[pid=17102] ppid=17100 vsize=915460 CPUtime=1471.12
/proc/17102/stat : 17102 (java) R 17100 17102 16921 0 -1 0 9600 0 1 0 147100 12 0 0 25 0 8 0 156993700 937431040 9318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073805123 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17102/statm: 228865 9318 2535 14 0 215335 0
[pid=17102/tid=17104] ppid=17100 vsize=915460 CPUtime=0.02
/proc/17102/task/17104/stat : 17104 (java) S 17100 17102 16921 0 -1 64 222 0 0 0 2 0 0 0 16 0 8 0 156993705 937431040 9318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17105] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17105/stat : 17105 (java) S 17100 17102 16921 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156993706 937431040 9318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17106] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17106/stat : 17106 (java) S 17100 17102 16921 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156993706 937431040 9318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17107] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17107/stat : 17107 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156993709 937431040 9318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17108] ppid=17100 vsize=915460 CPUtime=0.25
/proc/17102/task/17108/stat : 17108 (java) S 17100 17102 16921 0 -1 64 412 0 0 0 24 1 0 0 17 0 8 0 156993709 937431040 9318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17109] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17109/stat : 17109 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156993709 937431040 9318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17110] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17110/stat : 17110 (java) S 17100 17102 16921 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156993709 937431040 9318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1471.12
Current children cumulated vsize (KiB) 915460

[startup+1543.06 s]
/proc/loadavg: 2.11 2.02 1.84 3/100 17168
/proc/meminfo: memFree=1515816/2055920 swapFree=4192812/4192956
[pid=17102] ppid=17100 vsize=915460 CPUtime=1530.86
/proc/17102/stat : 17102 (java) R 17100 17102 16921 0 -1 0 9603 0 1 0 153074 12 0 0 25 0 8 0 156993700 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073800484 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17102/statm: 228865 9321 2535 14 0 215335 0
[pid=17102/tid=17104] ppid=17100 vsize=915460 CPUtime=0.02
/proc/17102/task/17104/stat : 17104 (java) S 17100 17102 16921 0 -1 64 222 0 0 0 2 0 0 0 16 0 8 0 156993705 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17105] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17105/stat : 17105 (java) S 17100 17102 16921 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156993706 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17106] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17106/stat : 17106 (java) S 17100 17102 16921 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156993706 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17107] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17107/stat : 17107 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156993709 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17108] ppid=17100 vsize=915460 CPUtime=0.25
/proc/17102/task/17108/stat : 17108 (java) S 17100 17102 16921 0 -1 64 412 0 0 0 24 1 0 0 17 0 8 0 156993709 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17109] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17109/stat : 17109 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156993709 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17110] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17110/stat : 17110 (java) S 17100 17102 16921 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156993709 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.86
Current children cumulated vsize (KiB) 915460

[startup+1603.09 s]
/proc/loadavg: 2.08 2.03 1.85 3/100 17168
/proc/meminfo: memFree=1515816/2055920 swapFree=4192812/4192956
[pid=17102] ppid=17100 vsize=915460 CPUtime=1590.62
/proc/17102/stat : 17102 (java) R 17100 17102 16921 0 -1 0 9603 0 1 0 159050 12 0 0 25 0 8 0 156993700 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073798696 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17102/statm: 228865 9321 2535 14 0 215335 0
[pid=17102/tid=17104] ppid=17100 vsize=915460 CPUtime=0.02
/proc/17102/task/17104/stat : 17104 (java) S 17100 17102 16921 0 -1 64 222 0 0 0 2 0 0 0 16 0 8 0 156993705 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17105] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17105/stat : 17105 (java) S 17100 17102 16921 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156993706 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17106] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17106/stat : 17106 (java) S 17100 17102 16921 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156993706 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17107] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17107/stat : 17107 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156993709 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17108] ppid=17100 vsize=915460 CPUtime=0.25
/proc/17102/task/17108/stat : 17108 (java) S 17100 17102 16921 0 -1 64 412 0 0 0 24 1 0 0 17 0 8 0 156993709 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17109] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17109/stat : 17109 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156993709 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17110] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17110/stat : 17110 (java) S 17100 17102 16921 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156993709 937431040 9321 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.62
Current children cumulated vsize (KiB) 915460

[startup+1663.11 s]
/proc/loadavg: 2.10 2.05 1.87 3/100 17168
/proc/meminfo: memFree=1515816/2055920 swapFree=4192812/4192956
[pid=17102] ppid=17100 vsize=915460 CPUtime=1650.36
/proc/17102/stat : 17102 (java) R 17100 17102 16921 0 -1 0 9610 0 1 0 165023 13 0 0 25 0 8 0 156993700 937431040 9328 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073800563 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17102/statm: 228865 9328 2535 14 0 215335 0
[pid=17102/tid=17104] ppid=17100 vsize=915460 CPUtime=0.02
/proc/17102/task/17104/stat : 17104 (java) S 17100 17102 16921 0 -1 64 222 0 0 0 2 0 0 0 16 0 8 0 156993705 937431040 9328 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17105] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17105/stat : 17105 (java) S 17100 17102 16921 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156993706 937431040 9328 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17106] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17106/stat : 17106 (java) S 17100 17102 16921 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156993706 937431040 9328 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17107] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17107/stat : 17107 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156993709 937431040 9328 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17108] ppid=17100 vsize=915460 CPUtime=0.25
/proc/17102/task/17108/stat : 17108 (java) S 17100 17102 16921 0 -1 64 412 0 0 0 24 1 0 0 16 0 8 0 156993709 937431040 9328 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17109] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17109/stat : 17109 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156993709 937431040 9328 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17110] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17110/stat : 17110 (java) S 17100 17102 16921 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156993709 937431040 9328 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.36
Current children cumulated vsize (KiB) 915460

[startup+1723.13 s]
/proc/loadavg: 2.04 2.04 1.87 3/100 17168
/proc/meminfo: memFree=1515752/2055920 swapFree=4192812/4192956
[pid=17102] ppid=17100 vsize=915460 CPUtime=1710.1
/proc/17102/stat : 17102 (java) R 17100 17102 16921 0 -1 0 9616 0 1 0 170997 13 0 0 25 0 8 0 156993700 937431040 9333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073810167 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17102/statm: 228865 9333 2535 14 0 215335 0
[pid=17102/tid=17104] ppid=17100 vsize=915460 CPUtime=0.02
/proc/17102/task/17104/stat : 17104 (java) S 17100 17102 16921 0 -1 64 222 0 0 0 2 0 0 0 16 0 8 0 156993705 937431040 9333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17105] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17105/stat : 17105 (java) S 17100 17102 16921 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156993706 937431040 9333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17106] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17106/stat : 17106 (java) S 17100 17102 16921 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156993706 937431040 9333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17107] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17107/stat : 17107 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156993709 937431040 9333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17108] ppid=17100 vsize=915460 CPUtime=0.25
/proc/17102/task/17108/stat : 17108 (java) S 17100 17102 16921 0 -1 64 412 0 0 0 24 1 0 0 16 0 8 0 156993709 937431040 9333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17109] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17109/stat : 17109 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156993709 937431040 9333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17110] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17110/stat : 17110 (java) S 17100 17102 16921 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156993709 937431040 9333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1710.1
Current children cumulated vsize (KiB) 915460

[startup+1783.16 s]
/proc/loadavg: 2.01 2.03 1.88 3/100 17168
/proc/meminfo: memFree=1515752/2055920 swapFree=4192812/4192956
[pid=17102] ppid=17100 vsize=915460 CPUtime=1769.85
/proc/17102/stat : 17102 (java) R 17100 17102 16921 0 -1 0 9616 0 1 0 176972 13 0 0 25 0 8 0 156993700 937431040 9333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073798715 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17102/statm: 228865 9333 2535 14 0 215335 0
[pid=17102/tid=17104] ppid=17100 vsize=915460 CPUtime=0.02
/proc/17102/task/17104/stat : 17104 (java) S 17100 17102 16921 0 -1 64 222 0 0 0 2 0 0 0 16 0 8 0 156993705 937431040 9333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17105] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17105/stat : 17105 (java) S 17100 17102 16921 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156993706 937431040 9333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17106] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17106/stat : 17106 (java) S 17100 17102 16921 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156993706 937431040 9333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17107] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17107/stat : 17107 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156993709 937431040 9333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17108] ppid=17100 vsize=915460 CPUtime=0.25
/proc/17102/task/17108/stat : 17108 (java) S 17100 17102 16921 0 -1 64 412 0 0 0 24 1 0 0 16 0 8 0 156993709 937431040 9333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17109] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17109/stat : 17109 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156993709 937431040 9333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17110] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17110/stat : 17110 (java) S 17100 17102 16921 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156993709 937431040 9333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.85
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.47 s]
/proc/loadavg: 2.07 2.04 1.89 3/100 17168
/proc/meminfo: memFree=1515752/2055920 swapFree=4192812/4192956
[pid=17102] ppid=17100 vsize=915460 CPUtime=1800.02
/proc/17102/stat : 17102 (java) R 17100 17102 16921 0 -1 0 9619 0 1 0 179989 13 0 0 25 0 8 0 156993700 937431040 9336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073803564 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17102/statm: 228865 9336 2535 14 0 215335 0
[pid=17102/tid=17104] ppid=17100 vsize=915460 CPUtime=0.02
/proc/17102/task/17104/stat : 17104 (java) S 17100 17102 16921 0 -1 64 222 0 0 0 2 0 0 0 16 0 8 0 156993705 937431040 9336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17105] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17105/stat : 17105 (java) S 17100 17102 16921 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156993706 937431040 9336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17106] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17106/stat : 17106 (java) S 17100 17102 16921 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156993706 937431040 9336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17107] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17107/stat : 17107 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156993709 937431040 9336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17108] ppid=17100 vsize=915460 CPUtime=0.25
/proc/17102/task/17108/stat : 17108 (java) S 17100 17102 16921 0 -1 64 412 0 0 0 24 1 0 0 16 0 8 0 156993709 937431040 9336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17109] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17109/stat : 17109 (java) S 17100 17102 16921 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156993709 937431040 9336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17102/tid=17110] ppid=17100 vsize=915460 CPUtime=0
/proc/17102/task/17110/stat : 17110 (java) S 17100 17102 16921 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156993709 937431040 9336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1813.51
CPU time (s): 1800.06
CPU user time (s): 1799.92
CPU system time (s): 0.142978
CPU usage (%): 99.2585
Max. virtual memory (cumulated for all children) (KiB): 915460

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

runsolver used 1.78173 s user time and 4.79627 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Jan  6 12:19:44 UTC 2007


IDJOB= 248467
IDBENCH= 11709
FILE ID= node17/248467-1168085977

PBS_JOBID= 3476338

Free space on /tmp= 66319 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-30/primes-30-60-3-7.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248467-1168085977/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-248467-1168085977 -o ROOT/results/node17/solver-248467-1168085977 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248467-1168085977/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  193ddccebbf65b73eaa3e42ecd992a5d

RANDOM SEED= 707314143

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.236
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.236
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:       1267272 kB
Buffers:         48204 kB
Cached:         259224 kB
SwapCached:          0 kB
Active:         483740 kB
Inactive:       214984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1267272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1752 kB
Writeback:           0 kB
Mapped:         420276 kB
Slab:            74068 kB
Committed_AS:  4701212 kB
PageTables:       2936 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= 66318 MiB



End job on node17 on Sat Jan  6 12:50:03 UTC 2007