Trace number 239459

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 1814.18

General information on the benchmark

Nameqcp-qwh/QWH-25/
qwh-25-235-3_ext.xml
MD5SUM8aaa9290f8830be76e9a3fdf12057a95
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 benchmark3.59345
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.31	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/239459-1168366074/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.50	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25
0.50	       =>  wckTime=0.18  cpuTime=0.13  mem=8M869
0.50	   
0.50	   relations being loaded...
0.50	   
0.50	   constraints being loaded...
0.98	     nbConstraints=9300  nbRelationTypes=27  nbSingletonDomainVariables=390  nbExtensionStructures=51
0.98	     nbSharedExtensionStructures=9249  nbConflictsStructures=51  nbSharedConflictsStructures=9249
0.98	     nbSharedBinaryRepresentations=1323  maxDegree=48  maxArity=2
0.98	       =>  wckTime=0.663  cpuTime=0.51  mem=37M215
1.09	   
1.09	   solver IterativeSystematicSolver being built... 
1.30	       =>  wckTime=0.977  cpuTime=0.67  mem=21M758
1.64	   
1.64	   preprocessing
1.64	     nbConstraintChecks=190110  nbPropagations=3836  nbRevisions=45172  nbUselessRevisions=37389  nbSingletonTests=1083
1.64	     nbEffectiveSingletonTests=0  nbESACBranches=16  nbRemovedValues=4960  detectedInconsistency=no
1.64	       =>  wckTime=0.342  cpuTime=0.32  mem=21M758
1.70	   
1.70	   search
1.70	     run=0  nbConstraintChecks=14268  nbPropagations=4317  nbRevisions=54038  nbUselessRevisions=45370  nbAssignments=70
1.70	     nbFailedAssignments=9  nbBacktracks=12  nbVisitedNodes=84  nbRestartNogoods=0  mapSize=11  nbInferences=0
1.70	     nbTooLargeKeys=0
1.70	       =>  wckTime=0.403  cpuTime=0.37  mem=22M731
1.76	   
1.76	   search
1.76	     run=1  nbConstraintChecks=33731  nbPropagations=9527  nbRevisions=120325  nbUselessRevisions=101704
1.76	     nbAssignments=212  nbFailedAssignments=14  nbBacktracks=44  nbVisitedNodes=181  nbRestartNogoods=2  mapSize=17
1.76	     nbInferences=0  nbTooLargeKeys=0
1.76	       =>  wckTime=0.459  cpuTime=0.43  mem=22M731
1.82	   
1.82	   search
1.82	     run=2  nbConstraintChecks=50809  nbPropagations=15704  nbRevisions=197134  nbUselessRevisions=167447
1.82	     nbAssignments=390  nbFailedAssignments=16  nbBacktracks=87  nbVisitedNodes=284  nbRestartNogoods=4  mapSize=20
1.82	     nbInferences=0  nbTooLargeKeys=0
1.82	       =>  wckTime=0.518  cpuTime=0.48  mem=22M731
1.87	   
1.87	   search
1.87	     run=3  nbConstraintChecks=66264  nbPropagations=22479  nbRevisions=284162  nbUselessRevisions=242417
1.87	     nbAssignments=495  nbFailedAssignments=23  nbBacktracks=135  nbVisitedNodes=407  nbRestartNogoods=5  mapSize=37
1.87	     nbInferences=0  nbTooLargeKeys=0
1.87	       =>  wckTime=0.568  cpuTime=0.53  mem=22M731
1.92	   
1.92	   search
1.92	     run=4  nbConstraintChecks=90852  nbPropagations=30040  nbRevisions=387870  nbUselessRevisions=332475
1.92	     nbAssignments=615  nbFailedAssignments=34  nbBacktracks=189  nbVisitedNodes=552  nbRestartNogoods=6  mapSize=60
1.92	     nbInferences=0  nbTooLargeKeys=0
1.92	       =>  wckTime=0.62  cpuTime=0.58  mem=22M731
1.98	   
1.98	   search
1.98	     run=5  nbConstraintChecks=110361  nbPropagations=38507  nbRevisions=503951  nbUselessRevisions=433645
1.98	     nbAssignments=790  nbFailedAssignments=48  nbBacktracks=267  nbVisitedNodes=700  nbRestartNogoods=8  mapSize=83
1.98	     nbInferences=0  nbTooLargeKeys=0
1.98	       =>  wckTime=0.684  cpuTime=0.64  mem=22M731
2.08	   
2.08	   search
2.08	     run=6  nbConstraintChecks=158162  nbPropagations=48388  nbRevisions=652850  nbUselessRevisions=564658
2.08	     nbAssignments=1006  nbFailedAssignments=71  nbBacktracks=404  nbVisitedNodes=965  nbRestartNogoods=9  mapSize=128
2.08	     nbInferences=0  nbTooLargeKeys=0
2.08	       =>  wckTime=0.777  cpuTime=0.73  mem=22M731
2.20	   
2.20	   search
2.20	     run=7  nbConstraintChecks=218911  nbPropagations=60400  nbRevisions=840993  nbUselessRevisions=730875
2.20	     nbAssignments=1355  nbFailedAssignments=122  nbBacktracks=579  nbVisitedNodes=1362  nbRestartNogoods=13
2.20	     mapSize=228  nbInferences=0  nbTooLargeKeys=0
2.20	       =>  wckTime=0.9  cpuTime=0.85  mem=23M704
2.33	   
2.33	   search
2.33	     run=8  nbConstraintChecks=270004  nbPropagations=74050  nbRevisions=1063588  nbUselessRevisions=928366
2.33	     nbAssignments=1685  nbFailedAssignments=158  nbBacktracks=841  nbVisitedNodes=1768  nbRestartNogoods=18
2.33	     mapSize=300  nbInferences=0  nbTooLargeKeys=0
2.33	       =>  wckTime=1.034  cpuTime=0.97  mem=23M704
2.52	   
2.52	   search
2.52	     run=9  nbConstraintChecks=346634  nbPropagations=90119  nbRevisions=1335924  nbUselessRevisions=1170202
2.52	     nbAssignments=2169  nbFailedAssignments=235  nbBacktracks=1228  nbVisitedNodes=2388  nbRestartNogoods=21
2.52	     mapSize=403  nbInferences=0  nbTooLargeKeys=0
2.52	       =>  wckTime=1.216  cpuTime=1.14  mem=24M677
2.79	   
2.79	   search
2.79	     run=10  nbConstraintChecks=474200  nbPropagations=110040  nbRevisions=1693432  nbUselessRevisions=1488817
2.79	     nbAssignments=2888  nbFailedAssignments=325  nbBacktracks=1830  nbVisitedNodes=3262  nbRestartNogoods=22
2.79	     mapSize=555  nbInferences=0  nbTooLargeKeys=0
2.79	       =>  wckTime=1.494  cpuTime=1.4  mem=24M677
3.15	   
3.15	   search
3.15	     run=11  nbConstraintChecks=654704  nbPropagations=135227  nbRevisions=2177458  nbUselessRevisions=1923051
3.15	     nbAssignments=3905  nbFailedAssignments=410  nbBacktracks=2700  nbVisitedNodes=4449  nbRestartNogoods=25
3.15	     mapSize=721  nbInferences=0  nbTooLargeKeys=0
3.15	       =>  wckTime=1.855  cpuTime=1.77  mem=25M650
3.68	   
3.68	   search
3.68	     run=12  nbConstraintChecks=905130  nbPropagations=167784  nbRevisions=2837250  nbUselessRevisions=2518177
3.68	     nbAssignments=5413  nbFailedAssignments=537  nbBacktracks=3999  nbVisitedNodes=6201  nbRestartNogoods=29
3.68	     mapSize=958  nbInferences=0  nbTooLargeKeys=0
3.68	       =>  wckTime=2.381  cpuTime=2.28  mem=27M596
3.83	   
3.83	   INFO : Stopping hyperNogood (mapSize=1001, nbTooLargekeys=0, mem=27M596)
4.43	   
4.43	   search
4.43	     run=13  nbConstraintChecks=1414702  nbPropagations=213996  nbRevisions=3851645  nbUselessRevisions=3437630
4.43	     nbAssignments=7691  nbFailedAssignments=744  nbBacktracks=5945  nbVisitedNodes=8776  nbRestartNogoods=36
4.43	       =>  wckTime=3.133  cpuTime=3.03  mem=27M596
5.38	   
5.38	   search
5.38	     run=14  nbConstraintChecks=2058097  nbPropagations=277759  nbRevisions=5323538  nbUselessRevisions=4776642
5.38	     nbAssignments=10962  nbFailedAssignments=1022  nbBacktracks=8884  nbVisitedNodes=12600  nbRestartNogoods=38
5.38	       =>  wckTime=4.082  cpuTime=3.96  mem=27M596
6.85	   
6.85	   search
6.85	     run=15  nbConstraintChecks=3112789  nbPropagations=370965  nbRevisions=7547905  nbUselessRevisions=6806221
6.85	     nbAssignments=16107  nbFailedAssignments=1708  nbBacktracks=13264  nbVisitedNodes=19033  nbRestartNogoods=42
6.85	       =>  wckTime=5.551  cpuTime=5.41  mem=27M596
9.72	   
9.72	   search
9.72	     run=16  nbConstraintChecks=5447852  nbPropagations=528461  nbRevisions=11405700  nbUselessRevisions=10323518
9.72	     nbAssignments=24089  nbFailedAssignments=3018  nbBacktracks=19832  nbVisitedNodes=29596  nbRestartNogoods=50
9.72	       =>  wckTime=8.416  cpuTime=8.25  mem=27M596
14.42	   
14.42	   search
14.42	     run=17  nbConstraintChecks=9401042  nbPropagations=792198  nbRevisions=18070786  nbUselessRevisions=16413563
14.42	     nbAssignments=36344  nbFailedAssignments=5382  nbBacktracks=29685  nbVisitedNodes=46253  nbRestartNogoods=60
14.42	       =>  wckTime=13.12  cpuTime=12.91  mem=27M596
23.17	   
23.17	   search
23.17	     run=18  nbConstraintChecks=17333566  nbPropagations=1263753  nbRevisions=30236454  nbUselessRevisions=27527367
23.17	     nbAssignments=55540  nbFailedAssignments=9733  nbBacktracks=44464  nbVisitedNodes=73654  nbRestartNogoods=67
23.17	       =>  wckTime=21.868  cpuTime=21.58  mem=27M596
37.16	   
37.16	   search
37.16	     run=19  nbConstraintChecks=30327482  nbPropagations=2068760  nbRevisions=51629104  nbUselessRevisions=47117297
37.16	     nbAssignments=83289  nbFailedAssignments=15266  nbBacktracks=66641  nbVisitedNodes=112445  nbRestartNogoods=76
37.16	       =>  wckTime=35.856  cpuTime=35.43  mem=27M596
57.06	   
57.06	   search
57.06	     run=20  nbConstraintChecks=49104753  nbPropagations=3347366  nbRevisions=86460752  nbUselessRevisions=79098689
57.06	     nbAssignments=123922  nbFailedAssignments=22612  nbBacktracks=99895  nbVisitedNodes=167538  nbRestartNogoods=82
57.06	       =>  wckTime=55.761  cpuTime=55.15  mem=27M596
84.19	   
84.19	   search
84.19	     run=21  nbConstraintChecks=73205414  nbPropagations=5256549  nbRevisions=138550939  nbUselessRevisions=126955580
84.19	     nbAssignments=185795  nbFailedAssignments=34504  nbBacktracks=149776  nbVisitedNodes=252944  nbRestartNogoods=90
84.19	       =>  wckTime=82.893  cpuTime=82.04  mem=27M596
126.23	   
126.23	   search
126.23	     run=22  nbConstraintChecks=111379915  nbPropagations=8146359  nbRevisions=217870599  nbUselessRevisions=199833853
126.23	     nbAssignments=278472  nbFailedAssignments=52301  nbBacktracks=224594  nbVisitedNodes=379695  nbRestartNogoods=97
126.23	       =>  wckTime=124.926  cpuTime=123.68  mem=27M596
190.86	   
190.86	   search
190.86	     run=23  nbConstraintChecks=171942829  nbPropagations=12547330  nbRevisions=341184742  nbUselessRevisions=313282812
190.86	     nbAssignments=417935  nbFailedAssignments=79409  nbBacktracks=336843  nbVisitedNodes=571180  nbRestartNogoods=109
190.86	       =>  wckTime=189.559  cpuTime=187.73  mem=27M596
285.49	   
285.49	   search
285.49	     run=24  nbConstraintChecks=257943241  nbPropagations=19153949  nbRevisions=526282365  nbUselessRevisions=483575403
285.49	     nbAssignments=627081  nbFailedAssignments=120142  nbBacktracks=505192  nbVisitedNodes=855948  nbRestartNogoods=118
285.49	       =>  wckTime=284.192  cpuTime=281.48  mem=27M596
424.47	   
424.48	   search
424.48	     run=25  nbConstraintChecks=382183339  nbPropagations=29013504  nbRevisions=800385987  nbUselessRevisions=735557392
424.48	     nbAssignments=936988  nbFailedAssignments=177475  nbBacktracks=757706  nbVisitedNodes=1278836  nbRestartNogoods=126
424.48	       =>  wckTime=423.176  cpuTime=419.19  mem=27M596
643.42	   
643.42	   search
643.42	     run=26  nbConstraintChecks=584632126  nbPropagations=44009462  nbRevisions=1219287221
643.42	     nbUselessRevisions=1120623859  nbAssignments=1407801  nbFailedAssignments=269470  nbBacktracks=1136483
643.42	     nbVisitedNodes=1928858  nbRestartNogoods=137
643.42	       =>  wckTime=642.119  cpuTime=636.11  mem=27M596
952.20	   
952.21	   search
952.21	     run=27  nbConstraintChecks=855010340  nbPropagations=66158563  nbRevisions=1831119858
952.21	     nbUselessRevisions=1682896974  nbAssignments=2103837  nbFailedAssignments=397246  nbBacktracks=1704634
952.21	     nbVisitedNodes=2874119  nbRestartNogoods=153
952.21	       =>  wckTime=950.906  cpuTime=942.06  mem=27M596
1431.83	   
1431.83	   search
1431.83	     run=28  nbConstraintChecks=1287589266  nbPropagations=99577097  nbRevisions=2752915157
1431.83	     nbUselessRevisions=2529931003  nbAssignments=3161043  nbFailedAssignments=602086  nbBacktracks=2556864
1431.83	     nbVisitedNodes=4333567  nbRestartNogoods=166
1431.83	       =>  wckTime=1430.526  cpuTime=1417.26  mem=27M596

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

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

