Trace number 238737

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.17 1802.17

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-h-6_ext.xml
MD5SUM8183bb1a91a27ffba76f8637e9fa0270
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/238737-1168359042/unknown.xml
0.40	   
0.40	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.45	     nbVariables=112  nbDomainTypes=4  minDomainSize=1  maxDomainSize=28
0.45	       =>  wckTime=0.131  cpuTime=0.09  mem=6M951
0.45	   
0.45	   relations being loaded...
0.47	   
0.47	   constraints being loaded...
0.65	     nbConstraints=1261  nbRelationTypes=9  nbSingletonDomainVariables=3  nbDisconnectedVariables=1
0.65	     nbExtensionStructures=9  nbSharedExtensionStructures=1252  nbConflictsStructures=9
0.65	     nbSharedConflictsStructures=1252  nbSharedBinaryRepresentations=204  maxDegree=56  maxArity=2
0.65	       =>  wckTime=0.331  cpuTime=0.21  mem=11M860
0.69	   
0.69	   solver IterativeSystematicSolver being built... 
0.85	       =>  wckTime=0.533  cpuTime=0.33  mem=15M155
0.93	   
0.93	   preprocessing
0.93	     nbConstraintChecks=492263  nbPropagations=1779  nbRevisions=22439  nbUselessRevisions=20603  nbSingletonTests=130
0.93	     nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=280  detectedInconsistency=no
0.93	       =>  wckTime=0.077  cpuTime=0.06  mem=15M155
0.98	   
0.98	   search
0.98	     run=0  nbConstraintChecks=395049  nbPropagations=2956  nbRevisions=40411  nbUselessRevisions=37104
0.98	     nbAssignments=37  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=51  nbRestartNogoods=0  mapSize=10
0.98	     nbInferences=1  nbTooLargeKeys=0
0.98	       =>  wckTime=0.121  cpuTime=0.09  mem=15M155
1.00	   
1.00	   search
1.00	     run=1  nbConstraintChecks=728487  nbPropagations=6865  nbRevisions=95889  nbUselessRevisions=88139
1.00	     nbAssignments=79  nbFailedAssignments=13  nbBacktracks=26  nbVisitedNodes=108  nbRestartNogoods=2  mapSize=24
1.00	     nbInferences=2  nbTooLargeKeys=0
1.00	       =>  wckTime=0.143  cpuTime=0.11  mem=15M155
1.03	   
1.03	   search
1.03	     run=2  nbConstraintChecks=1224918  nbPropagations=12347  nbRevisions=174203  nbUselessRevisions=160039
1.03	     nbAssignments=140  nbFailedAssignments=26  nbBacktracks=52  nbVisitedNodes=198  nbRestartNogoods=3  mapSize=47
1.03	     nbInferences=7  nbTooLargeKeys=0
1.03	       =>  wckTime=0.174  cpuTime=0.14  mem=15M155
1.06	   
1.06	   search
1.06	     run=3  nbConstraintChecks=1657889  nbPropagations=19034  nbRevisions=272296  nbUselessRevisions=250361
1.06	     nbAssignments=216  nbFailedAssignments=46  nbBacktracks=87  nbVisitedNodes=318  nbRestartNogoods=4  mapSize=82
1.06	     nbInferences=11  nbTooLargeKeys=0
1.06	       =>  wckTime=0.202  cpuTime=0.17  mem=15M155
1.10	   
1.10	   search
1.10	     run=4  nbConstraintChecks=2415163  nbPropagations=28258  nbRevisions=406132  nbUselessRevisions=373083
1.10	     nbAssignments=335  nbFailedAssignments=85  nbBacktracks=137  nbVisitedNodes=511  nbRestartNogoods=5  mapSize=127
1.11	     nbInferences=21  nbTooLargeKeys=0
1.11	       =>  wckTime=0.249  cpuTime=0.21  mem=15M155
1.16	   
1.16	   search
1.16	     run=5  nbConstraintChecks=3294731  nbPropagations=40557  nbRevisions=581541  nbUselessRevisions=533437
1.16	     nbAssignments=481  nbFailedAssignments=124  nbBacktracks=212  nbVisitedNodes=740  nbRestartNogoods=10  mapSize=183
1.16	     nbInferences=33  nbTooLargeKeys=0
1.16	       =>  wckTime=0.304  cpuTime=0.27  mem=15M155
1.26	   
1.26	   search
1.26	     run=6  nbConstraintChecks=5012893  nbPropagations=59198  nbRevisions=839236  nbUselessRevisions=767867
1.26	     nbAssignments=755  nbFailedAssignments=191  nbBacktracks=325  nbVisitedNodes=1124  nbRestartNogoods=16  mapSize=267
1.26	     nbInferences=65  nbTooLargeKeys=0
1.26	       =>  wckTime=0.407  cpuTime=0.37  mem=16M130
1.38	   
1.38	   search
1.38	     run=7  nbConstraintChecks=6991801  nbPropagations=85493  nbRevisions=1192132  nbUselessRevisions=1088306
1.38	     nbAssignments=1116  nbFailedAssignments=279  nbBacktracks=497  nbVisitedNodes=1664  nbRestartNogoods=22
1.38	     mapSize=404  nbInferences=113  nbTooLargeKeys=0
1.38	       =>  wckTime=0.527  cpuTime=0.49  mem=16M130
1.58	   
1.58	   search
1.58	     run=8  nbConstraintChecks=10049318  nbPropagations=123303  nbRevisions=1692827  nbUselessRevisions=1541231
1.58	     nbAssignments=1645  nbFailedAssignments=433  nbBacktracks=754  nbVisitedNodes=2553  nbRestartNogoods=25
1.58	     mapSize=632  nbInferences=212  nbTooLargeKeys=0
1.58	       =>  wckTime=0.723  cpuTime=0.67  mem=16M130
1.81	   
1.81	   search
1.81	     run=9  nbConstraintChecks=14096724  nbPropagations=176432  nbRevisions=2389779  nbUselessRevisions=2171017
1.81	     nbAssignments=2330  nbFailedAssignments=671  nbBacktracks=1138  nbVisitedNodes=3708  nbRestartNogoods=34
1.81	     mapSize=986  nbInferences=251  nbTooLargeKeys=0
1.81	       =>  wckTime=0.951  cpuTime=0.89  mem=16M130
2.10	   
2.10	   search
2.10	     run=10  nbConstraintChecks=19228059  nbPropagations=249237  nbRevisions=3336130  nbUselessRevisions=3026078
2.10	     nbAssignments=3395  nbFailedAssignments=955  nbBacktracks=1716  nbVisitedNodes=5370  nbRestartNogoods=40
2.10	     mapSize=1452  nbInferences=388  nbTooLargeKeys=0
2.10	       =>  wckTime=1.25  cpuTime=1.18  mem=16M130
2.51	   
2.51	   search
2.51	     run=11  nbConstraintChecks=26456283  nbPropagations=351708  nbRevisions=4635529  nbUselessRevisions=4198304
2.51	     nbAssignments=4883  nbFailedAssignments=1351  nbBacktracks=2580  nbVisitedNodes=7759  nbRestartNogoods=45
2.51	     mapSize=2121  nbInferences=591  nbTooLargeKeys=0
2.51	       =>  wckTime=1.652  cpuTime=1.59  mem=16M130
3.03	   
3.03	   search
3.03	     run=12  nbConstraintChecks=35349211  nbPropagations=488872  nbRevisions=6374071  nbUselessRevisions=5770437
3.03	     nbAssignments=7325  nbFailedAssignments=1794  nbBacktracks=3878  nbVisitedNodes=11572  nbRestartNogoods=54
3.03	     mapSize=3055  nbInferences=1225  nbTooLargeKeys=0
3.03	       =>  wckTime=2.179  cpuTime=2.11  mem=17M106
3.83	   
3.83	   search
3.83	     run=13  nbConstraintChecks=49140832  nbPropagations=666585  nbRevisions=8777916  nbUselessRevisions=7963190
3.83	     nbAssignments=11076  nbFailedAssignments=2636  nbBacktracks=5824  nbVisitedNodes=17785  nbRestartNogoods=60
3.83	     mapSize=4676  nbInferences=2129  nbTooLargeKeys=0
3.83	       =>  wckTime=2.98  cpuTime=2.91  mem=18M81
4.81	   
4.81	   search
4.81	     run=14  nbConstraintChecks=65605535  nbPropagations=909294  nbRevisions=11988143  nbUselessRevisions=10885203
4.81	     nbAssignments=15698  nbFailedAssignments=3581  nbBacktracks=8745  nbVisitedNodes=24819  nbRestartNogoods=70
4.81	     mapSize=6430  nbInferences=2841  nbTooLargeKeys=0
4.81	       =>  wckTime=3.958  cpuTime=3.88  mem=19M121
6.43	   
6.43	   search
6.43	     run=15  nbConstraintChecks=93625503  nbPropagations=1269917  nbRevisions=16586809  nbUselessRevisions=15051406
6.43	     nbAssignments=22567  nbFailedAssignments=5201  nbBacktracks=13124  nbVisitedNodes=35325  nbRestartNogoods=75
6.43	     mapSize=9129  nbInferences=3669  nbTooLargeKeys=0
6.43	       =>  wckTime=5.575  cpuTime=5.5  mem=20M97
9.65	   
9.65	   search
9.65	     run=16  nbConstraintChecks=150511597  nbPropagations=1786960  nbRevisions=23955330  nbUselessRevisions=21811061
9.65	     nbAssignments=36198  nbFailedAssignments=8431  nbBacktracks=19692  nbVisitedNodes=58857  nbRestartNogoods=78
9.65	     mapSize=15127  nbInferences=7483  nbTooLargeKeys=0
9.65	       =>  wckTime=8.795  cpuTime=8.72  mem=23M22
14.15	   
14.15	   search
14.15	     run=17  nbConstraintChecks=226956446  nbPropagations=2563125  nbRevisions=35108512  nbUselessRevisions=32052666
14.15	     nbAssignments=55777  nbFailedAssignments=12168  nbBacktracks=29544  nbVisitedNodes=91140  nbRestartNogoods=86
14.15	     mapSize=22903  nbInferences=13451  nbTooLargeKeys=0
14.15	       =>  wckTime=13.293  cpuTime=13.21  mem=26M923
21.13	   
21.13	   search
21.13	     run=18  nbConstraintChecks=352002221  nbPropagations=3867212  nbRevisions=52447840  nbUselessRevisions=47836712
21.13	     nbAssignments=80288  nbFailedAssignments=17732  nbBacktracks=44323  nbVisitedNodes=129882  nbRestartNogoods=91
21.13	     mapSize=32903  nbInferences=17582  nbTooLargeKeys=0
21.13	       =>  wckTime=20.277  cpuTime=20.17  mem=32M774
31.56	   
31.56	   search
31.56	     run=19  nbConstraintChecks=535116016  nbPropagations=5621868  nbRevisions=78653277  nbUselessRevisions=71991118
31.56	     nbAssignments=125182  nbFailedAssignments=27056  nbBacktracks=66491  nbVisitedNodes=206421  nbRestartNogoods=99
31.56	     mapSize=53713  nbInferences=30965  nbTooLargeKeys=0
31.56	       =>  wckTime=30.704  cpuTime=30.6  mem=43M50
43.53	   
43.53	   search
43.53	     run=20  nbConstraintChecks=737971035  nbPropagations=8158130  nbRevisions=114944496  nbUselessRevisions=105333581
43.53	     nbAssignments=182248  nbFailedAssignments=36814  nbBacktracks=99746  nbVisitedNodes=294833  nbRestartNogoods=107
43.53	     mapSize=75784  nbInferences=45002  nbTooLargeKeys=0
43.53	       =>  wckTime=42.677  cpuTime=42.44  mem=27M636
69.21	   
69.21	   search
69.21	     run=21  nbConstraintChecks=1185120085  nbPropagations=12374074  nbRevisions=173168793  nbUselessRevisions=158650535
69.21	     nbAssignments=283156  nbFailedAssignments=50007  nbBacktracks=149625  nbVisitedNodes=457233  nbRestartNogoods=117
69.21	     mapSize=116208  nbInferences=82820  nbTooLargeKeys=0
69.21	       =>  wckTime=68.36  cpuTime=68.09  mem=50M567
103.16	   
103.16	   search
103.16	     run=22  nbConstraintChecks=1792593486  nbPropagations=18829636  nbRevisions=260897955  nbUselessRevisions=238867721
103.16	     nbAssignments=421205  nbFailedAssignments=74401  nbBacktracks=224443  nbVisitedNodes=677235  nbRestartNogoods=130
103.16	     mapSize=165904  nbInferences=121602  nbTooLargeKeys=0
103.16	       =>  wckTime=102.31  cpuTime=101.84  mem=54M535
178.80	   
178.80	   search
178.80	     run=23  nbConstraintChecks=3158589808  nbPropagations=30393690  nbRevisions=414281181  nbUselessRevisions=378522289
178.80	     nbAssignments=659832  nbFailedAssignments=110220  nbBacktracks=336672  nbVisitedNodes=1070368  nbRestartNogoods=138
178.80	     mapSize=261254  nbInferences=212163  nbTooLargeKeys=0
178.80	       =>  wckTime=177.943  cpuTime=177.2  mem=82M725
264.01	   
264.01	   search
264.01	     run=24  nbConstraintChecks=4671740593  nbPropagations=47505197  nbRevisions=641573983  nbUselessRevisions=585704926
264.01	     nbAssignments=995964  nbFailedAssignments=164626  nbBacktracks=505015  nbVisitedNodes=1618254  nbRestartNogoods=149
264.01	     mapSize=387519  nbInferences=325509  nbTooLargeKeys=0
264.01	       =>  wckTime=263.157  cpuTime=262.16  mem=131M73
404.81	   
404.81	   search
404.81	     run=25  nbConstraintChecks=7131196783  nbPropagations=73741914  nbRevisions=988727654  nbUselessRevisions=901867970
404.81	     nbAssignments=1523448  nbFailedAssignments=255848  nbBacktracks=757526  nbVisitedNodes=2489324
404.81	     nbRestartNogoods=158  mapSize=590944  nbInferences=509224  nbTooLargeKeys=0
404.81	       =>  wckTime=403.953  cpuTime=402.25  mem=175M701
573.31	   
573.31	   search
573.31	     run=26  nbConstraintChecks=10062754593  nbPropagations=111870877  nbRevisions=1481429125
573.31	     nbUselessRevisions=1349632760  nbAssignments=2219418  nbFailedAssignments=370502  nbBacktracks=1136293
573.31	     nbVisitedNodes=3584222  nbRestartNogoods=176  mapSize=847561  nbInferences=711628  nbTooLargeKeys=0
573.31	       =>  wckTime=572.456  cpuTime=570.0  mem=261M347
874.42	   
874.42	   search
874.42	     run=27  nbConstraintChecks=15341816824  nbPropagations=167215817  nbRevisions=2227212201
874.42	     nbUselessRevisions=2030908232  nbAssignments=3460469  nbFailedAssignments=545593  nbBacktracks=1704444
874.42	     nbVisitedNodes=5637957  nbRestartNogoods=192  mapSize=1335287  nbInferences=1209398  nbTooLargeKeys=0
874.42	       =>  wckTime=873.568  cpuTime=869.83  mem=409M152
1415.28	   
1415.28	   INFO : Stopping hyperNogood (mapSize=1915693, nbTooLargekeys=0, mem=600M229)
1465.68	   
1465.68	   search
1465.68	     run=28  nbConstraintChecks=26195358714  nbPropagations=266183511  nbRevisions=3499931113
1465.68	     nbUselessRevisions=3187437421  nbAssignments=5217219  nbFailedAssignments=891860  nbBacktracks=2556672
1465.68	     nbVisitedNodes=8557193  nbRestartNogoods=207
1465.68	       =>  wckTime=1464.828  cpuTime=1458.94  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/node62/watcher-238737-1168359042 -o ROOT/results/node62/solver-238737-1168359042 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/238737-1168359042/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.92 0.98 0.99 4/70 21214
/proc/meminfo: memFree=1846432/2055920 swapFree=4192812/4192956
[pid=21212] ppid=21203 vsize=1784 CPUtime=0
/proc/21212/stat : 21212 (java) D 21203 21212 21068 0 -1 0 165 0 0 0 0 0 0 0 18 0 1 0 184301941 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/21212/statm: 446 136 102 14 0 91 0

