Trace number 199244

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.14 1802.89

General information on the benchmark

NameallIntervalSeries/
series-35.xml
MD5SUM6aeecd6872742eb9c633f873c5a163bd
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.069988
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables69
Number of constraints1190
Maximum constraint arity3
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1190
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/199244-1168071378/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=69  nbDomainTypes=2  minDomainSize=34  maxDomainSize=35
0.42	       =>  wckTime=0.108  cpuTime=0.09  mem=6M951
0.42	   
0.42	   predicates being loaded...
0.43	   
0.43	   constraints being loaded...
0.82	     nbConstraints=1190  nbConvertedConstraints=1156  nbConvertConstraintsChecks=44031  nbExtensionStructures=2
0.82	     nbSharedExtensionStructures=1154  nbConflictsStructures=3  nbSharedConflictsStructures=1187
0.82	     nbSharedBinaryRepresentations=69  nbEvaluationManagers=1  nbSharedEvaluationManagers=33  maxDegree=36  maxArity=3
0.82	       =>  wckTime=0.509  cpuTime=0.36  mem=11M827
0.87	   
0.87	   solver IterativeSystematicSolver being built... 
1.04	       =>  wckTime=0.723  cpuTime=0.5  mem=14M943
1.06	   
1.06	   preprocessing
1.06	     nbConstraintChecks=0  nbPropagations=69  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.06	     detectedInconsistency=no
1.06	       =>  wckTime=0.016  cpuTime=0.01  mem=14M943
1.47	   
1.47	   search
1.47	     run=0  nbConstraintChecks=890169  nbValidityChecks=40086  nbPropagations=1413  nbRevisions=3833
1.47	     nbUselessRevisions=2084  nbAssignments=55  nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=69
1.47	     nbRestartNogoods=0  mapSize=6  nbInferences=0  nbTooLargeKeys=0
1.47	       =>  wckTime=0.43  cpuTime=0.38  mem=14M943
1.68	   
1.68	   search
1.68	     run=1  nbConstraintChecks=1414793  nbValidityChecks=83449  nbPropagations=4272  nbRevisions=12092
1.68	     nbUselessRevisions=6640  nbAssignments=117  nbFailedAssignments=19  nbBacktracks=26  nbVisitedNodes=155
1.68	     nbRestartNogoods=3  mapSize=22  nbInferences=0  nbTooLargeKeys=0
1.68	       =>  wckTime=0.638  cpuTime=0.58  mem=14M943
1.90	   
1.90	   search
1.90	     run=2  nbConstraintChecks=2006679  nbValidityChecks=127254  nbPropagations=8780  nbRevisions=26221
1.90	     nbUselessRevisions=14140  nbAssignments=185  nbFailedAssignments=34  nbBacktracks=49  nbVisitedNodes=249
1.90	     nbRestartNogoods=5  mapSize=37  nbInferences=0  nbTooLargeKeys=0
1.90	       =>  wckTime=0.858  cpuTime=0.8  mem=14M943
2.17	   
2.17	   search
2.17	     run=3  nbConstraintChecks=2680836  nbValidityChecks=181971  nbPropagations=15663  nbRevisions=48270
2.17	     nbUselessRevisions=25472  nbAssignments=284  nbFailedAssignments=61  nbBacktracks=84  nbVisitedNodes=390
2.17	     nbRestartNogoods=7  mapSize=62  nbInferences=0  nbTooLargeKeys=0
2.17	       =>  wckTime=1.12  cpuTime=1.06  mem=14M943
2.47	   
2.47	   search
2.47	     run=4  nbConstraintChecks=3476102  nbValidityChecks=231517  nbPropagations=24367  nbRevisions=77286
2.47	     nbUselessRevisions=40225  nbAssignments=388  nbFailedAssignments=77  nbBacktracks=141  nbVisitedNodes=523
2.47	     nbRestartNogoods=9  mapSize=81  nbInferences=0  nbTooLargeKeys=0
2.47	       =>  wckTime=1.427  cpuTime=1.36  mem=14M943
2.75	   
2.75	   search
2.75	     run=5  nbConstraintChecks=4173674  nbValidityChecks=281455  nbPropagations=35766  nbRevisions=116129
2.75	     nbUselessRevisions=59884  nbAssignments=519  nbFailedAssignments=99  nbBacktracks=222  nbVisitedNodes=697
2.75	     nbRestartNogoods=15  mapSize=112  nbInferences=0  nbTooLargeKeys=0
2.75	       =>  wckTime=1.708  cpuTime=1.64  mem=14M943
3.08	   
3.08	   search
3.08	     run=6  nbConstraintChecks=4967436  nbValidityChecks=340972  nbPropagations=50654  nbRevisions=168890
3.08	     nbUselessRevisions=87043  nbAssignments=728  nbFailedAssignments=158  nbBacktracks=338  nbVisitedNodes=1007
3.08	     nbRestartNogoods=16  mapSize=180  nbInferences=0  nbTooLargeKeys=0
3.08	       =>  wckTime=2.04  cpuTime=1.97  mem=14M943
3.51	   
3.51	   search
3.51	     run=7  nbConstraintChecks=5927444  nbValidityChecks=424724  nbPropagations=71218  nbRevisions=244103
3.51	     nbUselessRevisions=123945  nbAssignments=1023  nbFailedAssignments=245  nbBacktracks=509  nbVisitedNodes=1445
3.51	     nbRestartNogoods=20  mapSize=253  nbInferences=0  nbTooLargeKeys=0
3.51	       =>  wckTime=2.473  cpuTime=2.39  mem=15M918
4.00	   
4.00	   search
4.00	     run=8  nbConstraintChecks=6940373  nbValidityChecks=513003  nbPropagations=99485  nbRevisions=352721
4.00	     nbUselessRevisions=177646  nbAssignments=1423  nbFailedAssignments=354  nbBacktracks=767  nbVisitedNodes=2067
4.00	     nbRestartNogoods=27  mapSize=415  nbInferences=0  nbTooLargeKeys=0
4.00	       =>  wckTime=2.955  cpuTime=2.87  mem=15M918
4.57	   
4.57	   search
4.57	     run=9  nbConstraintChecks=7958690  nbValidityChecks=624004  nbPropagations=137783  nbRevisions=506887
4.57	     nbUselessRevisions=253399  nbAssignments=2005  nbFailedAssignments=517  nbBacktracks=1152  nbVisitedNodes=2968
4.57	     nbRestartNogoods=34  mapSize=623  nbInferences=0  nbTooLargeKeys=0
4.57	       =>  wckTime=3.525  cpuTime=3.41  mem=15M918
5.19	   
5.19	   search
5.19	     run=10  nbConstraintChecks=8955634  nbValidityChecks=769340  nbPropagations=191991  nbRevisions=731928
5.19	     nbUselessRevisions=365673  nbAssignments=2910  nbFailedAssignments=811  nbBacktracks=1730  nbVisitedNodes=4436
5.19	     nbRestartNogoods=41  mapSize=1007  nbInferences=0  nbTooLargeKeys=0
5.19	       =>  wckTime=4.151  cpuTime=4.02  mem=15M918
5.43	   
5.43	   INFO : Stopping hyperNogood (mapSize=1019, nbTooLargekeys=0, mem=15M918)
6.34	   
6.34	   search
6.34	     run=11  nbConstraintChecks=11710224  nbValidityChecks=1032645  nbPropagations=269899  nbRevisions=1065248
6.34	     nbUselessRevisions=526332  nbAssignments=4166  nbFailedAssignments=1171  nbBacktracks=2596  nbVisitedNodes=6358
6.34	     nbRestartNogoods=46
6.34	       =>  wckTime=5.298  cpuTime=5.16  mem=15M918
7.29	   
7.29	   search
7.29	     run=12  nbConstraintChecks=13553348  nbValidityChecks=1312014  nbPropagations=382847  nbRevisions=1564314
7.29	     nbUselessRevisions=774064  nbAssignments=6199  nbFailedAssignments=1874  nbBacktracks=3893  nbVisitedNodes=9697
7.29	     nbRestartNogoods=54
7.29	       =>  wckTime=6.254  cpuTime=6.1  mem=15M918
9.34	   
9.34	   search
9.34	     run=13  nbConstraintChecks=17959664  nbValidityChecks=1847195  nbPropagations=556787  nbRevisions=2335474
9.34	     nbUselessRevisions=1155148  nbAssignments=9235  nbFailedAssignments=2932  nbBacktracks=5839  nbVisitedNodes=14650
9.34	     nbRestartNogoods=63
9.34	       =>  wckTime=8.3  cpuTime=8.12  mem=15M918
11.75	   
11.75	   search
11.75	     run=14  nbConstraintChecks=22854177  nbValidityChecks=2479764  nbPropagations=810075  nbRevisions=3463032
11.75	     nbUselessRevisions=1708386  nbAssignments=13580  nbFailedAssignments=4321  nbBacktracks=8760  nbVisitedNodes=21611
11.75	     nbRestartNogoods=75
11.75	       =>  wckTime=10.71  cpuTime=10.51  mem=15M918
14.83	   
14.83	   search
14.83	     run=15  nbConstraintChecks=28373040  nbValidityChecks=3526387  nbPropagations=1205571  nbRevisions=5268020
14.83	     nbUselessRevisions=2614808  nbAssignments=20675  nbFailedAssignments=7009  nbBacktracks=13141  nbVisitedNodes=33712
14.83	     nbRestartNogoods=87
14.83	       =>  wckTime=13.792  cpuTime=13.56  mem=15M918
25.23	   
25.23	   search
25.23	     run=16  nbConstraintChecks=52815882  nbValidityChecks=5903611  nbPropagations=1842484  nbRevisions=8086633
25.23	     nbUselessRevisions=3962419  nbAssignments=31273  nbFailedAssignments=11004  nbBacktracks=19712
25.23	     nbVisitedNodes=51752  nbRestartNogoods=96
25.23	       =>  wckTime=24.192  cpuTime=23.88  mem=15M918
41.43	   
41.43	   search
41.43	     run=17  nbConstraintChecks=89682614  nbValidityChecks=10098293  nbPropagations=2885098  nbRevisions=12667008
41.43	     nbUselessRevisions=6124695  nbAssignments=47203  nbFailedAssignments=17053  nbBacktracks=29564
41.43	     nbVisitedNodes=78117  nbRestartNogoods=105
41.43	       =>  wckTime=40.391  cpuTime=39.93  mem=15M918
59.52	   
59.52	   search
59.52	     run=18  nbConstraintChecks=129510574  nbValidityChecks=14775312  nbPropagations=4436975  nbRevisions=19702799
59.52	     nbUselessRevisions=9481739  nbAssignments=71489  nbFailedAssignments=26525  nbBacktracks=44347
59.52	     nbVisitedNodes=118908  nbRestartNogoods=127
59.52	       =>  wckTime=58.476  cpuTime=57.85  mem=15M918
89.15	   
89.16	   search
89.16	     run=19  nbConstraintChecks=196717994  nbValidityChecks=22362168  nbPropagations=6767585  nbRevisions=30106907
89.16	     nbUselessRevisions=14199816  nbAssignments=107249  nbFailedAssignments=40085  nbBacktracks=66516
89.16	     nbVisitedNodes=178304  nbRestartNogoods=141
89.16	       =>  wckTime=88.115  cpuTime=87.22  mem=15M918
134.60	   
134.60	   search
134.60	     run=20  nbConstraintChecks=306968901  nbValidityChecks=34559010  nbPropagations=10349601  nbRevisions=46664915
134.60	     nbUselessRevisions=21860444  nbAssignments=161523  nbFailedAssignments=61079  nbBacktracks=99769
134.60	     nbVisitedNodes=269755  nbRestartNogoods=154
134.60	       =>  wckTime=133.561  cpuTime=132.49  mem=15M918
179.59	   
179.59	   search
179.59	     run=21  nbConstraintChecks=409124495  nbValidityChecks=47067532  nbPropagations=15479769  nbRevisions=70353446
179.59	     nbUselessRevisions=33040584  nbAssignments=239498  nbFailedAssignments=89144  nbBacktracks=149647
179.59	     nbVisitedNodes=399795  nbRestartNogoods=163
179.59	       =>  wckTime=178.549  cpuTime=177.42  mem=15M918
240.68	   
240.68	   search
240.68	     run=22  nbConstraintChecks=535012736  nbValidityChecks=65610721  nbPropagations=23076303  nbRevisions=105421910
240.68	     nbUselessRevisions=49841147  nbAssignments=357999  nbFailedAssignments=132795  nbBacktracks=224466
240.68	     nbVisitedNodes=598671  nbRestartNogoods=177
240.68	       =>  wckTime=239.64  cpuTime=238.42  mem=15M918
372.06	   
372.06	   search
372.06	     run=23  nbConstraintChecks=848504843  nbValidityChecks=100627631  nbPropagations=34353845  nbRevisions=158765382
372.06	     nbUselessRevisions=75167233  nbAssignments=531135  nbFailedAssignments=193673  nbBacktracks=336695
372.06	     nbVisitedNodes=879431  nbRestartNogoods=191
372.06	       =>  wckTime=371.021  cpuTime=369.67  mem=15M918
552.06	   
552.06	   search
552.06	     run=24  nbConstraintChecks=1259528693  nbValidityChecks=151709165  nbPropagations=51132673  nbRevisions=235474592
552.06	     nbUselessRevisions=110336400  nbAssignments=799115  nbFailedAssignments=293278  nbBacktracks=505037
552.06	     nbVisitedNodes=1322424  nbRestartNogoods=209
552.06	       =>  wckTime=551.022  cpuTime=549.48  mem=15M918
863.17	   
863.17	   search
863.17	     run=25  nbConstraintChecks=1991712511  nbValidityChecks=236497619  nbPropagations=76606534  nbRevisions=350312041
863.17	     nbUselessRevisions=162575904  nbAssignments=1205077  nbFailedAssignments=446690  nbBacktracks=757551
863.17	     nbVisitedNodes=1998590  nbRestartNogoods=229
863.17	       =>  wckTime=862.127  cpuTime=860.26  mem=15M918
1304.77	   
1304.77	   search
1304.77	     run=26  nbConstraintChecks=2987135603  nbValidityChecks=365006909  nbPropagations=115977737  nbRevisions=532584880
1304.77	     nbUselessRevisions=247099847  nbAssignments=1816647  nbFailedAssignments=679461  nbBacktracks=1136319
1304.77	     nbVisitedNodes=3018636  nbRestartNogoods=248
1304.77	       =>  wckTime=1303.73  cpuTime=1301.4  mem=15M918

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

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

