Trace number 239517

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.08 1805.42

General information on the benchmark

Nameqcp-qwh/QWH-25/
qwh-25-235-8_ext.xml
MD5SUMfe8b9efabd586d8730353429d665bdcd
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 benchmark11.5612
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.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=mac.xml
0.38	   
0.38	   instance
0.38	     name=/tmp/evaluation/239517-1168085014/unknown.xml
0.41	   
0.41	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.52	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25
0.52	       =>  wckTime=0.175  cpuTime=0.14  mem=8M869
0.52	   
0.52	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
1.00	     nbConstraints=9300  nbRelationTypes=27  nbSingletonDomainVariables=390  nbExtensionStructures=51
1.00	     nbSharedExtensionStructures=9249  nbConflictsStructures=51  nbSharedConflictsStructures=9249
1.00	     nbSharedBinaryRepresentations=1323  maxDegree=48  maxArity=2
1.00	       =>  wckTime=0.655  cpuTime=0.51  mem=37M151
1.11	   
1.11	   solver IterativeSystematicSolver being built... 
1.31	       =>  wckTime=0.967  cpuTime=0.68  mem=21M393
1.38	   
1.38	   preprocessing
1.38	     nbConstraintChecks=93030  nbPropagations=625  nbRevisions=7320  nbUselessRevisions=2395  nbRemovedValues=4925
1.38	     detectedInconsistency=no
1.38	       =>  wckTime=0.064  cpuTime=0.04  mem=21M393
1.46	   
1.46	   search
1.46	     run=0  nbConstraintChecks=10018  nbPropagations=1086  nbRevisions=13451  nbUselessRevisions=7881  nbAssignments=69
1.46	     nbFailedAssignments=5  nbBacktracks=11  nbVisitedNodes=80  nbRestartNogoods=0  mapSize=8  nbInferences=0
1.46	     nbTooLargeKeys=0
1.46	       =>  wckTime=0.138  cpuTime=0.1  mem=22M367
1.50	   
1.50	   search
1.50	     run=1  nbConstraintChecks=23411  nbPropagations=2722  nbRevisions=35214  nbUselessRevisions=23258
1.50	     nbAssignments=150  nbFailedAssignments=13  nbBacktracks=32  nbVisitedNodes=178  nbRestartNogoods=2  mapSize=24
1.50	     nbInferences=0  nbTooLargeKeys=0
1.50	       =>  wckTime=0.183  cpuTime=0.14  mem=22M367
1.54	   
1.54	   search
1.54	     run=2  nbConstraintChecks=37369  nbPropagations=4938  nbRevisions=65805  nbUselessRevisions=46578
1.54	     nbAssignments=233  nbFailedAssignments=23  nbBacktracks=54  nbVisitedNodes=282  nbRestartNogoods=3  mapSize=42
1.54	     nbInferences=0  nbTooLargeKeys=0
1.54	       =>  wckTime=0.221  cpuTime=0.18  mem=22M367
1.59	   
1.59	   search
1.59	     run=3  nbConstraintChecks=56992  nbPropagations=7897  nbRevisions=109743  nbUselessRevisions=82068
1.59	     nbAssignments=351  nbFailedAssignments=33  nbBacktracks=90  nbVisitedNodes=419  nbRestartNogoods=4  mapSize=58
1.59	     nbInferences=0  nbTooLargeKeys=0
1.59	       =>  wckTime=0.273  cpuTime=0.23  mem=22M367
1.65	   
1.65	   search
1.65	     run=4  nbConstraintChecks=82987  nbPropagations=11700  nbRevisions=171336  nbUselessRevisions=133542
1.65	     nbAssignments=484  nbFailedAssignments=46  nbBacktracks=166  nbVisitedNodes=579  nbRestartNogoods=7  mapSize=82
1.65	     nbInferences=0  nbTooLargeKeys=0
1.65	       =>  wckTime=0.335  cpuTime=0.28  mem=22M367
1.72	   
1.72	   search
1.72	     run=5  nbConstraintChecks=108873  nbPropagations=16459  nbRevisions=250135  nbUselessRevisions=200570
1.72	     nbAssignments=651  nbFailedAssignments=61  nbBacktracks=254  nbVisitedNodes=773  nbRestartNogoods=10  mapSize=102
1.72	     nbInferences=0  nbTooLargeKeys=0
1.72	       =>  wckTime=0.405  cpuTime=0.35  mem=22M367
1.80	   
1.80	   search
1.80	     run=6  nbConstraintChecks=142622  nbPropagations=22346  nbRevisions=352238  nbUselessRevisions=288744
1.80	     nbAssignments=836  nbFailedAssignments=79  nbBacktracks=367  nbVisitedNodes=998  nbRestartNogoods=17  mapSize=140
1.80	     nbInferences=0  nbTooLargeKeys=0
1.80	       =>  wckTime=0.483  cpuTime=0.43  mem=23M341
1.91	   
1.91	   search
1.91	     run=7  nbConstraintChecks=187720  nbPropagations=29788  nbRevisions=484323  nbUselessRevisions=403870
1.91	     nbAssignments=1100  nbFailedAssignments=112  nbBacktracks=553  nbVisitedNodes=1329  nbRestartNogoods=19
1.91	     mapSize=201  nbInferences=0  nbTooLargeKeys=0
1.91	       =>  wckTime=0.593  cpuTime=0.53  mem=23M341
2.04	   
2.04	   search
2.04	     run=8  nbConstraintChecks=242520  nbPropagations=39176  nbRevisions=654007  nbUselessRevisions=552886
2.05	     nbAssignments=1455  nbFailedAssignments=152  nbBacktracks=810  nbVisitedNodes=1768  nbRestartNogoods=21
2.05	     mapSize=283  nbInferences=0  nbTooLargeKeys=0
2.05	       =>  wckTime=0.729  cpuTime=0.66  mem=23M341
2.27	   
2.27	   search
2.27	     run=9  nbConstraintChecks=342333  nbPropagations=51463  nbRevisions=892210  nbUselessRevisions=764299
2.27	     nbAssignments=1952  nbFailedAssignments=194  nbBacktracks=1203  nbVisitedNodes=2352  nbRestartNogoods=23
2.27	     mapSize=362  nbInferences=0  nbTooLargeKeys=0
2.27	       =>  wckTime=0.949  cpuTime=0.86  mem=24M315
2.53	   
2.53	   search
2.53	     run=10  nbConstraintChecks=448394  nbPropagations=67615  nbRevisions=1199895  nbUselessRevisions=1037825
2.53	     nbAssignments=2670  nbFailedAssignments=297  nbBacktracks=1779  nbVisitedNodes=3311  nbRestartNogoods=27
2.53	     mapSize=586  nbInferences=0  nbTooLargeKeys=0
2.53	       =>  wckTime=1.213  cpuTime=1.11  mem=24M315
2.91	   
2.91	   search
2.91	     run=11  nbConstraintChecks=636411  nbPropagations=89533  nbRevisions=1636425  nbUselessRevisions=1428354
2.91	     nbAssignments=3731  nbFailedAssignments=410  nbBacktracks=2643  nbVisitedNodes=4603  nbRestartNogoods=30
2.91	     mapSize=807  nbInferences=0  nbTooLargeKeys=0
2.91	       =>  wckTime=1.591  cpuTime=1.49  mem=25M289
3.27	   
3.27	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=26M263)
3.39	   
3.39	   search
3.39	     run=12  nbConstraintChecks=890237  nbPropagations=118920  nbRevisions=2251705  nbUselessRevisions=1982130
3.39	     nbAssignments=5242  nbFailedAssignments=547  nbBacktracks=3948  nbVisitedNodes=6418  nbRestartNogoods=37
3.39	       =>  wckTime=2.076  cpuTime=1.97  mem=26M263
4.07	   
4.07	   search
4.07	     run=13  nbConstraintChecks=1313172  nbPropagations=161148  nbRevisions=3155847  nbUselessRevisions=2798286
4.07	     nbAssignments=7554  nbFailedAssignments=846  nbBacktracks=5901  nbVisitedNodes=9310  nbRestartNogoods=43
4.08	       =>  wckTime=2.759  cpuTime=2.65  mem=26M263
5.13	   
5.13	   search
5.13	     run=14  nbConstraintChecks=1989172  nbPropagations=223853  nbRevisions=4509138  nbUselessRevisions=4019648
5.13	     nbAssignments=11015  nbFailedAssignments=1307  nbBacktracks=8832  nbVisitedNodes=13712  nbRestartNogoods=47
5.13	       =>  wckTime=3.815  cpuTime=3.69  mem=26M263
6.67	   
6.67	   search
6.67	     run=15  nbConstraintChecks=3119187  nbPropagations=315909  nbRevisions=6684325  nbUselessRevisions=5997805
6.67	     nbAssignments=15892  nbFailedAssignments=1706  nbBacktracks=13228  nbVisitedNodes=19439  nbRestartNogoods=56
6.68	       =>  wckTime=5.359  cpuTime=5.22  mem=26M263
9.13	   
9.13	   search
9.13	     run=16  nbConstraintChecks=4928537  nbPropagations=455913  nbRevisions=10148655  nbUselessRevisions=9157241
9.13	     nbAssignments=23285  nbFailedAssignments=2472  nbBacktracks=19809  nbVisitedNodes=28507  nbRestartNogoods=66
9.13	       =>  wckTime=7.812  cpuTime=7.64  mem=26M263
13.81	   
13.81	   search
13.81	     run=17  nbConstraintChecks=8693986  nbPropagations=696712  nbRevisions=16311605  nbUselessRevisions=14797506
13.81	     nbAssignments=34708  nbFailedAssignments=3978  nbBacktracks=29678  nbVisitedNodes=43014  nbRestartNogoods=69
13.81	       =>  wckTime=12.493  cpuTime=12.28  mem=26M263
21.68	   
21.68	   search
21.68	     run=18  nbConstraintChecks=15004822  nbPropagations=1113621  nbRevisions=26910487  nbUselessRevisions=24499897
21.68	     nbAssignments=52507  nbFailedAssignments=6951  nbBacktracks=44466  nbVisitedNodes=66773  nbRestartNogoods=76
21.68	       =>  wckTime=20.362  cpuTime=20.08  mem=26M263
33.49	   
33.49	   search
33.49	     run=19  nbConstraintChecks=24882047  nbPropagations=1799037  nbRevisions=44645206  nbUselessRevisions=40771796
33.49	     nbAssignments=78836  nbFailedAssignments=11078  nbBacktracks=66636  nbVisitedNodes=101551  nbRestartNogoods=88
33.49	       =>  wckTime=32.178  cpuTime=31.79  mem=26M263
51.86	   
51.86	   search
51.86	     run=20  nbConstraintChecks=40711265  nbPropagations=2902643  nbRevisions=73605623  nbUselessRevisions=67335855
51.86	     nbAssignments=119284  nbFailedAssignments=18241  nbBacktracks=99890  nbVisitedNodes=156723  nbRestartNogoods=93
51.86	       =>  wckTime=50.545  cpuTime=49.99  mem=26M263
80.56	   
80.56	   search
80.56	     run=21  nbConstraintChecks=65609703  nbPropagations=4658631  nbRevisions=120345544  nbUselessRevisions=110217761
80.56	     nbAssignments=181036  nbFailedAssignments=30061  nbBacktracks=149772  nbVisitedNodes=241618  nbRestartNogoods=99
80.56	       =>  wckTime=79.24  cpuTime=78.42  mem=26M263
120.47	   
120.47	   search
120.47	     run=22  nbConstraintChecks=99028778  nbPropagations=7303113  nbRevisions=190995972  nbUselessRevisions=175078956
120.47	     nbAssignments=271240  nbFailedAssignments=45405  nbBacktracks=224599  nbVisitedNodes=362426  nbRestartNogoods=115
120.47	       =>  wckTime=119.153  cpuTime=117.96  mem=26M263
181.32	   
181.32	   search
181.32	     run=23  nbConstraintChecks=150278944  nbPropagations=11305319  nbRevisions=298254688  nbUselessRevisions=273597484
181.32	     nbAssignments=406043  nbFailedAssignments=67926  nbBacktracks=336838  nbVisitedNodes=540899  nbRestartNogoods=125
181.32	       =>  wckTime=180.002  cpuTime=178.24  mem=26M263
274.12	   
274.12	   search
274.12	     run=24  nbConstraintChecks=229430979  nbPropagations=17403256  nbRevisions=461980274  nbUselessRevisions=423965682
274.12	     nbAssignments=611989  nbFailedAssignments=105490  nbBacktracks=505191  nbVisitedNodes=822189  nbRestartNogoods=137
274.12	       =>  wckTime=272.8  cpuTime=270.19  mem=26M263
413.03	   
413.03	   search
413.03	     run=25  nbConstraintChecks=347951871  nbPropagations=26613267  nbRevisions=709207798  nbUselessRevisions=650827586
413.03	     nbAssignments=917505  nbFailedAssignments=158463  nbBacktracks=757702  nbVisitedNodes=1234772  nbRestartNogoods=147
413.03	       =>  wckTime=411.711  cpuTime=407.84  mem=26M263
597.25	   
597.25	   search
597.25	     run=26  nbConstraintChecks=512464191  nbPropagations=40255352  nbRevisions=1074699047  nbUselessRevisions=986511837
597.25	     nbAssignments=1372014  nbFailedAssignments=234154  nbBacktracks=1136473  nbVisitedNodes=1844647
597.25	     nbRestartNogoods=154
597.25	       =>  wckTime=595.937  cpuTime=591.71  mem=26M263
870.84	   
870.84	   search
870.84	     run=27  nbConstraintChecks=754818839  nbPropagations=60394233  nbRevisions=1613790382
870.84	     nbUselessRevisions=1481952926  nbAssignments=2052470  nbFailedAssignments=346405  nbBacktracks=1704634
870.84	     nbVisitedNodes=2742246  nbRestartNogoods=166
870.84	       =>  wckTime=869.528  cpuTime=865.11  mem=26M263
1287.26	   
1287.26	   search
1287.26	     run=28  nbConstraintChecks=1141429937  nbPropagations=90631711  nbRevisions=2430361886
1287.26	     nbUselessRevisions=2232555347  nbAssignments=3088647  nbFailedAssignments=530305  nbBacktracks=2556862
1287.26	     nbVisitedNodes=4150074  nbRestartNogoods=179
1287.26	       =>  wckTime=1285.94  cpuTime=1281.1  mem=27M237

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

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