[startup+0.104604 s]
/proc/loadavg: 0.92 0.98 0.99 4/70 21214
/proc/meminfo: memFree=1846432/2055920 swapFree=4192812/4192956
[pid=21212] ppid=21203 vsize=914988 CPUtime=0.08
/proc/21212/stat : 21212 (java) R 21203 21212 21068 0 -1 0 3015 0 1 0 6 2 0 0 23 0 8 0 184301941 936947712 2761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153609733 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21212/statm: 228747 2762 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512684 s]
/proc/loadavg: 0.92 0.98 0.99 4/70 21214
/proc/meminfo: memFree=1846432/2055920 swapFree=4192812/4192956
[pid=21212] ppid=21203 vsize=915328 CPUtime=0.45
/proc/21212/stat : 21212 (java) R 21203 21212 21068 0 -1 0 6282 0 8 0 40 5 0 0 18 0 8 0 184301941 937295872 6028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21212/statm: 228832 6028 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.33385 s]
/proc/loadavg: 0.92 0.98 0.99 3/88 21233
/proc/meminfo: memFree=1808328/2055920 swapFree=4192812/4192956
[pid=21212] ppid=21203 vsize=915552 CPUtime=1.27
/proc/21212/stat : 21212 (java) R 21203 21212 21068 0 -1 0 8823 0 8 0 119 8 0 0 24 0 8 0 184301941 937525248 8568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839531 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21212/statm: 228888 8568 2524 14 0 215358 0
[pid=21212/tid=21219] ppid=21203 vsize=915552 CPUtime=0.03
/proc/21212/task/21219/stat : 21219 (java) S 21203 21212 21068 0 -1 64 301 0 0 0 3 0 0 0 17 0 8 0 184301945 937525248 8568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21221] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21221/stat : 21221 (java) S 21203 21212 21068 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 8568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21222] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21222/stat : 21222 (java) S 21203 21212 21068 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184301946 937525248 8568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21224] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21224/stat : 21224 (java) S 21203 21212 21068 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184301949 937525248 8568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21225] ppid=21203 vsize=915552 CPUtime=0.2
/proc/21212/task/21225/stat : 21225 (java) S 21203 21212 21068 0 -1 64 386 0 0 0 19 1 0 0 15 0 8 0 184301949 937525248 8568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21227] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21227/stat : 21227 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184301949 937525248 8568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21229] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21229/stat : 21229 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184301949 937525248 8568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 915552

