Trace number 216358

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

General information on the benchmark

NamepseudoSeries/chnl/
chnl-15-20.xml
MD5SUM8aaa1576c975e16e40314c8a9dc9ff01
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 variables600
Number of constraints70
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension70
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.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/216358-1168078994/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.46	     nbVariables=600  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.46	       =>  wckTime=0.147  cpuTime=0.12  mem=8M25
0.46	   
0.46	   predicates being loaded...
0.47	   
0.47	   constraints being loaded...
0.67	     nbConstraints=70  nbConflictsStructures=1  nbSharedConflictsStructures=39  nbUnbuiltConflictsStructures=1
0.67	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=2  nbSharedEvaluationManagers=68  maxDegree=2  maxArity=20
0.67	       =>  wckTime=0.351  cpuTime=0.26  mem=14M851
0.71	   
0.71	   solver IterativeSystematicSolver being built... 
0.92	       =>  wckTime=0.608  cpuTime=0.44  mem=18M825
0.95	   
0.95	   preprocessing
0.95	     nbConstraintChecks=630  nbValidityChecks=570  nbPropagations=600  nbRevisions=600  nbUselessRevisions=600
0.95	     nbRemovedValues=0  detectedInconsistency=no
0.95	       =>  wckTime=0.024  cpuTime=0.01  mem=18M825
17.07	   
17.07	   search
17.07	     run=0  nbConstraintChecks=8126518  nbValidityChecks=728  nbPropagations=925  nbRevisions=1022
17.07	     nbUselessRevisions=660  nbAssignments=250  nbFailedAssignments=2  nbBacktracks=20  nbVisitedNodes=254
17.07	     nbRestartNogoods=0  mapSize=2  nbInferences=0  nbTooLargeKeys=0
17.07	       =>  wckTime=16.136  cpuTime=15.96  mem=19M801
33.01	   
33.01	   search
33.01	     run=1  nbConstraintChecks=16253040  nbValidityChecks=1464  nbPropagations=2175  nbRevisions=2472
33.01	     nbUselessRevisions=1386  nbAssignments=500  nbFailedAssignments=4  nbBacktracks=40  nbVisitedNodes=507
33.01	     nbRestartNogoods=1  mapSize=4  nbInferences=0  nbTooLargeKeys=0
33.01	       =>  wckTime=32.079  cpuTime=31.76  mem=19M801
51.70	   
51.70	   search
51.70	     run=2  nbConstraintChecks=25690329  nbValidityChecks=2416  nbPropagations=3813  nbRevisions=4502
51.70	     nbUselessRevisions=2235  nbAssignments=771  nbFailedAssignments=7  nbBacktracks=79  nbVisitedNodes=783
51.70	     nbRestartNogoods=2  mapSize=7  nbInferences=0  nbTooLargeKeys=0
51.70	       =>  wckTime=50.775  cpuTime=50.28  mem=19M801
70.57	   
70.57	   search
70.57	     run=3  nbConstraintChecks=35127620  nbValidityChecks=3384  nbPropagations=5839  nbRevisions=7127
70.57	     nbUselessRevisions=3222  nbAssignments=1042  nbFailedAssignments=10  nbBacktracks=118  nbVisitedNodes=1059
70.57	     nbRestartNogoods=4  mapSize=10  nbInferences=0  nbTooLargeKeys=0
70.57	       =>  wckTime=69.64  cpuTime=68.98  mem=19M801
91.57	   
91.57	   search
91.57	     run=4  nbConstraintChecks=45744627  nbValidityChecks=4663  nbPropagations=8335  nbRevisions=10578
91.57	     nbUselessRevisions=4450  nbAssignments=1336  nbFailedAssignments=15  nbBacktracks=177  nbVisitedNodes=1361
91.57	     nbRestartNogoods=6  mapSize=15  nbInferences=0  nbTooLargeKeys=0
91.57	       =>  wckTime=90.642  cpuTime=89.79  mem=20M776
114.74	   
114.74	   search
114.74	     run=5  nbConstraintChecks=57410257  nbValidityChecks=6186  nbPropagations=11381  nbRevisions=15014
114.74	     nbUselessRevisions=5968  nbAssignments=1650  nbFailedAssignments=21  nbBacktracks=254  nbVisitedNodes=1685
114.74	     nbRestartNogoods=9  mapSize=21  nbInferences=0  nbTooLargeKeys=0
114.74	       =>  wckTime=113.812  cpuTime=112.75  mem=20M776
139.04	   
139.04	   search
139.04	     run=6  nbConstraintChecks=69600200  nbValidityChecks=7813  nbPropagations=14999  nbRevisions=20484
139.04	     nbUselessRevisions=7773  nbAssignments=1984  nbFailedAssignments=28  nbBacktracks=372  nbVisitedNodes=2031
139.04	     nbRestartNogoods=13  mapSize=32  nbInferences=0  nbTooLargeKeys=0
139.04	       =>  wckTime=138.111  cpuTime=136.84  mem=20M776
170.11	   
170.11	   search
170.11	     run=7  nbConstraintChecks=85198166  nbValidityChecks=10112  nbPropagations=19432  nbRevisions=27437
170.11	     nbUselessRevisions=9981  nbAssignments=2400  nbFailedAssignments=38  nbBacktracks=547  nbVisitedNodes=2465
170.11	     nbRestartNogoods=14  mapSize=46  nbInferences=0  nbTooLargeKeys=0
170.11	       =>  wckTime=169.18  cpuTime=167.64  mem=20M776
211.15	   
211.15	   search
211.15	     run=8  nbConstraintChecks=105777109  nbValidityChecks=13955  nbPropagations=25005  nbRevisions=36779
211.15	     nbUselessRevisions=13029  nbAssignments=2926  nbFailedAssignments=56  nbBacktracks=820  nbVisitedNodes=3022
211.15	     nbRestartNogoods=18  mapSize=71  nbInferences=3  nbTooLargeKeys=0
211.15	       =>  wckTime=210.224  cpuTime=208.35  mem=20M776
256.61	   
256.61	   search
256.61	     run=9  nbConstraintChecks=128649960  nbValidityChecks=18925  nbPropagations=31936  nbRevisions=49071
256.61	     nbUselessRevisions=17107  nbAssignments=3550  nbFailedAssignments=79  nbBacktracks=1207  nbVisitedNodes=3686
256.61	     nbRestartNogoods=24  mapSize=107  nbInferences=5  nbTooLargeKeys=0
256.61	       =>  wckTime=255.685  cpuTime=253.42  mem=21M751
315.56	   
315.56	   search
315.56	     run=10  nbConstraintChecks=158273466  nbValidityChecks=26262  nbPropagations=40856  nbRevisions=65718
315.56	     nbUselessRevisions=22705  nbAssignments=4381  nbFailedAssignments=116  nbBacktracks=1808  nbVisitedNodes=4578
315.56	     nbRestartNogoods=28  mapSize=167  nbInferences=8  nbTooLargeKeys=0
315.56	       =>  wckTime=314.633  cpuTime=311.84  mem=21M751
395.75	   
395.75	   search
395.75	     run=11  nbConstraintChecks=198514442  nbValidityChecks=37333  nbPropagations=52788  nbRevisions=88928
395.75	     nbUselessRevisions=30581  nbAssignments=5552  nbFailedAssignments=170  nbBacktracks=2707  nbVisitedNodes=5844
395.75	     nbRestartNogoods=29  mapSize=258  nbInferences=14  nbTooLargeKeys=0
395.75	       =>  wckTime=394.824  cpuTime=391.36  mem=22M726
505.11	   
505.11	   search
505.11	     run=12  nbConstraintChecks=253567338  nbValidityChecks=53182  nbPropagations=68945  nbRevisions=121693
505.11	     nbUselessRevisions=42091  nbAssignments=7185  nbFailedAssignments=244  nbBacktracks=4018  nbVisitedNodes=7612
505.11	     nbRestartNogoods=33  mapSize=385  nbInferences=28  nbTooLargeKeys=0
505.11	       =>  wckTime=504.184  cpuTime=499.8  mem=23M701
666.36	   
666.36	   search
666.36	     run=13  nbConstraintChecks=334541217  nbValidityChecks=77352  nbPropagations=91739  nbRevisions=168688
666.36	     nbUselessRevisions=58655  nbAssignments=9500  nbFailedAssignments=361  nbBacktracks=5993  nbVisitedNodes=10143
666.36	     nbRestartNogoods=41  mapSize=596  nbInferences=57  nbTooLargeKeys=0
666.36	       =>  wckTime=665.431  cpuTime=659.68  mem=25M652
872.36	   
872.36	   search
872.36	     run=14  nbConstraintChecks=437881316  nbValidityChecks=113150  nbPropagations=124267  nbRevisions=236935
872.36	     nbUselessRevisions=82966  nbAssignments=12881  nbFailedAssignments=542  nbBacktracks=8923  nbVisitedNodes=13847
872.36	     nbRestartNogoods=46  mapSize=909  nbInferences=92  nbTooLargeKeys=0
872.36	       =>  wckTime=871.434  cpuTime=863.95  mem=27M602
1141.90	   
1141.90	   search
1141.90	     run=15  nbConstraintChecks=574295030  nbValidityChecks=167052  nbPropagations=171331  nbRevisions=337564
1141.90	     nbUselessRevisions=119889  nbAssignments=17818  nbFailedAssignments=792  nbBacktracks=13301  nbVisitedNodes=19261
1141.90	     nbRestartNogoods=56  mapSize=1374  nbInferences=164  nbTooLargeKeys=0
1141.90	       =>  wckTime=1140.97  cpuTime=1131.18  mem=31M503
1613.21	   
1613.21	   search
1613.21	     run=16  nbConstraintChecks=810213368  nbValidityChecks=245399  nbPropagations=239987  nbRevisions=484285
1613.21	     nbUselessRevisions=173533  nbAssignments=25117  nbFailedAssignments=1187  nbBacktracks=19874  nbVisitedNodes=27284
1613.21	     nbRestartNogoods=68  mapSize=2092  nbInferences=265  nbTooLargeKeys=0
1613.21	       =>  wckTime=1612.279  cpuTime=1598.53  mem=36M379

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/node59/watcher-216358-1168078994 -o ROOT/results/node59/solver-216358-1168078994 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/216358-1168078994/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: 1.86 1.98 1.86 4/80 24809
/proc/meminfo: memFree=1430608/2055920 swapFree=4192812/4192956
[pid=24808] ppid=24806 vsize=89776 CPUtime=0
/proc/24808/stat : 24808 (java) D 24806 24808 24349 0 -1 0 1273 0 1 0 0 0 0 0 17 0 1 0 156297520 91930624 1022 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/24808/statm: 22444 1022 811 14 0 10027 0

