Trace number 238642

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.48

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-h-4_ext.xml
MD5SUM95a5ef5cda51a9050b5581b33f8a5de6
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/238642-1168357728/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.41	     nbVariables=112  nbDomainTypes=4  minDomainSize=1  maxDomainSize=28
0.41	       =>  wckTime=0.113  cpuTime=0.1  mem=6M951
0.41	   
0.41	   relations being loaded...
0.43	   
0.43	   constraints being loaded...
0.61	     nbConstraints=1261  nbRelationTypes=9  nbSingletonDomainVariables=3  nbDisconnectedVariables=1
0.61	     nbExtensionStructures=9  nbSharedExtensionStructures=1252  nbConflictsStructures=9
0.61	     nbSharedConflictsStructures=1252  nbSharedBinaryRepresentations=204  maxDegree=56  maxArity=2
0.61	       =>  wckTime=0.315  cpuTime=0.22  mem=11M860
0.65	   
0.65	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.519  cpuTime=0.36  mem=15M155
0.90	   
0.90	   preprocessing
0.90	     nbConstraintChecks=493183  nbPropagations=1780  nbRevisions=22475  nbUselessRevisions=20639  nbSingletonTests=130
0.90	     nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=280  detectedInconsistency=no
0.90	       =>  wckTime=0.077  cpuTime=0.05  mem=15M155
0.94	   
0.94	   search
0.94	     run=0  nbConstraintChecks=395049  nbPropagations=2957  nbRevisions=40447  nbUselessRevisions=37140
0.94	     nbAssignments=37  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=51  nbRestartNogoods=0  mapSize=10
0.94	     nbInferences=1  nbTooLargeKeys=0
0.94	       =>  wckTime=0.122  cpuTime=0.09  mem=15M155
0.96	   
0.96	   search
0.96	     run=1  nbConstraintChecks=728487  nbPropagations=6867  nbRevisions=95961  nbUselessRevisions=88211
0.96	     nbAssignments=79  nbFailedAssignments=13  nbBacktracks=26  nbVisitedNodes=108  nbRestartNogoods=2  mapSize=24
0.96	     nbInferences=2  nbTooLargeKeys=0
0.96	       =>  wckTime=0.144  cpuTime=0.11  mem=15M155
0.99	   
0.99	   search
0.99	     run=2  nbConstraintChecks=1224918  nbPropagations=12350  nbRevisions=174311  nbUselessRevisions=160147
0.99	     nbAssignments=140  nbFailedAssignments=26  nbBacktracks=52  nbVisitedNodes=198  nbRestartNogoods=3  mapSize=47
1.00	     nbInferences=7  nbTooLargeKeys=0
1.00	       =>  wckTime=0.176  cpuTime=0.14  mem=15M155
1.02	   
1.02	   search
1.02	     run=3  nbConstraintChecks=1657889  nbPropagations=19038  nbRevisions=272440  nbUselessRevisions=250505
1.02	     nbAssignments=216  nbFailedAssignments=46  nbBacktracks=87  nbVisitedNodes=318  nbRestartNogoods=4  mapSize=82
1.02	     nbInferences=11  nbTooLargeKeys=0
1.02	       =>  wckTime=0.204  cpuTime=0.17  mem=15M155
1.07	   
1.07	   search
1.07	     run=4  nbConstraintChecks=2415163  nbPropagations=28263  nbRevisions=406312  nbUselessRevisions=373263
1.07	     nbAssignments=335  nbFailedAssignments=85  nbBacktracks=137  nbVisitedNodes=511  nbRestartNogoods=5  mapSize=127
1.07	     nbInferences=21  nbTooLargeKeys=0
1.07	       =>  wckTime=0.252  cpuTime=0.21  mem=15M155
1.13	   
1.13	   search
1.13	     run=5  nbConstraintChecks=3294731  nbPropagations=40563  nbRevisions=581757  nbUselessRevisions=533653
1.13	     nbAssignments=481  nbFailedAssignments=124  nbBacktracks=212  nbVisitedNodes=740  nbRestartNogoods=10  mapSize=183
1.13	     nbInferences=33  nbTooLargeKeys=0
1.13	       =>  wckTime=0.313  cpuTime=0.27  mem=15M155
1.24	   
1.24	   search
1.24	     run=6  nbConstraintChecks=5012893  nbPropagations=59205  nbRevisions=839488  nbUselessRevisions=768119
1.24	     nbAssignments=755  nbFailedAssignments=191  nbBacktracks=325  nbVisitedNodes=1124  nbRestartNogoods=16  mapSize=267
1.24	     nbInferences=65  nbTooLargeKeys=0
1.24	       =>  wckTime=0.418  cpuTime=0.37  mem=16M130
1.36	   
1.36	   search
1.36	     run=7  nbConstraintChecks=6991801  nbPropagations=85501  nbRevisions=1192420  nbUselessRevisions=1088594
1.36	     nbAssignments=1116  nbFailedAssignments=279  nbBacktracks=497  nbVisitedNodes=1664  nbRestartNogoods=22
1.36	     mapSize=404  nbInferences=113  nbTooLargeKeys=0
1.36	       =>  wckTime=0.54  cpuTime=0.49  mem=16M130
1.56	   
1.56	   search
1.56	     run=8  nbConstraintChecks=10049318  nbPropagations=123312  nbRevisions=1693151  nbUselessRevisions=1541555
1.56	     nbAssignments=1645  nbFailedAssignments=433  nbBacktracks=754  nbVisitedNodes=2553  nbRestartNogoods=25
1.56	     mapSize=632  nbInferences=212  nbTooLargeKeys=0
1.56	       =>  wckTime=0.742  cpuTime=0.67  mem=16M130
1.79	   
1.79	   search
1.79	     run=9  nbConstraintChecks=14096724  nbPropagations=176442  nbRevisions=2390139  nbUselessRevisions=2171377
1.79	     nbAssignments=2330  nbFailedAssignments=671  nbBacktracks=1138  nbVisitedNodes=3708  nbRestartNogoods=34
1.79	     mapSize=986  nbInferences=251  nbTooLargeKeys=0
1.79	       =>  wckTime=0.974  cpuTime=0.9  mem=16M130
2.10	   
2.10	   search
2.10	     run=10  nbConstraintChecks=19228059  nbPropagations=249248  nbRevisions=3336526  nbUselessRevisions=3026474
2.10	     nbAssignments=3395  nbFailedAssignments=955  nbBacktracks=1716  nbVisitedNodes=5370  nbRestartNogoods=40
2.10	     mapSize=1452  nbInferences=388  nbTooLargeKeys=0
2.10	       =>  wckTime=1.277  cpuTime=1.19  mem=16M130
2.51	   
2.51	   search
2.51	     run=11  nbConstraintChecks=26456283  nbPropagations=351720  nbRevisions=4635961  nbUselessRevisions=4198736
2.51	     nbAssignments=4883  nbFailedAssignments=1351  nbBacktracks=2580  nbVisitedNodes=7759  nbRestartNogoods=45
2.51	     mapSize=2121  nbInferences=591  nbTooLargeKeys=0
2.51	       =>  wckTime=1.69  cpuTime=1.6  mem=16M130
3.05	   
3.05	   search
3.05	     run=12  nbConstraintChecks=35349211  nbPropagations=488885  nbRevisions=6374539  nbUselessRevisions=5770905
3.05	     nbAssignments=7325  nbFailedAssignments=1794  nbBacktracks=3878  nbVisitedNodes=11572  nbRestartNogoods=54
3.05	     mapSize=3055  nbInferences=1225  nbTooLargeKeys=0
3.05	       =>  wckTime=2.228  cpuTime=2.13  mem=17M106
3.86	   
3.86	   search
3.86	     run=13  nbConstraintChecks=49140832  nbPropagations=666599  nbRevisions=8778420  nbUselessRevisions=7963694
3.87	     nbAssignments=11076  nbFailedAssignments=2636  nbBacktracks=5824  nbVisitedNodes=17785  nbRestartNogoods=60
3.87	     mapSize=4676  nbInferences=2129  nbTooLargeKeys=0
3.87	       =>  wckTime=3.046  cpuTime=2.94  mem=18M81
4.86	   
4.86	   search
4.86	     run=14  nbConstraintChecks=65605535  nbPropagations=909309  nbRevisions=11988683  nbUselessRevisions=10885743
4.86	     nbAssignments=15698  nbFailedAssignments=3581  nbBacktracks=8745  nbVisitedNodes=24819  nbRestartNogoods=70
4.86	     mapSize=6430  nbInferences=2841  nbTooLargeKeys=0
4.86	       =>  wckTime=4.039  cpuTime=3.92  mem=19M121
6.50	   
6.51	   search
6.51	     run=15  nbConstraintChecks=93625503  nbPropagations=1269933  nbRevisions=16587385  nbUselessRevisions=15051982
6.51	     nbAssignments=22567  nbFailedAssignments=5201  nbBacktracks=13124  nbVisitedNodes=35325  nbRestartNogoods=75
6.51	     mapSize=9129  nbInferences=3669  nbTooLargeKeys=0
6.51	       =>  wckTime=5.686  cpuTime=5.55  mem=20M97
9.78	   
9.78	   search
9.78	     run=16  nbConstraintChecks=150511597  nbPropagations=1786977  nbRevisions=23955942  nbUselessRevisions=21811673
9.78	     nbAssignments=36198  nbFailedAssignments=8431  nbBacktracks=19692  nbVisitedNodes=58857  nbRestartNogoods=78
9.78	     mapSize=15127  nbInferences=7483  nbTooLargeKeys=0
9.78	       =>  wckTime=8.964  cpuTime=8.8  mem=23M22
14.34	   
14.34	   search
14.34	     run=17  nbConstraintChecks=226956446  nbPropagations=2563143  nbRevisions=35109160  nbUselessRevisions=32053314
14.34	     nbAssignments=55777  nbFailedAssignments=12168  nbBacktracks=29544  nbVisitedNodes=91140  nbRestartNogoods=86
14.34	     mapSize=22903  nbInferences=13451  nbTooLargeKeys=0
14.34	       =>  wckTime=13.522  cpuTime=13.33  mem=26M923
21.49	   
21.49	   search
21.49	     run=18  nbConstraintChecks=352002221  nbPropagations=3867231  nbRevisions=52448524  nbUselessRevisions=47837396
21.49	     nbAssignments=80288  nbFailedAssignments=17732  nbBacktracks=44323  nbVisitedNodes=129882  nbRestartNogoods=91
21.49	     mapSize=32903  nbInferences=17582  nbTooLargeKeys=0
21.49	       =>  wckTime=20.667  cpuTime=20.4  mem=32M774
32.12	   
32.12	   search
32.12	     run=19  nbConstraintChecks=535116016  nbPropagations=5621888  nbRevisions=78653997  nbUselessRevisions=71991838
32.12	     nbAssignments=125182  nbFailedAssignments=27056  nbBacktracks=66491  nbVisitedNodes=206421  nbRestartNogoods=99
32.12	     mapSize=53713  nbInferences=30965  nbTooLargeKeys=0
32.12	       =>  wckTime=31.302  cpuTime=30.94  mem=43M50
44.38	   
44.38	   search
44.38	     run=20  nbConstraintChecks=737971035  nbPropagations=8158151  nbRevisions=114945252  nbUselessRevisions=105334337
44.38	     nbAssignments=182248  nbFailedAssignments=36814  nbBacktracks=99746  nbVisitedNodes=294833  nbRestartNogoods=107
44.38	     mapSize=75784  nbInferences=45002  nbTooLargeKeys=0
44.38	       =>  wckTime=43.564  cpuTime=42.99  mem=27M636
70.65	   
70.65	   search
70.65	     run=21  nbConstraintChecks=1185120085  nbPropagations=12374096  nbRevisions=173169585  nbUselessRevisions=158651327
70.65	     nbAssignments=283156  nbFailedAssignments=50007  nbBacktracks=149625  nbVisitedNodes=457233  nbRestartNogoods=117
70.65	     mapSize=116208  nbInferences=82820  nbTooLargeKeys=0
70.65	       =>  wckTime=69.835  cpuTime=69.03  mem=50M567
105.44	   
105.44	   search
105.44	     run=22  nbConstraintChecks=1792593486  nbPropagations=18829659  nbRevisions=260898783  nbUselessRevisions=238868549
105.44	     nbAssignments=421205  nbFailedAssignments=74401  nbBacktracks=224443  nbVisitedNodes=677235  nbRestartNogoods=130
105.44	     mapSize=165904  nbInferences=121602  nbTooLargeKeys=0
105.44	       =>  wckTime=104.62  cpuTime=103.33  mem=54M535
182.86	   
182.86	   search
182.86	     run=23  nbConstraintChecks=3158589808  nbPropagations=30393714  nbRevisions=414282045  nbUselessRevisions=378523153
182.86	     nbAssignments=659832  nbFailedAssignments=110220  nbBacktracks=336672  nbVisitedNodes=1070368  nbRestartNogoods=138
182.86	     mapSize=261254  nbInferences=212163  nbTooLargeKeys=0
182.86	       =>  wckTime=182.038  cpuTime=179.92  mem=82M725
270.34	   
270.34	   search
270.34	     run=24  nbConstraintChecks=4671740593  nbPropagations=47505222  nbRevisions=641574883  nbUselessRevisions=585705826
270.34	     nbAssignments=995964  nbFailedAssignments=164626  nbBacktracks=505015  nbVisitedNodes=1618254  nbRestartNogoods=149
270.34	     mapSize=387519  nbInferences=325509  nbTooLargeKeys=0
270.34	       =>  wckTime=269.522  cpuTime=266.52  mem=131M73
414.72	   
414.72	   search
414.72	     run=25  nbConstraintChecks=7131196783  nbPropagations=73741940  nbRevisions=988728590  nbUselessRevisions=901868906
414.72	     nbAssignments=1523448  nbFailedAssignments=255848  nbBacktracks=757526  nbVisitedNodes=2489324
414.72	     nbRestartNogoods=158  mapSize=590944  nbInferences=509224  nbTooLargeKeys=0
414.72	       =>  wckTime=413.902  cpuTime=409.12  mem=175M701
587.89	   
587.89	   search
587.89	     run=26  nbConstraintChecks=10062754593  nbPropagations=111870904  nbRevisions=1481430097
587.89	     nbUselessRevisions=1349633732  nbAssignments=2219418  nbFailedAssignments=370502  nbBacktracks=1136293
587.89	     nbVisitedNodes=3584222  nbRestartNogoods=176  mapSize=847561  nbInferences=711628  nbTooLargeKeys=0
587.89	       =>  wckTime=587.066  cpuTime=580.23  mem=261M347
897.18	   
897.18	   search
897.18	     run=27  nbConstraintChecks=15341816824  nbPropagations=167215845  nbRevisions=2227213209
897.18	     nbUselessRevisions=2030909240  nbAssignments=3460469  nbFailedAssignments=545593  nbBacktracks=1704444
897.19	     nbVisitedNodes=5637957  nbRestartNogoods=192  mapSize=1335287  nbInferences=1209398  nbTooLargeKeys=0
897.19	       =>  wckTime=896.366  cpuTime=885.74  mem=409M152
1452.99	   
1453.00	   INFO : Stopping hyperNogood (mapSize=1915693, nbTooLargekeys=0, mem=600M229)
1504.72	   
1504.72	   search
1504.72	     run=28  nbConstraintChecks=26195358714  nbPropagations=266183540  nbRevisions=3499932157
1504.72	     nbUselessRevisions=3187438465  nbAssignments=5217219  nbFailedAssignments=891860  nbBacktracks=2556672
1504.72	     nbVisitedNodes=8557193  nbRestartNogoods=207
1504.72	       =>  wckTime=1503.9  cpuTime=1486.65  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/node59/watcher-238642-1168357728 -o ROOT/results/node59/solver-238642-1168357728 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/238642-1168357728/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: 0.93 0.98 0.99 3/82 2679
/proc/meminfo: memFree=1790592/2055920 swapFree=4192812/4192956
[pid=2678] ppid=2676 vsize=18540 CPUtime=0
/proc/2678/stat : 2678 (runsolver) R 2676 2678 2425 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 184170794 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2678/statm: 4635 279 244 17 0 2626 0

