Trace number 238623

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESAC? (TO) 1800.19 1802.25

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-e-7_ext.xml
MD5SUM49462887fa16db92b55fcd3ad886dec7
Bench Category2-ARY-EXT (binary constraints in extension)
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 variables112
Number of constraints1262
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1262
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.46	   
0.46	Abscon 109 (November, 2006)
0.46	   
0.46	   configuration
0.46	     name=esac.xml
0.49	   
0.49	   instance
0.49	     name=/tmp/evaluation/238623-1168357475/unknown.xml
0.52	   
0.52	   domains being loaded...
0.53	   
0.53	   variables being loaded...
0.57	     nbVariables=112  nbDomainTypes=4  minDomainSize=1  maxDomainSize=28
0.57	       =>  wckTime=0.107  cpuTime=0.1  mem=6M951
0.57	   
0.57	   relations being loaded...
0.59	   
0.59	   constraints being loaded...
0.77	     nbConstraints=1261  nbRelationTypes=9  nbSingletonDomainVariables=3  nbDisconnectedVariables=1
0.77	     nbExtensionStructures=9  nbSharedExtensionStructures=1252  nbConflictsStructures=9
0.77	     nbSharedConflictsStructures=1252  nbSharedBinaryRepresentations=204  maxDegree=56  maxArity=2
0.77	       =>  wckTime=0.309  cpuTime=0.21  mem=11M860
0.81	   
0.81	   solver IterativeSystematicSolver being built... 
0.97	       =>  wckTime=0.512  cpuTime=0.35  mem=15M155
1.06	   
1.06	   preprocessing
1.06	     nbConstraintChecks=490943  nbPropagations=1777  nbRevisions=22386  nbUselessRevisions=20550  nbSingletonTests=130
1.06	     nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=280  detectedInconsistency=no
1.06	       =>  wckTime=0.076  cpuTime=0.05  mem=15M155
1.10	   
1.10	   search
1.10	     run=0  nbConstraintChecks=395049  nbPropagations=2954  nbRevisions=40358  nbUselessRevisions=37051
1.10	     nbAssignments=37  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=51  nbRestartNogoods=0  mapSize=10
1.10	     nbInferences=1  nbTooLargeKeys=0
1.10	       =>  wckTime=0.121  cpuTime=0.09  mem=15M155
1.12	   
1.12	   search
1.12	     run=1  nbConstraintChecks=728487  nbPropagations=6861  nbRevisions=95783  nbUselessRevisions=88033
1.12	     nbAssignments=79  nbFailedAssignments=13  nbBacktracks=26  nbVisitedNodes=108  nbRestartNogoods=2  mapSize=24
1.12	     nbInferences=2  nbTooLargeKeys=0
1.12	       =>  wckTime=0.142  cpuTime=0.11  mem=15M155
1.15	   
1.15	   search
1.15	     run=2  nbConstraintChecks=1224918  nbPropagations=12341  nbRevisions=174044  nbUselessRevisions=159880
1.15	     nbAssignments=140  nbFailedAssignments=26  nbBacktracks=52  nbVisitedNodes=198  nbRestartNogoods=3  mapSize=47
1.15	     nbInferences=7  nbTooLargeKeys=0
1.15	       =>  wckTime=0.174  cpuTime=0.14  mem=15M155
1.19	   
1.19	   search
1.19	     run=3  nbConstraintChecks=1657889  nbPropagations=19026  nbRevisions=272084  nbUselessRevisions=250149
1.19	     nbAssignments=216  nbFailedAssignments=46  nbBacktracks=87  nbVisitedNodes=318  nbRestartNogoods=4  mapSize=82
1.19	     nbInferences=11  nbTooLargeKeys=0
1.19	       =>  wckTime=0.207  cpuTime=0.17  mem=15M155
1.24	   
1.24	   search
1.24	     run=4  nbConstraintChecks=2415163  nbPropagations=28248  nbRevisions=405867  nbUselessRevisions=372818
1.24	     nbAssignments=335  nbFailedAssignments=85  nbBacktracks=137  nbVisitedNodes=511  nbRestartNogoods=5  mapSize=127
1.24	     nbInferences=21  nbTooLargeKeys=0
1.24	       =>  wckTime=0.255  cpuTime=0.21  mem=15M155
1.29	   
1.29	   search
1.29	     run=5  nbConstraintChecks=3294731  nbPropagations=40545  nbRevisions=581223  nbUselessRevisions=533119
1.29	     nbAssignments=481  nbFailedAssignments=124  nbBacktracks=212  nbVisitedNodes=740  nbRestartNogoods=10  mapSize=183
1.29	     nbInferences=33  nbTooLargeKeys=0
1.29	       =>  wckTime=0.31  cpuTime=0.26  mem=15M155
1.39	   
1.39	   search
1.39	     run=6  nbConstraintChecks=5012893  nbPropagations=59184  nbRevisions=838865  nbUselessRevisions=767496
1.39	     nbAssignments=755  nbFailedAssignments=191  nbBacktracks=325  nbVisitedNodes=1124  nbRestartNogoods=16  mapSize=267
1.39	     nbInferences=65  nbTooLargeKeys=0
1.39	       =>  wckTime=0.414  cpuTime=0.37  mem=16M130
1.51	   
1.51	   search
1.51	     run=7  nbConstraintChecks=6991801  nbPropagations=85477  nbRevisions=1191708  nbUselessRevisions=1087882
1.51	     nbAssignments=1116  nbFailedAssignments=279  nbBacktracks=497  nbVisitedNodes=1664  nbRestartNogoods=22
1.51	     mapSize=404  nbInferences=113  nbTooLargeKeys=0
1.51	       =>  wckTime=0.535  cpuTime=0.48  mem=16M130
1.71	   
1.71	   search
1.71	     run=8  nbConstraintChecks=10049318  nbPropagations=123285  nbRevisions=1692350  nbUselessRevisions=1540754
1.71	     nbAssignments=1645  nbFailedAssignments=433  nbBacktracks=754  nbVisitedNodes=2553  nbRestartNogoods=25
1.71	     mapSize=632  nbInferences=212  nbTooLargeKeys=0
1.71	       =>  wckTime=0.73  cpuTime=0.67  mem=16M130
1.94	   
1.94	   search
1.94	     run=9  nbConstraintChecks=14096724  nbPropagations=176412  nbRevisions=2389249  nbUselessRevisions=2170487
1.94	     nbAssignments=2330  nbFailedAssignments=671  nbBacktracks=1138  nbVisitedNodes=3708  nbRestartNogoods=34
1.94	     mapSize=986  nbInferences=251  nbTooLargeKeys=0
1.94	       =>  wckTime=0.96  cpuTime=0.89  mem=16M130
2.24	   
2.24	   search
2.24	     run=10  nbConstraintChecks=19228059  nbPropagations=249215  nbRevisions=3335547  nbUselessRevisions=3025495
2.24	     nbAssignments=3395  nbFailedAssignments=955  nbBacktracks=1716  nbVisitedNodes=5370  nbRestartNogoods=40
2.24	     mapSize=1452  nbInferences=388  nbTooLargeKeys=0
2.24	       =>  wckTime=1.261  cpuTime=1.18  mem=16M130
2.65	   
2.65	   search
2.65	     run=11  nbConstraintChecks=26456283  nbPropagations=351684  nbRevisions=4634893  nbUselessRevisions=4197668
2.65	     nbAssignments=4883  nbFailedAssignments=1351  nbBacktracks=2580  nbVisitedNodes=7759  nbRestartNogoods=45
2.65	     mapSize=2121  nbInferences=591  nbTooLargeKeys=0
2.65	       =>  wckTime=1.67  cpuTime=1.58  mem=16M130
3.17	   
3.17	   search
3.17	     run=12  nbConstraintChecks=35349211  nbPropagations=488846  nbRevisions=6373382  nbUselessRevisions=5769748
3.17	     nbAssignments=7325  nbFailedAssignments=1794  nbBacktracks=3878  nbVisitedNodes=11572  nbRestartNogoods=54
3.17	     mapSize=3055  nbInferences=1225  nbTooLargeKeys=0
3.17	       =>  wckTime=2.194  cpuTime=2.11  mem=17M106
3.97	   
3.97	   search
3.97	     run=13  nbConstraintChecks=49140832  nbPropagations=666557  nbRevisions=8777174  nbUselessRevisions=7962448
3.97	     nbAssignments=11076  nbFailedAssignments=2636  nbBacktracks=5824  nbVisitedNodes=17785  nbRestartNogoods=60
3.97	     mapSize=4676  nbInferences=2129  nbTooLargeKeys=0
3.97	       =>  wckTime=2.995  cpuTime=2.9  mem=18M81
4.95	   
4.95	   search
4.95	     run=14  nbConstraintChecks=65605535  nbPropagations=909264  nbRevisions=11987348  nbUselessRevisions=10884408
4.95	     nbAssignments=15698  nbFailedAssignments=3581  nbBacktracks=8745  nbVisitedNodes=24819  nbRestartNogoods=70
4.95	     mapSize=6430  nbInferences=2841  nbTooLargeKeys=0
4.95	       =>  wckTime=3.969  cpuTime=3.86  mem=19M121
6.55	   
6.55	   search
6.55	     run=15  nbConstraintChecks=93625503  nbPropagations=1269885  nbRevisions=16585961  nbUselessRevisions=15050558
6.55	     nbAssignments=22567  nbFailedAssignments=5201  nbBacktracks=13124  nbVisitedNodes=35325  nbRestartNogoods=75
6.55	     mapSize=9129  nbInferences=3669  nbTooLargeKeys=0
6.55	       =>  wckTime=5.575  cpuTime=5.47  mem=20M97
9.76	   
9.76	   search
9.76	     run=16  nbConstraintChecks=150511597  nbPropagations=1786926  nbRevisions=23954429  nbUselessRevisions=21810160
9.76	     nbAssignments=36198  nbFailedAssignments=8431  nbBacktracks=19692  nbVisitedNodes=58857  nbRestartNogoods=78
9.76	     mapSize=15127  nbInferences=7483  nbTooLargeKeys=0
9.76	       =>  wckTime=8.778  cpuTime=8.66  mem=23M22
14.24	   
14.24	   search
14.24	     run=17  nbConstraintChecks=226956446  nbPropagations=2563089  nbRevisions=35107558  nbUselessRevisions=32051712
14.24	     nbAssignments=55777  nbFailedAssignments=12168  nbBacktracks=29544  nbVisitedNodes=91140  nbRestartNogoods=86
14.24	     mapSize=22903  nbInferences=13451  nbTooLargeKeys=0
14.24	       =>  wckTime=13.264  cpuTime=13.14  mem=26M923
21.26	   
21.26	   search
21.26	     run=18  nbConstraintChecks=352002221  nbPropagations=3867174  nbRevisions=52446833  nbUselessRevisions=47835705
21.26	     nbAssignments=80288  nbFailedAssignments=17732  nbBacktracks=44323  nbVisitedNodes=129882  nbRestartNogoods=91
21.26	     mapSize=32903  nbInferences=17582  nbTooLargeKeys=0
21.26	       =>  wckTime=20.284  cpuTime=20.16  mem=32M774
31.61	   
31.61	   search
31.61	     run=19  nbConstraintChecks=535116016  nbPropagations=5621828  nbRevisions=78652217  nbUselessRevisions=71990058
31.61	     nbAssignments=125182  nbFailedAssignments=27056  nbBacktracks=66491  nbVisitedNodes=206421  nbRestartNogoods=99
31.61	     mapSize=53713  nbInferences=30965  nbTooLargeKeys=0
31.61	       =>  wckTime=30.633  cpuTime=30.5  mem=43M50
43.64	   
43.64	   search
43.64	     run=20  nbConstraintChecks=737971035  nbPropagations=8158088  nbRevisions=114943383  nbUselessRevisions=105332468
43.64	     nbAssignments=182248  nbFailedAssignments=36814  nbBacktracks=99746  nbVisitedNodes=294833  nbRestartNogoods=107
43.64	     mapSize=75784  nbInferences=45002  nbTooLargeKeys=0
43.64	       =>  wckTime=42.665  cpuTime=42.38  mem=27M636
69.20	   
69.20	   search
69.20	     run=21  nbConstraintChecks=1185120085  nbPropagations=12374030  nbRevisions=173167627  nbUselessRevisions=158649369
69.20	     nbAssignments=283156  nbFailedAssignments=50007  nbBacktracks=149625  nbVisitedNodes=457233  nbRestartNogoods=117
69.20	     mapSize=116208  nbInferences=82820  nbTooLargeKeys=0
69.20	       =>  wckTime=68.223  cpuTime=67.94  mem=50M567
103.17	   
103.17	   search
103.17	     run=22  nbConstraintChecks=1792593486  nbPropagations=18829590  nbRevisions=260896736  nbUselessRevisions=238866502
103.17	     nbAssignments=421205  nbFailedAssignments=74401  nbBacktracks=224443  nbVisitedNodes=677235  nbRestartNogoods=130
103.17	     mapSize=165904  nbInferences=121602  nbTooLargeKeys=0
103.17	       =>  wckTime=102.191  cpuTime=101.69  mem=54M535
178.69	   
178.69	   search
178.69	     run=23  nbConstraintChecks=3158589808  nbPropagations=30393642  nbRevisions=414279909  nbUselessRevisions=378521017
178.69	     nbAssignments=659832  nbFailedAssignments=110220  nbBacktracks=336672  nbVisitedNodes=1070368  nbRestartNogoods=138
178.69	     mapSize=261254  nbInferences=212163  nbTooLargeKeys=0
178.69	       =>  wckTime=177.708  cpuTime=176.94  mem=82M725
263.96	   
263.96	   search
263.96	     run=24  nbConstraintChecks=4671740593  nbPropagations=47505147  nbRevisions=641572658  nbUselessRevisions=585703601
263.96	     nbAssignments=995964  nbFailedAssignments=164626  nbBacktracks=505015  nbVisitedNodes=1618254  nbRestartNogoods=149
263.96	     mapSize=387519  nbInferences=325509  nbTooLargeKeys=0
263.96	       =>  wckTime=262.979  cpuTime=261.95  mem=131M73
404.70	   
404.70	   search
404.70	     run=25  nbConstraintChecks=7131196783  nbPropagations=73741862  nbRevisions=988726276  nbUselessRevisions=901866592
404.70	     nbAssignments=1523448  nbFailedAssignments=255848  nbBacktracks=757526  nbVisitedNodes=2489324
404.70	     nbRestartNogoods=158  mapSize=590944  nbInferences=509224  nbTooLargeKeys=0
404.70	       =>  wckTime=403.722  cpuTime=402.0  mem=175M701
573.30	   
573.30	   search
573.30	     run=26  nbConstraintChecks=10062754593  nbPropagations=111870823  nbRevisions=1481427694
573.30	     nbUselessRevisions=1349631329  nbAssignments=2219418  nbFailedAssignments=370502  nbBacktracks=1136293
573.30	     nbVisitedNodes=3584222  nbRestartNogoods=176  mapSize=847561  nbInferences=711628  nbTooLargeKeys=0
573.30	       =>  wckTime=572.32  cpuTime=569.87  mem=261M347
874.14	   
874.14	   search
874.14	     run=27  nbConstraintChecks=15341816824  nbPropagations=167215761  nbRevisions=2227210717
874.14	     nbUselessRevisions=2030906748  nbAssignments=3460469  nbFailedAssignments=545593  nbBacktracks=1704444
874.14	     nbVisitedNodes=5637957  nbRestartNogoods=192  mapSize=1335287  nbInferences=1209398  nbTooLargeKeys=0
874.14	       =>  wckTime=873.162  cpuTime=869.46  mem=409M152
1415.03	   
1415.03	   INFO : Stopping hyperNogood (mapSize=1915693, nbTooLargekeys=0, mem=600M229)
1465.41	   
1465.41	   search
1465.41	     run=28  nbConstraintChecks=26195358714  nbPropagations=266183453  nbRevisions=3499929576
1465.41	     nbUselessRevisions=3187435884  nbAssignments=5217219  nbFailedAssignments=891860  nbBacktracks=2556672
1465.41	     nbVisitedNodes=8557193  nbRestartNogoods=207
1465.41	       =>  wckTime=1464.43  cpuTime=1458.59  mem=600M229

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/node42/watcher-238623-1168357475 -o ROOT/results/node42/solver-238623-1168357475 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/238623-1168357475/unknown.xml 

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