[startup+0.105766 s]
/proc/loadavg: 1.86 1.98 1.86 4/80 24809
/proc/meminfo: memFree=1430608/2055920 swapFree=4192812/4192956
[pid=24808] ppid=24806 vsize=914988 CPUtime=0.08
/proc/24808/stat : 24808 (java) R 24806 24808 24349 0 -1 0 2965 0 1 0 7 1 0 0 20 0 8 0 156297520 936947712 2711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582124 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 228747 2711 1418 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.517338 s]
/proc/loadavg: 1.86 1.98 1.86 4/80 24809
/proc/meminfo: memFree=1430608/2055920 swapFree=4192812/4192956
[pid=24808] ppid=24806 vsize=915328 CPUtime=0.49
/proc/24808/stat : 24808 (java) S 24806 24808 24349 0 -1 0 6992 0 1 0 45 4 0 0 17 0 8 0 156297520 937295872 6731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 228832 6731 2144 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.3469 s]
/proc/loadavg: 1.86 1.98 1.86 3/87 24816
/proc/meminfo: memFree=1402392/2055920 swapFree=4192812/4192956
[pid=24808] ppid=24806 vsize=915468 CPUtime=1.31
/proc/24808/stat : 24808 (java) R 24806 24808 24349 0 -1 0 9773 0 1 0 125 6 0 0 21 0 8 0 156297520 937439232 9511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073670752 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 228867 9511 2529 14 0 215337 0
[pid=24808/tid=24810] ppid=24806 vsize=915468 CPUtime=0.03
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24349 0 -1 64 257 0 0 0 3 0 0 0 16 0 8 0 156297525 937439232 9511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24811] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24349 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 9511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24349 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 9511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156297529 937439232 9511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24806 vsize=915468 CPUtime=0.18
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24349 0 -1 64 373 0 0 0 17 1 0 0 19 0 8 0 156297529 937439232 9511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156297529 937439232 9511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156297529 937439232 9511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915468

