Trace number 239383

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.13 1806.61

General information on the benchmark

Nameqcp-qwh/QWH-25/
qwh-25-235-0_ext.xml
MD5SUM40fb755f3c3b6a84f6841bcd0a27b269
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.236
SatisfiableYES
(Un)Satisfiability was proved
Number of variables625
Number of constraints15000
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension15000
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/239383-1168365222/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.48	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25
0.48	       =>  wckTime=0.189  cpuTime=0.13  mem=8M869
0.48	   
0.48	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.96	     nbConstraints=9300  nbRelationTypes=27  nbSingletonDomainVariables=390  nbExtensionStructures=51
0.96	     nbSharedExtensionStructures=9249  nbConflictsStructures=51  nbSharedConflictsStructures=9249
0.96	     nbSharedBinaryRepresentations=1323  maxDegree=48  maxArity=2
0.96	       =>  wckTime=0.672  cpuTime=0.51  mem=37M151
1.07	   
1.07	   solver IterativeSystematicSolver being built... 
1.28	       =>  wckTime=0.988  cpuTime=0.68  mem=21M484
2.74	   
2.74	   preprocessing
2.74	     nbConstraintChecks=186347  nbPropagations=3636  nbRevisions=43265  nbUselessRevisions=35931  nbSingletonTests=1059
2.74	     nbEffectiveSingletonTests=0  nbESACBranches=14  nbRemovedValues=4947  detectedInconsistency=no
2.74	       =>  wckTime=1.456  cpuTime=1.42  mem=21M484
2.80	   
2.80	   search
2.80	     run=0  nbConstraintChecks=9135  nbPropagations=4021  nbRevisions=48620  nbUselessRevisions=40730  nbAssignments=56
2.80	     nbFailedAssignments=5  nbBacktracks=14  nbVisitedNodes=67  nbRestartNogoods=0  mapSize=8  nbInferences=0
2.80	     nbTooLargeKeys=0
2.80	       =>  wckTime=1.512  cpuTime=1.46  mem=22M458
2.84	   
2.84	   search
2.84	     run=1  nbConstraintChecks=24907  nbPropagations=8759  nbRevisions=106718  nbUselessRevisions=89907
2.84	     nbAssignments=163  nbFailedAssignments=13  nbBacktracks=33  nbVisitedNodes=151  nbRestartNogoods=2  mapSize=18
2.84	     nbInferences=0  nbTooLargeKeys=0
2.84	       =>  wckTime=1.555  cpuTime=1.5  mem=22M458
2.88	   
2.88	   search
2.88	     run=2  nbConstraintChecks=39365  nbPropagations=14240  nbRevisions=173521  nbUselessRevisions=146798
2.88	     nbAssignments=277  nbFailedAssignments=26  nbBacktracks=57  nbVisitedNodes=264  nbRestartNogoods=6  mapSize=35
2.88	     nbInferences=0  nbTooLargeKeys=0
2.88	       =>  wckTime=1.599  cpuTime=1.55  mem=22M458
2.96	   
2.96	   search
2.96	     run=3  nbConstraintChecks=65511  nbPropagations=20933  nbRevisions=256783  nbUselessRevisions=218537
2.96	     nbAssignments=482  nbFailedAssignments=37  nbBacktracks=91  nbVisitedNodes=392  nbRestartNogoods=11  mapSize=51
2.96	     nbInferences=0  nbTooLargeKeys=0
2.96	       =>  wckTime=1.671  cpuTime=1.61  mem=22M458
3.02	   
3.02	   search
3.02	     run=4  nbConstraintChecks=90245  nbPropagations=28501  nbRevisions=356692  nbUselessRevisions=305249
3.02	     nbAssignments=615  nbFailedAssignments=53  nbBacktracks=143  nbVisitedNodes=556  nbRestartNogoods=14  mapSize=79
3.02	     nbInferences=0  nbTooLargeKeys=0
3.02	       =>  wckTime=1.73  cpuTime=1.67  mem=22M458
3.09	   
3.09	   search
3.09	     run=5  nbConstraintChecks=132712  nbPropagations=37337  nbRevisions=485371  nbUselessRevisions=417884
3.09	     nbAssignments=769  nbFailedAssignments=80  nbBacktracks=231  nbVisitedNodes=765  nbRestartNogoods=17  mapSize=133
3.09	     nbInferences=0  nbTooLargeKeys=0
3.09	       =>  wckTime=1.808  cpuTime=1.74  mem=23M432
3.17	   
3.17	   search
3.17	     run=6  nbConstraintChecks=164142  nbPropagations=47292  nbRevisions=635234  nbUselessRevisions=549661
3.17	     nbAssignments=967  nbFailedAssignments=97  nbBacktracks=362  nbVisitedNodes=1011  nbRestartNogoods=18  mapSize=178
3.17	     nbInferences=0  nbTooLargeKeys=0
3.17	       =>  wckTime=1.885  cpuTime=1.82  mem=23M432
3.28	   
3.28	   search
3.28	     run=7  nbConstraintChecks=208096  nbPropagations=58905  nbRevisions=813140  nbUselessRevisions=706782
3.28	     nbAssignments=1268  nbFailedAssignments=124  nbBacktracks=538  nbVisitedNodes=1305  nbRestartNogoods=21
3.28	     mapSize=226  nbInferences=0  nbTooLargeKeys=0
3.28	       =>  wckTime=1.993  cpuTime=1.93  mem=23M432
3.43	   
3.43	   search
3.43	     run=8  nbConstraintChecks=281033  nbPropagations=72653  nbRevisions=1041286  nbUselessRevisions=909623
3.43	     nbAssignments=1636  nbFailedAssignments=160  nbBacktracks=797  nbVisitedNodes=1737  nbRestartNogoods=25
3.43	     mapSize=283  nbInferences=0  nbTooLargeKeys=0
3.43	       =>  wckTime=2.148  cpuTime=2.07  mem=23M432
3.66	   
3.66	   search
3.66	     run=9  nbConstraintChecks=387580  nbPropagations=89918  nbRevisions=1342502  nbUselessRevisions=1179025
3.66	     nbAssignments=2285  nbFailedAssignments=220  nbBacktracks=1200  nbVisitedNodes=2402  nbRestartNogoods=32
3.66	     mapSize=397  nbInferences=0  nbTooLargeKeys=0
3.66	       =>  wckTime=2.379  cpuTime=2.29  mem=24M406
3.96	   
3.96	   search
3.96	     run=10  nbConstraintChecks=525227  nbPropagations=111706  nbRevisions=1737918  nbUselessRevisions=1534007
3.96	     nbAssignments=3138  nbFailedAssignments=336  nbBacktracks=1793  nbVisitedNodes=3379  nbRestartNogoods=37
3.96	     mapSize=603  nbInferences=0  nbTooLargeKeys=0
3.96	       =>  wckTime=2.677  cpuTime=2.58  mem=25M379
4.36	   
4.36	   search
4.36	     run=11  nbConstraintChecks=737432  nbPropagations=139775  nbRevisions=2275761  nbUselessRevisions=2017496
4.36	     nbAssignments=4211  nbFailedAssignments=466  nbBacktracks=2657  nbVisitedNodes=4632  nbRestartNogoods=42
4.36	     mapSize=826  nbInferences=0  nbTooLargeKeys=0
4.36	       =>  wckTime=3.076  cpuTime=2.98  mem=26M353
4.66	   
4.66	   INFO : Stopping hyperNogood (mapSize=1005, nbTooLargekeys=0, mem=26M353)
4.89	   
4.89	   search
4.89	     run=12  nbConstraintChecks=1042419  nbPropagations=176901  nbRevisions=3020648  nbUselessRevisions=2688357
4.89	     nbAssignments=5768  nbFailedAssignments=669  nbBacktracks=3960  nbVisitedNodes=6574  nbRestartNogoods=44
4.89	       =>  wckTime=3.604  cpuTime=3.5  mem=26M353
5.56	   
5.56	   search
5.56	     run=13  nbConstraintChecks=1488435  nbPropagations=226572  nbRevisions=4084008  nbUselessRevisions=3652375
5.56	     nbAssignments=8040  nbFailedAssignments=844  nbBacktracks=5916  nbVisitedNodes=9121  nbRestartNogoods=52
5.56	       =>  wckTime=4.275  cpuTime=4.17  mem=26M353
6.62	   
6.62	   search
6.62	     run=14  nbConstraintChecks=2262690  nbPropagations=298310  nbRevisions=5690223  nbUselessRevisions=5112315
6.62	     nbAssignments=11376  nbFailedAssignments=1194  nbBacktracks=8837  nbVisitedNodes=13193  nbRestartNogoods=57
6.62	       =>  wckTime=5.333  cpuTime=5.22  mem=26M353
8.26	   
8.26	   search
8.26	     run=15  nbConstraintChecks=3420112  nbPropagations=402545  nbRevisions=8104769  nbUselessRevisions=7311128
8.26	     nbAssignments=16376  nbFailedAssignments=1705  nbBacktracks=13215  nbVisitedNodes=19157  nbRestartNogoods=65
8.26	       =>  wckTime=6.978  cpuTime=6.85  mem=26M353
11.13	   
11.13	   search
11.13	     run=16  nbConstraintChecks=5734790  nbPropagations=570604  nbRevisions=12143161  nbUselessRevisions=10988663
11.13	     nbAssignments=24319  nbFailedAssignments=2945  nbBacktracks=19786  nbVisitedNodes=29397  nbRestartNogoods=76
11.13	       =>  wckTime=9.843  cpuTime=9.71  mem=26M353
15.91	   
15.91	   search
15.91	     run=17  nbConstraintChecks=9840237  nbPropagations=844531  nbRevisions=19073536  nbUselessRevisions=17318472
15.91	     nbAssignments=36075  nbFailedAssignments=4731  nbBacktracks=29645  nbVisitedNodes=44443  nbRestartNogoods=85
15.91	       =>  wckTime=14.626  cpuTime=14.46  mem=26M353
23.66	   
23.66	   search
23.66	     run=18  nbConstraintChecks=16274124  nbPropagations=1294090  nbRevisions=30557175  nbUselessRevisions=27819038
23.66	     nbAssignments=53734  nbFailedAssignments=7539  nbBacktracks=44424  nbVisitedNodes=67585  nbRestartNogoods=93
23.66	       =>  wckTime=22.375  cpuTime=22.18  mem=26M353
35.72	   
35.72	   search
35.72	     run=19  nbConstraintChecks=26825669  nbPropagations=2023178  nbRevisions=49641039  nbUselessRevisions=45312385
35.72	     nbAssignments=80825  nbFailedAssignments=12340  nbBacktracks=66600  nbVisitedNodes=104033  nbRestartNogoods=102
35.72	       =>  wckTime=34.431  cpuTime=34.17  mem=27M327
53.15	   
53.15	   search
53.15	     run=20  nbConstraintChecks=41814964  nbPropagations=3157676  nbRevisions=79302794  nbUselessRevisions=72501219
53.15	     nbAssignments=121545  nbFailedAssignments=19730  nbBacktracks=99868  nbVisitedNodes=158884  nbRestartNogoods=109
53.15	       =>  wckTime=51.863  cpuTime=51.52  mem=27M327
80.85	   
80.85	   search
80.85	     run=21  nbConstraintChecks=67260883  nbPropagations=4971671  nbRevisions=127027574  nbUselessRevisions=116235136
80.85	     nbAssignments=183221  nbFailedAssignments=31357  nbBacktracks=149747  nbVisitedNodes=242743  nbRestartNogoods=119
80.85	       =>  wckTime=79.569  cpuTime=79.2  mem=27M327
119.88	   
119.88	   search
119.88	     run=22  nbConstraintChecks=101615097  nbPropagations=7728290  nbRevisions=198667662  nbUselessRevisions=181786811
119.88	     nbAssignments=278200  nbFailedAssignments=51390  nbBacktracks=224567  nbVisitedNodes=374550  nbRestartNogoods=129
119.88	       =>  wckTime=118.6  cpuTime=118.21  mem=27M327
181.44	   
181.44	   search
181.44	     run=23  nbConstraintChecks=157700487  nbPropagations=11995712  nbRevisions=310190132  nbUselessRevisions=283907330
181.44	     nbAssignments=417816  nbFailedAssignments=78593  nbBacktracks=336794  nbVisitedNodes=567679  nbRestartNogoods=145
181.44	       =>  wckTime=180.153  cpuTime=179.69  mem=27M327
268.09	   
268.09	   search
268.09	     run=24  nbConstraintChecks=235551584  nbPropagations=18360934  nbRevisions=476622429  nbUselessRevisions=436317838
268.09	     nbAssignments=624080  nbFailedAssignments=116477  nbBacktracks=505137  nbVisitedNodes=849145  nbRestartNogoods=154
268.09	       =>  wckTime=266.805  cpuTime=266.25  mem=27M327
407.42	   
407.42	   search
407.42	     run=25  nbConstraintChecks=364914081  nbPropagations=28126510  nbRevisions=735594064  nbUselessRevisions=673814656
407.42	     nbAssignments=934573  nbFailedAssignments=174408  nbBacktracks=757651  nbVisitedNodes=1272640  nbRestartNogoods=165
407.42	       =>  wckTime=406.138  cpuTime=405.45  mem=27M327
606.55	   
606.55	   search
606.55	     run=26  nbConstraintChecks=545799335  nbPropagations=42657212  nbRevisions=1124185141
606.55	     nbUselessRevisions=1030304817  nbAssignments=1399322  nbFailedAssignments=260274  nbBacktracks=1136424
606.55	     nbVisitedNodes=1901868  nbRestartNogoods=177
606.55	       =>  wckTime=605.266  cpuTime=604.22  mem=27M327
889.17	   
889.17	   search
889.17	     run=27  nbConstraintChecks=788010483  nbPropagations=63775841  nbRevisions=1685503139
889.17	     nbUselessRevisions=1545406339  nbAssignments=2082319  nbFailedAssignments=375083  nbBacktracks=1704576
889.17	     nbVisitedNodes=2805886  nbRestartNogoods=181
889.17	       =>  wckTime=887.886  cpuTime=885.53  mem=27M327
1311.33	   
1311.33	   search
1311.33	     run=28  nbConstraintChecks=1154049977  nbPropagations=94902553  nbRevisions=2506206181
1311.33	     nbUselessRevisions=2297922979  nbAssignments=3133575  nbFailedAssignments=574031  nbBacktracks=2556807
1311.33	     nbVisitedNodes=4227636  nbRestartNogoods=193
1311.33	       =>  wckTime=1310.049  cpuTime=1305.78  mem=27M327

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/node41/watcher-239383-1168365222 -o ROOT/results/node41/solver-239383-1168365222 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/239383-1168365222/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.74 1.46 1.65 5/75 30820
/proc/meminfo: memFree=1825640/2055920 swapFree=4191892/4192956
[pid=30819] ppid=30812 vsize=9912 CPUtime=0
/proc/30819/stat : 30819 (java) R 30812 30819 30705 0 -1 0 653 0 0 0 0 0 0 0 18 0 1 0 184921448 10149888 427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 1926961 0 0 0 7368 0 0 0 17 0 0 0
/proc/30819/statm: 2478 427 345 14 0 1142 0

