Trace number 238832

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 1815.55

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-e-3_ext.xml
MD5SUM7ed6fd27d2b35eb13d084f6d41d5d9c0
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.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/238832-1168360306/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.40	     nbVariables=112  nbDomainTypes=4  minDomainSize=1  maxDomainSize=28
0.40	       =>  wckTime=0.108  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
0.42	   
0.42	   constraints being loaded...
0.60	     nbConstraints=1261  nbRelationTypes=9  nbSingletonDomainVariables=3  nbDisconnectedVariables=1
0.60	     nbExtensionStructures=9  nbSharedExtensionStructures=1252  nbConflictsStructures=9
0.60	     nbSharedConflictsStructures=1252  nbSharedBinaryRepresentations=204  maxDegree=56  maxArity=2
0.60	       =>  wckTime=0.31  cpuTime=0.21  mem=11M860
0.64	   
0.64	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.513  cpuTime=0.34  mem=15M155
0.89	   
0.89	   preprocessing
0.89	     nbConstraintChecks=492273  nbPropagations=1778  nbRevisions=22437  nbUselessRevisions=20601  nbSingletonTests=130
0.89	     nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=280  detectedInconsistency=no
0.89	       =>  wckTime=0.077  cpuTime=0.05  mem=15M155
0.94	   
0.94	   search
0.94	     run=0  nbConstraintChecks=395049  nbPropagations=2955  nbRevisions=40409  nbUselessRevisions=37102
0.94	     nbAssignments=37  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=51  nbRestartNogoods=0  mapSize=10
0.94	     nbInferences=1  nbTooLargeKeys=0
0.94	       =>  wckTime=0.127  cpuTime=0.08  mem=15M155
0.96	   
0.96	   search
0.96	     run=1  nbConstraintChecks=728487  nbPropagations=6863  nbRevisions=95885  nbUselessRevisions=88135
0.96	     nbAssignments=79  nbFailedAssignments=13  nbBacktracks=26  nbVisitedNodes=108  nbRestartNogoods=2  mapSize=24
0.96	     nbInferences=2  nbTooLargeKeys=0
0.96	       =>  wckTime=0.149  cpuTime=0.1  mem=15M155
0.99	   
0.99	   search
0.99	     run=2  nbConstraintChecks=1224918  nbPropagations=12344  nbRevisions=174197  nbUselessRevisions=160033
0.99	     nbAssignments=140  nbFailedAssignments=26  nbBacktracks=52  nbVisitedNodes=198  nbRestartNogoods=3  mapSize=47
0.99	     nbInferences=7  nbTooLargeKeys=0
0.99	       =>  wckTime=0.18  cpuTime=0.14  mem=15M155
1.02	   
1.02	   search
1.02	     run=3  nbConstraintChecks=1657889  nbPropagations=19030  nbRevisions=272288  nbUselessRevisions=250353
1.02	     nbAssignments=216  nbFailedAssignments=46  nbBacktracks=87  nbVisitedNodes=318  nbRestartNogoods=4  mapSize=82
1.02	     nbInferences=11  nbTooLargeKeys=0
1.02	       =>  wckTime=0.208  cpuTime=0.16  mem=15M155
1.07	   
1.07	   search
1.07	     run=4  nbConstraintChecks=2415163  nbPropagations=28253  nbRevisions=406122  nbUselessRevisions=373073
1.07	     nbAssignments=335  nbFailedAssignments=85  nbBacktracks=137  nbVisitedNodes=511  nbRestartNogoods=5  mapSize=127
1.07	     nbInferences=21  nbTooLargeKeys=0
1.07	       =>  wckTime=0.257  cpuTime=0.21  mem=15M155
1.12	   
1.12	   search
1.12	     run=5  nbConstraintChecks=3294731  nbPropagations=40551  nbRevisions=581529  nbUselessRevisions=533425
1.12	     nbAssignments=481  nbFailedAssignments=124  nbBacktracks=212  nbVisitedNodes=740  nbRestartNogoods=10  mapSize=183
1.12	     nbInferences=33  nbTooLargeKeys=0
1.12	       =>  wckTime=0.311  cpuTime=0.26  mem=15M155
1.23	   
1.23	   search
1.23	     run=6  nbConstraintChecks=5012893  nbPropagations=59191  nbRevisions=839222  nbUselessRevisions=767853
1.23	     nbAssignments=755  nbFailedAssignments=191  nbBacktracks=325  nbVisitedNodes=1124  nbRestartNogoods=16  mapSize=267
1.23	     nbInferences=65  nbTooLargeKeys=0
1.23	       =>  wckTime=0.421  cpuTime=0.36  mem=16M130
1.35	   
1.35	   search
1.35	     run=7  nbConstraintChecks=6991801  nbPropagations=85485  nbRevisions=1192116  nbUselessRevisions=1088290
1.35	     nbAssignments=1116  nbFailedAssignments=279  nbBacktracks=497  nbVisitedNodes=1664  nbRestartNogoods=22
1.35	     mapSize=404  nbInferences=113  nbTooLargeKeys=0
1.35	       =>  wckTime=0.544  cpuTime=0.48  mem=16M130
1.55	   
1.55	   search
1.55	     run=8  nbConstraintChecks=10049318  nbPropagations=123294  nbRevisions=1692809  nbUselessRevisions=1541213
1.55	     nbAssignments=1645  nbFailedAssignments=433  nbBacktracks=754  nbVisitedNodes=2553  nbRestartNogoods=25
1.55	     mapSize=632  nbInferences=212  nbTooLargeKeys=0
1.55	       =>  wckTime=0.741  cpuTime=0.66  mem=16M130
1.78	   
1.78	   search
1.78	     run=9  nbConstraintChecks=14096724  nbPropagations=176422  nbRevisions=2389759  nbUselessRevisions=2170997
1.78	     nbAssignments=2330  nbFailedAssignments=671  nbBacktracks=1138  nbVisitedNodes=3708  nbRestartNogoods=34
1.78	     mapSize=986  nbInferences=251  nbTooLargeKeys=0
1.78	       =>  wckTime=0.973  cpuTime=0.89  mem=16M130
2.09	   
2.09	   search
2.09	     run=10  nbConstraintChecks=19228059  nbPropagations=249226  nbRevisions=3336108  nbUselessRevisions=3026056
2.09	     nbAssignments=3395  nbFailedAssignments=955  nbBacktracks=1716  nbVisitedNodes=5370  nbRestartNogoods=40
2.09	     mapSize=1452  nbInferences=388  nbTooLargeKeys=0
2.09	       =>  wckTime=1.282  cpuTime=1.19  mem=16M130
2.51	   
2.51	   search
2.51	     run=11  nbConstraintChecks=26456283  nbPropagations=351696  nbRevisions=4635505  nbUselessRevisions=4198280
2.51	     nbAssignments=4883  nbFailedAssignments=1351  nbBacktracks=2580  nbVisitedNodes=7759  nbRestartNogoods=45
2.51	     mapSize=2121  nbInferences=591  nbTooLargeKeys=0
2.51	       =>  wckTime=1.696  cpuTime=1.59  mem=16M130
3.04	   
3.04	   search
3.04	     run=12  nbConstraintChecks=35349211  nbPropagations=488859  nbRevisions=6374045  nbUselessRevisions=5770411
3.04	     nbAssignments=7325  nbFailedAssignments=1794  nbBacktracks=3878  nbVisitedNodes=11572  nbRestartNogoods=54
3.04	     mapSize=3055  nbInferences=1225  nbTooLargeKeys=0
3.04	       =>  wckTime=2.228  cpuTime=2.12  mem=17M106
3.86	   
3.86	   search
3.86	     run=13  nbConstraintChecks=49140832  nbPropagations=666571  nbRevisions=8777888  nbUselessRevisions=7963162
3.86	     nbAssignments=11076  nbFailedAssignments=2636  nbBacktracks=5824  nbVisitedNodes=17785  nbRestartNogoods=60
3.86	     mapSize=4676  nbInferences=2129  nbTooLargeKeys=0
3.86	       =>  wckTime=3.048  cpuTime=2.93  mem=18M81
4.86	   
4.86	   search
4.86	     run=14  nbConstraintChecks=65605535  nbPropagations=909279  nbRevisions=11988113  nbUselessRevisions=10885173
4.86	     nbAssignments=15698  nbFailedAssignments=3581  nbBacktracks=8745  nbVisitedNodes=24819  nbRestartNogoods=70
4.86	     mapSize=6430  nbInferences=2841  nbTooLargeKeys=0
4.86	       =>  wckTime=4.047  cpuTime=3.92  mem=19M121
6.50	   
6.50	   search
6.50	     run=15  nbConstraintChecks=93625503  nbPropagations=1269901  nbRevisions=16586777  nbUselessRevisions=15051374
6.50	     nbAssignments=22567  nbFailedAssignments=5201  nbBacktracks=13124  nbVisitedNodes=35325  nbRestartNogoods=75
6.50	     mapSize=9129  nbInferences=3669  nbTooLargeKeys=0
6.50	       =>  wckTime=5.69  cpuTime=5.56  mem=20M97
9.79	   
9.79	   search
9.79	     run=16  nbConstraintChecks=150511597  nbPropagations=1786943  nbRevisions=23955296  nbUselessRevisions=21811027
9.79	     nbAssignments=36198  nbFailedAssignments=8431  nbBacktracks=19692  nbVisitedNodes=58857  nbRestartNogoods=78
9.79	     mapSize=15127  nbInferences=7483  nbTooLargeKeys=0
9.79	       =>  wckTime=8.982  cpuTime=8.83  mem=23M22
14.36	   
14.36	   search
14.36	     run=17  nbConstraintChecks=226956446  nbPropagations=2563107  nbRevisions=35108476  nbUselessRevisions=32052630
14.36	     nbAssignments=55777  nbFailedAssignments=12168  nbBacktracks=29544  nbVisitedNodes=91140  nbRestartNogoods=86
14.36	     mapSize=22903  nbInferences=13451  nbTooLargeKeys=0
14.36	       =>  wckTime=13.55  cpuTime=13.35  mem=26M923
21.52	   
21.52	   search
21.52	     run=18  nbConstraintChecks=352002221  nbPropagations=3867193  nbRevisions=52447802  nbUselessRevisions=47836674
21.52	     nbAssignments=80288  nbFailedAssignments=17732  nbBacktracks=44323  nbVisitedNodes=129882  nbRestartNogoods=91
21.52	     mapSize=32903  nbInferences=17582  nbTooLargeKeys=0
21.52	       =>  wckTime=20.714  cpuTime=20.43  mem=32M774
32.18	   
32.18	   search
32.18	     run=19  nbConstraintChecks=535116016  nbPropagations=5621848  nbRevisions=78653237  nbUselessRevisions=71991078
32.18	     nbAssignments=125182  nbFailedAssignments=27056  nbBacktracks=66491  nbVisitedNodes=206421  nbRestartNogoods=99
32.18	     mapSize=53713  nbInferences=30965  nbTooLargeKeys=0
32.18	       =>  wckTime=31.374  cpuTime=31.02  mem=43M50
44.47	   
44.47	   search
44.47	     run=20  nbConstraintChecks=737971035  nbPropagations=8158109  nbRevisions=114944454  nbUselessRevisions=105333539
44.47	     nbAssignments=182248  nbFailedAssignments=36814  nbBacktracks=99746  nbVisitedNodes=294833  nbRestartNogoods=107
44.47	     mapSize=75784  nbInferences=45002  nbTooLargeKeys=0
44.47	       =>  wckTime=43.658  cpuTime=43.08  mem=27M636
70.78	   
70.78	   search
70.78	     run=21  nbConstraintChecks=1185120085  nbPropagations=12374052  nbRevisions=173168749  nbUselessRevisions=158650491
70.78	     nbAssignments=283156  nbFailedAssignments=50007  nbBacktracks=149625  nbVisitedNodes=457233  nbRestartNogoods=117
70.78	     mapSize=116208  nbInferences=82820  nbTooLargeKeys=0
70.78	       =>  wckTime=69.975  cpuTime=69.18  mem=50M567
105.60	   
105.60	   search
105.60	     run=22  nbConstraintChecks=1792593486  nbPropagations=18829613  nbRevisions=260897909  nbUselessRevisions=238867675
105.60	     nbAssignments=421205  nbFailedAssignments=74401  nbBacktracks=224443  nbVisitedNodes=677235  nbRestartNogoods=130
105.60	     mapSize=165904  nbInferences=121602  nbTooLargeKeys=0
105.60	       =>  wckTime=104.788  cpuTime=103.54  mem=54M535
183.32	   
183.32	   search
183.32	     run=23  nbConstraintChecks=3158589808  nbPropagations=30393666  nbRevisions=414281133  nbUselessRevisions=378522241
183.32	     nbAssignments=659832  nbFailedAssignments=110220  nbBacktracks=336672  nbVisitedNodes=1070368  nbRestartNogoods=138
183.32	     mapSize=261254  nbInferences=212163  nbTooLargeKeys=0
183.32	       =>  wckTime=182.511  cpuTime=180.43  mem=82M725
270.96	   
270.96	   search
270.96	     run=24  nbConstraintChecks=4671740593  nbPropagations=47505172  nbRevisions=641573933  nbUselessRevisions=585704876
270.96	     nbAssignments=995964  nbFailedAssignments=164626  nbBacktracks=505015  nbVisitedNodes=1618254  nbRestartNogoods=149
270.96	     mapSize=387519  nbInferences=325509  nbTooLargeKeys=0
270.96	       =>  wckTime=270.148  cpuTime=267.16  mem=131M73
415.86	   
415.86	   search
415.86	     run=25  nbConstraintChecks=7131196783  nbPropagations=73741888  nbRevisions=988727602  nbUselessRevisions=901867918
415.86	     nbAssignments=1523448  nbFailedAssignments=255848  nbBacktracks=757526  nbVisitedNodes=2489324
415.86	     nbRestartNogoods=158  mapSize=590944  nbInferences=509224  nbTooLargeKeys=0
415.86	       =>  wckTime=415.054  cpuTime=410.26  mem=175M701
589.32	   
589.32	   search
589.32	     run=26  nbConstraintChecks=10062754593  nbPropagations=111870850  nbRevisions=1481429071
589.32	     nbUselessRevisions=1349632706  nbAssignments=2219418  nbFailedAssignments=370502  nbBacktracks=1136293
589.32	     nbVisitedNodes=3584222  nbRestartNogoods=176  mapSize=847561  nbInferences=711628  nbTooLargeKeys=0
589.32	       =>  wckTime=588.508  cpuTime=581.65  mem=261M347
899.35	   
899.35	   search
899.35	     run=27  nbConstraintChecks=15341816824  nbPropagations=167215789  nbRevisions=2227212145
899.35	     nbUselessRevisions=2030908176  nbAssignments=3460469  nbFailedAssignments=545593  nbBacktracks=1704444
899.35	     nbVisitedNodes=5637957  nbRestartNogoods=192  mapSize=1335287  nbInferences=1209398  nbTooLargeKeys=0
899.35	       =>  wckTime=898.545  cpuTime=888.06  mem=409M152
1455.78	   
1455.78	   INFO : Stopping hyperNogood (mapSize=1915693, nbTooLargekeys=0, mem=600M229)
1507.62	   
1507.62	   search
1507.62	     run=28  nbConstraintChecks=26195358714  nbPropagations=266183482  nbRevisions=3499931055
1507.62	     nbUselessRevisions=3187437363  nbAssignments=5217219  nbFailedAssignments=891860  nbBacktracks=2556672
1507.62	     nbVisitedNodes=8557193  nbRestartNogoods=207
1507.62	       =>  wckTime=1506.81  cpuTime=1489.62  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/node76/watcher-238832-1168360306 -o ROOT/results/node76/solver-238832-1168360306 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/238832-1168360306/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.01 2.01 1.84 4/87 3278
/proc/meminfo: memFree=1830216/2055888 swapFree=4095388/4096564
[pid=3277] ppid=3275 vsize=18544 CPUtime=0
/proc/3277/stat : 3277 (runsolver) R 3275 3277 2794 0 -1 4194368 18 0 0 0 0 0 0 0 25 0 1 0 184427677 18989056 281 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 206843737111 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/3277/statm: 4636 281 245 17 0 2626 0