[startup+2.99008 s]
/proc/loadavg: 1.86 1.98 1.86 3/87 24816
/proc/meminfo: memFree=1402392/2055920 swapFree=4192812/4192956
[pid=24808] ppid=24806 vsize=915468 CPUtime=2.94
/proc/24808/stat : 24808 (java) R 24806 24808 24349 0 -1 0 9779 0 1 0 288 6 0 0 25 0 8 0 156297520 937439232 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073668704 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 228867 9516 2529 14 0 215337 0
[pid=24808/tid=24810] ppid=24806 vsize=915468 CPUtime=0.03
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24349 0 -1 64 257 0 0 0 3 0 0 0 17 0 8 0 156297525 937439232 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24811] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24349 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24349 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156297529 937439232 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24806 vsize=915468 CPUtime=0.2
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24349 0 -1 64 378 0 0 0 19 1 0 0 16 0 8 0 156297529 937439232 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156297529 937439232 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156297529 937439232 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915468

[startup+6.27144 s]
/proc/loadavg: 1.87 1.98 1.86 3/87 24816
/proc/meminfo: memFree=1402328/2055920 swapFree=4192812/4192956
[pid=24808] ppid=24806 vsize=915468 CPUtime=6.19
/proc/24808/stat : 24808 (java) R 24806 24808 24349 0 -1 0 9786 0 1 0 613 6 0 0 25 0 8 0 156297520 937439232 9521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073670437 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 228867 9521 2529 14 0 215337 0
[pid=24808/tid=24810] ppid=24806 vsize=915468 CPUtime=0.03
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24349 0 -1 64 257 0 0 0 3 0 0 0 16 0 8 0 156297525 937439232 9521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24811] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24349 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 9521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24349 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 9521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156297529 937439232 9521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24806 vsize=915468 CPUtime=0.2
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24349 0 -1 64 379 0 0 0 19 1 0 0 16 0 8 0 156297529 937439232 9521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156297529 937439232 9521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156297529 937439232 9521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915468