/proc/loadavg: 1.80 1.82 1.85 4/93 15452
/proc/meminfo: memFree=1236848/2055920 swapFree=4165584/4192956
[pid=15451] ppid=15449 vsize=906644 CPUtime=0.02
/proc/15451/stat : 15451 (java) S 15449 15451 14388 0 -1 0 2069 0 1 0 2 0 0 0 18 0 2 0 155533523 928403456 1818 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/15451/statm: 226661 1818 1036 14 0 214244 0
[pid=15451/tid=15453] ppid=15449 vsize=906644 CPUtime=0
/proc/15451/task/15453/stat : 15453 (java) R 15449 15451 14388 0 -1 64 4 0 0 0 0 0 0 0 19 0 2 0 155533527 928403456 1818 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.104704 s]
/proc/loadavg: 1.80 1.82 1.85 4/93 15452
/proc/meminfo: memFree=1236848/2055920 swapFree=4165584/4192956
[pid=15451] ppid=15449 vsize=914988 CPUtime=0.09
/proc/15451/stat : 15451 (java) R 15449 15451 14388 0 -1 0 2998 0 1 0 8 1 0 0 20 0 8 0 155533523 936947712 2744 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15451/statm: 228747 2744 1427 14 0 215242 0
[pid=15451/tid=15453] ppid=15449 vsize=914988 CPUtime=0
/proc/15451/task/15453/stat : 15453 (java) S 15449 15451 14388 0 -1 64 6 0 0 0 0 0 0 0 18 0 8 0 155533527 936947712 2744 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.512789 s]
/proc/loadavg: 1.80 1.82 1.85 4/93 15452
/proc/meminfo: memFree=1236848/2055920 swapFree=4165584/4192956
[pid=15451] ppid=15449 vsize=915328 CPUtime=0.5
/proc/15451/stat : 15451 (java) R 15449 15451 14388 0 -1 0 6338 0 1 0 47 3 0 0 22 0 8 0 155533523 937295872 6077 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15451/statm: 228832 6077 2145 14 0 215302 0
[pid=15451/tid=15453] ppid=15449 vsize=915328 CPUtime=0
/proc/15451/task/15453/stat : 15453 (java) S 15449 15451 14388 0 -1 64 6 0 0 0 0 0 0 0 18 0 8 0 155533527 937295872 6077 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.34084 s]
/proc/loadavg: 1.80 1.82 1.85 3/100 15459
/proc/meminfo: memFree=1212856/2055920 swapFree=4165584/4192956
[pid=15451] ppid=15449 vsize=915580 CPUtime=1.31
/proc/15451/stat : 15451 (java) R 15449 15451 14388 0 -1 0 8718 0 1 0 121 10 0 0 25 0 8 0 155533523 937553920 8456 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073805391 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15451/statm: 228895 8456 2529 14 0 215365 0
[pid=15451/tid=15453] ppid=15449 vsize=915580 CPUtime=0.03
/proc/15451/task/15453/stat : 15453 (java) S 15449 15451 14388 0 -1 64 269 0 0 0 3 0 0 0 16 0 8 0 155533527 937553920 8456 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15454] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15454/stat : 15454 (java) S 15449 15451 14388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155533528 937553920 8456 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15455] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15455/stat : 15455 (java) S 15449 15451 14388 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155533528 937553920 8456 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15456] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15456/stat : 15456 (java) S 15449 15451 14388 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155533531 937553920 8456 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15457] ppid=15449 vsize=915580 CPUtime=0.26
/proc/15451/task/15457/stat : 15457 (java) S 15449 15451 14388 0 -1 64 409 0 0 0 25 1 0 0 15 0 8 0 155533531 937553920 8456 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15458] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15458/stat : 15458 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155533531 937553920 8456 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15459] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15459/stat : 15459 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155533531 937553920 8456 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915580