[startup+0.103 s]
/proc/loadavg: 0.93 0.98 0.99 3/82 2679
/proc/meminfo: memFree=1790592/2055920 swapFree=4192812/4192956
[pid=2678] ppid=2676 vsize=914988 CPUtime=0.08
/proc/2678/stat : 2678 (java) R 2676 2678 2425 0 -1 0 3020 0 1 0 6 2 0 0 24 0 8 0 184170794 936947712 2766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154008561 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2678/statm: 228747 2766 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511042 s]
/proc/loadavg: 0.93 0.98 0.99 3/82 2679
/proc/meminfo: memFree=1790592/2055920 swapFree=4192812/4192956
[pid=2678] ppid=2676 vsize=915328 CPUtime=0.48
/proc/2678/stat : 2678 (java) R 2676 2678 2425 0 -1 0 6426 0 1 0 44 4 0 0 25 0 8 0 184170794 937295872 6165 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072925640 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2678/statm: 228832 6165 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33312 s]
/proc/loadavg: 0.93 0.98 0.99 3/89 2686
/proc/meminfo: memFree=1766280/2055920 swapFree=4192812/4192956
[pid=2678] ppid=2676 vsize=915552 CPUtime=1.3
/proc/2678/stat : 2678 (java) R 2676 2678 2425 0 -1 0 8836 0 1 0 124 6 0 0 25 0 8 0 184170794 937525248 8574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073852876 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2678/statm: 228888 8574 2524 14 0 215358 0
[pid=2678/tid=2680] ppid=2676 vsize=915552 CPUtime=0.03
/proc/2678/task/2680/stat : 2680 (java) S 2676 2678 2425 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 184170798 937525248 8574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2681] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2681/stat : 2681 (java) S 2676 2678 2425 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 8574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2682] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2682/stat : 2682 (java) S 2676 2678 2425 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184170799 937525248 8574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2683] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2683/stat : 2683 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 184170802 937525248 8574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2684] ppid=2676 vsize=915552 CPUtime=0.21
/proc/2678/task/2684/stat : 2684 (java) S 2676 2678 2425 0 -1 64 387 0 0 0 20 1 0 0 15 0 8 0 184170802 937525248 8574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2685] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2685/stat : 2685 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184170802 937525248 8574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2686] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2686/stat : 2686 (java) S 2676 2678 2425 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184170802 937525248 8574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915552