[startup+12.7572 s]
/proc/loadavg: 1.88 1.98 1.86 3/87 24816
/proc/meminfo: memFree=1402264/2055920 swapFree=4192812/4192956
[pid=24808] ppid=24806 vsize=915468 CPUtime=12.62
/proc/24808/stat : 24808 (java) R 24806 24808 24349 0 -1 0 9806 0 1 0 1256 6 0 0 25 0 8 0 156297520 937439232 9539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073667879 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 228867 9539 2529 14 0 215337 0
[pid=24808/tid=24810] ppid=24806 vsize=915468 CPUtime=0.03
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24349 0 -1 64 257 0 0 0 3 0 0 0 16 0 8 0 156297525 937439232 9539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24811] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24349 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 9539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24349 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 9539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156297529 937439232 9539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24806 vsize=915468 CPUtime=0.2
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24349 0 -1 64 383 0 0 0 19 1 0 0 16 0 8 0 156297529 937439232 9539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156297529 937439232 9539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156297529 937439232 9539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915468

[startup+25.6056 s]
/proc/loadavg: 1.90 1.98 1.86 3/87 24816
/proc/meminfo: memFree=1402200/2055920 swapFree=4192812/4192956
[pid=24808] ppid=24806 vsize=915468 CPUtime=25.36
/proc/24808/stat : 24808 (java) R 24806 24808 24349 0 -1 0 9844 0 1 0 2529 7 0 0 25 0 8 0 156297520 937439232 9574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073671564 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 228867 9574 2533 14 0 215337 0
[pid=24808/tid=24810] ppid=24806 vsize=915468 CPUtime=0.03
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24349 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 156297525 937439232 9574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24811] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24349 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 9574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24349 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 9574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156297529 937439232 9574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24806 vsize=915468 CPUtime=0.2
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24349 0 -1 64 385 0 0 0 19 1 0 0 16 0 8 0 156297529 937439232 9574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156297529 937439232 9574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156297529 937439232 9574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915468