[startup+0.106059 s]
/proc/loadavg: 0.74 1.46 1.65 5/75 30820
/proc/meminfo: memFree=1825640/2055920 swapFree=4191892/4192956
[pid=30819] ppid=30812 vsize=914988 CPUtime=0.09
/proc/30819/stat : 30819 (java) R 30812 30819 30705 0 -1 0 3088 0 1 0 7 2 0 0 22 0 8 0 184921448 936947712 2834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153788138 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30819/statm: 228747 2835 1457 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514092 s]
/proc/loadavg: 0.74 1.46 1.65 5/75 30820
/proc/meminfo: memFree=1825640/2055920 swapFree=4191892/4192956
[pid=30819] ppid=30812 vsize=915328 CPUtime=0.48
/proc/30819/stat : 30819 (java) R 30812 30819 30705 0 -1 0 6571 0 1 0 43 5 0 0 25 0 8 0 184921448 937295872 6310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942037 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30819/statm: 228832 6310 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33517 s]
/proc/loadavg: 0.74 1.46 1.65 3/88 30846
/proc/meminfo: memFree=1744504/2055920 swapFree=4191892/4192956
[pid=30819] ppid=30812 vsize=916700 CPUtime=1.3
/proc/30819/stat : 30819 (java) R 30812 30819 30705 0 -1 0 15610 0 1 0 119 11 0 0 25 0 8 0 184921448 938700800 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072941846 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30819/statm: 229175 15348 2521 14 0 215645 0
[pid=30819/tid=30832] ppid=30812 vsize=916700 CPUtime=0.09
/proc/30819/task/30832/stat : 30832 (java) S 30812 30819 30705 0 -1 64 1424 0 0 0 9 0 0 0 17 0 8 0 184921452 938700800 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30834] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30834/stat : 30834 (java) S 30812 30819 30705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30835] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30835/stat : 30835 (java) S 30812 30819 30705 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30837] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30837/stat : 30837 (java) S 30812 30819 30705 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184921455 938700800 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30838] ppid=30812 vsize=916700 CPUtime=0.24
/proc/30819/task/30838/stat : 30838 (java) S 30812 30819 30705 0 -1 64 454 0 0 0 24 0 0 0 16 0 8 0 184921455 938700800 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30839] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30839/stat : 30839 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184921455 938700800 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30840] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30840/stat : 30840 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184921455 938700800 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 916700