/proc/loadavg: 2.00 2.00 1.93 4/73 17245
/proc/meminfo: memFree=1844864/2055920 swapFree=4191892/4192956
[pid=17244] ppid=17242 vsize=18540 CPUtime=0
/proc/17244/stat : 17244 (runsolver) R 17242 17244 16548 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 184146708 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 259415141671 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17244/statm: 4635 279 244 17 0 2626 0

[startup+0.107799 s]
/proc/loadavg: 2.00 2.00 1.93 4/73 17245
/proc/meminfo: memFree=1844864/2055920 swapFree=4191892/4192956
[pid=17244] ppid=17242 vsize=47976 CPUtime=0
/proc/17244/stat : 17244 (java) D 17242 17244 16548 0 -1 0 1223 0 1 0 0 0 0 0 17 0 1 0 184146708 49127424 972 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 0 0 0
/proc/17244/statm: 11994 972 769 14 0 1707 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47976

[startup+0.515837 s]
/proc/loadavg: 2.00 2.00 1.93 4/73 17245
/proc/meminfo: memFree=1844864/2055920 swapFree=4191892/4192956
[pid=17244] ppid=17242 vsize=915328 CPUtime=0.32
/proc/17244/stat : 17244 (java) R 17242 17244 16548 0 -1 0 5622 0 1 0 29 3 0 0 24 0 8 0 184146708 937295872 5361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 228832 5362 2085 14 0 215302 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 915328