[startup+2.99404 s]
/proc/loadavg: 1.80 1.82 1.85 3/100 15459
/proc/meminfo: memFree=1212536/2055920 swapFree=4165584/4192956
[pid=15451] ppid=15449 vsize=915580 CPUtime=2.95
/proc/15451/stat : 15451 (java) R 15449 15451 14388 0 -1 0 8796 0 1 0 285 10 0 0 25 0 8 0 155533523 937553920 8532 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073954689 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15451/statm: 228895 8532 2533 14 0 215365 0
[pid=15451/tid=15453] ppid=15449 vsize=915580 CPUtime=0.03
/proc/15451/task/15453/stat : 15453 (java) S 15449 15451 14388 0 -1 64 270 0 0 0 3 0 0 0 17 0 8 0 155533527 937553920 8532 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15454] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15454/stat : 15454 (java) S 15449 15451 14388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155533528 937553920 8532 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15455] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15455/stat : 15455 (java) S 15449 15451 14388 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155533528 937553920 8532 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15456] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15456/stat : 15456 (java) S 15449 15451 14388 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155533531 937553920 8532 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15457] ppid=15449 vsize=915580 CPUtime=0.27
/proc/15451/task/15457/stat : 15457 (java) S 15449 15451 14388 0 -1 64 420 0 0 0 26 1 0 0 15 0 8 0 155533531 937553920 8532 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15458] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15458/stat : 15458 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155533531 937553920 8532 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15459] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15459/stat : 15459 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155533531 937553920 8532 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915580