[startup+2.97931 s]
/proc/loadavg: 0.74 1.46 1.65 3/88 30846
/proc/meminfo: memFree=1729216/2055920 swapFree=4191892/4192956
[pid=30819] ppid=30812 vsize=916700 CPUtime=2.94
/proc/30819/stat : 30819 (java) R 30812 30819 30705 0 -1 0 15632 0 1 0 282 12 0 0 25 0 8 0 184921448 938700800 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073956615 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30819/statm: 229175 15369 2524 14 0 215645 0
[pid=30819/tid=30832] ppid=30812 vsize=916700 CPUtime=0.09
/proc/30819/task/30832/stat : 30832 (java) S 30812 30819 30705 0 -1 64 1424 0 0 0 9 0 0 0 17 0 8 0 184921452 938700800 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30834] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30834/stat : 30834 (java) S 30812 30819 30705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30835] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30835/stat : 30835 (java) S 30812 30819 30705 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30837] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30837/stat : 30837 (java) S 30812 30819 30705 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184921455 938700800 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30838] ppid=30812 vsize=916700 CPUtime=0.28
/proc/30819/task/30838/stat : 30838 (java) S 30812 30819 30705 0 -1 64 470 0 0 0 27 1 0 0 15 0 8 0 184921455 938700800 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30839] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30839/stat : 30839 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184921455 938700800 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30840] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30840/stat : 30840 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184921455 938700800 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 916700