[startup+1.33893 s]
/proc/loadavg: 2.08 2.02 1.94 3/80 17252
/proc/meminfo: memFree=1820680/2055920 swapFree=4191892/4192956
[pid=17244] ppid=17242 vsize=915552 CPUtime=1.14
/proc/17244/stat : 17244 (java) R 17242 17244 16548 0 -1 0 8814 0 1 0 108 6 0 0 25 0 8 0 184146708 937525248 8552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073859414 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 228888 8552 2524 14 0 215358 0
[pid=17244/tid=17246] ppid=17242 vsize=915552 CPUtime=0.03
/proc/17244/task/17246/stat : 17246 (java) S 17242 17244 16548 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 184146729 937525248 8552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17247] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17247/stat : 17247 (java) S 17242 17244 16548 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 8552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17248] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17248/stat : 17248 (java) S 17242 17244 16548 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184146729 937525248 8552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17249] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17249/stat : 17249 (java) S 17242 17244 16548 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184146732 937525248 8552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17250] ppid=17242 vsize=915552 CPUtime=0.2
/proc/17244/task/17250/stat : 17250 (java) S 17242 17244 16548 0 -1 64 386 0 0 0 20 0 0 0 15 0 8 0 184146732 937525248 8552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17251] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17251/stat : 17251 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184146733 937525248 8552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17252] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17252/stat : 17252 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184146733 937525248 8552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 915552