[startup+51.2094 s]
/proc/loadavg: 1.94 1.98 1.87 3/87 24816
/proc/meminfo: memFree=1401944/2055920 swapFree=4192812/4192956
[pid=24808] ppid=24806 vsize=915468 CPUtime=50.74
/proc/24808/stat : 24808 (java) R 24806 24808 24349 0 -1 0 9906 0 1 0 5067 7 0 0 25 0 8 0 156297520 937439232 9632 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073670410 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 228867 9632 2533 14 0 215337 0
[pid=24808/tid=24810] ppid=24806 vsize=915468 CPUtime=0.03
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24349 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 156297525 937439232 9632 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24811] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24349 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 9632 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24349 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 9632 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156297529 937439232 9632 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24806 vsize=915468 CPUtime=0.22
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24349 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 156297529 937439232 9632 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156297529 937439232 9632 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156297529 937439232 9632 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 915468

[startup+102.509 s]
/proc/loadavg: 1.97 1.98 1.87 3/87 24816
/proc/meminfo: memFree=1401560/2055920 swapFree=4192812/4192956
[pid=24808] ppid=24806 vsize=915468 CPUtime=101.6
/proc/24808/stat : 24808 (java) R 24806 24808 24349 0 -1 0 10019 0 1 0 10153 7 0 0 25 0 8 0 156297520 937439232 9736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073676192 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 228867 9736 2533 14 0 215337 0
[pid=24808/tid=24810] ppid=24806 vsize=915468 CPUtime=0.03
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24349 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 156297525 937439232 9736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24811] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24349 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 9736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24349 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 9736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156297529 937439232 9736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24806 vsize=915468 CPUtime=0.24
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24349 0 -1 64 412 0 0 0 23 1 0 0 17 0 8 0 156297529 937439232 9736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156297529 937439232 9736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156297529 937439232 9736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 915468

[startup+162.548 s]
/proc/loadavg: 1.99 1.98 1.88 3/87 24816
/proc/meminfo: memFree=1401112/2055920 swapFree=4192812/4192956
[pid=24808] ppid=24806 vsize=915468 CPUtime=161.14
/proc/24808/stat : 24808 (java) R 24806 24808 24349 0 -1 0 10139 0 1 0 16106 8 0 0 25 0 8 0 156297520 937439232 9852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073666496 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1411.28
Current children cumulated vsize (KiB) 915468