[startup+6.28342 s]
/proc/loadavg: 1.90 1.84 1.85 3/100 15459
/proc/meminfo: memFree=1211768/2055920 swapFree=4165584/4192956
[pid=15451] ppid=15449 vsize=915580 CPUtime=6.21
/proc/15451/stat : 15451 (java) R 15449 15451 14388 0 -1 0 8944 0 1 0 611 10 0 0 25 0 8 0 155533523 937553920 8678 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4074058467 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15451/statm: 228895 8678 2533 14 0 215365 0
[pid=15451/tid=15453] ppid=15449 vsize=915580 CPUtime=0.03
/proc/15451/task/15453/stat : 15453 (java) S 15449 15451 14388 0 -1 64 270 0 0 0 3 0 0 0 17 0 8 0 155533527 937553920 8678 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15454] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15454/stat : 15454 (java) S 15449 15451 14388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155533528 937553920 8678 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15455] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15455/stat : 15455 (java) S 15449 15451 14388 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155533528 937553920 8678 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15456] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15456/stat : 15456 (java) S 15449 15451 14388 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155533531 937553920 8678 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15457] ppid=15449 vsize=915580 CPUtime=0.31
/proc/15451/task/15457/stat : 15457 (java) S 15449 15451 14388 0 -1 64 436 0 0 0 30 1 0 0 15 0 8 0 155533531 937553920 8678 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15458] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15458/stat : 15458 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155533531 937553920 8678 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15459] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15459/stat : 15459 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155533531 937553920 8678 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915580

