Trace number 221217

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.09 1816.81

General information on the benchmark

NamequeenAttacking/
queenAttacking-8.xml
MD5SUM16844b2a8a95da9ff87f9b9658283ef6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables65
Number of constraints2034
Maximum constraint arity2
Maximum domain size64
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2034
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/221217-1168256760/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=65  nbDomainTypes=2  minDomainSize=10  maxDomainSize=64
0.42	       =>  wckTime=0.109  cpuTime=0.1  mem=6M902
0.42	   
0.42	   predicates being loaded...
0.43	   
0.43	   constraints being loaded...
0.94	     nbConstraints=2034  nbConvertedConstraints=2034  nbConvertConstraintsChecks=8832  nbExtensionStructures=3
0.94	     nbSharedExtensionStructures=2031  nbConflictsStructures=3  nbSharedConflictsStructures=2031
0.94	     nbSharedBinaryRepresentations=147  maxDegree=64  maxArity=2
0.94	       =>  wckTime=0.622  cpuTime=0.47  mem=17M662
0.99	   
0.99	   solver IterativeSystematicSolver being built... 
1.16	       =>  wckTime=0.849  cpuTime=0.61  mem=15M288
1.27	   
1.27	   preprocessing
1.27	     nbConstraintChecks=198903  nbPropagations=2227  nbRevisions=9183  nbUselessRevisions=6371  nbSingletonTests=83
1.27	     nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=108  detectedInconsistency=no
1.27	       =>  wckTime=0.099  cpuTime=0.07  mem=15M288
1.31	   
1.31	   search
1.31	     run=0  nbConstraintChecks=60359  nbPropagations=3064  nbRevisions=13382  nbUselessRevisions=8825  nbAssignments=22
1.31	     nbFailedAssignments=5  nbBacktracks=10  nbVisitedNodes=34  nbRestartNogoods=0  mapSize=8  nbInferences=0
1.31	     nbTooLargeKeys=0
1.31	       =>  wckTime=0.147  cpuTime=0.12  mem=15M288
1.35	   
1.35	   search
1.35	     run=1  nbConstraintChecks=131799  nbPropagations=7223  nbRevisions=31953  nbUselessRevisions=20611
1.35	     nbAssignments=58  nbFailedAssignments=16  nbBacktracks=28  nbVisitedNodes=90  nbRestartNogoods=1  mapSize=23
1.35	     nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.186  cpuTime=0.15  mem=15M288
1.39	   
1.39	   search
1.39	     run=2  nbConstraintChecks=234302  nbPropagations=12962  nbRevisions=58766  nbUselessRevisions=37227
1.39	     nbAssignments=110  nbFailedAssignments=34  nbBacktracks=53  nbVisitedNodes=173  nbRestartNogoods=2  mapSize=44
1.39	     nbInferences=1  nbTooLargeKeys=0
1.39	       =>  wckTime=0.225  cpuTime=0.18  mem=15M288
1.42	   
1.42	   search
1.42	     run=3  nbConstraintChecks=333127  nbPropagations=20193  nbRevisions=93058  nbUselessRevisions=58520
1.43	     nbAssignments=191  nbFailedAssignments=48  nbBacktracks=86  nbVisitedNodes=279  nbRestartNogoods=5  mapSize=63
1.43	     nbInferences=1  nbTooLargeKeys=0
1.43	       =>  wckTime=0.259  cpuTime=0.22  mem=15M288
1.48	   
1.48	   search
1.48	     run=4  nbConstraintChecks=505665  nbPropagations=29478  nbRevisions=143782  nbUselessRevisions=89889
1.48	     nbAssignments=307  nbFailedAssignments=90  nbBacktracks=137  nbVisitedNodes=453  nbRestartNogoods=9  mapSize=90
1.48	     nbInferences=1  nbTooLargeKeys=0
1.48	       =>  wckTime=0.31  cpuTime=0.27  mem=15M288
1.53	   
1.53	   search
1.53	     run=5  nbConstraintChecks=642220  nbPropagations=41013  nbRevisions=208067  nbUselessRevisions=130060
1.53	     nbAssignments=440  nbFailedAssignments=111  nbBacktracks=220  nbVisitedNodes=626  nbRestartNogoods=10  mapSize=124
1.53	     nbInferences=1  nbTooLargeKeys=0
1.53	       =>  wckTime=0.361  cpuTime=0.32  mem=15M288
1.61	   
1.61	   search
1.61	     run=6  nbConstraintChecks=850492  nbPropagations=56012  nbRevisions=291191  nbUselessRevisions=181344
1.61	     nbAssignments=636  nbFailedAssignments=156  nbBacktracks=335  nbVisitedNodes=907  nbRestartNogoods=14  mapSize=185
1.61	     nbInferences=2  nbTooLargeKeys=0
1.61	       =>  wckTime=0.44  cpuTime=0.39  mem=15M288
1.80	   
1.80	   search
1.80	     run=7  nbConstraintChecks=1556880  nbPropagations=79661  nbRevisions=417018  nbUselessRevisions=260643
1.80	     nbAssignments=1102  nbFailedAssignments=226  nbBacktracks=508  nbVisitedNodes=1272  nbRestartNogoods=23
1.80	     mapSize=238  nbInferences=2  nbTooLargeKeys=0
1.80	       =>  wckTime=0.632  cpuTime=0.58  mem=15M288
1.97	   
1.97	   search
1.97	     run=8  nbConstraintChecks=2108841  nbPropagations=110196  nbRevisions=592980  nbUselessRevisions=371790
1.97	     nbAssignments=1512  nbFailedAssignments=328  nbBacktracks=766  nbVisitedNodes=1833  nbRestartNogoods=26
1.97	     mapSize=357  nbInferences=2  nbTooLargeKeys=0
1.97	       =>  wckTime=0.803  cpuTime=0.74  mem=15M288
2.18	   
2.18	   search
2.18	     run=9  nbConstraintChecks=2700191  nbPropagations=150065  nbRevisions=828404  nbUselessRevisions=518849
2.18	     nbAssignments=2118  nbFailedAssignments=476  nbBacktracks=1152  nbVisitedNodes=2672  nbRestartNogoods=32
2.18	     mapSize=548  nbInferences=7  nbTooLargeKeys=0
2.18	       =>  wckTime=1.015  cpuTime=0.94  mem=16M263
2.50	   
2.50	   search
2.50	     run=10  nbConstraintChecks=3587510  nbPropagations=204163  nbRevisions=1162725  nbUselessRevisions=729101
2.50	     nbAssignments=3098  nbFailedAssignments=823  nbBacktracks=1730  nbVisitedNodes=4140  nbRestartNogoods=38
2.50	     mapSize=804  nbInferences=11  nbTooLargeKeys=0
2.50	       =>  wckTime=1.332  cpuTime=1.24  mem=16M263
3.00	   
3.00	   search
3.00	     run=11  nbConstraintChecks=5122795  nbPropagations=282026  nbRevisions=1676640  nbUselessRevisions=1053548
3.00	     nbAssignments=4432  nbFailedAssignments=1254  nbBacktracks=2594  nbVisitedNodes=6219  nbRestartNogoods=43
3.00	     mapSize=1301  nbInferences=12  nbTooLargeKeys=0
3.00	       =>  wckTime=1.832  cpuTime=1.74  mem=16M263
3.69	   
3.69	   search
3.69	     run=12  nbConstraintChecks=6955194  nbPropagations=393275  nbRevisions=2486476  nbUselessRevisions=1590840
3.69	     nbAssignments=6490  nbFailedAssignments=1993  nbBacktracks=3891  nbVisitedNodes=9529  nbRestartNogoods=47
3.69	     mapSize=2078  nbInferences=12  nbTooLargeKeys=0
3.69	       =>  wckTime=2.523  cpuTime=2.41  mem=17M238
4.15	   
4.15	   INFO : Stopping hyperNogood (mapSize=2422, nbTooLargekeys=0, mem=17M238)
4.85	   
4.85	   search
4.85	     run=13  nbConstraintChecks=10206072  nbPropagations=563253  nbRevisions=3763653  nbUselessRevisions=2446877
4.85	     nbAssignments=9785  nbFailedAssignments=3225  nbBacktracks=5841  nbVisitedNodes=14632  nbRestartNogoods=55
4.85	       =>  wckTime=3.683  cpuTime=3.56  mem=17M238
6.76	   
6.76	   search
6.76	     run=14  nbConstraintChecks=16659215  nbPropagations=823130  nbRevisions=5891880  nbUselessRevisions=3905580
6.76	     nbAssignments=14944  nbFailedAssignments=5356  nbBacktracks=8764  nbVisitedNodes=22982  nbRestartNogoods=67
6.76	       =>  wckTime=5.595  cpuTime=5.46  mem=17M238
9.83	   
9.83	   search
9.83	     run=15  nbConstraintChecks=27528224  nbPropagations=1218546  nbRevisions=9308723  nbUselessRevisions=6269809
9.83	     nbAssignments=22961  nbFailedAssignments=8981  nbBacktracks=13143  nbVisitedNodes=36392  nbRestartNogoods=72
9.83	       =>  wckTime=8.662  cpuTime=8.5  mem=17M238
15.46	   
15.46	   search
15.46	     run=16  nbConstraintChecks=49390182  nbPropagations=1857886  nbRevisions=15111776  nbUselessRevisions=10307832
15.46	     nbAssignments=36160  nbFailedAssignments=15581  nbBacktracks=19712  nbVisitedNodes=59355  nbRestartNogoods=84
15.46	       =>  wckTime=14.291  cpuTime=14.07  mem=17M238
20.57	   
20.57	   search
20.57	     run=17  nbConstraintChecks=63999903  nbPropagations=2728021  nbRevisions=23843712  nbUselessRevisions=16661905
20.57	     nbAssignments=52314  nbFailedAssignments=21862  nbBacktracks=29564  nbVisitedNodes=85055  nbRestartNogoods=95
20.57	       =>  wckTime=19.402  cpuTime=19.13  mem=17M238
29.60	   
29.61	   search
29.61	     run=18  nbConstraintChecks=94269641  nbPropagations=4001898  nbRevisions=37527814  nbUselessRevisions=26740136
29.61	     nbAssignments=78754  nbFailedAssignments=33406  nbBacktracks=44353  nbVisitedNodes=127725  nbRestartNogoods=104
29.61	       =>  wckTime=28.437  cpuTime=28.08  mem=17M238
44.33	   
44.33	   search
44.33	     run=19  nbConstraintChecks=138312611  nbPropagations=5950509  nbRevisions=59526873  nbUselessRevisions=43197466
44.33	     nbAssignments=119270  nbFailedAssignments=51731  nbBacktracks=66523  nbVisitedNodes=195648  nbRestartNogoods=114
44.33	       =>  wckTime=43.163  cpuTime=42.67  mem=17M238
64.24	   
64.24	   search
64.24	     run=20  nbConstraintChecks=199664811  nbPropagations=8823318  nbRevisions=91411348  nbUselessRevisions=66812896
64.24	     nbAssignments=176616  nbFailedAssignments=75804  nbBacktracks=99776  nbVisitedNodes=289263  nbRestartNogoods=122
64.24	       =>  wckTime=63.075  cpuTime=62.4  mem=17M238
97.04	   
97.04	   search
97.04	     run=21  nbConstraintChecks=314095175  nbPropagations=13221496  nbRevisions=136842552  nbUselessRevisions=99737523
97.04	     nbAssignments=262641  nbFailedAssignments=111906  nbBacktracks=149655  nbVisitedNodes=432706  nbRestartNogoods=138
97.04	       =>  wckTime=95.875  cpuTime=94.9  mem=17M238
154.20	   
154.20	   search
154.20	     run=22  nbConstraintChecks=513978973  nbPropagations=20163896  nbRevisions=205089090  nbUselessRevisions=148815899
154.20	     nbAssignments=402340  nbFailedAssignments=176773  nbBacktracks=224473  nbVisitedNodes=674798  nbRestartNogoods=153
154.20	       =>  wckTime=153.038  cpuTime=151.54  mem=17M238
247.14	   
247.14	   search
247.14	     run=23  nbConstraintChecks=858185912  nbPropagations=31158921  nbRevisions=313017397  nbUselessRevisions=226672972
247.14	     nbAssignments=621221  nbFailedAssignments=283415  nbBacktracks=336700  nbVisitedNodes=1058549  nbRestartNogoods=168
247.14	       =>  wckTime=245.973  cpuTime=243.63  mem=17M238
389.57	   
389.57	   search
389.57	     run=24  nbConstraintChecks=1360223192  nbPropagations=48467509  nbRevisions=478623809  nbUselessRevisions=345843475
389.57	     nbAssignments=936716  nbFailedAssignments=430557  nbBacktracks=505041  nbVisitedNodes=1612823  nbRestartNogoods=180
389.57	       =>  wckTime=388.402  cpuTime=384.76  mem=17M238
598.98	   
598.98	   search
598.98	     run=25  nbConstraintChecks=2049379302  nbPropagations=75154047  nbRevisions=727068617  nbUselessRevisions=524909862
598.98	     nbAssignments=1390812  nbFailedAssignments=632110  nbBacktracks=757552  nbVisitedNodes=2412941
598.98	     nbRestartNogoods=202
598.98	       =>  wckTime=597.81  cpuTime=592.25  mem=17M238
917.87	   
917.87	   search
917.87	     run=26  nbConstraintChecks=3134034004  nbPropagations=116042861  nbRevisions=1103341633
917.87	     nbUselessRevisions=796759498  nbAssignments=2089885  nbFailedAssignments=952405  nbBacktracks=1136319
917.87	     nbVisitedNodes=3655330  nbRestartNogoods=225
917.87	       =>  wckTime=916.703  cpuTime=908.14  mem=17M238
1385.94	   
1385.94	   search
1385.94	     run=27  nbConstraintChecks=4705982054  nbPropagations=177893532  nbRevisions=1662268213
1385.94	     nbUselessRevisions=1200625101  nbAssignments=3112048  nbFailedAssignments=1406366  nbBacktracks=1704470
1385.94	     nbVisitedNodes=5457858  nbRestartNogoods=250
1385.94	       =>  wckTime=1384.773  cpuTime=1371.82  mem=17M238

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/node55/watcher-221217-1168256760 -o ROOT/results/node55/solver-221217-1168256760 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/221217-1168256760/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.06 0.31 0.70 4/74 4688
/proc/meminfo: memFree=1740488/2055920 swapFree=4192192/4192956
[pid=4687] ppid=4668 vsize=168 CPUtime=0
/proc/4687/stat : 4687 (java) R 4668 4687 4561 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 174074710 172032 23 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 6848811 0 0 4096 0 0 0 0 17 0 0 0
/proc/4687/statm: 42 23 18 14 0 2 0