[startup+0.107376 s]
/proc/loadavg: 2.01 2.01 1.84 4/87 3278
/proc/meminfo: memFree=1830216/2055888 swapFree=4095388/4096564
[pid=3277] ppid=3275 vsize=914992 CPUtime=0.08
/proc/3277/stat : 3277 (java) R 3275 3277 2794 0 -1 0 3076 0 1 0 7 1 0 0 25 0 8 0 184427677 936951808 2824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072913355 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3277/statm: 228748 2824 1456 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914992

[startup+0.515454 s]
/proc/loadavg: 2.01 2.01 1.84 4/87 3278
/proc/meminfo: memFree=1830216/2055888 swapFree=4095388/4096564
[pid=3277] ppid=3275 vsize=915332 CPUtime=0.49
/proc/3277/stat : 3277 (java) R 3275 3277 2794 0 -1 0 6517 0 1 0 46 3 0 0 25 0 8 0 184427677 937299968 6258 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072924637 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3277/statm: 228833 6258 2139 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.34361 s]
/proc/loadavg: 2.01 2.01 1.84 3/94 3285
/proc/meminfo: memFree=1805776/2055888 swapFree=4095388/4096564
[pid=3277] ppid=3275 vsize=915556 CPUtime=1.32
/proc/3277/stat : 3277 (java) R 3275 3277 2794 0 -1 0 8837 0 1 0 126 6 0 0 25 0 8 0 184427677 937529344 8577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073847096 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3277/statm: 228889 8577 2525 14 0 215358 0
[pid=3277/tid=3279] ppid=3275 vsize=915556 CPUtime=0.03
/proc/3277/task/3279/stat : 3279 (java) S 3275 3277 2794 0 -1 64 301 0 0 0 3 0 0 0 16 0 8 0 184427680 937529344 8577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3280] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3280/stat : 3280 (java) S 3275 3277 2794 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 8577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3281] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3281/stat : 3281 (java) S 3275 3277 2794 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184427681 937529344 8577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3282] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3282/stat : 3282 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 8577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3283] ppid=3275 vsize=915556 CPUtime=0.23
/proc/3277/task/3283/stat : 3283 (java) S 3275 3277 2794 0 -1 64 387 0 0 0 22 1 0 0 15 0 8 0 184427684 937529344 8577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3284] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3284/stat : 3284 (java) S 3275 3277 2794 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 8577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3285] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3285/stat : 3285 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184427684 937529344 8577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915556