/proc/loadavg: 2.01 2.02 1.98 2/87 6458
/proc/meminfo: memFree=1761744/2055920 swapFree=4191880/4192956
[pid=6457] ppid=6455 vsize=18540 CPUtime=0
/proc/6457/stat : 6457 (runsolver) R 6455 6457 5819 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 185001777 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 238487661863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/6457/statm: 4635 279 244 17 0 2626 0

[startup+0.102054 s]
/proc/loadavg: 2.01 2.02 1.98 2/87 6458
/proc/meminfo: memFree=1761744/2055920 swapFree=4191880/4192956
[pid=6457] ppid=6455 vsize=913228 CPUtime=0.08
/proc/6457/stat : 6457 (java) R 6455 6457 5819 0 -1 0 2918 0 1 0 7 1 0 0 19 0 8 0 185001777 935145472 2664 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6457/statm: 228307 2664 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913228

[startup+0.51013 s]
/proc/loadavg: 2.01 2.02 1.98 2/87 6458
/proc/meminfo: memFree=1761744/2055920 swapFree=4191880/4192956
[pid=6457] ppid=6455 vsize=915328 CPUtime=0.48
/proc/6457/stat : 6457 (java) R 6455 6457 5819 0 -1 0 6533 0 1 0 44 4 0 0 18 0 8 0 185001777 937295872 6272 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153894071 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6457/statm: 228832 6272 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33129 s]
/proc/loadavg: 2.09 2.04 1.99 3/94 6465
/proc/meminfo: memFree=1710360/2055920 swapFree=4191880/4192956
[pid=6457] ppid=6455 vsize=915676 CPUtime=1.29
/proc/6457/stat : 6457 (java) R 6455 6457 5819 0 -1 0 15607 0 1 0 120 9 0 0 23 0 8 0 185001777 937652224 15345 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073955547 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6457/statm: 228919 15345 2521 14 0 215389 0
[pid=6457/tid=6459] ppid=6455 vsize=915676 CPUtime=0.09
/proc/6457/task/6459/stat : 6459 (java) S 6455 6457 5819 0 -1 64 1423 0 0 0 9 0 0 0 17 0 8 0 185001782 937652224 15345 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6460] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6460/stat : 6460 (java) S 6455 6457 5819 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15345 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6461] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6461/stat : 6461 (java) S 6455 6457 5819 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15345 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6462] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6462/stat : 6462 (java) S 6455 6457 5819 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 185001785 937652224 15345 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6463] ppid=6455 vsize=915676 CPUtime=0.23
/proc/6457/task/6463/stat : 6463 (java) S 6455 6457 5819 0 -1 64 452 0 0 0 22 1 0 0 15 0 8 0 185001785 937652224 15345 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6464] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6464/stat : 6464 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 185001785 937652224 15345 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6465] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6465/stat : 6465 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185001785 937652224 15345 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915676