[startup+0.108039 s]
/proc/loadavg: 0.06 0.31 0.70 4/74 4688
/proc/meminfo: memFree=1740488/2055920 swapFree=4192192/4192956
[pid=4687] ppid=4668 vsize=914988 CPUtime=0.09
/proc/4687/stat : 4687 (java) R 4668 4687 4561 0 -1 0 3006 0 1 0 8 1 0 0 17 0 8 0 174074710 936947712 2752 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155171569 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4687/statm: 228747 2752 1430 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517078 s]
/proc/loadavg: 0.06 0.31 0.70 4/74 4688
/proc/meminfo: memFree=1740488/2055920 swapFree=4192192/4192956
[pid=4687] ppid=4668 vsize=915328 CPUtime=0.49
/proc/4687/stat : 4687 (java) S 4668 4687 4561 0 -1 0 6368 0 1 0 46 3 0 0 17 0 8 0 174074710 937295872 6107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4687/statm: 228832 6107 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34616 s]
/proc/loadavg: 0.06 0.31 0.70 3/88 4702
/proc/meminfo: memFree=1672920/2055920 swapFree=4192192/4192956
[pid=4687] ppid=4668 vsize=915764 CPUtime=1.32
/proc/4687/stat : 4687 (java) R 4668 4687 4561 0 -1 0 9754 0 1 0 117 15 0 0 18 0 8 0 174074710 937742336 9492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073969822 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4687/statm: 228941 9492 2541 14 0 215411 0
[pid=4687/tid=4692] ppid=4668 vsize=915764 CPUtime=0.03
/proc/4687/task/4692/stat : 4692 (java) S 4668 4687 4561 0 -1 64 375 0 0 0 3 0 0 0 17 0 8 0 174074714 937742336 9492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4693] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4693/stat : 4693 (java) S 4668 4687 4561 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4694] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4694/stat : 4694 (java) S 4668 4687 4561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4699] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4699/stat : 4699 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174074718 937742336 9492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4700] ppid=4668 vsize=915764 CPUtime=0.26
/proc/4687/task/4700/stat : 4700 (java) R 4668 4687 4561 0 -1 64 477 0 0 0 25 1 0 0 20 0 8 0 174074718 937742336 9492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4701] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4701/stat : 4701 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174074718 937742336 9492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4702] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4702/stat : 4702 (java) S 4668 4687 4561 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 174074718 937742336 9492 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915764