/proc/loadavg: 1.96 2.01 1.96 5/93 23248
/proc/meminfo: memFree=1040024/2055920 swapFree=4160348/4192956
[pid=23247] ppid=23245 vsize=18540 CPUtime=0
/proc/23247/stat : 23247 (runsolver) D 23245 23247 22810 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 156896447 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 252429528359 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/23247/statm: 4635 279 244 17 0 2626 0

[startup+0.107422 s]
/proc/loadavg: 1.96 2.01 1.96 5/93 23248
/proc/meminfo: memFree=1040024/2055920 swapFree=4160348/4192956
[pid=23247] ppid=23245 vsize=907808 CPUtime=0.06
/proc/23247/stat : 23247 (java) R 23245 23247 22810 0 -1 0 2505 0 1 0 5 1 0 0 17 0 4 0 156896447 929595392 2252 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819824 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/23247/statm: 226952 2252 1232 14 0 214535 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 907808

[startup+0.515495 s]
/proc/loadavg: 1.96 2.01 1.96 5/93 23248
/proc/meminfo: memFree=1040024/2055920 swapFree=4160348/4192956
[pid=23247] ppid=23245 vsize=915328 CPUtime=0.46
/proc/23247/stat : 23247 (java) R 23245 23247 22810 0 -1 0 6457 0 1 0 43 3 0 0 18 0 8 0 156896447 937295872 6196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942469 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23247/statm: 228832 6196 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915328