[startup+2.98261 s]
/proc/loadavg: 2.09 2.04 1.99 3/94 6465
/proc/meminfo: memFree=1709976/2055920 swapFree=4191880/4192956
[pid=6457] ppid=6455 vsize=915676 CPUtime=2.92
/proc/6457/stat : 6457 (java) R 6455 6457 5819 0 -1 0 15645 0 1 0 282 10 0 0 25 0 8 0 185001777 937652224 15382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6457/statm: 228919 15382 2524 14 0 215389 0
[pid=6457/tid=6459] ppid=6455 vsize=915676 CPUtime=0.09
/proc/6457/task/6459/stat : 6459 (java) S 6455 6457 5819 0 -1 64 1423 0 0 0 9 0 0 0 17 0 8 0 185001782 937652224 15382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6460] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6460/stat : 6460 (java) S 6455 6457 5819 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6461] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6461/stat : 6461 (java) S 6455 6457 5819 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6462] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6462/stat : 6462 (java) S 6455 6457 5819 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 185001785 937652224 15382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6463] ppid=6455 vsize=915676 CPUtime=0.3
/proc/6457/task/6463/stat : 6463 (java) S 6455 6457 5819 0 -1 64 483 0 0 0 29 1 0 0 15 0 8 0 185001785 937652224 15382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6464] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6464/stat : 6464 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 185001785 937652224 15382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6465] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6465/stat : 6465 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185001785 937652224 15382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915676