[startup+2.98731 s]
/proc/loadavg: 0.30 0.35 0.71 3/89 4703
/proc/meminfo: memFree=1647632/2055920 swapFree=4192192/4192956
[pid=4687] ppid=4668 vsize=915764 CPUtime=2.94
/proc/4687/stat : 4687 (java) R 4668 4687 4561 0 -1 0 9777 0 1 0 279 15 0 0 25 0 8 0 174074710 937742336 9514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073982152 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4687/statm: 228941 9514 2541 14 0 215411 0
[pid=4687/tid=4692] ppid=4668 vsize=915764 CPUtime=0.03
/proc/4687/task/4692/stat : 4692 (java) S 4668 4687 4561 0 -1 64 375 0 0 0 3 0 0 0 17 0 8 0 174074714 937742336 9514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4693] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4693/stat : 4693 (java) S 4668 4687 4561 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4694] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4694/stat : 4694 (java) S 4668 4687 4561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4699] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4699/stat : 4699 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174074718 937742336 9514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4700] ppid=4668 vsize=915764 CPUtime=0.3
/proc/4687/task/4700/stat : 4700 (java) S 4668 4687 4561 0 -1 64 497 0 0 0 29 1 0 0 16 0 8 0 174074718 937742336 9514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4701] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4701/stat : 4701 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174074718 937742336 9514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4702] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4702/stat : 4702 (java) S 4668 4687 4561 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 174074718 937742336 9514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915764