[startup+2.97993 s]
/proc/loadavg: 2.01 2.01 1.84 3/94 3285
/proc/meminfo: memFree=1804944/2055888 swapFree=4095388/4096564
[pid=3277] ppid=3275 vsize=915556 CPUtime=2.94
/proc/3277/stat : 3277 (java) R 3275 3277 2794 0 -1 0 9139 0 1 0 288 6 0 0 25 0 8 0 184427677 937529344 8877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073882308 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3277/statm: 228889 8877 2525 14 0 215358 0
[pid=3277/tid=3279] ppid=3275 vsize=915556 CPUtime=0.03
/proc/3277/task/3279/stat : 3279 (java) S 3275 3277 2794 0 -1 64 301 0 0 0 3 0 0 0 17 0 8 0 184427680 937529344 8877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3280] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3280/stat : 3280 (java) S 3275 3277 2794 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 8877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3281] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3281/stat : 3281 (java) S 3275 3277 2794 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184427681 937529344 8877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3282] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3282/stat : 3282 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 8877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3283] ppid=3275 vsize=915556 CPUtime=0.26
/proc/3277/task/3283/stat : 3283 (java) S 3275 3277 2794 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 184427684 937529344 8877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3284] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3284/stat : 3284 (java) S 3275 3277 2794 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 8877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3285] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3285/stat : 3285 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184427684 937529344 8877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915556