[startup+1.33664 s]
/proc/loadavg: 1.96 2.01 1.96 3/100 23255
/proc/meminfo: memFree=988704/2055920 swapFree=4160348/4192956
[pid=23247] ppid=23245 vsize=915676 CPUtime=1.27
/proc/23247/stat : 23247 (java) R 23245 23247 22810 0 -1 0 15569 0 1 0 118 9 0 0 23 0 8 0 156896447 937652224 15307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23247/statm: 228919 15307 2509 14 0 215389 0
[pid=23247/tid=23249] ppid=23245 vsize=915676 CPUtime=0.09
/proc/23247/task/23249/stat : 23249 (java) S 23245 23247 22810 0 -1 64 1423 0 0 0 9 0 0 0 17 0 8 0 156896454 937652224 15307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23250] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23250/stat : 23250 (java) S 23245 23247 22810 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23251] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23251/stat : 23251 (java) S 23245 23247 22810 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23252] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23252/stat : 23252 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156896458 937652224 15307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23253] ppid=23245 vsize=915676 CPUtime=0.24
/proc/23247/task/23253/stat : 23253 (java) R 23245 23247 22810 0 -1 64 449 0 0 0 23 1 0 0 16 0 8 0 156896458 937652224 15307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153324865 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23254] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23254/stat : 23254 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156896458 937652224 15307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23255] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23255/stat : 23255 (java) S 23245 23247 22810 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156896458 937652224 15307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 915676