[startup+1483.39 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 24816
/proc/meminfo: memFree=1387800/2055920 swapFree=4192812/4192956
[pid=24808] ppid=24806 vsize=915468 CPUtime=1470.82
/proc/24808/stat : 24808 (java) R 24806 24808 24349 0 -1 0 13438 0 1 0 147067 15 0 0 25 0 8 0 156297520 937439232 13138 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073666515 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 228867 13138 2533 14 0 215337 0
[pid=24808/tid=24810] ppid=24806 vsize=915468 CPUtime=0.03
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24349 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 156297525 937439232 13138 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24811] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24349 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 13138 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24349 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 13138 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156297529 937439232 13138 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24806 vsize=915468 CPUtime=0.27
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24349 0 -1 64 427 0 0 0 25 2 0 0 16 0 8 0 156297529 937439232 13138 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156297529 937439232 13138 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156297529 937439232 13138 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.82
Current children cumulated vsize (KiB) 915468

[startup+1543.42 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 24816
/proc/meminfo: memFree=1386904/2055920 swapFree=4192812/4192956
[pid=24808] ppid=24806 vsize=915468 CPUtime=1530.33
/proc/24808/stat : 24808 (java) R 24806 24808 24349 0 -1 0 13647 0 1 0 153018 15 0 0 25 0 8 0 156297520 937439232 13347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073666472 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 228867 13347 2533 14 0 215337 0
[pid=24808/tid=24810] ppid=24806 vsize=915468 CPUtime=0.03
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24349 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 156297525 937439232 13347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24811] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24349 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 13347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24349 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 13347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156297529 937439232 13347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24806 vsize=915468 CPUtime=0.27
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24349 0 -1 64 427 0 0 0 25 2 0 0 16 0 8 0 156297529 937439232 13347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156297529 937439232 13347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156297529 937439232 13347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.33
Current children cumulated vsize (KiB) 915468

[startup+1603.46 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 24816
/proc/meminfo: memFree=1386072/2055920 swapFree=4192812/4192956
[pid=24808] ppid=24806 vsize=915468 CPUtime=1589.86
/proc/24808/stat : 24808 (java) R 24806 24808 24349 0 -1 0 13859 0 1 0 158971 15 0 0 25 0 8 0 156297520 937439232 13559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 228867 13559 2533 14 0 215337 0
[pid=24808/tid=24810] ppid=24806 vsize=915468 CPUtime=0.03
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24349 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 156297525 937439232 13559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24811] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24349 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 13559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24349 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 13559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156297529 937439232 13559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24806 vsize=915468 CPUtime=0.27
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24349 0 -1 64 427 0 0 0 25 2 0 0 16 0 8 0 156297529 937439232 13559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156297529 937439232 13559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156297529 937439232 13559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.86
Current children cumulated vsize (KiB) 915468

[startup+1663.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 24816
/proc/meminfo: memFree=1385496/2055920 swapFree=4192812/4192956
[pid=24808] ppid=24806 vsize=915468 CPUtime=1649.4
/proc/24808/stat : 24808 (java) R 24806 24808 24349 0 -1 0 14002 0 1 0 164924 16 0 0 25 0 8 0 156297520 937439232 13702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 228867 13702 2533 14 0 215337 0
[pid=24808/tid=24810] ppid=24806 vsize=915468 CPUtime=0.03
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24349 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 156297525 937439232 13702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24811] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24349 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 13702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24349 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 13702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156297529 937439232 13702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24806 vsize=915468 CPUtime=0.27
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24349 0 -1 64 427 0 0 0 25 2 0 0 16 0 8 0 156297529 937439232 13702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156297529 937439232 13702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156297529 937439232 13702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.4
Current children cumulated vsize (KiB) 915468