[startup+2.98911 s]
/proc/loadavg: 2.08 2.02 1.94 3/80 17252
/proc/meminfo: memFree=1819848/2055920 swapFree=4191892/4192956
[pid=17244] ppid=17242 vsize=915552 CPUtime=2.79
/proc/17244/stat : 17244 (java) R 17242 17244 16548 0 -1 0 9108 0 1 0 272 7 0 0 25 0 8 0 184146708 937525248 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838118 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 228888 8844 2524 14 0 215358 0
[pid=17244/tid=17246] ppid=17242 vsize=915552 CPUtime=0.03
/proc/17244/task/17246/stat : 17246 (java) S 17242 17244 16548 0 -1 64 300 0 0 0 3 0 0 0 17 0 8 0 184146729 937525248 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17247] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17247/stat : 17247 (java) S 17242 17244 16548 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17248] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17248/stat : 17248 (java) S 17242 17244 16548 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184146729 937525248 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17249] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17249/stat : 17249 (java) S 17242 17244 16548 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184146732 937525248 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17250] ppid=17242 vsize=915552 CPUtime=0.24
/proc/17244/task/17250/stat : 17250 (java) S 17242 17244 16548 0 -1 64 403 0 0 0 23 1 0 0 16 0 8 0 184146732 937525248 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17251] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17251/stat : 17251 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184146733 937525248 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17252] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17252/stat : 17252 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184146733 937525248 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 915552