[startup+6.18759 s]
/proc/loadavg: 0.92 1.48 1.66 3/89 30847
/proc/meminfo: memFree=1696376/2055920 swapFree=4191892/4192956
[pid=30819] ppid=30812 vsize=916700 CPUtime=6.12
/proc/30819/stat : 30819 (java) R 30812 30819 30705 0 -1 0 15652 0 1 0 599 13 0 0 25 0 8 0 184921448 938700800 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073977952 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30819/statm: 229175 15386 2524 14 0 215645 0
[pid=30819/tid=30832] ppid=30812 vsize=916700 CPUtime=0.09
/proc/30819/task/30832/stat : 30832 (java) S 30812 30819 30705 0 -1 64 1424 0 0 0 9 0 0 0 17 0 8 0 184921452 938700800 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30834] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30834/stat : 30834 (java) S 30812 30819 30705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30835] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30835/stat : 30835 (java) S 30812 30819 30705 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30837] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30837/stat : 30837 (java) S 30812 30819 30705 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184921455 938700800 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30838] ppid=30812 vsize=916700 CPUtime=0.31
/proc/30819/task/30838/stat : 30838 (java) S 30812 30819 30705 0 -1 64 488 0 0 0 30 1 0 0 15 0 8 0 184921455 938700800 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30839] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30839/stat : 30839 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184921455 938700800 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30840] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30840/stat : 30840 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184921455 938700800 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 916700