[startup+2.9813 s]
/proc/loadavg: 0.93 0.98 0.99 3/89 2686
/proc/meminfo: memFree=1765448/2055920 swapFree=4192812/4192956
[pid=2678] ppid=2676 vsize=915552 CPUtime=2.93
/proc/2678/stat : 2678 (java) R 2676 2678 2425 0 -1 0 9139 0 1 0 287 6 0 0 25 0 8 0 184170794 937525248 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835571 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2678/statm: 228888 8875 2524 14 0 215358 0
[pid=2678/tid=2680] ppid=2676 vsize=915552 CPUtime=0.03
/proc/2678/task/2680/stat : 2680 (java) S 2676 2678 2425 0 -1 64 300 0 0 0 3 0 0 0 17 0 8 0 184170798 937525248 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2681] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2681/stat : 2681 (java) S 2676 2678 2425 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2682] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2682/stat : 2682 (java) S 2676 2678 2425 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184170799 937525248 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2683] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2683/stat : 2683 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 184170802 937525248 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2684] ppid=2676 vsize=915552 CPUtime=0.24
/proc/2678/task/2684/stat : 2684 (java) S 2676 2678 2425 0 -1 64 404 0 0 0 23 1 0 0 16 0 8 0 184170802 937525248 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2685] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2685/stat : 2685 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184170802 937525248 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2686] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2686/stat : 2686 (java) S 2676 2678 2425 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184170802 937525248 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915552