[startup+2.97617 s]
/proc/loadavg: 1.01 1.00 1.00 3/88 21233
/proc/meminfo: memFree=1806088/2055920 swapFree=4192812/4192956
[pid=21212] ppid=21203 vsize=915552 CPUtime=2.91
/proc/21212/stat : 21212 (java) R 21203 21212 21068 0 -1 0 9132 0 8 0 283 8 0 0 25 0 8 0 184301941 937525248 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073602170 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21212/statm: 228888 8875 2524 14 0 215358 0
[pid=21212/tid=21219] ppid=21203 vsize=915552 CPUtime=0.03
/proc/21212/task/21219/stat : 21219 (java) S 21203 21212 21068 0 -1 64 301 0 0 0 3 0 0 0 17 0 8 0 184301945 937525248 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21221] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21221/stat : 21221 (java) S 21203 21212 21068 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21222] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21222/stat : 21222 (java) S 21203 21212 21068 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184301946 937525248 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21224] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21224/stat : 21224 (java) S 21203 21212 21068 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184301949 937525248 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21225] ppid=21203 vsize=915552 CPUtime=0.24
/proc/21212/task/21225/stat : 21225 (java) S 21203 21212 21068 0 -1 64 403 0 0 0 22 2 0 0 16 0 8 0 184301949 937525248 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21227] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21227/stat : 21227 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184301949 937525248 8875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21229] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21229/stat : 21229 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184301949 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.91
Current children cumulated vsize (KiB) 915552