[startup+6.27325 s]
/proc/loadavg: 2.08 2.04 1.99 3/94 6465
/proc/meminfo: memFree=1709792/2055920 swapFree=4191880/4192956
[pid=6457] ppid=6455 vsize=915676 CPUtime=6.19
/proc/6457/stat : 6457 (java) R 6455 6457 5819 0 -1 0 15651 0 1 0 608 11 0 0 25 0 8 0 185001777 937652224 15385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918564 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6457/statm: 228919 15385 2524 14 0 215389 0
[pid=6457/tid=6459] ppid=6455 vsize=915676 CPUtime=0.09
/proc/6457/task/6459/stat : 6459 (java) S 6455 6457 5819 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 185001782 937652224 15385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6460] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6460/stat : 6460 (java) S 6455 6457 5819 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6461] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6461/stat : 6461 (java) S 6455 6457 5819 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6462] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6462/stat : 6462 (java) S 6455 6457 5819 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 185001785 937652224 15385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6463] ppid=6455 vsize=915676 CPUtime=0.32
/proc/6457/task/6463/stat : 6463 (java) S 6455 6457 5819 0 -1 64 486 0 0 0 30 2 0 0 16 0 8 0 185001785 937652224 15385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6464] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6464/stat : 6464 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 185001785 937652224 15385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6465] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6465/stat : 6465 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185001785 937652224 15385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915676