[startup+12.6632 s]
/proc/loadavg: 1.01 1.49 1.66 3/89 30847
/proc/meminfo: memFree=1696392/2055920 swapFree=4191892/4192956
[pid=30819] ppid=30812 vsize=916700 CPUtime=12.57
/proc/30819/stat : 30819 (java) R 30812 30819 30705 0 -1 0 15655 0 1 0 1244 13 0 0 25 0 8 0 184921448 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074016059 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30819/statm: 229175 15387 2524 14 0 215645 0
[pid=30819/tid=30832] ppid=30812 vsize=916700 CPUtime=0.09
/proc/30819/task/30832/stat : 30832 (java) S 30812 30819 30705 0 -1 64 1424 0 0 0 9 0 0 0 17 0 8 0 184921452 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30834] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30834/stat : 30834 (java) S 30812 30819 30705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30835] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30835/stat : 30835 (java) S 30812 30819 30705 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30837] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30837/stat : 30837 (java) S 30812 30819 30705 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184921455 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30838] ppid=30812 vsize=916700 CPUtime=0.31
/proc/30819/task/30838/stat : 30838 (java) S 30812 30819 30705 0 -1 64 489 0 0 0 30 1 0 0 16 0 8 0 184921455 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30839] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30839/stat : 30839 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184921455 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30840] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30840/stat : 30840 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184921455 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 916700

[startup+25.5323 s]
/proc/loadavg: 1.23 1.52 1.66 3/89 30847
/proc/meminfo: memFree=1696584/2055920 swapFree=4191892/4192956
[pid=30819] ppid=30812 vsize=916700 CPUtime=25.38
/proc/30819/stat : 30819 (java) R 30812 30819 30705 0 -1 0 15656 0 1 0 2525 13 0 0 25 0 8 0 184921448 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960076 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30819/statm: 229175 15387 2524 14 0 215645 0
[pid=30819/tid=30832] ppid=30812 vsize=916700 CPUtime=0.09
/proc/30819/task/30832/stat : 30832 (java) S 30812 30819 30705 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 184921452 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30834] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30834/stat : 30834 (java) S 30812 30819 30705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30835] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30835/stat : 30835 (java) S 30812 30819 30705 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30837] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30837/stat : 30837 (java) S 30812 30819 30705 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184921455 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30838] ppid=30812 vsize=916700 CPUtime=0.31
/proc/30819/task/30838/stat : 30838 (java) S 30812 30819 30705 0 -1 64 489 0 0 0 30 1 0 0 16 0 8 0 184921455 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30839] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30839/stat : 30839 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184921455 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30840] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30840/stat : 30840 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184921455 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 916700