[startup+6.27358 s]
/proc/loadavg: 2.00 2.01 1.84 3/94 3285
/proc/meminfo: memFree=1802072/2055888 swapFree=4095388/4096564
[pid=3277] ppid=3275 vsize=915556 CPUtime=6.21
/proc/3277/stat : 3277 (java) R 3275 3277 2794 0 -1 0 9887 0 1 0 615 6 0 0 25 0 8 0 184427677 937529344 9624 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838409 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3277/statm: 228889 9624 2525 14 0 215358 0
[pid=3277/tid=3279] ppid=3275 vsize=915556 CPUtime=0.03
/proc/3277/task/3279/stat : 3279 (java) S 3275 3277 2794 0 -1 64 301 0 0 0 3 0 0 0 16 0 8 0 184427680 937529344 9624 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3280] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3280/stat : 3280 (java) S 3275 3277 2794 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 9624 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3281] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3281/stat : 3281 (java) S 3275 3277 2794 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184427681 937529344 9624 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3282] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3282/stat : 3282 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 9624 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3283] ppid=3275 vsize=915556 CPUtime=0.26
/proc/3277/task/3283/stat : 3283 (java) S 3275 3277 2794 0 -1 64 405 0 0 0 25 1 0 0 17 0 8 0 184427684 937529344 9624 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3284] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3284/stat : 3284 (java) S 3275 3277 2794 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 9624 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3285] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3285/stat : 3285 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184427684 937529344 9624 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915556