[startup+6.26063 s]
/proc/loadavg: 1.01 1.00 1.00 3/89 2686
/proc/meminfo: memFree=1762320/2055920 swapFree=4192812/4192956
[pid=2678] ppid=2676 vsize=915552 CPUtime=6.18
/proc/2678/stat : 2678 (java) R 2676 2678 2425 0 -1 0 9885 0 1 0 612 6 0 0 25 0 8 0 184170794 937525248 9620 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835367 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2678/statm: 228888 9620 2524 14 0 215358 0
[pid=2678/tid=2680] ppid=2676 vsize=915552 CPUtime=0.03
/proc/2678/task/2680/stat : 2680 (java) S 2676 2678 2425 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 184170798 937525248 9620 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2681] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2681/stat : 2681 (java) S 2676 2678 2425 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 9620 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2682] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2682/stat : 2682 (java) S 2676 2678 2425 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184170799 937525248 9620 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2683] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2683/stat : 2683 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 184170802 937525248 9620 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2684] ppid=2676 vsize=915552 CPUtime=0.24
/proc/2678/task/2684/stat : 2684 (java) S 2676 2678 2425 0 -1 64 405 0 0 0 23 1 0 0 17 0 8 0 184170802 937525248 9620 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2685] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2685/stat : 2685 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184170802 937525248 9620 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2686] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2686/stat : 2686 (java) S 2676 2678 2425 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184170802 937525248 9620 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915552