[startup+12.7625 s]
/proc/loadavg: 2.07 2.04 1.99 3/94 6465
/proc/meminfo: memFree=1709800/2055920 swapFree=4191880/4192956
[pid=6457] ppid=6455 vsize=915676 CPUtime=12.62
/proc/6457/stat : 6457 (java) R 6455 6457 5819 0 -1 0 15652 0 1 0 1251 11 0 0 25 0 8 0 185001777 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074015504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6457/statm: 228919 15386 2524 14 0 215389 0
[pid=6457/tid=6459] ppid=6455 vsize=915676 CPUtime=0.09
/proc/6457/task/6459/stat : 6459 (java) S 6455 6457 5819 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 185001782 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6460] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6460/stat : 6460 (java) S 6455 6457 5819 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6461] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6461/stat : 6461 (java) S 6455 6457 5819 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6462] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6462/stat : 6462 (java) S 6455 6457 5819 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 185001785 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6463] ppid=6455 vsize=915676 CPUtime=0.32
/proc/6457/task/6463/stat : 6463 (java) S 6455 6457 5819 0 -1 64 487 0 0 0 30 2 0 0 17 0 8 0 185001785 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6464] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6464/stat : 6464 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 185001785 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6465] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6465/stat : 6465 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185001785 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915676

[startup+25.629 s]
/proc/loadavg: 2.06 2.04 1.99 3/94 6465
/proc/meminfo: memFree=1709928/2055920 swapFree=4191880/4192956
[pid=6457] ppid=6455 vsize=915676 CPUtime=25.36
/proc/6457/stat : 6457 (java) R 6455 6457 5819 0 -1 0 15652 0 1 0 2525 11 0 0 25 0 8 0 185001777 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073946087 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6457/statm: 228919 15386 2524 14 0 215389 0
[pid=6457/tid=6459] ppid=6455 vsize=915676 CPUtime=0.09
/proc/6457/task/6459/stat : 6459 (java) S 6455 6457 5819 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 185001782 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6460] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6460/stat : 6460 (java) S 6455 6457 5819 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6461] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6461/stat : 6461 (java) S 6455 6457 5819 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6462] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6462/stat : 6462 (java) S 6455 6457 5819 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 185001785 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6463] ppid=6455 vsize=915676 CPUtime=0.32
/proc/6457/task/6463/stat : 6463 (java) S 6455 6457 5819 0 -1 64 487 0 0 0 30 2 0 0 17 0 8 0 185001785 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6464] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6464/stat : 6464 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 185001785 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6465] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6465/stat : 6465 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185001785 937652224 15386 18446744073709551615 134512640 134570532 4294956480 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) 915676