[startup+12.7722 s]
/proc/loadavg: 1.91 1.84 1.85 3/100 15459
/proc/meminfo: memFree=1211768/2055920 swapFree=4165584/4192956
[pid=15451] ppid=15449 vsize=915580 CPUtime=12.63
/proc/15451/stat : 15451 (java) R 15449 15451 14388 0 -1 0 8957 0 1 0 1253 10 0 0 25 0 8 0 155533523 937553920 8690 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073954689 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15451/statm: 228895 8690 2533 14 0 215365 0
[pid=15451/tid=15453] ppid=15449 vsize=915580 CPUtime=0.03
/proc/15451/task/15453/stat : 15453 (java) S 15449 15451 14388 0 -1 64 270 0 0 0 3 0 0 0 16 0 8 0 155533527 937553920 8690 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15454] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15454/stat : 15454 (java) S 15449 15451 14388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155533528 937553920 8690 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15455] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15455/stat : 15455 (java) S 15449 15451 14388 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155533528 937553920 8690 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15456] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15456/stat : 15456 (java) S 15449 15451 14388 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155533531 937553920 8690 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15457] ppid=15449 vsize=915580 CPUtime=0.31
/proc/15451/task/15457/stat : 15457 (java) S 15449 15451 14388 0 -1 64 437 0 0 0 30 1 0 0 17 0 8 0 155533531 937553920 8690 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15458] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15458/stat : 15458 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155533531 937553920 8690 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15459] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15459/stat : 15459 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155533531 937553920 8690 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915580

[startup+25.6087 s]
/proc/loadavg: 1.93 1.85 1.85 3/100 15459
/proc/meminfo: memFree=1211768/2055920 swapFree=4165584/4192956
[pid=15451] ppid=15449 vsize=915580 CPUtime=25.36
/proc/15451/stat : 15451 (java) R 15449 15451 14388 0 -1 0 8963 0 1 0 2526 10 0 0 25 0 8 0 155533523 937553920 8696 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073809248 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15451/statm: 228895 8696 2533 14 0 215365 0
[pid=15451/tid=15453] ppid=15449 vsize=915580 CPUtime=0.03
/proc/15451/task/15453/stat : 15453 (java) S 15449 15451 14388 0 -1 64 270 0 0 0 3 0 0 0 16 0 8 0 155533527 937553920 8696 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15454] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15454/stat : 15454 (java) S 15449 15451 14388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155533528 937553920 8696 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15455] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15455/stat : 15455 (java) S 15449 15451 14388 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155533528 937553920 8696 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15456] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15456/stat : 15456 (java) S 15449 15451 14388 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155533531 937553920 8696 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15457] ppid=15449 vsize=915580 CPUtime=0.32
/proc/15451/task/15457/stat : 15457 (java) S 15449 15451 14388 0 -1 64 437 0 0 0 31 1 0 0 16 0 8 0 155533531 937553920 8696 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15458] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15458/stat : 15458 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155533531 937553920 8696 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15459] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15459/stat : 15459 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155533531 937553920 8696 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915580