[startup+12.7498 s]
/proc/loadavg: 2.00 2.01 1.84 3/94 3285
/proc/meminfo: memFree=1796696/2055888 swapFree=4095388/4096564
[pid=3277] ppid=3275 vsize=915556 CPUtime=12.63
/proc/3277/stat : 3277 (java) R 3275 3277 2794 0 -1 0 11211 0 1 0 1256 7 0 0 25 0 8 0 184427677 937529344 10948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073851320 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3277/statm: 228889 10948 2525 14 0 215358 0
[pid=3277/tid=3279] ppid=3275 vsize=915556 CPUtime=0.03
/proc/3277/task/3279/stat : 3279 (java) S 3275 3277 2794 0 -1 64 301 0 0 0 3 0 0 0 16 0 8 0 184427680 937529344 10948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3280] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3280/stat : 3280 (java) S 3275 3277 2794 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 10948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3281] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3281/stat : 3281 (java) S 3275 3277 2794 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184427681 937529344 10948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3282] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3282/stat : 3282 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 10948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3283] ppid=3275 vsize=915556 CPUtime=0.26
/proc/3277/task/3283/stat : 3283 (java) S 3275 3277 2794 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 184427684 937529344 10948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3284] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3284/stat : 3284 (java) S 3275 3277 2794 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 10948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3285] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3285/stat : 3285 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184427684 937529344 10948 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915556