[startup+51.2599 s]
/proc/loadavg: 2.04 2.03 1.99 3/94 6465
/proc/meminfo: memFree=1709992/2055920 swapFree=4191880/4192956
[pid=6457] ppid=6455 vsize=915676 CPUtime=50.75
/proc/6457/stat : 6457 (java) R 6455 6457 5819 0 -1 0 15653 0 1 0 5064 11 0 0 25 0 8 0 185001777 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074006048 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6457/statm: 228919 15386 2524 14 0 215389 0
[pid=6457/tid=6459] ppid=6455 vsize=915676 CPUtime=0.09
/proc/6457/task/6459/stat : 6459 (java) S 6455 6457 5819 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 185001782 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6460] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6460/stat : 6460 (java) S 6455 6457 5819 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6461] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6461/stat : 6461 (java) S 6455 6457 5819 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6462] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6462/stat : 6462 (java) S 6455 6457 5819 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 185001785 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6463] ppid=6455 vsize=915676 CPUtime=0.32
/proc/6457/task/6463/stat : 6463 (java) S 6455 6457 5819 0 -1 64 487 0 0 0 30 2 0 0 16 0 8 0 185001785 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6464] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6464/stat : 6464 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 185001785 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6465] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6465/stat : 6465 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185001785 937652224 15386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 915676

[startup+102.521 s]
/proc/loadavg: 2.06 2.04 1.99 3/94 6465
/proc/meminfo: memFree=1709992/2055920 swapFree=4191880/4192956
[pid=6457] ppid=6455 vsize=915676 CPUtime=101.54
/proc/6457/stat : 6457 (java) R 6455 6457 5819 0 -1 0 15654 0 1 0 10143 11 0 0 25 0 8 0 185001777 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073977943 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6457/statm: 228919 15387 2524 14 0 215389 0
[pid=6457/tid=6459] ppid=6455 vsize=915676 CPUtime=0.09
/proc/6457/task/6459/stat : 6459 (java) S 6455 6457 5819 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6460] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6460/stat : 6460 (java) S 6455 6457 5819 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6461] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6461/stat : 6461 (java) S 6455 6457 5819 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6462] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6462/stat : 6462 (java) S 6455 6457 5819 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6463] ppid=6455 vsize=915676 CPUtime=0.32
/proc/6457/task/6463/stat : 6463 (java) S 6455 6457 5819 0 -1 64 488 0 0 0 30 2 0 0 16 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6464] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6464/stat : 6464 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6465] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6465/stat : 6465 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 915676

[startup+162.531 s]
/proc/loadavg: 2.07 2.04 2.00 3/94 6465
/proc/meminfo: memFree=1709992/2055920 swapFree=4191880/4192956
[pid=6457] ppid=6455 vsize=915676 CPUtime=161
/proc/6457/stat : 6457 (java) R 6455 6457 5819 0 -1 0 15655 0 1 0 16088 12 0 0 25 0 8 0 185001777 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918535 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1409.7
Current children cumulated vsize (KiB) 915676

[startup+1482.85 s]
/proc/loadavg: 2.02 2.01 2.00 3/96 6469
/proc/meminfo: memFree=1709400/2055920 swapFree=4191880/4192956
[pid=6457] ppid=6455 vsize=915676 CPUtime=1469.16
/proc/6457/stat : 6457 (java) R 6455 6457 5819 0 -1 0 15655 0 1 0 146895 21 0 0 25 0 8 0 185001777 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073966295 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6457/statm: 228919 15387 2524 14 0 215389 0
[pid=6457/tid=6459] ppid=6455 vsize=915676 CPUtime=0.09
/proc/6457/task/6459/stat : 6459 (java) S 6455 6457 5819 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6460] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6460/stat : 6460 (java) S 6455 6457 5819 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6461] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6461/stat : 6461 (java) S 6455 6457 5819 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6462] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6462/stat : 6462 (java) S 6455 6457 5819 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6463] ppid=6455 vsize=915676 CPUtime=0.32
/proc/6457/task/6463/stat : 6463 (java) S 6455 6457 5819 0 -1 64 488 0 0 0 30 2 0 0 16 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6464] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6464/stat : 6464 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6465] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6465/stat : 6465 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.16
Current children cumulated vsize (KiB) 915676