[startup+12.7463 s]
/proc/loadavg: 1.09 1.02 1.01 3/89 2686
/proc/meminfo: memFree=1756816/2055920 swapFree=4192812/4192956
[pid=2678] ppid=2676 vsize=915552 CPUtime=12.62
/proc/2678/stat : 2678 (java) R 2676 2678 2425 0 -1 0 11215 0 1 0 1255 7 0 0 25 0 8 0 184170794 937525248 10950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918514 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2678/statm: 228888 10950 2524 14 0 215358 0
[pid=2678/tid=2680] ppid=2676 vsize=915552 CPUtime=0.03
/proc/2678/task/2680/stat : 2680 (java) S 2676 2678 2425 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 184170798 937525248 10950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2681] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2681/stat : 2681 (java) S 2676 2678 2425 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 10950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2682] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2682/stat : 2682 (java) S 2676 2678 2425 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184170799 937525248 10950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2683] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2683/stat : 2683 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 184170802 937525248 10950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2684] ppid=2676 vsize=915552 CPUtime=0.24
/proc/2678/task/2684/stat : 2684 (java) S 2676 2678 2425 0 -1 64 405 0 0 0 23 1 0 0 16 0 8 0 184170802 937525248 10950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2685] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2685/stat : 2685 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184170802 937525248 10950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2686] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2686/stat : 2686 (java) S 2676 2678 2425 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184170802 937525248 10950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915552

[startup+25.5826 s]
/proc/loadavg: 1.29 1.06 1.02 3/89 2686
/proc/meminfo: memFree=1746768/2055920 swapFree=4192812/4192956
[pid=2678] ppid=2676 vsize=915552 CPUtime=25.34
/proc/2678/stat : 2678 (java) R 2676 2678 2425 0 -1 0 13839 0 1 0 2526 8 0 0 25 0 8 0 184170794 937525248 13574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073905495 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2678/statm: 228888 13574 2524 14 0 215358 0
[pid=2678/tid=2680] ppid=2676 vsize=915552 CPUtime=0.03
/proc/2678/task/2680/stat : 2680 (java) S 2676 2678 2425 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 184170798 937525248 13574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2681] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2681/stat : 2681 (java) S 2676 2678 2425 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 13574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2682] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2682/stat : 2682 (java) S 2676 2678 2425 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184170799 937525248 13574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2683] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2683/stat : 2683 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 184170802 937525248 13574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2684] ppid=2676 vsize=915552 CPUtime=0.24
/proc/2678/task/2684/stat : 2684 (java) S 2676 2678 2425 0 -1 64 405 0 0 0 23 1 0 0 16 0 8 0 184170802 937525248 13574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2685] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2685/stat : 2685 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184170802 937525248 13574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2686] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2686/stat : 2686 (java) S 2676 2678 2425 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184170802 937525248 13574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 915552