[startup+6.26848 s]
/proc/loadavg: 2.08 2.02 1.94 3/80 17252
/proc/meminfo: memFree=1816648/2055920 swapFree=4191892/4192956
[pid=17244] ppid=17242 vsize=915552 CPUtime=6.05
/proc/17244/stat : 17244 (java) R 17242 17244 16548 0 -1 0 9872 0 1 0 598 7 0 0 25 0 8 0 184146708 937525248 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839648 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 228888 9607 2524 14 0 215358 0
[pid=17244/tid=17246] ppid=17242 vsize=915552 CPUtime=0.03
/proc/17244/task/17246/stat : 17246 (java) S 17242 17244 16548 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 184146729 937525248 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17247] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17247/stat : 17247 (java) S 17242 17244 16548 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17248] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17248/stat : 17248 (java) S 17242 17244 16548 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184146729 937525248 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17249] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17249/stat : 17249 (java) S 17242 17244 16548 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184146732 937525248 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17250] ppid=17242 vsize=915552 CPUtime=0.24
/proc/17244/task/17250/stat : 17250 (java) S 17242 17244 16548 0 -1 64 404 0 0 0 23 1 0 0 16 0 8 0 184146732 937525248 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17251] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17251/stat : 17251 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184146733 937525248 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17252] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17252/stat : 17252 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184146733 937525248 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 915552

[startup+12.7552 s]
/proc/loadavg: 1.99 2.00 1.93 3/88 17323
/proc/meminfo: memFree=1809368/2055920 swapFree=4191892/4192956
[pid=17244] ppid=17242 vsize=915552 CPUtime=12.52
/proc/17244/stat : 17244 (java) R 17242 17244 16548 0 -1 0 11231 0 1 0 1243 9 0 0 25 0 8 0 184146708 937525248 10966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838856 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 228888 10966 2524 14 0 215358 0
[pid=17244/tid=17246] ppid=17242 vsize=915552 CPUtime=0.03
/proc/17244/task/17246/stat : 17246 (java) S 17242 17244 16548 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 184146729 937525248 10966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17247] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17247/stat : 17247 (java) S 17242 17244 16548 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 10966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17248] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17248/stat : 17248 (java) S 17242 17244 16548 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184146729 937525248 10966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17249] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17249/stat : 17249 (java) S 17242 17244 16548 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184146732 937525248 10966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17250] ppid=17242 vsize=915552 CPUtime=0.24
/proc/17244/task/17250/stat : 17250 (java) S 17242 17244 16548 0 -1 64 404 0 0 0 23 1 0 0 16 0 8 0 184146732 937525248 10966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17251] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17251/stat : 17251 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184146733 937525248 10966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17252] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17252/stat : 17252 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184146733 937525248 10966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 915552