[startup+51.2177 s]
/proc/loadavg: 2.01 1.87 1.86 3/100 15459
/proc/meminfo: memFree=1211832/2055920 swapFree=4165584/4192956
[pid=15451] ppid=15449 vsize=915580 CPUtime=50.73
/proc/15451/stat : 15451 (java) R 15449 15451 14388 0 -1 0 8966 0 1 0 5062 11 0 0 25 0 8 0 155533523 937553920 8699 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073934436 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15451/statm: 228895 8699 2533 14 0 215365 0
[pid=15451/tid=15453] ppid=15449 vsize=915580 CPUtime=0.03
/proc/15451/task/15453/stat : 15453 (java) S 15449 15451 14388 0 -1 64 270 0 0 0 3 0 0 0 16 0 8 0 155533527 937553920 8699 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15454] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15454/stat : 15454 (java) S 15449 15451 14388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155533528 937553920 8699 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15455] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15455/stat : 15455 (java) S 15449 15451 14388 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155533528 937553920 8699 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15456] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15456/stat : 15456 (java) S 15449 15451 14388 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155533531 937553920 8699 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15457] ppid=15449 vsize=915580 CPUtime=0.32
/proc/15451/task/15457/stat : 15457 (java) S 15449 15451 14388 0 -1 64 437 0 0 0 31 1 0 0 16 0 8 0 155533531 937553920 8699 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15458] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15458/stat : 15458 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155533531 937553920 8699 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15459] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15459/stat : 15459 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155533531 937553920 8699 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 915580

[startup+102.427 s]
/proc/loadavg: 2.00 1.89 1.87 3/100 15459
/proc/meminfo: memFree=1211832/2055920 swapFree=4165584/4192956
[pid=15451] ppid=15449 vsize=915580 CPUtime=101.47
/proc/15451/stat : 15451 (java) R 15449 15451 14388 0 -1 0 8972 0 1 0 10136 11 0 0 25 0 8 0 155533523 937553920 8705 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15451/statm: 228895 8705 2533 14 0 215365 0
[pid=15451/tid=15453] ppid=15449 vsize=915580 CPUtime=0.03
/proc/15451/task/15453/stat : 15453 (java) S 15449 15451 14388 0 -1 64 270 0 0 0 3 0 0 0 16 0 8 0 155533527 937553920 8705 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15454] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15454/stat : 15454 (java) S 15449 15451 14388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155533528 937553920 8705 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15455] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15455/stat : 15455 (java) S 15449 15451 14388 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155533528 937553920 8705 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15456] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15456/stat : 15456 (java) S 15449 15451 14388 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155533531 937553920 8705 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15457] ppid=15449 vsize=915580 CPUtime=0.32
/proc/15451/task/15457/stat : 15457 (java) S 15449 15451 14388 0 -1 64 437 0 0 0 31 1 0 0 16 0 8 0 155533531 937553920 8705 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15458] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15458/stat : 15458 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155533531 937553920 8705 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15459] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15459/stat : 15459 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155533531 937553920 8705 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 915580

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

Current children cumulated CPU time (s) 1420.38
Current children cumulated vsize (KiB) 915580

[startup+1482.78 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 15629
/proc/meminfo: memFree=1147512/2055920 swapFree=4165584/4192956
[pid=15451] ppid=15449 vsize=915580 CPUtime=1480.34
/proc/15451/stat : 15451 (java) R 15449 15451 14388 0 -1 0 8995 0 1 0 148016 18 0 0 25 0 8 0 155533523 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073954680 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15451/statm: 228895 8727 2533 14 0 215365 0
[pid=15451/tid=15453] ppid=15449 vsize=915580 CPUtime=0.03
/proc/15451/task/15453/stat : 15453 (java) S 15449 15451 14388 0 -1 64 270 0 0 0 3 0 0 0 16 0 8 0 155533527 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15451/tid=15454] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15454/stat : 15454 (java) S 15449 15451 14388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155533528 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15455] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15455/stat : 15455 (java) S 15449 15451 14388 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155533528 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15456] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15456/stat : 15456 (java) S 15449 15451 14388 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15457] ppid=15449 vsize=915580 CPUtime=0.32
/proc/15451/task/15457/stat : 15457 (java) S 15449 15451 14388 0 -1 64 438 0 0 0 31 1 0 0 16 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15451/tid=15458] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15458/stat : 15458 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15459] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15459/stat : 15459 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1480.34
Current children cumulated vsize (KiB) 915580