[startup+6.26763 s]
/proc/loadavg: 0.30 0.35 0.71 3/89 4703
/proc/meminfo: memFree=1647632/2055920 swapFree=4192192/4192956
[pid=4687] ppid=4668 vsize=915764 CPUtime=6.19
/proc/4687/stat : 4687 (java) R 4668 4687 4561 0 -1 0 9779 0 1 0 604 15 0 0 25 0 8 0 174074710 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073991501 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4687/statm: 228941 9515 2541 14 0 215411 0
[pid=4687/tid=4692] ppid=4668 vsize=915764 CPUtime=0.03
/proc/4687/task/4692/stat : 4692 (java) S 4668 4687 4561 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 174074714 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4693] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4693/stat : 4693 (java) S 4668 4687 4561 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4694] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4694/stat : 4694 (java) S 4668 4687 4561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4699] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4699/stat : 4699 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174074718 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4700] ppid=4668 vsize=915764 CPUtime=0.31
/proc/4687/task/4700/stat : 4700 (java) S 4668 4687 4561 0 -1 64 498 0 0 0 30 1 0 0 16 0 8 0 174074718 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4701] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4701/stat : 4701 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174074718 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4702] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4702/stat : 4702 (java) S 4668 4687 4561 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 174074718 937742336 9515 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) 915764