[startup+51.1893 s]
/proc/loadavg: 1.53 1.14 1.04 3/89 2686
/proc/meminfo: memFree=1698960/2055920 swapFree=4192812/4192956
[pid=2678] ppid=2676 vsize=915552 CPUtime=50.73
/proc/2678/stat : 2678 (java) R 2676 2678 2425 0 -1 0 22342 0 1 0 5062 11 0 0 25 0 8 0 184170794 937525248 22076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073853265 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2678/statm: 228888 22076 2528 14 0 215358 0
[pid=2678/tid=2680] ppid=2676 vsize=915552 CPUtime=0.14
/proc/2678/task/2680/stat : 2680 (java) S 2676 2678 2425 0 -1 64 5322 0 0 0 13 1 0 0 16 0 8 0 184170798 937525248 22076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2681] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2681/stat : 2681 (java) S 2676 2678 2425 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 22076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2682] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2682/stat : 2682 (java) S 2676 2678 2425 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 22076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2683] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2683/stat : 2683 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 184170802 937525248 22076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2684] ppid=2676 vsize=915552 CPUtime=0.24
/proc/2678/task/2684/stat : 2684 (java) S 2676 2678 2425 0 -1 64 406 0 0 0 23 1 0 0 16 0 8 0 184170802 937525248 22076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2685] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2685/stat : 2685 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184170802 937525248 22076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2686] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2686/stat : 2686 (java) S 2676 2678 2425 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184170802 937525248 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.73
Current children cumulated vsize (KiB) 915552

[startup+102.426 s]
/proc/loadavg: 1.80 1.27 1.09 3/89 2686
/proc/meminfo: memFree=1628880/2055920 swapFree=4192812/4192956
[pid=2678] ppid=2676 vsize=915552 CPUtime=101.54
/proc/2678/stat : 2678 (java) R 2676 2678 2425 0 -1 0 29692 0 1 0 10139 15 0 0 25 0 8 0 184170794 937525248 29425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073866174 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2678/statm: 228888 29425 2528 14 0 215358 0
[pid=2678/tid=2680] ppid=2676 vsize=915552 CPUtime=0.32
/proc/2678/task/2680/stat : 2680 (java) S 2676 2678 2425 0 -1 64 12671 0 0 0 28 4 0 0 16 0 8 0 184170798 937525248 29425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2681] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2681/stat : 2681 (java) S 2676 2678 2425 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 29425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2682] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2682/stat : 2682 (java) S 2676 2678 2425 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 29425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2683] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2683/stat : 2683 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 184170802 937525248 29425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2684] ppid=2676 vsize=915552 CPUtime=0.24
/proc/2678/task/2684/stat : 2684 (java) S 2676 2678 2425 0 -1 64 406 0 0 0 23 1 0 0 16 0 8 0 184170802 937525248 29425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2685] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2685/stat : 2685 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184170802 937525248 29425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2686] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2686/stat : 2686 (java) S 2676 2678 2425 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184170802 937525248 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.54
Current children cumulated vsize (KiB) 915552

[startup+162.499 s]
/proc/loadavg: 1.92 1.40 1.15 3/89 2686
/proc/meminfo: memFree=1628816/2055920 swapFree=4192812/4192956
[pid=2678] ppid=2676 vsize=915552 CPUtime=161.09
/proc/2678/stat : 2678 (java) R 2676 2678 2425 0 -1 0 29692 0 1 0 16094 15 0 0 25 0 8 0 184170794 937525248 29425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073851767 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1483.54 s]
/proc/loadavg: 2.00 2.02 1.79 3/89 2884
/proc/meminfo: memFree=957456/2055920 swapFree=4192812/4192956
[pid=2678] ppid=2676 vsize=915552 CPUtime=1471.01
/proc/2678/stat : 2678 (java) R 2676 2678 2425 0 -1 0 155678 0 1 0 147021 80 0 0 25 0 8 0 184170794 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073857700 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2678/statm: 228888 155390 2528 14 0 215358 0
[pid=2678/tid=2680] ppid=2676 vsize=915552 CPUtime=4.49
/proc/2678/task/2680/stat : 2680 (java) S 2676 2678 2425 0 -1 64 138636 0 0 0 397 52 0 0 16 0 8 0 184170798 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2681] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2681/stat : 2681 (java) S 2676 2678 2425 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2682] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2682/stat : 2682 (java) S 2676 2678 2425 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2683] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2683/stat : 2683 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2684] ppid=2676 vsize=915552 CPUtime=0.24
/proc/2678/task/2684/stat : 2684 (java) S 2676 2678 2425 0 -1 64 406 0 0 0 23 1 0 0 16 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2685] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2685/stat : 2685 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2686] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2686/stat : 2686 (java) S 2676 2678 2425 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1471.01
Current children cumulated vsize (KiB) 915552