[startup+6.27682 s]
/proc/loadavg: 1.01 1.00 1.00 3/88 21233
/proc/meminfo: memFree=1802888/2055920 swapFree=4192812/4192956
[pid=21212] ppid=21203 vsize=915552 CPUtime=6.21
/proc/21212/stat : 21212 (java) R 21203 21212 21068 0 -1 0 9891 0 8 0 612 9 0 0 25 0 8 0 184301941 937525248 9633 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835383 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21212/statm: 228888 9633 2524 14 0 215358 0
[pid=21212/tid=21219] ppid=21203 vsize=915552 CPUtime=0.03
/proc/21212/task/21219/stat : 21219 (java) S 21203 21212 21068 0 -1 64 301 0 0 0 3 0 0 0 16 0 8 0 184301945 937525248 9633 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21221] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21221/stat : 21221 (java) S 21203 21212 21068 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 9633 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21222] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21222/stat : 21222 (java) S 21203 21212 21068 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184301946 937525248 9633 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21224] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21224/stat : 21224 (java) S 21203 21212 21068 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184301949 937525248 9633 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21225] ppid=21203 vsize=915552 CPUtime=0.24
/proc/21212/task/21225/stat : 21225 (java) S 21203 21212 21068 0 -1 64 404 0 0 0 22 2 0 0 16 0 8 0 184301949 937525248 9633 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21227] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21227/stat : 21227 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184301949 937525248 9633 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21229] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21229/stat : 21229 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184301949 937525248 9633 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) 915552