[startup+25.5914 s]
/proc/loadavg: 2.00 2.01 1.84 3/94 3285
/proc/meminfo: memFree=1786712/2055888 swapFree=4095388/4096564
[pid=3277] ppid=3275 vsize=915556 CPUtime=25.36
/proc/3277/stat : 3277 (java) R 3275 3277 2794 0 -1 0 13828 0 1 0 2528 8 0 0 25 0 8 0 184427677 937529344 13565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838409 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3277/statm: 228889 13565 2525 14 0 215358 0
[pid=3277/tid=3279] ppid=3275 vsize=915556 CPUtime=0.03
/proc/3277/task/3279/stat : 3279 (java) S 3275 3277 2794 0 -1 64 301 0 0 0 3 0 0 0 16 0 8 0 184427680 937529344 13565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3280] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3280/stat : 3280 (java) S 3275 3277 2794 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 13565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3281] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3281/stat : 3281 (java) S 3275 3277 2794 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184427681 937529344 13565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3282] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3282/stat : 3282 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 13565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3283] ppid=3275 vsize=915556 CPUtime=0.26
/proc/3277/task/3283/stat : 3283 (java) S 3275 3277 2794 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 184427684 937529344 13565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3284] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3284/stat : 3284 (java) S 3275 3277 2794 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 13565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3285] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3285/stat : 3285 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184427684 937529344 13565 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) 915556

[startup+51.2854 s]
/proc/loadavg: 2.07 2.02 1.85 3/94 3285
/proc/meminfo: memFree=1739736/2055888 swapFree=4095388/4096564
[pid=3277] ppid=3275 vsize=915556 CPUtime=50.85
/proc/3277/stat : 3277 (java) R 3275 3277 2794 0 -1 0 22340 0 1 0 5074 11 0 0 25 0 8 0 184427677 937529344 22076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073884764 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3277/statm: 228889 22076 2529 14 0 215358 0
[pid=3277/tid=3279] ppid=3275 vsize=915556 CPUtime=0.14
/proc/3277/task/3279/stat : 3279 (java) S 3275 3277 2794 0 -1 64 5323 0 0 0 13 1 0 0 16 0 8 0 184427680 937529344 22076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3280] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3280/stat : 3280 (java) S 3275 3277 2794 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 22076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3281] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3281/stat : 3281 (java) S 3275 3277 2794 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 22076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3282] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3282/stat : 3282 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 22076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3283] ppid=3275 vsize=915556 CPUtime=0.26
/proc/3277/task/3283/stat : 3283 (java) S 3275 3277 2794 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 184427684 937529344 22076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3284] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3284/stat : 3284 (java) S 3275 3277 2794 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 22076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3285] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3285/stat : 3285 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184427684 937529344 22076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 915556

[startup+102.558 s]
/proc/loadavg: 2.03 2.02 1.85 3/94 3285
/proc/meminfo: memFree=1668248/2055888 swapFree=4095388/4096564
[pid=3277] ppid=3275 vsize=915556 CPUtime=101.7
/proc/3277/stat : 3277 (java) R 3275 3277 2794 0 -1 0 29690 0 1 0 10157 13 0 0 25 0 8 0 184427677 937529344 29425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073851320 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3277/statm: 228889 29425 2529 14 0 215358 0
[pid=3277/tid=3279] ppid=3275 vsize=915556 CPUtime=0.33
/proc/3277/task/3279/stat : 3279 (java) S 3275 3277 2794 0 -1 64 12672 0 0 0 29 4 0 0 16 0 8 0 184427680 937529344 29425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3280] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3280/stat : 3280 (java) S 3275 3277 2794 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 29425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3281] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3281/stat : 3281 (java) S 3275 3277 2794 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 29425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3282] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3282/stat : 3282 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 29425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3283] ppid=3275 vsize=915556 CPUtime=0.26
/proc/3277/task/3283/stat : 3283 (java) S 3275 3277 2794 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 184427684 937529344 29425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3284] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3284/stat : 3284 (java) S 3275 3277 2794 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 29425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3285] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3285/stat : 3285 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184427684 937529344 29425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 915556

[startup+162.56 s]
/proc/loadavg: 2.01 2.01 1.86 3/94 3285
/proc/meminfo: memFree=1668184/2055888 swapFree=4095388/4096564
[pid=3277] ppid=3275 vsize=915556 CPUtime=161.2
/proc/3277/stat : 3277 (java) R 3275 3277 2794 0 -1 0 29690 0 1 0 16107 13 0 0 25 0 8 0 184427677 937529344 29425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073823095 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1411.36
Current children cumulated vsize (KiB) 915556

[startup+1483.34 s]
/proc/loadavg: 2.02 2.03 1.96 3/94 3285
/proc/meminfo: memFree=997912/2055888 swapFree=4095388/4096564
[pid=3277] ppid=3275 vsize=915556 CPUtime=1470.88
/proc/3277/stat : 3277 (java) R 3275 3277 2794 0 -1 0 155676 0 1 0 147024 64 0 0 25 0 8 0 184427677 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839477 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3277/statm: 228889 155390 2529 14 0 215358 0
[pid=3277/tid=3279] ppid=3275 vsize=915556 CPUtime=4.49
/proc/3277/task/3279/stat : 3279 (java) S 3275 3277 2794 0 -1 64 138637 0 0 0 396 53 0 0 16 0 8 0 184427680 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3280] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3280/stat : 3280 (java) S 3275 3277 2794 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3281] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3281/stat : 3281 (java) S 3275 3277 2794 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3282] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3282/stat : 3282 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3283] ppid=3275 vsize=915556 CPUtime=0.26
/proc/3277/task/3283/stat : 3283 (java) S 3275 3277 2794 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3284] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3284/stat : 3284 (java) S 3275 3277 2794 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3285] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3285/stat : 3285 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.88
Current children cumulated vsize (KiB) 915556