[startup+1543.62 s]
/proc/loadavg: 2.00 2.01 1.80 3/89 2884
/proc/meminfo: memFree=957456/2055920 swapFree=4192812/4192956
[pid=2678] ppid=2676 vsize=915552 CPUtime=1530.6
/proc/2678/stat : 2678 (java) R 2676 2678 2425 0 -1 0 155679 0 1 0 152979 81 0 0 25 0 8 0 184170794 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2678/statm: 228888 155390 2528 14 0 215358 0
[pid=2678/tid=2680] ppid=2676 vsize=915552 CPUtime=4.49
/proc/2678/task/2680/stat : 2680 (java) S 2676 2678 2425 0 -1 64 138636 0 0 0 397 52 0 0 16 0 8 0 184170798 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2681] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2681/stat : 2681 (java) S 2676 2678 2425 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2682] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2682/stat : 2682 (java) S 2676 2678 2425 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2683] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2683/stat : 2683 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2684] ppid=2676 vsize=915552 CPUtime=0.24
/proc/2678/task/2684/stat : 2684 (java) S 2676 2678 2425 0 -1 64 406 0 0 0 23 1 0 0 16 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2685] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2685/stat : 2685 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2686] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2686/stat : 2686 (java) S 2676 2678 2425 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184170802 937525248 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.6
Current children cumulated vsize (KiB) 915552

[startup+1603.69 s]
/proc/loadavg: 2.04 2.02 1.82 3/89 2884
/proc/meminfo: memFree=957392/2055920 swapFree=4192812/4192956
[pid=2678] ppid=2676 vsize=915552 CPUtime=1590.15
/proc/2678/stat : 2678 (java) R 2676 2678 2425 0 -1 0 155679 0 1 0 158934 81 0 0 25 0 8 0 184170794 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835550 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2678/statm: 228888 155390 2528 14 0 215358 0
[pid=2678/tid=2680] ppid=2676 vsize=915552 CPUtime=4.49
/proc/2678/task/2680/stat : 2680 (java) S 2676 2678 2425 0 -1 64 138636 0 0 0 397 52 0 0 16 0 8 0 184170798 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2681] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2681/stat : 2681 (java) S 2676 2678 2425 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2682] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2682/stat : 2682 (java) S 2676 2678 2425 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2683] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2683/stat : 2683 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2684] ppid=2676 vsize=915552 CPUtime=0.24
/proc/2678/task/2684/stat : 2684 (java) S 2676 2678 2425 0 -1 64 406 0 0 0 23 1 0 0 16 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2685] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2685/stat : 2685 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2686] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2686/stat : 2686 (java) S 2676 2678 2425 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184170802 937525248 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.15
Current children cumulated vsize (KiB) 915552

[startup+1663.77 s]
/proc/loadavg: 2.17 2.06 1.84 3/89 2884
/proc/meminfo: memFree=957392/2055920 swapFree=4192812/4192956
[pid=2678] ppid=2676 vsize=915552 CPUtime=1649.71
/proc/2678/stat : 2678 (java) R 2676 2678 2425 0 -1 0 155679 0 1 0 164890 81 0 0 25 0 8 0 184170794 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073878644 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2678/statm: 228888 155390 2528 14 0 215358 0
[pid=2678/tid=2680] ppid=2676 vsize=915552 CPUtime=4.49
/proc/2678/task/2680/stat : 2680 (java) S 2676 2678 2425 0 -1 64 138636 0 0 0 397 52 0 0 16 0 8 0 184170798 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2681] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2681/stat : 2681 (java) S 2676 2678 2425 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2682] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2682/stat : 2682 (java) S 2676 2678 2425 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2683] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2683/stat : 2683 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2684] ppid=2676 vsize=915552 CPUtime=0.24
/proc/2678/task/2684/stat : 2684 (java) S 2676 2678 2425 0 -1 64 406 0 0 0 23 1 0 0 16 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2685] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2685/stat : 2685 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2686] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2686/stat : 2686 (java) S 2676 2678 2425 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184170802 937525248 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.71
Current children cumulated vsize (KiB) 915552