[startup+12.7571 s]
/proc/loadavg: 1.16 1.03 1.01 3/88 21233
/proc/meminfo: memFree=1796936/2055920 swapFree=4192812/4192956
[pid=21212] ppid=21203 vsize=915552 CPUtime=12.69
/proc/21212/stat : 21212 (java) R 21203 21212 21068 0 -1 0 11242 0 8 0 1259 10 0 0 25 0 8 0 184301941 937525248 10984 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839770 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21212/statm: 228888 10984 2524 14 0 215358 0
[pid=21212/tid=21219] ppid=21203 vsize=915552 CPUtime=0.03
/proc/21212/task/21219/stat : 21219 (java) S 21203 21212 21068 0 -1 64 301 0 0 0 3 0 0 0 16 0 8 0 184301945 937525248 10984 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21221] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21221/stat : 21221 (java) S 21203 21212 21068 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 10984 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21222] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21222/stat : 21222 (java) S 21203 21212 21068 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184301946 937525248 10984 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21224] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21224/stat : 21224 (java) S 21203 21212 21068 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184301949 937525248 10984 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21225] ppid=21203 vsize=915552 CPUtime=0.24
/proc/21212/task/21225/stat : 21225 (java) S 21203 21212 21068 0 -1 64 404 0 0 0 22 2 0 0 16 0 8 0 184301949 937525248 10984 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21227] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21227/stat : 21227 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184301949 937525248 10984 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21229] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21229/stat : 21229 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184301949 937525248 10984 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 915552