[startup+25.6076 s]
/proc/loadavg: 1.99 2.00 1.93 3/88 17323
/proc/meminfo: memFree=1792280/2055920 swapFree=4191892/4192956
[pid=17244] ppid=17242 vsize=915552 CPUtime=25.36
/proc/17244/stat : 17244 (java) R 17242 17244 16548 0 -1 0 13916 0 1 0 2526 10 0 0 25 0 8 0 184146708 937525248 13651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073859417 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 228888 13651 2524 14 0 215358 0
[pid=17244/tid=17246] ppid=17242 vsize=915552 CPUtime=0.03
/proc/17244/task/17246/stat : 17246 (java) S 17242 17244 16548 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 184146729 937525248 13651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17247] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17247/stat : 17247 (java) S 17242 17244 16548 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 13651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17248] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17248/stat : 17248 (java) S 17242 17244 16548 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184146729 937525248 13651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17249] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17249/stat : 17249 (java) S 17242 17244 16548 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184146732 937525248 13651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17250] ppid=17242 vsize=915552 CPUtime=0.24
/proc/17244/task/17250/stat : 17250 (java) S 17242 17244 16548 0 -1 64 404 0 0 0 23 1 0 0 16 0 8 0 184146732 937525248 13651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17251] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17251/stat : 17251 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184146733 937525248 13651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17252] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17252/stat : 17252 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184146733 937525248 13651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915552

[startup+51.2305 s]
/proc/loadavg: 1.99 2.00 1.93 3/88 17323
/proc/meminfo: memFree=1757912/2055920 swapFree=4191892/4192956
[pid=17244] ppid=17242 vsize=915552 CPUtime=50.95
/proc/17244/stat : 17244 (java) R 17242 17244 16548 0 -1 0 22340 0 1 0 5082 13 0 0 25 0 8 0 184146708 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073866152 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 228888 22074 2528 14 0 215358 0
[pid=17244/tid=17246] ppid=17242 vsize=915552 CPUtime=0.14
/proc/17244/task/17246/stat : 17246 (java) S 17242 17244 16548 0 -1 64 5322 0 0 0 12 2 0 0 16 0 8 0 184146729 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17247] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17247/stat : 17247 (java) S 17242 17244 16548 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17248] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17248/stat : 17248 (java) S 17242 17244 16548 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17249] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17249/stat : 17249 (java) S 17242 17244 16548 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184146732 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17250] ppid=17242 vsize=915552 CPUtime=0.24
/proc/17244/task/17250/stat : 17250 (java) S 17242 17244 16548 0 -1 64 405 0 0 0 23 1 0 0 16 0 8 0 184146732 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17251] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17251/stat : 17251 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184146733 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17252] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17252/stat : 17252 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184146733 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 915552

[startup+102.485 s]
/proc/loadavg: 1.99 2.00 1.93 3/88 17323
/proc/meminfo: memFree=1728600/2055920 swapFree=4191892/4192956
[pid=17244] ppid=17242 vsize=915552 CPUtime=102.15
/proc/17244/stat : 17244 (java) R 17242 17244 16548 0 -1 0 29690 0 1 0 10199 16 0 0 25 0 8 0 184146708 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839528 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 228888 29423 2528 14 0 215358 0
[pid=17244/tid=17246] ppid=17242 vsize=915552 CPUtime=0.31
/proc/17244/task/17246/stat : 17246 (java) S 17242 17244 16548 0 -1 64 12671 0 0 0 27 4 0 0 16 0 8 0 184146729 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17247] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17247/stat : 17247 (java) S 17242 17244 16548 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17248] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17248/stat : 17248 (java) S 17242 17244 16548 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17249] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17249/stat : 17249 (java) S 17242 17244 16548 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184146732 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17250] ppid=17242 vsize=915552 CPUtime=0.24
/proc/17244/task/17250/stat : 17250 (java) S 17242 17244 16548 0 -1 64 405 0 0 0 23 1 0 0 16 0 8 0 184146732 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17251] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17251/stat : 17251 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184146733 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17252] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17252/stat : 17252 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184146733 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 915552

[startup+162.58 s]
/proc/loadavg: 2.10 2.03 1.94 3/88 17323
/proc/meminfo: memFree=1703832/2055920 swapFree=4191892/4192956
[pid=17244] ppid=17242 vsize=915552 CPUtime=162.2
/proc/17244/stat : 17244 (java) R 17242 17244 16548 0 -1 0 35861 0 1 0 16201 19 0 0 25 0 8 0 184146708 937525248 35593 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839604 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 915552

[startup+1483.65 s]
/proc/loadavg: 2.02 2.02 1.97 3/88 17521
/proc/meminfo: memFree=1222744/2055920 swapFree=4191892/4192956
[pid=17244] ppid=17242 vsize=915552 CPUtime=1481.88
/proc/17244/stat : 17244 (java) R 17242 17244 16548 0 -1 0 155677 0 1 0 148116 72 0 0 25 0 8 0 184146708 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835384 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 228888 155388 2528 14 0 215358 0
[pid=17244/tid=17246] ppid=17242 vsize=915552 CPUtime=4.24
/proc/17244/task/17246/stat : 17246 (java) S 17242 17244 16548 0 -1 64 138636 0 0 0 374 50 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17247] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17247/stat : 17247 (java) S 17242 17244 16548 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17248] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17248/stat : 17248 (java) S 17242 17244 16548 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17249] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17249/stat : 17249 (java) S 17242 17244 16548 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184146732 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17250] ppid=17242 vsize=915552 CPUtime=0.25
/proc/17244/task/17250/stat : 17250 (java) S 17242 17244 16548 0 -1 64 405 0 0 0 24 1 0 0 16 0 8 0 184146732 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17251] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17251/stat : 17251 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184146733 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17252] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17252/stat : 17252 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184146733 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 915552