[startup+12.7563 s]
/proc/loadavg: 0.56 0.41 0.73 3/89 4703
/proc/meminfo: memFree=1647760/2055920 swapFree=4192192/4192956
[pid=4687] ppid=4668 vsize=915764 CPUtime=12.61
/proc/4687/stat : 4687 (java) R 4668 4687 4561 0 -1 0 9780 0 1 0 1246 15 0 0 25 0 8 0 174074710 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073982064 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4687/statm: 228941 9515 2541 14 0 215411 0
[pid=4687/tid=4692] ppid=4668 vsize=915764 CPUtime=0.03
/proc/4687/task/4692/stat : 4692 (java) S 4668 4687 4561 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 174074714 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4693] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4693/stat : 4693 (java) S 4668 4687 4561 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4694] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4694/stat : 4694 (java) S 4668 4687 4561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4699] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4699/stat : 4699 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174074718 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4700] ppid=4668 vsize=915764 CPUtime=0.31
/proc/4687/task/4700/stat : 4700 (java) S 4668 4687 4561 0 -1 64 498 0 0 0 30 1 0 0 16 0 8 0 174074718 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4701] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4701/stat : 4701 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174074718 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4702] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4702/stat : 4702 (java) S 4668 4687 4561 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 174074718 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915764

[startup+25.6085 s]
/proc/loadavg: 0.78 0.46 0.74 3/89 4703
/proc/meminfo: memFree=1647824/2055920 swapFree=4192192/4192956
[pid=4687] ppid=4668 vsize=915764 CPUtime=25.35
/proc/4687/stat : 4687 (java) R 4668 4687 4561 0 -1 0 9780 0 1 0 2520 15 0 0 25 0 8 0 174074710 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073997891 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4687/statm: 228941 9515 2541 14 0 215411 0
[pid=4687/tid=4692] ppid=4668 vsize=915764 CPUtime=0.03
/proc/4687/task/4692/stat : 4692 (java) S 4668 4687 4561 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 174074714 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4693] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4693/stat : 4693 (java) S 4668 4687 4561 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4694] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4694/stat : 4694 (java) S 4668 4687 4561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4699] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4699/stat : 4699 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174074718 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4700] ppid=4668 vsize=915764 CPUtime=0.31
/proc/4687/task/4700/stat : 4700 (java) S 4668 4687 4561 0 -1 64 498 0 0 0 30 1 0 0 16 0 8 0 174074718 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4701] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4701/stat : 4701 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174074718 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4702] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4702/stat : 4702 (java) S 4668 4687 4561 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 174074718 937742336 9515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915764