[startup+2.98994 s]
/proc/loadavg: 1.96 2.01 1.96 3/100 23255
/proc/meminfo: memFree=988256/2055920 swapFree=4160348/4192956
[pid=23247] ppid=23245 vsize=915676 CPUtime=2.91
/proc/23247/stat : 23247 (java) R 23245 23247 22810 0 -1 0 15610 0 1 0 281 10 0 0 25 0 8 0 156896447 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073989949 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23247/statm: 228919 15347 2513 14 0 215389 0
[pid=23247/tid=23249] ppid=23245 vsize=915676 CPUtime=0.09
/proc/23247/task/23249/stat : 23249 (java) S 23245 23247 22810 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156896454 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23250] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23250/stat : 23250 (java) S 23245 23247 22810 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23251] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23251/stat : 23251 (java) S 23245 23247 22810 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23252] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23252/stat : 23252 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156896458 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23253] ppid=23245 vsize=915676 CPUtime=0.31
/proc/23247/task/23253/stat : 23253 (java) S 23245 23247 22810 0 -1 64 482 0 0 0 30 1 0 0 15 0 8 0 156896458 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23254] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23254/stat : 23254 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156896458 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23255] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23255/stat : 23255 (java) S 23245 23247 22810 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156896458 937652224 15347 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915676