[startup+1543.45 s]
/proc/loadavg: 2.00 2.02 1.96 3/94 3285
/proc/meminfo: memFree=997912/2055888 swapFree=4095388/4096564
[pid=3277] ppid=3275 vsize=915556 CPUtime=1530.5
/proc/3277/stat : 3277 (java) R 3275 3277 2794 0 -1 0 155677 0 1 0 152986 64 0 0 25 0 8 0 184427677 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073851329 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3277/statm: 228889 155390 2529 14 0 215358 0
[pid=3277/tid=3279] ppid=3275 vsize=915556 CPUtime=4.49
/proc/3277/task/3279/stat : 3279 (java) S 3275 3277 2794 0 -1 64 138637 0 0 0 396 53 0 0 16 0 8 0 184427680 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3280] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3280/stat : 3280 (java) S 3275 3277 2794 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3281] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3281/stat : 3281 (java) S 3275 3277 2794 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3282] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3282/stat : 3282 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3283] ppid=3275 vsize=915556 CPUtime=0.26
/proc/3277/task/3283/stat : 3283 (java) S 3275 3277 2794 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3284] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3284/stat : 3284 (java) S 3275 3277 2794 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3285] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3285/stat : 3285 (java) R 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.5
Current children cumulated vsize (KiB) 915556

[startup+1603.55 s]
/proc/loadavg: 2.00 2.02 1.96 3/94 3285
/proc/meminfo: memFree=997848/2055888 swapFree=4095388/4096564
[pid=3277] ppid=3275 vsize=915556 CPUtime=1590.11
/proc/3277/stat : 3277 (java) R 3275 3277 2794 0 -1 0 155677 0 1 0 158946 65 0 0 25 0 8 0 184427677 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073886331 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3277/statm: 228889 155390 2529 14 0 215358 0
[pid=3277/tid=3279] ppid=3275 vsize=915556 CPUtime=4.49
/proc/3277/task/3279/stat : 3279 (java) S 3275 3277 2794 0 -1 64 138637 0 0 0 396 53 0 0 16 0 8 0 184427680 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3280] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3280/stat : 3280 (java) S 3275 3277 2794 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3281] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3281/stat : 3281 (java) S 3275 3277 2794 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3282] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3282/stat : 3282 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3283] ppid=3275 vsize=915556 CPUtime=0.26
/proc/3277/task/3283/stat : 3283 (java) S 3275 3277 2794 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3284] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3284/stat : 3284 (java) S 3275 3277 2794 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3285] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3285/stat : 3285 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.11
Current children cumulated vsize (KiB) 915556

[startup+1663.55 s]
/proc/loadavg: 2.00 2.01 1.96 3/94 3285
/proc/meminfo: memFree=997848/2055888 swapFree=4095388/4096564
[pid=3277] ppid=3275 vsize=915556 CPUtime=1649.61
/proc/3277/stat : 3277 (java) R 3275 3277 2794 0 -1 0 155677 0 1 0 164896 65 0 0 25 0 8 0 184427677 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073827385 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3277/statm: 228889 155390 2529 14 0 215358 0
[pid=3277/tid=3279] ppid=3275 vsize=915556 CPUtime=4.49
/proc/3277/task/3279/stat : 3279 (java) S 3275 3277 2794 0 -1 64 138637 0 0 0 396 53 0 0 16 0 8 0 184427680 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3280] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3280/stat : 3280 (java) S 3275 3277 2794 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3281] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3281/stat : 3281 (java) S 3275 3277 2794 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3282] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3282/stat : 3282 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3283] ppid=3275 vsize=915556 CPUtime=0.26
/proc/3277/task/3283/stat : 3283 (java) S 3275 3277 2794 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3284] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3284/stat : 3284 (java) S 3275 3277 2794 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3285] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3285/stat : 3285 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.61
Current children cumulated vsize (KiB) 915556