[startup+51.213 s]
/proc/loadavg: 1.19 0.58 0.77 3/89 4703
/proc/meminfo: memFree=1643088/2055920 swapFree=4192192/4192956
[pid=4687] ppid=4668 vsize=915764 CPUtime=50.72
/proc/4687/stat : 4687 (java) R 4668 4687 4561 0 -1 0 9782 0 1 0 5056 16 0 0 25 0 8 0 174074710 937742336 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074008778 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4687/statm: 228941 9516 2541 14 0 215411 0
[pid=4687/tid=4692] ppid=4668 vsize=915764 CPUtime=0.03
/proc/4687/task/4692/stat : 4692 (java) S 4668 4687 4561 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 174074714 937742336 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4693] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4693/stat : 4693 (java) S 4668 4687 4561 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4694] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4694/stat : 4694 (java) S 4668 4687 4561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4699] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4699/stat : 4699 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174074718 937742336 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4700] ppid=4668 vsize=915764 CPUtime=0.31
/proc/4687/task/4700/stat : 4700 (java) S 4668 4687 4561 0 -1 64 499 0 0 0 30 1 0 0 16 0 8 0 174074718 937742336 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4701] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4701/stat : 4701 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174074718 937742336 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4702] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4702/stat : 4702 (java) S 4668 4687 4561 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 174074718 937742336 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 915764

[startup+102.428 s]
/proc/loadavg: 1.65 0.80 0.83 3/89 4703
/proc/meminfo: memFree=1616400/2055920 swapFree=4192192/4192956
[pid=4687] ppid=4668 vsize=915764 CPUtime=101.47
/proc/4687/stat : 4687 (java) R 4668 4687 4561 0 -1 0 9782 0 1 0 10131 16 0 0 25 0 8 0 174074710 937742336 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073971232 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4687/statm: 228941 9516 2541 14 0 215411 0
[pid=4687/tid=4692] ppid=4668 vsize=915764 CPUtime=0.03
/proc/4687/task/4692/stat : 4692 (java) S 4668 4687 4561 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 174074714 937742336 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4693] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4693/stat : 4693 (java) S 4668 4687 4561 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4694] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4694/stat : 4694 (java) S 4668 4687 4561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4699] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4699/stat : 4699 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174074718 937742336 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4700] ppid=4668 vsize=915764 CPUtime=0.31
/proc/4687/task/4700/stat : 4700 (java) S 4668 4687 4561 0 -1 64 499 0 0 0 30 1 0 0 16 0 8 0 174074718 937742336 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4701] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4701/stat : 4701 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174074718 937742336 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4702] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4702/stat : 4702 (java) S 4668 4687 4561 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 174074718 937742336 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 915764

[startup+162.485 s]
/proc/loadavg: 1.87 1.01 0.90 3/89 4703
/proc/meminfo: memFree=1593744/2055920 swapFree=4192192/4192956
[pid=4687] ppid=4668 vsize=915764 CPUtime=160.98
/proc/4687/stat : 4687 (java) R 4668 4687 4561 0 -1 0 9782 0 1 0 16082 16 0 0 25 0 8 0 174074710 937742336 9516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074017973 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1410.38
Current children cumulated vsize (KiB) 915764

[startup+1483.69 s]
/proc/loadavg: 2.00 1.97 1.71 3/89 4901
/proc/meminfo: memFree=1450256/2055920 swapFree=4192192/4192956
[pid=4687] ppid=4668 vsize=915764 CPUtime=1469.9
/proc/4687/stat : 4687 (java) R 4668 4687 4561 0 -1 0 9784 0 1 0 146974 16 0 0 25 0 8 0 174074710 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073980161 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4687/statm: 228941 9517 2541 14 0 215411 0
[pid=4687/tid=4692] ppid=4668 vsize=915764 CPUtime=0.03
/proc/4687/task/4692/stat : 4692 (java) S 4668 4687 4561 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 174074714 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4693] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4693/stat : 4693 (java) S 4668 4687 4561 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4694] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4694/stat : 4694 (java) S 4668 4687 4561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4699] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4699/stat : 4699 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4700] ppid=4668 vsize=915764 CPUtime=0.31
/proc/4687/task/4700/stat : 4700 (java) S 4668 4687 4561 0 -1 64 501 0 0 0 30 1 0 0 16 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4701] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4701/stat : 4701 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4702] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4702/stat : 4702 (java) S 4668 4687 4561 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.9
Current children cumulated vsize (KiB) 915764