[startup+25.6256 s]
/proc/loadavg: 1.29 1.06 1.02 3/88 21233
/proc/meminfo: memFree=1786632/2055920 swapFree=4192812/4192956
[pid=21212] ppid=21203 vsize=915552 CPUtime=25.53
/proc/21212/stat : 21212 (java) R 21203 21212 21068 0 -1 0 13944 0 8 0 2542 11 0 0 25 0 8 0 184301941 937525248 13686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839670 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21212/statm: 228888 13686 2524 14 0 215358 0
[pid=21212/tid=21219] ppid=21203 vsize=915552 CPUtime=0.03
/proc/21212/task/21219/stat : 21219 (java) S 21203 21212 21068 0 -1 64 301 0 0 0 3 0 0 0 16 0 8 0 184301945 937525248 13686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21221] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21221/stat : 21221 (java) S 21203 21212 21068 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 13686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21222] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21222/stat : 21222 (java) S 21203 21212 21068 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 184301946 937525248 13686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21224] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21224/stat : 21224 (java) S 21203 21212 21068 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184301949 937525248 13686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21225] ppid=21203 vsize=915552 CPUtime=0.24
/proc/21212/task/21225/stat : 21225 (java) S 21203 21212 21068 0 -1 64 404 0 0 0 22 2 0 0 16 0 8 0 184301949 937525248 13686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21227] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21227/stat : 21227 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184301949 937525248 13686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21229] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21229/stat : 21229 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184301949 937525248 13686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 915552

[startup+51.2477 s]
/proc/loadavg: 1.53 1.14 1.04 3/88 21233
/proc/meminfo: memFree=1752392/2055920 swapFree=4192812/4192956
[pid=21212] ppid=21203 vsize=915552 CPUtime=51.13
/proc/21212/stat : 21212 (java) R 21203 21212 21068 0 -1 0 22333 0 8 0 5098 15 0 0 25 0 8 0 184301941 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073852876 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21212/statm: 228888 22074 2528 14 0 215358 0
[pid=21212/tid=21219] ppid=21203 vsize=915552 CPUtime=0.13
/proc/21212/task/21219/stat : 21219 (java) S 21203 21212 21068 0 -1 64 5323 0 0 0 12 1 0 0 16 0 8 0 184301945 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21221] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21221/stat : 21221 (java) S 21203 21212 21068 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21222] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21222/stat : 21222 (java) S 21203 21212 21068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21224] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21224/stat : 21224 (java) S 21203 21212 21068 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184301949 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21225] ppid=21203 vsize=915552 CPUtime=0.24
/proc/21212/task/21225/stat : 21225 (java) S 21203 21212 21068 0 -1 64 405 0 0 0 22 2 0 0 16 0 8 0 184301949 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21227] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21227/stat : 21227 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184301949 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21229] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21229/stat : 21229 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184301949 937525248 22074 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 915552

[startup+102.487 s]
/proc/loadavg: 1.81 1.28 1.10 3/88 21233
/proc/meminfo: memFree=1722952/2055920 swapFree=4192812/4192956
[pid=21212] ppid=21203 vsize=915552 CPUtime=102.32
/proc/21212/stat : 21212 (java) R 21203 21212 21068 0 -1 0 29683 0 8 0 10214 18 0 0 25 0 8 0 184301941 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838875 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21212/statm: 228888 29423 2528 14 0 215358 0
[pid=21212/tid=21219] ppid=21203 vsize=915552 CPUtime=0.31
/proc/21212/task/21219/stat : 21219 (java) S 21203 21212 21068 0 -1 64 12672 0 0 0 27 4 0 0 16 0 8 0 184301945 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21221] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21221/stat : 21221 (java) S 21203 21212 21068 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21222] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21222/stat : 21222 (java) S 21203 21212 21068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21224] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21224/stat : 21224 (java) S 21203 21212 21068 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184301949 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21225] ppid=21203 vsize=915552 CPUtime=0.24
/proc/21212/task/21225/stat : 21225 (java) S 21203 21212 21068 0 -1 64 405 0 0 0 22 2 0 0 16 0 8 0 184301949 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21227] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21227/stat : 21227 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184301949 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21229] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21229/stat : 21229 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184301949 937525248 29423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 915552

[startup+162.505 s]
/proc/loadavg: 1.93 1.41 1.15 3/88 21233
/proc/meminfo: memFree=1698312/2055920 swapFree=4192812/4192956
[pid=21212] ppid=21203 vsize=915552 CPUtime=162.26
/proc/21212/stat : 21212 (java) R 21203 21212 21068 0 -1 0 35854 0 8 0 16206 20 0 0 25 0 8 0 184301941 937525248 35593 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073852876 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1483.19 s]
/proc/loadavg: 2.06 2.03 1.79 3/88 21235
/proc/meminfo: memFree=1217616/2055920 swapFree=4192812/4192956
[pid=21212] ppid=21203 vsize=915552 CPUtime=1481.52
/proc/21212/stat : 21212 (java) R 21203 21212 21068 0 -1 0 155670 0 8 0 148089 63 0 0 25 0 8 0 184301941 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073863623 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21212/statm: 228888 155388 2528 14 0 215358 0
[pid=21212/tid=21219] ppid=21203 vsize=915552 CPUtime=4.23
/proc/21212/task/21219/stat : 21219 (java) S 21203 21212 21068 0 -1 64 138637 0 0 0 376 47 0 0 16 0 8 0 184301945 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21221] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21221/stat : 21221 (java) S 21203 21212 21068 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21222] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21222/stat : 21222 (java) S 21203 21212 21068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21224] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21224/stat : 21224 (java) S 21203 21212 21068 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21225] ppid=21203 vsize=915552 CPUtime=0.24
/proc/21212/task/21225/stat : 21225 (java) S 21203 21212 21068 0 -1 64 405 0 0 0 22 2 0 0 16 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21227] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21227/stat : 21227 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21229] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21229/stat : 21229 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.52
Current children cumulated vsize (KiB) 915552