[startup+6.27853 s]
/proc/loadavg: 1.97 2.01 1.96 3/100 23255
/proc/meminfo: memFree=988064/2055920 swapFree=4160348/4192956
[pid=23247] ppid=23245 vsize=915676 CPUtime=6.17
/proc/23247/stat : 23247 (java) R 23245 23247 22810 0 -1 0 15613 0 1 0 607 10 0 0 25 0 8 0 156896447 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073981448 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23247/statm: 228919 15348 2513 14 0 215389 0
[pid=23247/tid=23249] ppid=23245 vsize=915676 CPUtime=0.09
/proc/23247/task/23249/stat : 23249 (java) S 23245 23247 22810 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156896454 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23250] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23250/stat : 23250 (java) S 23245 23247 22810 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23251] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23251/stat : 23251 (java) S 23245 23247 22810 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23252] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23252/stat : 23252 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156896458 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23253] ppid=23245 vsize=915676 CPUtime=0.31
/proc/23247/task/23253/stat : 23253 (java) S 23245 23247 22810 0 -1 64 484 0 0 0 30 1 0 0 16 0 8 0 156896458 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23254] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23254/stat : 23254 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156896458 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23255] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23255/stat : 23255 (java) S 23245 23247 22810 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156896458 937652224 15348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915676

[startup+12.7687 s]
/proc/loadavg: 1.97 2.01 1.96 3/100 23255
/proc/meminfo: memFree=988072/2055920 swapFree=4160348/4192956
[pid=23247] ppid=23245 vsize=915676 CPUtime=12.6
/proc/23247/stat : 23247 (java) R 23245 23247 22810 0 -1 0 15614 0 1 0 1250 10 0 0 25 0 8 0 156896447 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073964649 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23247/statm: 228919 15349 2513 14 0 215389 0
[pid=23247/tid=23249] ppid=23245 vsize=915676 CPUtime=0.09
/proc/23247/task/23249/stat : 23249 (java) S 23245 23247 22810 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156896454 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23250] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23250/stat : 23250 (java) S 23245 23247 22810 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23251] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23251/stat : 23251 (java) S 23245 23247 22810 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23252] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23252/stat : 23252 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23253] ppid=23245 vsize=915676 CPUtime=0.32
/proc/23247/task/23253/stat : 23253 (java) S 23245 23247 22810 0 -1 64 485 0 0 0 31 1 0 0 16 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23254] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23254/stat : 23254 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23255] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23255/stat : 23255 (java) S 23245 23247 22810 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915676

[startup+25.635 s]
/proc/loadavg: 2.04 2.03 1.97 3/100 23255
/proc/meminfo: memFree=988136/2055920 swapFree=4160348/4192956
[pid=23247] ppid=23245 vsize=915676 CPUtime=25.35
/proc/23247/stat : 23247 (java) R 23245 23247 22810 0 -1 0 15614 0 1 0 2525 10 0 0 25 0 8 0 156896447 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073968932 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23247/statm: 228919 15349 2513 14 0 215389 0
[pid=23247/tid=23249] ppid=23245 vsize=915676 CPUtime=0.09
/proc/23247/task/23249/stat : 23249 (java) S 23245 23247 22810 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156896454 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23250] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23250/stat : 23250 (java) S 23245 23247 22810 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23251] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23251/stat : 23251 (java) S 23245 23247 22810 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23252] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23252/stat : 23252 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23253] ppid=23245 vsize=915676 CPUtime=0.32
/proc/23247/task/23253/stat : 23253 (java) S 23245 23247 22810 0 -1 64 485 0 0 0 31 1 0 0 16 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23254] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23254/stat : 23254 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23255] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23255/stat : 23255 (java) S 23245 23247 22810 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156896458 937652224 15349 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) 915676