[startup+1543.76 s]
/proc/loadavg: 2.06 1.99 1.73 3/89 4901
/proc/meminfo: memFree=1450192/2055920 swapFree=4192192/4192956
[pid=4687] ppid=4668 vsize=915764 CPUtime=1529.43
/proc/4687/stat : 4687 (java) R 4668 4687 4561 0 -1 0 9784 0 1 0 152927 16 0 0 25 0 8 0 174074710 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073981086 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4687/statm: 228941 9517 2541 14 0 215411 0
[pid=4687/tid=4692] ppid=4668 vsize=915764 CPUtime=0.03
/proc/4687/task/4692/stat : 4692 (java) S 4668 4687 4561 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 174074714 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4693] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4693/stat : 4693 (java) S 4668 4687 4561 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4694] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4694/stat : 4694 (java) S 4668 4687 4561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4699] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4699/stat : 4699 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4700] ppid=4668 vsize=915764 CPUtime=0.31
/proc/4687/task/4700/stat : 4700 (java) S 4668 4687 4561 0 -1 64 501 0 0 0 30 1 0 0 16 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4701] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4701/stat : 4701 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4702] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4702/stat : 4702 (java) S 4668 4687 4561 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.43
Current children cumulated vsize (KiB) 915764

[startup+1603.8 s]
/proc/loadavg: 2.02 1.99 1.74 3/89 4901
/proc/meminfo: memFree=1450192/2055920 swapFree=4192192/4192956
[pid=4687] ppid=4668 vsize=915764 CPUtime=1588.92
/proc/4687/stat : 4687 (java) R 4668 4687 4561 0 -1 0 9784 0 1 0 158876 16 0 0 25 0 8 0 174074710 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073982080 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4687/statm: 228941 9517 2541 14 0 215411 0
[pid=4687/tid=4692] ppid=4668 vsize=915764 CPUtime=0.03
/proc/4687/task/4692/stat : 4692 (java) S 4668 4687 4561 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 174074714 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4693] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4693/stat : 4693 (java) S 4668 4687 4561 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4694] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4694/stat : 4694 (java) S 4668 4687 4561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4699] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4699/stat : 4699 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4700] ppid=4668 vsize=915764 CPUtime=0.31
/proc/4687/task/4700/stat : 4700 (java) S 4668 4687 4561 0 -1 64 501 0 0 0 30 1 0 0 16 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4701] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4701/stat : 4701 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4702] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4702/stat : 4702 (java) R 4668 4687 4561 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.92
Current children cumulated vsize (KiB) 915764

[startup+1663.84 s]
/proc/loadavg: 2.00 1.99 1.75 3/89 4901
/proc/meminfo: memFree=1450128/2055920 swapFree=4192192/4192956
[pid=4687] ppid=4668 vsize=915764 CPUtime=1648.41
/proc/4687/stat : 4687 (java) R 4668 4687 4561 0 -1 0 9784 0 1 0 164825 16 0 0 25 0 8 0 174074710 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073993345 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4687/statm: 228941 9517 2541 14 0 215411 0
[pid=4687/tid=4692] ppid=4668 vsize=915764 CPUtime=0.03
/proc/4687/task/4692/stat : 4692 (java) S 4668 4687 4561 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 174074714 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4693] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4693/stat : 4693 (java) S 4668 4687 4561 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4694] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4694/stat : 4694 (java) S 4668 4687 4561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4699] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4699/stat : 4699 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4700] ppid=4668 vsize=915764 CPUtime=0.31
/proc/4687/task/4700/stat : 4700 (java) S 4668 4687 4561 0 -1 64 501 0 0 0 30 1 0 0 16 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4701] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4701/stat : 4701 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4702] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4702/stat : 4702 (java) S 4668 4687 4561 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.41
Current children cumulated vsize (KiB) 915764

[startup+1723.88 s]
/proc/loadavg: 2.00 1.99 1.76 3/89 4901
/proc/meminfo: memFree=1434000/2055920 swapFree=4192192/4192956
[pid=4687] ppid=4668 vsize=915764 CPUtime=1707.9
/proc/4687/stat : 4687 (java) R 4668 4687 4561 0 -1 0 9784 0 1 0 170774 16 0 0 25 0 8 0 174074710 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073982579 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4687/statm: 228941 9517 2541 14 0 215411 0
[pid=4687/tid=4692] ppid=4668 vsize=915764 CPUtime=0.03
/proc/4687/task/4692/stat : 4692 (java) S 4668 4687 4561 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 174074714 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4693] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4693/stat : 4693 (java) S 4668 4687 4561 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4694] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4694/stat : 4694 (java) S 4668 4687 4561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4699] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4699/stat : 4699 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4700] ppid=4668 vsize=915764 CPUtime=0.31
/proc/4687/task/4700/stat : 4700 (java) S 4668 4687 4561 0 -1 64 501 0 0 0 30 1 0 0 16 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4701] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4701/stat : 4701 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4702] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4702/stat : 4702 (java) S 4668 4687 4561 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.9
Current children cumulated vsize (KiB) 915764