[startup+1723.84 s]
/proc/loadavg: 2.10 2.06 1.85 3/89 2884
/proc/meminfo: memFree=957328/2055920 swapFree=4192812/4192956
[pid=2678] ppid=2676 vsize=915552 CPUtime=1709.29
/proc/2678/stat : 2678 (java) R 2676 2678 2425 0 -1 0 155679 0 1 0 170848 81 0 0 25 0 8 0 184170794 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835571 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2678/statm: 228888 155390 2528 14 0 215358 0
[pid=2678/tid=2680] ppid=2676 vsize=915552 CPUtime=4.49
/proc/2678/task/2680/stat : 2680 (java) S 2676 2678 2425 0 -1 64 138636 0 0 0 397 52 0 0 16 0 8 0 184170798 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2681] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2681/stat : 2681 (java) S 2676 2678 2425 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2682] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2682/stat : 2682 (java) S 2676 2678 2425 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2683] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2683/stat : 2683 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2684] ppid=2676 vsize=915552 CPUtime=0.24
/proc/2678/task/2684/stat : 2684 (java) S 2676 2678 2425 0 -1 64 406 0 0 0 23 1 0 0 16 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2685] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2685/stat : 2685 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2686] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2686/stat : 2686 (java) S 2676 2678 2425 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184170802 937525248 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.29
Current children cumulated vsize (KiB) 915552

[startup+1783.92 s]
/proc/loadavg: 2.03 2.05 1.86 3/89 2884
/proc/meminfo: memFree=957328/2055920 swapFree=4192812/4192956
[pid=2678] ppid=2676 vsize=915552 CPUtime=1768.84
/proc/2678/stat : 2678 (java) R 2676 2678 2425 0 -1 0 155679 0 1 0 176803 81 0 0 25 0 8 0 184170794 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073856759 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2678/statm: 228888 155390 2528 14 0 215358 0
[pid=2678/tid=2680] ppid=2676 vsize=915552 CPUtime=4.49
/proc/2678/task/2680/stat : 2680 (java) S 2676 2678 2425 0 -1 64 138636 0 0 0 397 52 0 0 16 0 8 0 184170798 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2681] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2681/stat : 2681 (java) S 2676 2678 2425 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2682] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2682/stat : 2682 (java) S 2676 2678 2425 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2683] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2683/stat : 2683 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2684] ppid=2676 vsize=915552 CPUtime=0.24
/proc/2678/task/2684/stat : 2684 (java) S 2676 2678 2425 0 -1 64 406 0 0 0 23 1 0 0 16 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2685] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2685/stat : 2685 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2686] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2686/stat : 2686 (java) S 2676 2678 2425 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184170802 937525248 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.84
Current children cumulated vsize (KiB) 915552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.33 s]
/proc/loadavg: 2.04 2.04 1.86 3/88 2948
/proc/meminfo: memFree=1007576/2055920 swapFree=4192812/4192956
[pid=2678] ppid=2676 vsize=915552 CPUtime=1800.04
/proc/2678/stat : 2678 (java) R 2676 2678 2425 0 -1 0 155679 0 1 0 179922 82 0 0 25 0 8 0 184170794 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073897042 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2678/statm: 228888 155390 2528 14 0 215358 0
[pid=2678/tid=2680] ppid=2676 vsize=915552 CPUtime=4.49
/proc/2678/task/2680/stat : 2680 (java) S 2676 2678 2425 0 -1 64 138636 0 0 0 397 52 0 0 16 0 8 0 184170798 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2681] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2681/stat : 2681 (java) S 2676 2678 2425 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2682] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2682/stat : 2682 (java) S 2676 2678 2425 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184170799 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2683] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2683/stat : 2683 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2684] ppid=2676 vsize=915552 CPUtime=0.24
/proc/2678/task/2684/stat : 2684 (java) S 2676 2678 2425 0 -1 64 406 0 0 0 23 1 0 0 16 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2685] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2685/stat : 2685 (java) S 2676 2678 2425 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2678/tid=2686] ppid=2676 vsize=915552 CPUtime=0
/proc/2678/task/2686/stat : 2686 (java) S 2676 2678 2425 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184170802 937525248 155390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 915552

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

Child status: 143
Real time (s): 1815.48
CPU time (s): 1800.19
CPU user time (s): 1799.26
CPU system time (s): 0.923859
CPU usage (%): 99.1577
Max. virtual memory (cumulated for all children) (KiB): 915552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.923859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155696
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= 38098
involuntary context switches= 76574

runsolver used 1.83372 s user time and 5.05223 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Tue Jan  9 15:48:49 UTC 2007


IDJOB= 238642
IDBENCH= 7013
FILE ID= node59/238642-1168357728

PBS_JOBID= 3503977

Free space on /tmp= 66556 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  95a5ef5cda51a9050b5581b33f8a5de6

RANDOM SEED= 410794457

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1791072 kB
Buffers:         19676 kB
Cached:         132712 kB
SwapCached:          0 kB
Active:         147844 kB
Inactive:        68420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1791072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5520 kB
Writeback:           0 kB
Mapped:          83008 kB
Slab:            33672 kB
Committed_AS:  4727412 kB
PageTables:       2064 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= 66556 MiB



End job on node59 on Tue Jan  9 16:19:04 UTC 2007