[startup+51.1695 s]
/proc/loadavg: 1.49 1.55 1.67 2/75 30866
/proc/meminfo: memFree=1779640/2055920 swapFree=4191892/4192956
[pid=30819] ppid=30812 vsize=916700 CPUtime=50.89
/proc/30819/stat : 30819 (java) R 30812 30819 30705 0 -1 0 15656 0 1 0 5075 14 0 0 25 0 8 0 184921448 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960118 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30819/statm: 229175 15387 2524 14 0 215645 0
[pid=30819/tid=30832] ppid=30812 vsize=916700 CPUtime=0.09
/proc/30819/task/30832/stat : 30832 (java) S 30812 30819 30705 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 184921452 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30834] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30834/stat : 30834 (java) S 30812 30819 30705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30835] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30835/stat : 30835 (java) S 30812 30819 30705 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30837] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30837/stat : 30837 (java) S 30812 30819 30705 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184921455 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30838] ppid=30812 vsize=916700 CPUtime=0.31
/proc/30819/task/30838/stat : 30838 (java) S 30812 30819 30705 0 -1 64 489 0 0 0 30 1 0 0 16 0 8 0 184921455 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30839] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30839/stat : 30839 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184921455 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30840] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30840/stat : 30840 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184921455 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 916700

[startup+102.428 s]
/proc/loadavg: 1.78 1.62 1.69 3/82 30941
/proc/meminfo: memFree=1706120/2055920 swapFree=4191892/4192956
[pid=30819] ppid=30812 vsize=916700 CPUtime=102.1
/proc/30819/stat : 30819 (java) R 30812 30819 30705 0 -1 0 15656 0 1 0 10195 15 0 0 25 0 8 0 184921448 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960076 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30819/statm: 229175 15387 2524 14 0 215645 0
[pid=30819/tid=30832] ppid=30812 vsize=916700 CPUtime=0.09
/proc/30819/task/30832/stat : 30832 (java) S 30812 30819 30705 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 184921452 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30834] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30834/stat : 30834 (java) S 30812 30819 30705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30835] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30835/stat : 30835 (java) S 30812 30819 30705 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30837] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30837/stat : 30837 (java) S 30812 30819 30705 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184921455 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30838] ppid=30812 vsize=916700 CPUtime=0.31
/proc/30819/task/30838/stat : 30838 (java) S 30812 30819 30705 0 -1 64 489 0 0 0 30 1 0 0 16 0 8 0 184921455 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30839] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30839/stat : 30839 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184921455 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30840] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30840/stat : 30840 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184921455 938700800 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 916700

[startup+162.444 s]
/proc/loadavg: 1.92 1.69 1.70 3/82 30941
/proc/meminfo: memFree=1706184/2055920 swapFree=4191892/4192956
[pid=30819] ppid=30812 vsize=916700 CPUtime=162.06
/proc/30819/stat : 30819 (java) R 30812 30819 30705 0 -1 0 15658 0 1 0 16191 15 0 0 25 0 8 0 184921448 938700800 15388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565926 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1418.25
Current children cumulated vsize (KiB) 916700

[startup+1482.97 s]
/proc/loadavg: 2.08 2.03 1.91 3/82 31141
/proc/meminfo: memFree=1704008/2055920 swapFree=4191892/4192956
[pid=30819] ppid=30812 vsize=916700 CPUtime=1477.97
/proc/30819/stat : 30819 (java) R 30812 30819 30705 0 -1 0 15660 0 1 0 147758 39 0 0 25 0 8 0 184921448 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960118 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30819/statm: 229175 15390 2524 14 0 215645 0
[pid=30819/tid=30832] ppid=30812 vsize=916700 CPUtime=0.09
/proc/30819/task/30832/stat : 30832 (java) S 30812 30819 30705 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30834] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30834/stat : 30834 (java) S 30812 30819 30705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30835] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30835/stat : 30835 (java) S 30812 30819 30705 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30837] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30837/stat : 30837 (java) S 30812 30819 30705 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30838] ppid=30812 vsize=916700 CPUtime=0.31
/proc/30819/task/30838/stat : 30838 (java) S 30812 30819 30705 0 -1 64 492 0 0 0 30 1 0 0 16 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30839] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30839/stat : 30839 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30840] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30840/stat : 30840 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.97
Current children cumulated vsize (KiB) 916700