[startup+1723.65 s]
/proc/loadavg: 2.00 2.01 1.96 3/94 3285
/proc/meminfo: memFree=997848/2055888 swapFree=4095388/4096564
[pid=3277] ppid=3275 vsize=915556 CPUtime=1709.24
/proc/3277/stat : 3277 (java) R 3275 3277 2794 0 -1 0 155677 0 1 0 170859 65 0 0 25 0 8 0 184427677 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834243 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3277/statm: 228889 155390 2529 14 0 215358 0
[pid=3277/tid=3279] ppid=3275 vsize=915556 CPUtime=4.49
/proc/3277/task/3279/stat : 3279 (java) S 3275 3277 2794 0 -1 64 138637 0 0 0 396 53 0 0 16 0 8 0 184427680 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3280] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3280/stat : 3280 (java) S 3275 3277 2794 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3281] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3281/stat : 3281 (java) S 3275 3277 2794 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3282] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3282/stat : 3282 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3283] ppid=3275 vsize=915556 CPUtime=0.26
/proc/3277/task/3283/stat : 3283 (java) S 3275 3277 2794 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3284] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3284/stat : 3284 (java) S 3275 3277 2794 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3285] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3285/stat : 3285 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.24
Current children cumulated vsize (KiB) 915556

[startup+1783.66 s]
/proc/loadavg: 2.07 2.02 1.96 3/100 3401
/proc/meminfo: memFree=996256/2055888 swapFree=4095388/4096564
[pid=3277] ppid=3275 vsize=915556 CPUtime=1768.61
/proc/3277/stat : 3277 (java) R 3275 3277 2794 0 -1 0 155677 0 1 0 176793 68 0 0 25 0 8 0 184427677 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073827496 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3277/statm: 228889 155390 2529 14 0 215358 0
[pid=3277/tid=3279] ppid=3275 vsize=915556 CPUtime=4.49
/proc/3277/task/3279/stat : 3279 (java) S 3275 3277 2794 0 -1 64 138637 0 0 0 396 53 0 0 16 0 8 0 184427680 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3280] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3280/stat : 3280 (java) S 3275 3277 2794 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3281] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3281/stat : 3281 (java) S 3275 3277 2794 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3282] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3282/stat : 3282 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3283] ppid=3275 vsize=915556 CPUtime=0.26
/proc/3277/task/3283/stat : 3283 (java) S 3275 3277 2794 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3284] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3284/stat : 3284 (java) S 3275 3277 2794 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3285] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3285/stat : 3285 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.61
Current children cumulated vsize (KiB) 915556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.43 s]
/proc/loadavg: 2.11 2.03 1.97 4/99 3499
/proc/meminfo: memFree=1034720/2055888 swapFree=4095388/4096564
[pid=3277] ppid=3275 vsize=915556 CPUtime=1800.07
/proc/3277/stat : 3277 (java) R 3275 3277 2794 0 -1 0 155677 0 1 0 179937 70 0 0 25 0 8 0 184427677 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073847040 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3277/statm: 228889 155390 2529 14 0 215358 0
[pid=3277/tid=3279] ppid=3275 vsize=915556 CPUtime=4.49
/proc/3277/task/3279/stat : 3279 (java) S 3275 3277 2794 0 -1 64 138637 0 0 0 396 53 0 0 16 0 8 0 184427680 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3280] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3280/stat : 3280 (java) S 3275 3277 2794 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3281] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3281/stat : 3281 (java) S 3275 3277 2794 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184427681 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3282] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3282/stat : 3282 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3283] ppid=3275 vsize=915556 CPUtime=0.26
/proc/3277/task/3283/stat : 3283 (java) S 3275 3277 2794 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3284] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3284/stat : 3284 (java) S 3275 3277 2794 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3277/tid=3285] ppid=3275 vsize=915556 CPUtime=0
/proc/3277/task/3285/stat : 3285 (java) S 3275 3277 2794 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184427684 937529344 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 915556

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

Child status: 143
Real time (s): 1815.55
CPU time (s): 1800.19
CPU user time (s): 1799.4
CPU system time (s): 0.796878
CPU usage (%): 99.1544
Max. virtual memory (cumulated for all children) (KiB): 915556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.796878
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= 38102
involuntary context switches= 97106

runsolver used 2.07168 s user time and 4.75928 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Tue Jan  9 16:31:46 UTC 2007


IDJOB= 238832
IDBENCH= 7023
FILE ID= node76/238832-1168360306

PBS_JOBID= 3503981

Free space on /tmp= 66643 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7ed6fd27d2b35eb13d084f6d41d5d9c0

RANDOM SEED= 383450153

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1830696 kB
Buffers:         23644 kB
Cached:          85248 kB
SwapCached:        384 kB
Active:         115092 kB
Inactive:        58584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1830696 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:            5180 kB
Writeback:           0 kB
Mapped:          82668 kB
Slab:            36960 kB
Committed_AS:  7640520 kB
PageTables:       1972 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66634 MiB



End job on node76 on Tue Jan  9 17:02:02 UTC 2007