[startup+1543.22 s]
/proc/loadavg: 2.02 2.02 1.81 3/88 21235
/proc/meminfo: memFree=1217552/2055920 swapFree=4192812/4192956
[pid=21212] ppid=21203 vsize=915552 CPUtime=1541.49
/proc/21212/stat : 21212 (java) R 21203 21212 21068 0 -1 0 155670 0 8 0 154086 63 0 0 25 0 8 0 184301941 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073887504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21212/statm: 228888 155388 2528 14 0 215358 0
[pid=21212/tid=21219] ppid=21203 vsize=915552 CPUtime=4.23
/proc/21212/task/21219/stat : 21219 (java) S 21203 21212 21068 0 -1 64 138637 0 0 0 376 47 0 0 16 0 8 0 184301945 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21221] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21221/stat : 21221 (java) S 21203 21212 21068 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21222] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21222/stat : 21222 (java) S 21203 21212 21068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21224] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21224/stat : 21224 (java) S 21203 21212 21068 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21225] ppid=21203 vsize=915552 CPUtime=0.24
/proc/21212/task/21225/stat : 21225 (java) S 21203 21212 21068 0 -1 64 405 0 0 0 22 2 0 0 16 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21227] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21227/stat : 21227 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21229] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21229/stat : 21229 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.49
Current children cumulated vsize (KiB) 915552

[startup+1603.23 s]
/proc/loadavg: 2.01 2.01 1.82 3/88 21235
/proc/meminfo: memFree=1217552/2055920 swapFree=4192812/4192956
[pid=21212] ppid=21203 vsize=915552 CPUtime=1601.41
/proc/21212/stat : 21212 (java) R 21203 21212 21068 0 -1 0 155670 0 8 0 160078 63 0 0 25 0 8 0 184301941 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839699 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21212/statm: 228888 155388 2528 14 0 215358 0
[pid=21212/tid=21219] ppid=21203 vsize=915552 CPUtime=4.23
/proc/21212/task/21219/stat : 21219 (java) S 21203 21212 21068 0 -1 64 138637 0 0 0 376 47 0 0 16 0 8 0 184301945 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21221] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21221/stat : 21221 (java) S 21203 21212 21068 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21222] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21222/stat : 21222 (java) S 21203 21212 21068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21224] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21224/stat : 21224 (java) S 21203 21212 21068 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21225] ppid=21203 vsize=915552 CPUtime=0.24
/proc/21212/task/21225/stat : 21225 (java) S 21203 21212 21068 0 -1 64 405 0 0 0 22 2 0 0 16 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21227] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21227/stat : 21227 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21229] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21229/stat : 21229 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.41
Current children cumulated vsize (KiB) 915552

[startup+1663.25 s]
/proc/loadavg: 2.00 2.01 1.82 3/88 21235
/proc/meminfo: memFree=1217552/2055920 swapFree=4192812/4192956
[pid=21212] ppid=21203 vsize=915552 CPUtime=1661.38
/proc/21212/stat : 21212 (java) R 21203 21212 21068 0 -1 0 155670 0 8 0 166075 63 0 0 25 0 8 0 184301941 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073856831 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21212/statm: 228888 155388 2528 14 0 215358 0
[pid=21212/tid=21219] ppid=21203 vsize=915552 CPUtime=4.23
/proc/21212/task/21219/stat : 21219 (java) S 21203 21212 21068 0 -1 64 138637 0 0 0 376 47 0 0 16 0 8 0 184301945 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21221] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21221/stat : 21221 (java) S 21203 21212 21068 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21222] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21222/stat : 21222 (java) S 21203 21212 21068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21224] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21224/stat : 21224 (java) S 21203 21212 21068 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21225] ppid=21203 vsize=915552 CPUtime=0.24
/proc/21212/task/21225/stat : 21225 (java) S 21203 21212 21068 0 -1 64 405 0 0 0 22 2 0 0 16 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21227] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21227/stat : 21227 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21229] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21229/stat : 21229 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.38
Current children cumulated vsize (KiB) 915552