[startup+1543.68 s]
/proc/loadavg: 2.00 2.01 1.97 3/88 17521
/proc/meminfo: memFree=1222744/2055920 swapFree=4191892/4192956
[pid=17244] ppid=17242 vsize=915552 CPUtime=1541.85
/proc/17244/stat : 17244 (java) R 17242 17244 16548 0 -1 0 155677 0 1 0 154113 72 0 0 25 0 8 0 184146708 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336160 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 228888 155388 2528 14 0 215358 0
[pid=17244/tid=17246] ppid=17242 vsize=915552 CPUtime=4.24
/proc/17244/task/17246/stat : 17246 (java) S 17242 17244 16548 0 -1 64 138636 0 0 0 374 50 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17247] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17247/stat : 17247 (java) S 17242 17244 16548 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17248] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17248/stat : 17248 (java) S 17242 17244 16548 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17249] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17249/stat : 17249 (java) S 17242 17244 16548 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184146732 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17250] ppid=17242 vsize=915552 CPUtime=0.25
/proc/17244/task/17250/stat : 17250 (java) S 17242 17244 16548 0 -1 64 405 0 0 0 24 1 0 0 16 0 8 0 184146732 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17251] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17251/stat : 17251 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184146733 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17252] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17252/stat : 17252 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184146733 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 915552

[startup+1603.71 s]
/proc/loadavg: 2.04 2.02 1.98 3/88 17521
/proc/meminfo: memFree=1222744/2055920 swapFree=4191892/4192956
[pid=17244] ppid=17242 vsize=915552 CPUtime=1601.85
/proc/17244/stat : 17244 (java) R 17242 17244 16548 0 -1 0 155677 0 1 0 160112 73 0 0 25 0 8 0 184146708 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839568 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 228888 155388 2528 14 0 215358 0
[pid=17244/tid=17246] ppid=17242 vsize=915552 CPUtime=4.24
/proc/17244/task/17246/stat : 17246 (java) S 17242 17244 16548 0 -1 64 138636 0 0 0 374 50 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17247] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17247/stat : 17247 (java) S 17242 17244 16548 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17248] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17248/stat : 17248 (java) S 17242 17244 16548 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17249] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17249/stat : 17249 (java) S 17242 17244 16548 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184146732 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17250] ppid=17242 vsize=915552 CPUtime=0.25
/proc/17244/task/17250/stat : 17250 (java) S 17242 17244 16548 0 -1 64 405 0 0 0 24 1 0 0 16 0 8 0 184146732 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17251] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17251/stat : 17251 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184146733 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17252] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17252/stat : 17252 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184146733 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 915552

[startup+1663.74 s]
/proc/loadavg: 2.01 2.02 1.98 3/88 17521
/proc/meminfo: memFree=1222744/2055920 swapFree=4191892/4192956
[pid=17244] ppid=17242 vsize=915552 CPUtime=1661.81
/proc/17244/stat : 17244 (java) R 17242 17244 16548 0 -1 0 155677 0 1 0 166108 73 0 0 25 0 8 0 184146708 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073849423 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 228888 155388 2528 14 0 215358 0
[pid=17244/tid=17246] ppid=17242 vsize=915552 CPUtime=4.24
/proc/17244/task/17246/stat : 17246 (java) S 17242 17244 16548 0 -1 64 138636 0 0 0 374 50 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17247] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17247/stat : 17247 (java) S 17242 17244 16548 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17248] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17248/stat : 17248 (java) S 17242 17244 16548 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17249] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17249/stat : 17249 (java) S 17242 17244 16548 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184146732 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17250] ppid=17242 vsize=915552 CPUtime=0.25
/proc/17244/task/17250/stat : 17250 (java) S 17242 17244 16548 0 -1 64 405 0 0 0 24 1 0 0 16 0 8 0 184146732 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17251] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17251/stat : 17251 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184146733 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17252] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17252/stat : 17252 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184146733 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 915552