[startup+1542.79 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 15629
/proc/meminfo: memFree=1147576/2055920 swapFree=4165584/4192956
[pid=15451] ppid=15449 vsize=915580 CPUtime=1540.31
/proc/15451/stat : 15451 (java) R 15449 15451 14388 0 -1 0 8995 0 1 0 154012 19 0 0 25 0 8 0 155533523 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15451/statm: 228895 8727 2533 14 0 215365 0
[pid=15451/tid=15453] ppid=15449 vsize=915580 CPUtime=0.03
/proc/15451/task/15453/stat : 15453 (java) S 15449 15451 14388 0 -1 64 270 0 0 0 3 0 0 0 16 0 8 0 155533527 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15451/tid=15454] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15454/stat : 15454 (java) S 15449 15451 14388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155533528 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15455] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15455/stat : 15455 (java) S 15449 15451 14388 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155533528 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15456] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15456/stat : 15456 (java) S 15449 15451 14388 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15457] ppid=15449 vsize=915580 CPUtime=0.32
/proc/15451/task/15457/stat : 15457 (java) S 15449 15451 14388 0 -1 64 438 0 0 0 31 1 0 0 16 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15451/tid=15458] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15458/stat : 15458 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15459] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15459/stat : 15459 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.31
Current children cumulated vsize (KiB) 915580

[startup+1602.81 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 15629
/proc/meminfo: memFree=1147512/2055920 swapFree=4165584/4192956
[pid=15451] ppid=15449 vsize=915580 CPUtime=1600.24
/proc/15451/stat : 15451 (java) R 15449 15451 14388 0 -1 0 8995 0 1 0 160005 19 0 0 25 0 8 0 155533523 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073926811 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15451/statm: 228895 8727 2533 14 0 215365 0
[pid=15451/tid=15453] ppid=15449 vsize=915580 CPUtime=0.03
/proc/15451/task/15453/stat : 15453 (java) S 15449 15451 14388 0 -1 64 270 0 0 0 3 0 0 0 16 0 8 0 155533527 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15451/tid=15454] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15454/stat : 15454 (java) S 15449 15451 14388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155533528 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15455] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15455/stat : 15455 (java) S 15449 15451 14388 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155533528 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15456] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15456/stat : 15456 (java) S 15449 15451 14388 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15457] ppid=15449 vsize=915580 CPUtime=0.32
/proc/15451/task/15457/stat : 15457 (java) S 15449 15451 14388 0 -1 64 438 0 0 0 31 1 0 0 16 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15451/tid=15458] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15458/stat : 15458 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15459] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15459/stat : 15459 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.24
Current children cumulated vsize (KiB) 915580

[startup+1662.82 s]
/proc/loadavg: 2.07 2.02 1.93 3/100 15629
/proc/meminfo: memFree=1147512/2055920 swapFree=4165584/4192956
[pid=15451] ppid=15449 vsize=915580 CPUtime=1660.2
/proc/15451/stat : 15451 (java) R 15449 15451 14388 0 -1 0 8995 0 1 0 166001 19 0 0 25 0 8 0 155533523 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073752690 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15451/statm: 228895 8727 2533 14 0 215365 0
[pid=15451/tid=15453] ppid=15449 vsize=915580 CPUtime=0.03
/proc/15451/task/15453/stat : 15453 (java) S 15449 15451 14388 0 -1 64 270 0 0 0 3 0 0 0 16 0 8 0 155533527 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15451/tid=15454] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15454/stat : 15454 (java) S 15449 15451 14388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155533528 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15455] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15455/stat : 15455 (java) S 15449 15451 14388 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155533528 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15456] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15456/stat : 15456 (java) S 15449 15451 14388 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15457] ppid=15449 vsize=915580 CPUtime=0.32
/proc/15451/task/15457/stat : 15457 (java) S 15449 15451 14388 0 -1 64 438 0 0 0 31 1 0 0 16 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15451/tid=15458] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15458/stat : 15458 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15459] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15459/stat : 15459 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.2
Current children cumulated vsize (KiB) 915580

[startup+1722.84 s]
/proc/loadavg: 2.02 2.01 1.93 3/100 15629
/proc/meminfo: memFree=1147512/2055920 swapFree=4165584/4192956
[pid=15451] ppid=15449 vsize=915580 CPUtime=1720.16
/proc/15451/stat : 15451 (java) R 15449 15451 14388 0 -1 0 8995 0 1 0 171997 19 0 0 25 0 8 0 155533523 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073786407 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15451/statm: 228895 8727 2533 14 0 215365 0
[pid=15451/tid=15453] ppid=15449 vsize=915580 CPUtime=0.03
/proc/15451/task/15453/stat : 15453 (java) S 15449 15451 14388 0 -1 64 270 0 0 0 3 0 0 0 16 0 8 0 155533527 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15451/tid=15454] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15454/stat : 15454 (java) S 15449 15451 14388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155533528 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15455] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15455/stat : 15455 (java) S 15449 15451 14388 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155533528 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15456] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15456/stat : 15456 (java) S 15449 15451 14388 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15457] ppid=15449 vsize=915580 CPUtime=0.32
/proc/15451/task/15457/stat : 15457 (java) S 15449 15451 14388 0 -1 64 438 0 0 0 31 1 0 0 16 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15451/tid=15458] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15458/stat : 15458 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15459] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15459/stat : 15459 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.16
Current children cumulated vsize (KiB) 915580