[startup+51.2666 s]
/proc/loadavg: 2.03 2.02 1.97 3/100 23255
/proc/meminfo: memFree=969192/2055920 swapFree=4160348/4192956
[pid=23247] ppid=23245 vsize=915676 CPUtime=50.73
/proc/23247/stat : 23247 (java) R 23245 23247 22810 0 -1 0 15614 0 1 0 5063 10 0 0 25 0 8 0 156896447 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073964560 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23247/statm: 228919 15349 2513 14 0 215389 0
[pid=23247/tid=23249] ppid=23245 vsize=915676 CPUtime=0.09
/proc/23247/task/23249/stat : 23249 (java) S 23245 23247 22810 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156896454 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23250] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23250/stat : 23250 (java) S 23245 23247 22810 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23251] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23251/stat : 23251 (java) S 23245 23247 22810 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23252] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23252/stat : 23252 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23253] ppid=23245 vsize=915676 CPUtime=0.32
/proc/23247/task/23253/stat : 23253 (java) S 23245 23247 22810 0 -1 64 485 0 0 0 31 1 0 0 16 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23254] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23254/stat : 23254 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23255] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23255/stat : 23255 (java) S 23245 23247 22810 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 915676

[startup+102.525 s]
/proc/loadavg: 2.01 2.02 1.97 3/100 23255
/proc/meminfo: memFree=969192/2055920 swapFree=4160348/4192956
[pid=23247] ppid=23245 vsize=915676 CPUtime=101.53
/proc/23247/stat : 23247 (java) R 23245 23247 22810 0 -1 0 15614 0 1 0 10142 11 0 0 25 0 8 0 156896447 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074004705 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23247/statm: 228919 15349 2513 14 0 215389 0
[pid=23247/tid=23249] ppid=23245 vsize=915676 CPUtime=0.09
/proc/23247/task/23249/stat : 23249 (java) S 23245 23247 22810 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156896454 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23250] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23250/stat : 23250 (java) S 23245 23247 22810 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23251] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23251/stat : 23251 (java) S 23245 23247 22810 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23252] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23252/stat : 23252 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23253] ppid=23245 vsize=915676 CPUtime=0.32
/proc/23247/task/23253/stat : 23253 (java) S 23245 23247 22810 0 -1 64 485 0 0 0 31 1 0 0 16 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23254] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23254/stat : 23254 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23255] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23255/stat : 23255 (java) S 23245 23247 22810 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 915676

[startup+162.539 s]
/proc/loadavg: 2.04 2.03 1.97 3/100 23255
/proc/meminfo: memFree=969128/2055920 swapFree=4160348/4192956
[pid=23247] ppid=23245 vsize=915676 CPUtime=160.99
/proc/23247/stat : 23247 (java) R 23245 23247 22810 0 -1 0 15615 0 1 0 16088 11 0 0 25 0 8 0 156896447 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073945504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1483.36 s]
/proc/loadavg: 1.99 1.83 1.70 3/100 23574
/proc/meminfo: memFree=1553408/2055920 swapFree=4160348/4192956
[pid=23247] ppid=23245 vsize=915676 CPUtime=1478.35
/proc/23247/stat : 23247 (java) R 23245 23247 22810 0 -1 0 15615 0 1 0 147812 23 0 0 25 0 8 0 156896447 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073985851 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23247/statm: 228919 15349 2513 14 0 215389 0
[pid=23247/tid=23249] ppid=23245 vsize=915676 CPUtime=0.09
/proc/23247/task/23249/stat : 23249 (java) S 23245 23247 22810 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156896454 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23247/tid=23250] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23250/stat : 23250 (java) S 23245 23247 22810 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23251] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23251/stat : 23251 (java) S 23245 23247 22810 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23252] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23252/stat : 23252 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23253] ppid=23245 vsize=915676 CPUtime=0.32
/proc/23247/task/23253/stat : 23253 (java) S 23245 23247 22810 0 -1 64 485 0 0 0 31 1 0 0 16 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23254] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23254/stat : 23254 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23255] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23255/stat : 23255 (java) S 23245 23247 22810 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.35
Current children cumulated vsize (KiB) 915676