[startup+1542.99 s]
/proc/loadavg: 2.03 2.02 1.91 3/82 31141
/proc/meminfo: memFree=1705288/2055920 swapFree=4191892/4192956
[pid=30819] ppid=30812 vsize=916700 CPUtime=1537.72
/proc/30819/stat : 30819 (java) R 30812 30819 30705 0 -1 0 15660 0 1 0 153733 39 0 0 25 0 8 0 184921448 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073965434 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30819/statm: 229175 15390 2524 14 0 215645 0
[pid=30819/tid=30832] ppid=30812 vsize=916700 CPUtime=0.09
/proc/30819/task/30832/stat : 30832 (java) S 30812 30819 30705 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30834] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30834/stat : 30834 (java) S 30812 30819 30705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30835] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30835/stat : 30835 (java) S 30812 30819 30705 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30837] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30837/stat : 30837 (java) S 30812 30819 30705 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30838] ppid=30812 vsize=916700 CPUtime=0.31
/proc/30819/task/30838/stat : 30838 (java) S 30812 30819 30705 0 -1 64 492 0 0 0 30 1 0 0 16 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30839] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30839/stat : 30839 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30840] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30840/stat : 30840 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.72
Current children cumulated vsize (KiB) 916700

[startup+1603.01 s]
/proc/loadavg: 2.01 2.01 1.91 3/82 31141
/proc/meminfo: memFree=1705288/2055920 swapFree=4191892/4192956
[pid=30819] ppid=30812 vsize=916700 CPUtime=1597.48
/proc/30819/stat : 30819 (java) R 30812 30819 30705 0 -1 0 15660 0 1 0 159709 39 0 0 25 0 8 0 184921448 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073969601 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30819/statm: 229175 15390 2524 14 0 215645 0
[pid=30819/tid=30832] ppid=30812 vsize=916700 CPUtime=0.09
/proc/30819/task/30832/stat : 30832 (java) S 30812 30819 30705 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30834] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30834/stat : 30834 (java) S 30812 30819 30705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30835] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30835/stat : 30835 (java) S 30812 30819 30705 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30837] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30837/stat : 30837 (java) S 30812 30819 30705 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30838] ppid=30812 vsize=916700 CPUtime=0.31
/proc/30819/task/30838/stat : 30838 (java) S 30812 30819 30705 0 -1 64 492 0 0 0 30 1 0 0 16 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30839] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30839/stat : 30839 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30840] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30840/stat : 30840 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.48
Current children cumulated vsize (KiB) 916700

[startup+1663.04 s]
/proc/loadavg: 2.00 2.01 1.91 3/82 31141
/proc/meminfo: memFree=1705224/2055920 swapFree=4191892/4192956
[pid=30819] ppid=30812 vsize=916700 CPUtime=1657.21
/proc/30819/stat : 30819 (java) R 30812 30819 30705 0 -1 0 15660 0 1 0 165682 39 0 0 25 0 8 0 184921448 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073963555 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30819/statm: 229175 15390 2524 14 0 215645 0
[pid=30819/tid=30832] ppid=30812 vsize=916700 CPUtime=0.09
/proc/30819/task/30832/stat : 30832 (java) S 30812 30819 30705 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30834] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30834/stat : 30834 (java) S 30812 30819 30705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30835] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30835/stat : 30835 (java) S 30812 30819 30705 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30837] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30837/stat : 30837 (java) S 30812 30819 30705 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30838] ppid=30812 vsize=916700 CPUtime=0.31
/proc/30819/task/30838/stat : 30838 (java) S 30812 30819 30705 0 -1 64 492 0 0 0 30 1 0 0 16 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30839] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30839/stat : 30839 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30840] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30840/stat : 30840 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.21
Current children cumulated vsize (KiB) 916700