[startup+1723.27 s]
/proc/loadavg: 2.00 2.00 1.83 3/88 21235
/proc/meminfo: memFree=1217488/2055920 swapFree=4192812/4192956
[pid=21212] ppid=21203 vsize=915552 CPUtime=1721.35
/proc/21212/stat : 21212 (java) R 21203 21212 21068 0 -1 0 155670 0 8 0 172072 63 0 0 25 0 8 0 184301941 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336163 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21212/statm: 228888 155388 2528 14 0 215358 0
[pid=21212/tid=21219] ppid=21203 vsize=915552 CPUtime=4.23
/proc/21212/task/21219/stat : 21219 (java) S 21203 21212 21068 0 -1 64 138637 0 0 0 376 47 0 0 16 0 8 0 184301945 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21221] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21221/stat : 21221 (java) S 21203 21212 21068 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21222] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21222/stat : 21222 (java) S 21203 21212 21068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21224] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21224/stat : 21224 (java) S 21203 21212 21068 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21225] ppid=21203 vsize=915552 CPUtime=0.24
/proc/21212/task/21225/stat : 21225 (java) S 21203 21212 21068 0 -1 64 405 0 0 0 22 2 0 0 16 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21227] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21227/stat : 21227 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21229] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21229/stat : 21229 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.35
Current children cumulated vsize (KiB) 915552

[startup+1783.29 s]
/proc/loadavg: 2.00 2.00 1.84 3/88 21235
/proc/meminfo: memFree=1217424/2055920 swapFree=4192812/4192956
[pid=21212] ppid=21203 vsize=915552 CPUtime=1781.29
/proc/21212/stat : 21212 (java) R 21203 21212 21068 0 -1 0 155670 0 8 0 178066 63 0 0 25 0 8 0 184301941 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073851690 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21212/statm: 228888 155388 2528 14 0 215358 0
[pid=21212/tid=21219] ppid=21203 vsize=915552 CPUtime=4.23
/proc/21212/task/21219/stat : 21219 (java) S 21203 21212 21068 0 -1 64 138637 0 0 0 376 47 0 0 16 0 8 0 184301945 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21221] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21221/stat : 21221 (java) S 21203 21212 21068 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21222] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21222/stat : 21222 (java) S 21203 21212 21068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21224] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21224/stat : 21224 (java) S 21203 21212 21068 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21225] ppid=21203 vsize=915552 CPUtime=0.24
/proc/21212/task/21225/stat : 21225 (java) S 21203 21212 21068 0 -1 64 405 0 0 0 22 2 0 0 16 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21227] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21227/stat : 21227 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21229] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21229/stat : 21229 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.29
Current children cumulated vsize (KiB) 915552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.02 s]
/proc/loadavg: 2.00 2.00 1.84 3/88 21235
/proc/meminfo: memFree=1217424/2055920 swapFree=4192812/4192956
[pid=21212] ppid=21203 vsize=915552 CPUtime=1800.02
/proc/21212/stat : 21212 (java) R 21203 21212 21068 0 -1 0 155670 0 8 0 179938 64 0 0 25 0 8 0 184301941 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21212/statm: 228888 155388 2528 14 0 215358 0
[pid=21212/tid=21219] ppid=21203 vsize=915552 CPUtime=4.23
/proc/21212/task/21219/stat : 21219 (java) S 21203 21212 21068 0 -1 64 138637 0 0 0 376 47 0 0 16 0 8 0 184301945 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21221] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21221/stat : 21221 (java) S 21203 21212 21068 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21222] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21222/stat : 21222 (java) S 21203 21212 21068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184301946 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21224] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21224/stat : 21224 (java) S 21203 21212 21068 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21225] ppid=21203 vsize=915552 CPUtime=0.24
/proc/21212/task/21225/stat : 21225 (java) S 21203 21212 21068 0 -1 64 405 0 0 0 22 2 0 0 16 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21227] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21227/stat : 21227 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21212/tid=21229] ppid=21203 vsize=915552 CPUtime=0
/proc/21212/task/21229/stat : 21229 (java) S 21203 21212 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184301949 937525248 155388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 915552

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

Child status: 143
Real time (s): 1802.17
CPU time (s): 1800.17
CPU user time (s): 1799.43
CPU system time (s): 0.730888
CPU usage (%): 99.8889
Max. virtual memory (cumulated for all children) (KiB): 915552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 0.730888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155687
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37897
involuntary context switches= 45371

runsolver used 2.27265 s user time and 5.73213 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Tue Jan  9 16:10:42 UTC 2007


IDJOB= 238737
IDBENCH= 7018
FILE ID= node62/238737-1168359042

PBS_JOBID= 3503987

Free space on /tmp= 66558 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  8183bb1a91a27ffba76f8637e9fa0270

RANDOM SEED= 880314760

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.259
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.259
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:       1847248 kB
Buffers:         18204 kB
Cached:         120584 kB
SwapCached:          0 kB
Active:          94804 kB
Inactive:        64020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2348 kB
Writeback:           0 kB
Mapped:          30184 kB
Slab:            35528 kB
Committed_AS:  4180952 kB
PageTables:       1684 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= 66558 MiB



End job on node62 on Tue Jan  9 16:40:44 UTC 2007