[startup+1543.41 s]
/proc/loadavg: 2.06 1.87 1.72 3/100 23574
/proc/meminfo: memFree=1553344/2055920 swapFree=4160348/4192956
[pid=23247] ppid=23245 vsize=915676 CPUtime=1538.34
/proc/23247/stat : 23247 (java) R 23245 23247 22810 0 -1 0 15615 0 1 0 153811 23 0 0 25 0 8 0 156896447 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073968897 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23247/statm: 228919 15349 2513 14 0 215389 0
[pid=23247/tid=23249] ppid=23245 vsize=915676 CPUtime=0.09
/proc/23247/task/23249/stat : 23249 (java) S 23245 23247 22810 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156896454 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23247/tid=23250] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23250/stat : 23250 (java) S 23245 23247 22810 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23251] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23251/stat : 23251 (java) S 23245 23247 22810 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23252] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23252/stat : 23252 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23253] ppid=23245 vsize=915676 CPUtime=0.32
/proc/23247/task/23253/stat : 23253 (java) S 23245 23247 22810 0 -1 64 485 0 0 0 31 1 0 0 16 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23254] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23254/stat : 23254 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23255] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23255/stat : 23255 (java) S 23245 23247 22810 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.34
Current children cumulated vsize (KiB) 915676

[startup+1603.45 s]
/proc/loadavg: 2.15 1.93 1.75 3/100 23574
/proc/meminfo: memFree=1553280/2055920 swapFree=4160348/4192956
[pid=23247] ppid=23245 vsize=915676 CPUtime=1598.3
/proc/23247/stat : 23247 (java) R 23245 23247 22810 0 -1 0 15615 0 1 0 159807 23 0 0 25 0 8 0 156896447 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073964653 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23247/statm: 228919 15349 2513 14 0 215389 0
[pid=23247/tid=23249] ppid=23245 vsize=915676 CPUtime=0.09
/proc/23247/task/23249/stat : 23249 (java) S 23245 23247 22810 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156896454 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23247/tid=23250] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23250/stat : 23250 (java) S 23245 23247 22810 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23251] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23251/stat : 23251 (java) S 23245 23247 22810 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23252] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23252/stat : 23252 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23253] ppid=23245 vsize=915676 CPUtime=0.32
/proc/23247/task/23253/stat : 23253 (java) S 23245 23247 22810 0 -1 64 485 0 0 0 31 1 0 0 16 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23254] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23254/stat : 23254 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23255] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23255/stat : 23255 (java) S 23245 23247 22810 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.3
Current children cumulated vsize (KiB) 915676

[startup+1663.49 s]
/proc/loadavg: 2.05 1.94 1.76 3/100 23574
/proc/meminfo: memFree=1553152/2055920 swapFree=4160348/4192956
[pid=23247] ppid=23245 vsize=915676 CPUtime=1658.28
/proc/23247/stat : 23247 (java) R 23245 23247 22810 0 -1 0 15615 0 1 0 165805 23 0 0 25 0 8 0 156896447 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073957728 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23247/statm: 228919 15349 2513 14 0 215389 0
[pid=23247/tid=23249] ppid=23245 vsize=915676 CPUtime=0.09
/proc/23247/task/23249/stat : 23249 (java) S 23245 23247 22810 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156896454 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23247/tid=23250] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23250/stat : 23250 (java) S 23245 23247 22810 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23251] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23251/stat : 23251 (java) S 23245 23247 22810 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23252] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23252/stat : 23252 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23253] ppid=23245 vsize=915676 CPUtime=0.32
/proc/23247/task/23253/stat : 23253 (java) S 23245 23247 22810 0 -1 64 485 0 0 0 31 1 0 0 16 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23254] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23254/stat : 23254 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23255] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23255/stat : 23255 (java) S 23245 23247 22810 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.28
Current children cumulated vsize (KiB) 915676