[startup+1723.06 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 31141
/proc/meminfo: memFree=1705288/2055920 swapFree=4191892/4192956
[pid=30819] ppid=30812 vsize=916700 CPUtime=1716.96
/proc/30819/stat : 30819 (java) R 30812 30819 30705 0 -1 0 15660 0 1 0 171657 39 0 0 25 0 8 0 184921448 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960076 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30819/statm: 229175 15390 2524 14 0 215645 0
[pid=30819/tid=30832] ppid=30812 vsize=916700 CPUtime=0.09
/proc/30819/task/30832/stat : 30832 (java) S 30812 30819 30705 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30834] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30834/stat : 30834 (java) S 30812 30819 30705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30835] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30835/stat : 30835 (java) S 30812 30819 30705 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30837] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30837/stat : 30837 (java) S 30812 30819 30705 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30838] ppid=30812 vsize=916700 CPUtime=0.31
/proc/30819/task/30838/stat : 30838 (java) S 30812 30819 30705 0 -1 64 492 0 0 0 30 1 0 0 16 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30839] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30839/stat : 30839 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30840] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30840/stat : 30840 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.96
Current children cumulated vsize (KiB) 916700

[startup+1783.08 s]
/proc/loadavg: 2.04 2.01 1.92 3/82 31141
/proc/meminfo: memFree=1703816/2055920 swapFree=4191892/4192956
[pid=30819] ppid=30812 vsize=916700 CPUtime=1776.71
/proc/30819/stat : 30819 (java) R 30812 30819 30705 0 -1 0 15660 0 1 0 177632 39 0 0 25 0 8 0 184921448 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960525 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30819/statm: 229175 15390 2524 14 0 215645 0
[pid=30819/tid=30832] ppid=30812 vsize=916700 CPUtime=0.09
/proc/30819/task/30832/stat : 30832 (java) S 30812 30819 30705 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30834] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30834/stat : 30834 (java) S 30812 30819 30705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30835] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30835/stat : 30835 (java) S 30812 30819 30705 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30837] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30837/stat : 30837 (java) S 30812 30819 30705 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30838] ppid=30812 vsize=916700 CPUtime=0.31
/proc/30819/task/30838/stat : 30838 (java) S 30812 30819 30705 0 -1 64 492 0 0 0 30 1 0 0 16 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30839] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30839/stat : 30839 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30840] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30840/stat : 30840 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.71
Current children cumulated vsize (KiB) 916700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.56 s]
/proc/loadavg: 2.03 2.01 1.92 3/82 31141
/proc/meminfo: memFree=1703816/2055920 swapFree=4191892/4192956
[pid=30819] ppid=30812 vsize=916700 CPUtime=1800.07
/proc/30819/stat : 30819 (java) R 30812 30819 30705 0 -1 0 15660 0 1 0 179968 39 0 0 25 0 8 0 184921448 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074020956 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30819/statm: 229175 15390 2524 14 0 215645 0
[pid=30819/tid=30832] ppid=30812 vsize=916700 CPUtime=0.09
/proc/30819/task/30832/stat : 30832 (java) S 30812 30819 30705 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30834] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30834/stat : 30834 (java) S 30812 30819 30705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30835] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30835/stat : 30835 (java) S 30812 30819 30705 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184921452 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30819/tid=30837] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30837/stat : 30837 (java) S 30812 30819 30705 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30838] ppid=30812 vsize=916700 CPUtime=0.31
/proc/30819/task/30838/stat : 30838 (java) S 30812 30819 30705 0 -1 64 492 0 0 0 30 1 0 0 16 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30839] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30839/stat : 30839 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30819/tid=30840] ppid=30812 vsize=916700 CPUtime=0
/proc/30819/task/30840/stat : 30840 (java) S 30812 30819 30705 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 184921455 938700800 15390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 916700

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

Child status: 143
Real time (s): 1806.61
CPU time (s): 1800.13
CPU user time (s): 1799.73
CPU system time (s): 0.408937
CPU usage (%): 99.6416
Max. virtual memory (cumulated for all children) (KiB): 916700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.408937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15678
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= 37911
involuntary context switches= 56403

runsolver used 2.34364 s user time and 5.68314 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Tue Jan  9 17:53:42 UTC 2007


IDJOB= 239383
IDBENCH= 7057
FILE ID= node41/239383-1168365222

PBS_JOBID= 3504060

Free space on /tmp= 66556 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QWH-25/qwh-25-235-0_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/239383-1168365222/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-239383-1168365222 -o ROOT/results/node41/solver-239383-1168365222 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/239383-1168365222/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  40fb755f3c3b6a84f6841bcd0a27b269

RANDOM SEED= 993155920

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:       1827392 kB
Buffers:         18068 kB
Cached:         139704 kB
SwapCached:        396 kB
Active:         111392 kB
Inactive:        65808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1827392 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            7316 kB
Writeback:           0 kB
Mapped:          28280 kB
Slab:            36836 kB
Committed_AS:  3979348 kB
PageTables:       1700 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= 66557 MiB



End job on node41 on Tue Jan  9 18:23:49 UTC 2007