[startup+1723.54 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 24816
/proc/meminfo: memFree=1384792/2055920 swapFree=4192812/4192956
[pid=24808] ppid=24806 vsize=915468 CPUtime=1708.93
/proc/24808/stat : 24808 (java) R 24806 24808 24349 0 -1 0 14169 0 1 0 170877 16 0 0 25 0 8 0 156297520 937439232 13869 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 228867 13869 2533 14 0 215337 0
[pid=24808/tid=24810] ppid=24806 vsize=915468 CPUtime=0.03
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24349 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 156297525 937439232 13869 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24811] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24349 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 13869 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24349 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 13869 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156297529 937439232 13869 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24806 vsize=915468 CPUtime=0.27
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24349 0 -1 64 427 0 0 0 25 2 0 0 16 0 8 0 156297529 937439232 13869 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156297529 937439232 13869 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156297529 937439232 13869 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.93
Current children cumulated vsize (KiB) 915468

[startup+1783.58 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 24816
/proc/meminfo: memFree=1384344/2055920 swapFree=4192812/4192956
[pid=24808] ppid=24806 vsize=915468 CPUtime=1768.48
/proc/24808/stat : 24808 (java) R 24806 24808 24349 0 -1 0 14277 0 1 0 176831 17 0 0 25 0 8 0 156297520 937439232 13977 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073671612 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 228867 13977 2533 14 0 215337 0
[pid=24808/tid=24810] ppid=24806 vsize=915468 CPUtime=0.03
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24349 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 156297525 937439232 13977 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24811] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24349 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 13977 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24349 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 13977 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156297529 937439232 13977 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24806 vsize=915468 CPUtime=0.27
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24349 0 -1 64 427 0 0 0 25 2 0 0 16 0 8 0 156297529 937439232 13977 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156297529 937439232 13977 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156297529 937439232 13977 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.48
Current children cumulated vsize (KiB) 915468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.24 s]
/proc/loadavg: 1.61 1.90 1.90 2/75 24827
/proc/meminfo: memFree=1449792/2055920 swapFree=4192812/4192956
[pid=24808] ppid=24806 vsize=915468 CPUtime=1800.09
/proc/24808/stat : 24808 (java) R 24806 24808 24349 0 -1 0 14378 0 1 0 179992 17 0 0 25 0 8 0 156297520 937439232 14078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073676192 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24808/statm: 228867 14078 2533 14 0 215337 0
[pid=24808/tid=24810] ppid=24806 vsize=915468 CPUtime=0.03
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24349 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 156297525 937439232 14078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24811] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24349 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 14078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24349 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156297525 937439232 14078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156297529 937439232 14078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24806 vsize=915468 CPUtime=0.27
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24349 0 -1 64 427 0 0 0 25 2 0 0 16 0 8 0 156297529 937439232 14078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156297529 937439232 14078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24806 vsize=915468 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24349 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156297529 937439232 14078 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 915468

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

Child status: 143
Real time (s): 1815.3
CPU time (s): 1800.16
CPU user time (s): 1799.97
CPU system time (s): 0.183972
CPU usage (%): 99.1656
Max. virtual memory (cumulated for all children) (KiB): 915472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.183972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14396
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= 37832
involuntary context switches= 79540

runsolver used 1.81972 s user time and 5.15522 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sat Jan  6 10:23:16 UTC 2007


IDJOB= 216358
IDBENCH= 5072
FILE ID= node59/216358-1168078994

PBS_JOBID= 3476054

Free space on /tmp= 66548 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/chnl/chnl-15-20.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/216358-1168078994/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-216358-1168078994 -o ROOT/results/node59/solver-216358-1168078994 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/216358-1168078994/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  8aaa1576c975e16e40314c8a9dc9ff01

RANDOM SEED= 90229356

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.239
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.239
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:       1431088 kB
Buffers:         44952 kB
Cached:         420236 kB
SwapCached:          0 kB
Active:         138524 kB
Inactive:       411324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1431088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3580 kB
Writeback:           0 kB
Mapped:         104964 kB
Slab:            60136 kB
Committed_AS:  3706844 kB
PageTables:       2044 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= 66550 MiB



End job on node59 on Sat Jan  6 10:53:33 UTC 2007