[startup+1723.54 s]
/proc/loadavg: 2.02 1.95 1.77 3/100 23574
/proc/meminfo: memFree=1553088/2055920 swapFree=4160348/4192956
[pid=23247] ppid=23245 vsize=915676 CPUtime=1718.26
/proc/23247/stat : 23247 (java) R 23245 23247 22810 0 -1 0 15615 0 1 0 171803 23 0 0 25 0 8 0 156896447 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073968897 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23247/statm: 228919 15349 2513 14 0 215389 0
[pid=23247/tid=23249] ppid=23245 vsize=915676 CPUtime=0.09
/proc/23247/task/23249/stat : 23249 (java) S 23245 23247 22810 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156896454 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23247/tid=23250] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23250/stat : 23250 (java) S 23245 23247 22810 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23251] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23251/stat : 23251 (java) S 23245 23247 22810 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23252] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23252/stat : 23252 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23253] ppid=23245 vsize=915676 CPUtime=0.32
/proc/23247/task/23253/stat : 23253 (java) S 23245 23247 22810 0 -1 64 485 0 0 0 31 1 0 0 16 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23254] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23254/stat : 23254 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23255] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23255/stat : 23255 (java) S 23245 23247 22810 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.26
Current children cumulated vsize (KiB) 915676

[startup+1783.58 s]
/proc/loadavg: 2.08 1.97 1.79 3/100 23574
/proc/meminfo: memFree=1552960/2055920 swapFree=4160348/4192956
[pid=23247] ppid=23245 vsize=915676 CPUtime=1778.23
/proc/23247/stat : 23247 (java) R 23245 23247 22810 0 -1 0 15615 0 1 0 177800 23 0 0 25 0 8 0 156896447 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073964653 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23247/statm: 228919 15349 2513 14 0 215389 0
[pid=23247/tid=23249] ppid=23245 vsize=915676 CPUtime=0.09
/proc/23247/task/23249/stat : 23249 (java) S 23245 23247 22810 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156896454 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23247/tid=23250] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23250/stat : 23250 (java) S 23245 23247 22810 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23251] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23251/stat : 23251 (java) S 23245 23247 22810 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23252] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23252/stat : 23252 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23253] ppid=23245 vsize=915676 CPUtime=0.32
/proc/23247/task/23253/stat : 23253 (java) S 23245 23247 22810 0 -1 64 485 0 0 0 31 1 0 0 16 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23254] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23254/stat : 23254 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23255] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23255/stat : 23255 (java) S 23245 23247 22810 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.23
Current children cumulated vsize (KiB) 915676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.37 s]
/proc/loadavg: 2.05 1.97 1.79 3/100 23574
/proc/meminfo: memFree=1552960/2055920 swapFree=4160348/4192956
[pid=23247] ppid=23245 vsize=915676 CPUtime=1800.02
/proc/23247/stat : 23247 (java) R 23245 23247 22810 0 -1 0 15615 0 1 0 179979 23 0 0 25 0 8 0 156896447 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073983143 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23247/statm: 228919 15349 2513 14 0 215389 0
[pid=23247/tid=23249] ppid=23245 vsize=915676 CPUtime=0.09
/proc/23247/task/23249/stat : 23249 (java) S 23245 23247 22810 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156896454 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23247/tid=23250] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23250/stat : 23250 (java) S 23245 23247 22810 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23251] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23251/stat : 23251 (java) S 23245 23247 22810 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156896455 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23252] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23252/stat : 23252 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23253] ppid=23245 vsize=915676 CPUtime=0.32
/proc/23247/task/23253/stat : 23253 (java) S 23245 23247 22810 0 -1 64 485 0 0 0 31 1 0 0 16 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23254] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23254/stat : 23254 (java) S 23245 23247 22810 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23247/tid=23255] ppid=23245 vsize=915676 CPUtime=0
/proc/23247/task/23255/stat : 23255 (java) S 23245 23247 22810 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156896458 937652224 15349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 915676

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

Child status: 143
Real time (s): 1805.42
CPU time (s): 1800.08
CPU user time (s): 1799.83
CPU system time (s): 0.247962
CPU usage (%): 99.7039
Max. virtual memory (cumulated for all children) (KiB): 915780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.247962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15632
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= 37812
involuntary context switches= 77917

runsolver used 2.05569 s user time and 5.58915 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Jan  6 12:03:34 UTC 2007


IDJOB= 239517
IDBENCH= 7064
FILE ID= node12/239517-1168085014

PBS_JOBID= 3476254

Free space on /tmp= 66315 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  fe8b9efabd586d8730353429d665bdcd

RANDOM SEED= 445110404

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:       1040440 kB
Buffers:         38044 kB
Cached:         271772 kB
SwapCached:       4684 kB
Active:         691064 kB
Inactive:       242364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1040440 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            2724 kB
Writeback:           0 kB
Mapped:         643300 kB
Slab:            65900 kB
Committed_AS:  4797200 kB
PageTables:       3276 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= 66315 MiB



End job on node12 on Sat Jan  6 12:33:40 UTC 2007