[startup+1542.91 s]
/proc/loadavg: 1.59 1.91 1.97 2/85 6640
/proc/meminfo: memFree=1734208/2055920 swapFree=4191880/4192956
[pid=6457] ppid=6455 vsize=915676 CPUtime=1528.97
/proc/6457/stat : 6457 (java) R 6455 6457 5819 0 -1 0 15655 0 1 0 152874 23 0 0 25 0 8 0 185001777 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073958535 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6457/statm: 228919 15387 2524 14 0 215389 0
[pid=6457/tid=6459] ppid=6455 vsize=915676 CPUtime=0.09
/proc/6457/task/6459/stat : 6459 (java) S 6455 6457 5819 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6460] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6460/stat : 6460 (java) S 6455 6457 5819 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6461] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6461/stat : 6461 (java) S 6455 6457 5819 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6462] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6462/stat : 6462 (java) S 6455 6457 5819 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6463] ppid=6455 vsize=915676 CPUtime=0.32
/proc/6457/task/6463/stat : 6463 (java) S 6455 6457 5819 0 -1 64 488 0 0 0 30 2 0 0 16 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6464] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6464/stat : 6464 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6465] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6465/stat : 6465 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.97
Current children cumulated vsize (KiB) 915676

[startup+1602.93 s]
/proc/loadavg: 1.22 1.74 1.90 2/85 6640
/proc/meminfo: memFree=1734336/2055920 swapFree=4191880/4192956
[pid=6457] ppid=6455 vsize=915676 CPUtime=1588.97
/proc/6457/stat : 6457 (java) R 6455 6457 5819 0 -1 0 15655 0 1 0 158873 24 0 0 25 0 8 0 185001777 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074017130 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6457/statm: 228919 15387 2524 14 0 215389 0
[pid=6457/tid=6459] ppid=6455 vsize=915676 CPUtime=0.09
/proc/6457/task/6459/stat : 6459 (java) S 6455 6457 5819 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6460] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6460/stat : 6460 (java) S 6455 6457 5819 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6461] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6461/stat : 6461 (java) S 6455 6457 5819 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6462] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6462/stat : 6462 (java) S 6455 6457 5819 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6463] ppid=6455 vsize=915676 CPUtime=0.32
/proc/6457/task/6463/stat : 6463 (java) S 6455 6457 5819 0 -1 64 488 0 0 0 30 2 0 0 16 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6464] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6464/stat : 6464 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6465] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6465/stat : 6465 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.97
Current children cumulated vsize (KiB) 915676

[startup+1662.94 s]
/proc/loadavg: 1.08 1.60 1.84 2/85 6640
/proc/meminfo: memFree=1734400/2055920 swapFree=4191880/4192956
[pid=6457] ppid=6455 vsize=915676 CPUtime=1648.95
/proc/6457/stat : 6457 (java) R 6455 6457 5819 0 -1 0 15655 0 1 0 164871 24 0 0 25 0 8 0 185001777 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073958327 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6457/statm: 228919 15387 2524 14 0 215389 0
[pid=6457/tid=6459] ppid=6455 vsize=915676 CPUtime=0.09
/proc/6457/task/6459/stat : 6459 (java) S 6455 6457 5819 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6460] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6460/stat : 6460 (java) S 6455 6457 5819 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6461] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6461/stat : 6461 (java) S 6455 6457 5819 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6462] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6462/stat : 6462 (java) S 6455 6457 5819 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6463] ppid=6455 vsize=915676 CPUtime=0.32
/proc/6457/task/6463/stat : 6463 (java) S 6455 6457 5819 0 -1 64 488 0 0 0 30 2 0 0 16 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6464] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6464/stat : 6464 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6465] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6465/stat : 6465 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.95
Current children cumulated vsize (KiB) 915676