[startup+1783.92 s]
/proc/loadavg: 2.00 1.99 1.78 3/89 4901
/proc/meminfo: memFree=1434000/2055920 swapFree=4192192/4192956
[pid=4687] ppid=4668 vsize=915764 CPUtime=1767.39
/proc/4687/stat : 4687 (java) R 4668 4687 4561 0 -1 0 9784 0 1 0 176723 16 0 0 25 0 8 0 174074710 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073982134 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4687/statm: 228941 9517 2541 14 0 215411 0
[pid=4687/tid=4692] ppid=4668 vsize=915764 CPUtime=0.03
/proc/4687/task/4692/stat : 4692 (java) S 4668 4687 4561 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 174074714 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4693] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4693/stat : 4693 (java) S 4668 4687 4561 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4694] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4694/stat : 4694 (java) S 4668 4687 4561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4699] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4699/stat : 4699 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4700] ppid=4668 vsize=915764 CPUtime=0.31
/proc/4687/task/4700/stat : 4700 (java) S 4668 4687 4561 0 -1 64 501 0 0 0 30 1 0 0 16 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4701] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4701/stat : 4701 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4702] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4702/stat : 4702 (java) S 4668 4687 4561 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1767.39
Current children cumulated vsize (KiB) 915764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.74 s]
/proc/loadavg: 2.07 2.01 1.79 3/87 4959
/proc/meminfo: memFree=1642976/2055920 swapFree=4192192/4192956
[pid=4687] ppid=4668 vsize=915764 CPUtime=1800.01
/proc/4687/stat : 4687 (java) R 4668 4687 4561 0 -1 0 9784 0 1 0 179984 17 0 0 25 0 8 0 174074710 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073987321 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4687/statm: 228941 9517 2541 14 0 215411 0
[pid=4687/tid=4692] ppid=4668 vsize=915764 CPUtime=0.03
/proc/4687/task/4692/stat : 4692 (java) S 4668 4687 4561 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 174074714 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4693] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4693/stat : 4693 (java) S 4668 4687 4561 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4694] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4694/stat : 4694 (java) S 4668 4687 4561 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174074715 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4699] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4699/stat : 4699 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4700] ppid=4668 vsize=915764 CPUtime=0.31
/proc/4687/task/4700/stat : 4700 (java) S 4668 4687 4561 0 -1 64 501 0 0 0 30 1 0 0 16 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4701] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4701/stat : 4701 (java) S 4668 4687 4561 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4687/tid=4702] ppid=4668 vsize=915764 CPUtime=0
/proc/4687/task/4702/stat : 4702 (java) S 4668 4687 4561 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 174074718 937742336 9517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915764

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

Child status: 143
Real time (s): 1816.81
CPU time (s): 1800.09
CPU user time (s): 1799.9
CPU system time (s): 0.183972
CPU usage (%): 99.0792
Max. virtual memory (cumulated for all children) (KiB): 915764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.183972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9801
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= 37813
involuntary context switches= 72590

runsolver used 2.34964 s user time and 5.71113 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Mon Jan  8 11:46:02 UTC 2007


IDJOB= 221217
IDBENCH= 5402
FILE ID= node55/221217-1168256760

PBS_JOBID= 3482611

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/queenAttacking/queenAttacking-8.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/221217-1168256760/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-221217-1168256760 -o ROOT/results/node55/solver-221217-1168256760 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/221217-1168256760/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  16844b2a8a95da9ff87f9b9658283ef6

RANDOM SEED= 376284229

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.218
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	: 5931.00
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.218
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:       1742368 kB
Buffers:         52796 kB
Cached:         184712 kB
SwapCached:        424 kB
Active:         136916 kB
Inactive:       120400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742368 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            5528 kB
Writeback:           0 kB
Mapped:          28576 kB
Slab:            42052 kB
Committed_AS:  3809512 kB
PageTables:       1572 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= 66560 MiB



End job on node55 on Mon Jan  8 12:16:21 UTC 2007