[startup+1723.77 s]
/proc/loadavg: 2.00 2.01 1.98 3/88 17521
/proc/meminfo: memFree=1222680/2055920 swapFree=4191892/4192956
[pid=17244] ppid=17242 vsize=915552 CPUtime=1721.79
/proc/17244/stat : 17244 (java) R 17242 17244 16548 0 -1 0 155677 0 1 0 172106 73 0 0 25 0 8 0 184146708 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073851744 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 228888 155388 2528 14 0 215358 0
[pid=17244/tid=17246] ppid=17242 vsize=915552 CPUtime=4.24
/proc/17244/task/17246/stat : 17246 (java) S 17242 17244 16548 0 -1 64 138636 0 0 0 374 50 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17247] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17247/stat : 17247 (java) S 17242 17244 16548 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17248] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17248/stat : 17248 (java) S 17242 17244 16548 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17249] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17249/stat : 17249 (java) S 17242 17244 16548 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184146732 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17250] ppid=17242 vsize=915552 CPUtime=0.25
/proc/17244/task/17250/stat : 17250 (java) S 17242 17244 16548 0 -1 64 405 0 0 0 24 1 0 0 16 0 8 0 184146732 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17251] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17251/stat : 17251 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184146733 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17252] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17252/stat : 17252 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184146733 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 915552

[startup+1783.8 s]
/proc/loadavg: 2.00 2.00 1.98 3/88 17521
/proc/meminfo: memFree=1222680/2055920 swapFree=4191892/4192956
[pid=17244] ppid=17242 vsize=915552 CPUtime=1781.76
/proc/17244/stat : 17244 (java) R 17242 17244 16548 0 -1 0 155677 0 1 0 178103 73 0 0 25 0 8 0 184146708 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839670 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 228888 155388 2528 14 0 215358 0
[pid=17244/tid=17246] ppid=17242 vsize=915552 CPUtime=4.24
/proc/17244/task/17246/stat : 17246 (java) S 17242 17244 16548 0 -1 64 138636 0 0 0 374 50 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17247] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17247/stat : 17247 (java) S 17242 17244 16548 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17248] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17248/stat : 17248 (java) S 17242 17244 16548 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17249] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17249/stat : 17249 (java) S 17242 17244 16548 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184146732 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17250] ppid=17242 vsize=915552 CPUtime=0.25
/proc/17244/task/17250/stat : 17250 (java) S 17242 17244 16548 0 -1 64 405 0 0 0 24 1 0 0 16 0 8 0 184146732 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17251] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17251/stat : 17251 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184146733 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17252] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17252/stat : 17252 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184146733 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 915552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.12 s]
/proc/loadavg: 2.00 2.00 1.98 3/88 17521
/proc/meminfo: memFree=1222680/2055920 swapFree=4191892/4192956
[pid=17244] ppid=17242 vsize=915552 CPUtime=1800.06
/proc/17244/stat : 17244 (java) R 17242 17244 16548 0 -1 0 155677 0 1 0 179933 73 0 0 25 0 8 0 184146708 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839673 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17244/statm: 228888 155388 2528 14 0 215358 0
[pid=17244/tid=17246] ppid=17242 vsize=915552 CPUtime=4.24
/proc/17244/task/17246/stat : 17246 (java) S 17242 17244 16548 0 -1 64 138636 0 0 0 374 50 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17247] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17247/stat : 17247 (java) S 17242 17244 16548 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17248] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17248/stat : 17248 (java) S 17242 17244 16548 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184146729 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17249] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17249/stat : 17249 (java) S 17242 17244 16548 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184146732 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17250] ppid=17242 vsize=915552 CPUtime=0.25
/proc/17244/task/17250/stat : 17250 (java) S 17242 17244 16548 0 -1 64 405 0 0 0 24 1 0 0 16 0 8 0 184146732 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17251] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17251/stat : 17251 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184146733 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17244/tid=17252] ppid=17242 vsize=915552 CPUtime=0
/proc/17244/task/17252/stat : 17252 (java) S 17242 17244 16548 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184146733 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915552

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

Child status: 143
Real time (s): 1802.25
CPU time (s): 1800.19
CPU user time (s): 1799.36
CPU system time (s): 0.822874
CPU usage (%): 99.8855
Max. virtual memory (cumulated for all children) (KiB): 915552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.822874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155694
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= 37884
involuntary context switches= 45104

runsolver used 2.17667 s user time and 5.88711 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Tue Jan  9 15:44:35 UTC 2007


IDJOB= 238623
IDBENCH= 7012
FILE ID= node42/238623-1168357475

PBS_JOBID= 3503938

Free space on /tmp= 66560 MiB

BENCH NAME= HOME/pub/bench/CPAI06/blackHole/BH-4-7/BlackHole-4-7-e-7_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/238623-1168357475/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-238623-1168357475 -o ROOT/results/node42/solver-238623-1168357475 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/238623-1168357475/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  49462887fa16db92b55fcd3ad886dec7

RANDOM SEED= 980646046

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.229
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.229
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:       1845344 kB
Buffers:         23784 kB
Cached:         111044 kB
SwapCached:        492 kB
Active:          86952 kB
Inactive:        71292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845344 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            1736 kB
Writeback:           0 kB
Mapped:          35612 kB
Slab:            37880 kB
Committed_AS:  4095204 kB
PageTables:       1740 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= 66563 MiB



End job on node42 on Tue Jan  9 16:14:37 UTC 2007