[startup+1722.97 s]
/proc/loadavg: 1.08 1.51 1.79 2/85 6640
/proc/meminfo: memFree=1734336/2055920 swapFree=4191880/4192956
[pid=6457] ppid=6455 vsize=915676 CPUtime=1708.95
/proc/6457/stat : 6457 (java) R 6455 6457 5819 0 -1 0 15655 0 1 0 170871 24 0 0 25 0 8 0 185001777 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918603 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6457/statm: 228919 15387 2524 14 0 215389 0
[pid=6457/tid=6459] ppid=6455 vsize=915676 CPUtime=0.09
/proc/6457/task/6459/stat : 6459 (java) S 6455 6457 5819 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6460] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6460/stat : 6460 (java) S 6455 6457 5819 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6461] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6461/stat : 6461 (java) S 6455 6457 5819 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6462] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6462/stat : 6462 (java) S 6455 6457 5819 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6463] ppid=6455 vsize=915676 CPUtime=0.32
/proc/6457/task/6463/stat : 6463 (java) S 6455 6457 5819 0 -1 64 488 0 0 0 30 2 0 0 16 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6464] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6464/stat : 6464 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6465] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6465/stat : 6465 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.95
Current children cumulated vsize (KiB) 915676

[startup+1783 s]
/proc/loadavg: 1.07 1.43 1.75 2/85 6640
/proc/meminfo: memFree=1734336/2055920 swapFree=4191880/4192956
[pid=6457] ppid=6455 vsize=915676 CPUtime=1768.96
/proc/6457/stat : 6457 (java) R 6455 6457 5819 0 -1 0 15655 0 1 0 176871 25 0 0 25 0 8 0 185001777 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336188 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6457/statm: 228919 15387 2524 14 0 215389 0
[pid=6457/tid=6459] ppid=6455 vsize=915676 CPUtime=0.09
/proc/6457/task/6459/stat : 6459 (java) S 6455 6457 5819 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6460] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6460/stat : 6460 (java) S 6455 6457 5819 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6461] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6461/stat : 6461 (java) S 6455 6457 5819 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6462] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6462/stat : 6462 (java) S 6455 6457 5819 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6463] ppid=6455 vsize=915676 CPUtime=0.32
/proc/6457/task/6463/stat : 6463 (java) S 6455 6457 5819 0 -1 64 488 0 0 0 30 2 0 0 16 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6464] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6464/stat : 6464 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6465] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6465/stat : 6465 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.96
Current children cumulated vsize (KiB) 915676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.13 s]
/proc/loadavg: 1.04 1.38 1.72 2/85 6640
/proc/meminfo: memFree=1734336/2055920 swapFree=4191880/4192956
[pid=6457] ppid=6455 vsize=915676 CPUtime=1800.09
/proc/6457/stat : 6457 (java) R 6455 6457 5819 0 -1 0 15655 0 1 0 179984 25 0 0 25 0 8 0 185001777 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073965305 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6457/statm: 228919 15387 2524 14 0 215389 0
[pid=6457/tid=6459] ppid=6455 vsize=915676 CPUtime=0.09
/proc/6457/task/6459/stat : 6459 (java) S 6455 6457 5819 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6460] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6460/stat : 6460 (java) S 6455 6457 5819 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6461] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6461/stat : 6461 (java) S 6455 6457 5819 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185001782 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6462] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6462/stat : 6462 (java) S 6455 6457 5819 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6463] ppid=6455 vsize=915676 CPUtime=0.32
/proc/6457/task/6463/stat : 6463 (java) S 6455 6457 5819 0 -1 64 488 0 0 0 30 2 0 0 16 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6464] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6464/stat : 6464 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6457/tid=6465] ppid=6455 vsize=915676 CPUtime=0
/proc/6457/task/6465/stat : 6465 (java) S 6455 6457 5819 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 185001785 937652224 15387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 915676

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

Child status: 143
Real time (s): 1814.18
CPU time (s): 1800.13
CPU user time (s): 1799.87
CPU system time (s): 0.263959
CPU usage (%): 99.2258
Max. virtual memory (cumulated for all children) (KiB): 915780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15673
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= 38083
involuntary context switches= 65761

runsolver used 2.44563 s user time and 5.32719 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Tue Jan  9 18:07:54 UTC 2007


IDJOB= 239459
IDBENCH= 7061
FILE ID= node23/239459-1168366074

PBS_JOBID= 3504014

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  8aaa9290f8830be76e9a3fdf12057a95

RANDOM SEED= 637282740

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.265
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.265
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:       1762224 kB
Buffers:         30084 kB
Cached:         133412 kB
SwapCached:        316 kB
Active:         162200 kB
Inactive:        79016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762224 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2728 kB
Writeback:           0 kB
Mapped:          96612 kB
Slab:            37308 kB
Committed_AS:  3998956 kB
PageTables:       2292 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= 66562 MiB



End job on node23 on Tue Jan  9 18:38:08 UTC 2007