[startup+1782.86 s]
/proc/loadavg: 2.01 2.00 1.93 3/100 15629
/proc/meminfo: memFree=1147512/2055920 swapFree=4165584/4192956
[pid=15451] ppid=15449 vsize=915580 CPUtime=1780.1
/proc/15451/stat : 15451 (java) R 15449 15451 14388 0 -1 0 8995 0 1 0 177991 19 0 0 25 0 8 0 155533523 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073786408 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15451/statm: 228895 8727 2533 14 0 215365 0
[pid=15451/tid=15453] ppid=15449 vsize=915580 CPUtime=0.03
/proc/15451/task/15453/stat : 15453 (java) S 15449 15451 14388 0 -1 64 270 0 0 0 3 0 0 0 16 0 8 0 155533527 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15451/tid=15454] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15454/stat : 15454 (java) S 15449 15451 14388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155533528 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15455] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15455/stat : 15455 (java) S 15449 15451 14388 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155533528 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15456] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15456/stat : 15456 (java) S 15449 15451 14388 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15457] ppid=15449 vsize=915580 CPUtime=0.32
/proc/15451/task/15457/stat : 15457 (java) S 15449 15451 14388 0 -1 64 438 0 0 0 31 1 0 0 16 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15451/tid=15458] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15458/stat : 15458 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15459] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15459/stat : 15459 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.1
Current children cumulated vsize (KiB) 915580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.82 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 15629
/proc/meminfo: memFree=1147512/2055920 swapFree=4165584/4192956
[pid=15451] ppid=15449 vsize=915580 CPUtime=1800.06
/proc/15451/stat : 15451 (java) R 15449 15451 14388 0 -1 0 8995 0 1 0 179987 19 0 0 25 0 8 0 155533523 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4074002755 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15451/statm: 228895 8727 2533 14 0 215365 0
[pid=15451/tid=15453] ppid=15449 vsize=915580 CPUtime=0.03
/proc/15451/task/15453/stat : 15453 (java) S 15449 15451 14388 0 -1 64 270 0 0 0 3 0 0 0 16 0 8 0 155533527 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15451/tid=15454] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15454/stat : 15454 (java) S 15449 15451 14388 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155533528 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15455] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15455/stat : 15455 (java) S 15449 15451 14388 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155533528 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15456] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15456/stat : 15456 (java) S 15449 15451 14388 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15457] ppid=15449 vsize=915580 CPUtime=0.32
/proc/15451/task/15457/stat : 15457 (java) S 15449 15451 14388 0 -1 64 438 0 0 0 31 1 0 0 16 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15451/tid=15458] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15458/stat : 15458 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15451/tid=15459] ppid=15449 vsize=915580 CPUtime=0
/proc/15451/task/15459/stat : 15459 (java) S 15449 15451 14388 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155533531 937553920 8727 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915580

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

Child status: 143
Real time (s): 1802.89
CPU time (s): 1800.14
CPU user time (s): 1799.94
CPU system time (s): 0.199969
CPU usage (%): 99.847
Max. virtual memory (cumulated for all children) (KiB): 915580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9012
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= 37801
involuntary context switches= 65049

runsolver used 2.43463 s user time and 5.55116 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Jan  6 08:16:18 UTC 2007


IDJOB= 199244
IDBENCH= 3602
FILE ID= node1/199244-1168071378

PBS_JOBID= 3475672

Free space on /tmp= 66302 MiB

BENCH NAME= HOME/pub/bench/CPAI06/allIntervalSeries/series-35.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199244-1168071378/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-199244-1168071378 -o ROOT/results/node1/solver-199244-1168071378 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199244-1168071378/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6aeecd6872742eb9c633f873c5a163bd

RANDOM SEED= 236189691

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.234
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.234
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:       1237328 kB
Buffers:         69320 kB
Cached:         587880 kB
SwapCached:       3692 kB
Active:         378096 kB
Inactive:       343540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1237328 kB
SwapTotal:     4192956 kB
SwapFree:      4165584 kB
Dirty:            3804 kB
Writeback:           0 kB
Mapped:          84424 kB
Slab:            81592 kB
Committed_AS:  4902872 kB
PageTables:       2444 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= 66299 MiB



End job on node1 on Sat Jan  6 08:46:21 UTC 2007