Trace number 203539

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.06 1814.31

General information on the benchmark

Namefrb/frb59-26/
frb59-26-4-mgd_ext.xml
MD5SUMf9529f4e39f7cb6c05a9389afdf0b50f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables59
Number of constraints559
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension559
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.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/203539-1168073119/unknown.xml
0.40	   
0.40	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.45	     nbVariables=59  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26
0.45	       =>  wckTime=0.102  cpuTime=0.09  mem=6M951
0.45	   
0.45	   relations being loaded...
0.63	   
0.63	   constraints being loaded...
0.80	     nbConstraints=559  nbRelationTypes=559  nbExtensionStructures=559  nbSharedExtensionStructures=0
0.80	     nbConflictsStructures=559  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=886  maxDegree=27
0.80	     maxArity=2
0.80	       =>  wckTime=0.455  cpuTime=0.35  mem=22M555
0.85	   
0.85	   solver IterativeSystematicSolver being built... 
1.00	       =>  wckTime=0.659  cpuTime=0.47  mem=15M885
1.02	   
1.02	   preprocessing
1.02	     nbConstraintChecks=0  nbPropagations=59  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.02	     detectedInconsistency=no
1.02	       =>  wckTime=0.01  cpuTime=0.01  mem=15M885
1.07	   
1.07	   search
1.07	     run=0  nbConstraintChecks=63170  nbPropagations=707  nbRevisions=8537  nbUselessRevisions=7402  nbAssignments=28
1.07	     nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=40  nbRestartNogoods=0  mapSize=8  nbInferences=0
1.07	     nbTooLargeKeys=0
1.07	       =>  wckTime=0.057  cpuTime=0.04  mem=15M885
1.10	   
1.10	   search
1.10	     run=1  nbConstraintChecks=134185  nbPropagations=2135  nbRevisions=27006  nbUselessRevisions=23105
1.10	     nbAssignments=60  nbFailedAssignments=14  nbBacktracks=25  nbVisitedNodes=86  nbRestartNogoods=3  mapSize=20
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.09  cpuTime=0.07  mem=15M885
1.13	   
1.13	   search
1.13	     run=2  nbConstraintChecks=240943  nbPropagations=4780  nbRevisions=63416  nbUselessRevisions=53818
1.13	     nbAssignments=116  nbFailedAssignments=34  nbBacktracks=47  nbVisitedNodes=176  nbRestartNogoods=4  mapSize=41
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.118  cpuTime=0.09  mem=15M885
1.15	   
1.15	   search
1.15	     run=3  nbConstraintChecks=379456  nbPropagations=8878  nbRevisions=120940  nbUselessRevisions=102191
1.15	     nbAssignments=184  nbFailedAssignments=53  nbBacktracks=80  nbVisitedNodes=281  nbRestartNogoods=8  mapSize=69
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.145  cpuTime=0.12  mem=15M885
1.19	   
1.19	   search
1.19	     run=4  nbConstraintChecks=576206  nbPropagations=15132  nbRevisions=211976  nbUselessRevisions=178324
1.19	     nbAssignments=288  nbFailedAssignments=93  nbBacktracks=132  nbVisitedNodes=450  nbRestartNogoods=12  mapSize=111
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.183  cpuTime=0.15  mem=15M885
1.25	   
1.25	   search
1.25	     run=5  nbConstraintChecks=868859  nbPropagations=24340  nbRevisions=349889  nbUselessRevisions=293079
1.25	     nbAssignments=429  nbFailedAssignments=145  nbBacktracks=208  nbVisitedNodes=685  nbRestartNogoods=15  mapSize=176
1.25	     nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.239  cpuTime=0.2  mem=15M885
1.31	   
1.31	   search
1.31	     run=6  nbConstraintChecks=1234315  nbPropagations=37317  nbRevisions=544954  nbUselessRevisions=455161
1.31	     nbAssignments=614  nbFailedAssignments=204  nbBacktracks=323  nbVisitedNodes=984  nbRestartNogoods=18  mapSize=261
1.31	     nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.305  cpuTime=0.27  mem=15M885
1.41	   
1.41	   search
1.41	     run=7  nbConstraintChecks=1785646  nbPropagations=56233  nbRevisions=832164  nbUselessRevisions=693132
1.41	     nbAssignments=898  nbFailedAssignments=304  nbBacktracks=496  nbVisitedNodes=1447  nbRestartNogoods=22  mapSize=394
1.41	     nbInferences=0  nbTooLargeKeys=0
1.41	       =>  wckTime=0.404  cpuTime=0.36  mem=15M885
1.57	   
1.57	   search
1.57	     run=8  nbConstraintChecks=2580988  nbPropagations=83777  nbRevisions=1264029  nbUselessRevisions=1051199
1.57	     nbAssignments=1339  nbFailedAssignments=477  nbBacktracks=753  nbVisitedNodes=2187  nbRestartNogoods=27
1.57	     mapSize=596  nbInferences=0  nbTooLargeKeys=0
1.57	       =>  wckTime=0.559  cpuTime=0.51  mem=15M885
1.81	   
1.81	   search
1.81	     run=9  nbConstraintChecks=3957797  nbPropagations=125170  nbRevisions=1922044  nbUselessRevisions=1594740
1.81	     nbAssignments=1991  nbFailedAssignments=734  nbBacktracks=1137  nbVisitedNodes=3299  nbRestartNogoods=31
1.81	     mapSize=909  nbInferences=0  nbTooLargeKeys=0
1.81	       =>  wckTime=0.799  cpuTime=0.74  mem=15M885
1.87	   
1.87	   INFO : Stopping hyperNogood (mapSize=1007, nbTooLargekeys=0, mem=15M885)
2.13	   
2.13	   search
2.13	     run=10  nbConstraintChecks=5913609  nbPropagations=187781  nbRevisions=2928201  nbUselessRevisions=2426009
2.13	     nbAssignments=2999  nbFailedAssignments=1151  nbBacktracks=1716  nbVisitedNodes=5038  nbRestartNogoods=34
2.13	       =>  wckTime=1.12  cpuTime=1.05  mem=15M885
2.59	   
2.59	   search
2.59	     run=11  nbConstraintChecks=8891925  nbPropagations=282594  nbRevisions=4470607  nbUselessRevisions=3701421
2.59	     nbAssignments=4509  nbFailedAssignments=1782  nbBacktracks=2580  nbVisitedNodes=7671  nbRestartNogoods=42
2.59	       =>  wckTime=1.586  cpuTime=1.5  mem=15M885
3.30	   
3.30	   search
3.30	     run=12  nbConstraintChecks=13492921  nbPropagations=428067  nbRevisions=6855131  nbUselessRevisions=5674204
3.30	     nbAssignments=6849  nbFailedAssignments=2810  nbBacktracks=3878  nbVisitedNodes=11773  nbRestartNogoods=49
3.30	       =>  wckTime=2.294  cpuTime=2.21  mem=15M885
4.29	   
4.29	   search
4.29	     run=13  nbConstraintChecks=19844048  nbPropagations=642598  nbRevisions=10384613  nbUselessRevisions=8596092
4.29	     nbAssignments=10032  nbFailedAssignments=4032  nbBacktracks=5824  nbVisitedNodes=17238  nbRestartNogoods=60
4.29	       =>  wckTime=3.279  cpuTime=3.19  mem=15M885
5.67	   
5.67	   search
5.67	     run=14  nbConstraintChecks=28562358  nbPropagations=956626  nbRevisions=15542200  nbUselessRevisions=12872290
5.67	     nbAssignments=14817  nbFailedAssignments=5886  nbBacktracks=8745  nbVisitedNodes=25415  nbRestartNogoods=67
5.67	       =>  wckTime=4.665  cpuTime=4.56  mem=16M860
7.74	   
7.74	   search
7.74	     run=15  nbConstraintChecks=42322918  nbPropagations=1415426  nbRevisions=23031659  nbUselessRevisions=19066426
7.74	     nbAssignments=21799  nbFailedAssignments=8475  nbBacktracks=13123  nbVisitedNodes=37217  nbRestartNogoods=75
7.74	       =>  wckTime=6.732  cpuTime=6.62  mem=16M860
11.18	   
11.18	   search
11.18	     run=16  nbConstraintChecks=64568321  nbPropagations=2110435  nbRevisions=34460834  nbUselessRevisions=28526137
11.18	     nbAssignments=32697  nbFailedAssignments=12792  nbBacktracks=19691  nbVisitedNodes=55987  nbRestartNogoods=87
11.18	       =>  wckTime=10.177  cpuTime=10.04  mem=16M860
16.17	   
16.17	   search
16.17	     run=17  nbConstraintChecks=96751668  nbPropagations=3149791  nbRevisions=51644066  nbUselessRevisions=42758112
16.17	     nbAssignments=48919  nbFailedAssignments=19148  nbBacktracks=29544  nbVisitedNodes=83864  nbRestartNogoods=99
16.17	       =>  wckTime=15.164  cpuTime=15.0  mem=16M860
23.73	   
23.73	   search
23.73	     run=18  nbConstraintChecks=146913969  nbPropagations=4727026  nbRevisions=77598000  nbUselessRevisions=64232760
23.73	     nbAssignments=73173  nbFailedAssignments=28610  nbBacktracks=44325  nbVisitedNodes=125544  nbRestartNogoods=111
23.73	       =>  wckTime=22.719  cpuTime=22.52  mem=16M860
34.20	   
34.20	   search
34.20	     run=19  nbConstraintChecks=211068202  nbPropagations=7052486  nbRevisions=115951823  nbUselessRevisions=96040368
34.20	     nbAssignments=109760  nbFailedAssignments=43015  nbBacktracks=66494  nbVisitedNodes=188492  nbRestartNogoods=117
34.20	       =>  wckTime=33.191  cpuTime=32.94  mem=16M860
51.03	   
51.03	   search
51.03	     run=20  nbConstraintChecks=323579753  nbPropagations=10546106  nbRevisions=173696146  nbUselessRevisions=143895243
51.03	     nbAssignments=163362  nbFailedAssignments=63354  nbBacktracks=99747  nbVisitedNodes=279997  nbRestartNogoods=127
51.03	       =>  wckTime=50.024  cpuTime=49.67  mem=16M860
76.14	   
76.14	   search
76.14	     run=21  nbConstraintChecks=486208121  nbPropagations=15796846  nbRevisions=260446659  nbUselessRevisions=215747862
76.14	     nbAssignments=244979  nbFailedAssignments=95080  nbBacktracks=149630  nbVisitedNodes=419211  nbRestartNogoods=141
76.14	       =>  wckTime=75.135  cpuTime=74.66  mem=16M860
111.46	   
111.46	   search
111.46	     run=22  nbConstraintChecks=705934632  nbPropagations=23550859  nbRevisions=388601095  nbUselessRevisions=322025758
111.46	     nbAssignments=366549  nbFailedAssignments=141818  nbBacktracks=224448  nbVisitedNodes=626628  nbRestartNogoods=150
111.46	       =>  wckTime=110.451  cpuTime=109.78  mem=16M860
166.78	   
166.78	   search
166.78	     run=23  nbConstraintChecks=1071405478  nbPropagations=35163271  nbRevisions=580378893  nbUselessRevisions=480840483
166.78	     nbAssignments=546842  nbFailedAssignments=209871  nbBacktracks=336675  nbVisitedNodes=934424  nbRestartNogoods=166
166.78	       =>  wckTime=165.773  cpuTime=164.81  mem=16M860
248.24	   
248.24	   search
248.24	     run=24  nbConstraintChecks=1587176246  nbPropagations=52552988  nbRevisions=867447453  nbUselessRevisions=718835151
248.24	     nbAssignments=819664  nbFailedAssignments=314338  nbBacktracks=505016  nbVisitedNodes=1401772  nbRestartNogoods=180
248.24	       =>  wckTime=247.23  cpuTime=246.06  mem=16M860
369.93	   
369.93	   search
369.93	     run=25  nbConstraintChecks=2368201682  nbPropagations=78584278  nbRevisions=1297519823
369.93	     nbUselessRevisions=1075486204  nbAssignments=1231674  nbFailedAssignments=473824  nbBacktracks=757528
369.93	     nbVisitedNodes=2104988  nbRestartNogoods=199
369.93	       =>  wckTime=368.926  cpuTime=367.61  mem=16M860
571.56	   
571.56	   search
571.56	     run=26  nbConstraintChecks=3612964084  nbPropagations=117880994  nbRevisions=1946410424
571.56	     nbUselessRevisions=1613069090  nbAssignments=1845696  nbFailedAssignments=709064  nbBacktracks=1136295
571.56	     nbVisitedNodes=3155982  nbRestartNogoods=217
571.56	       =>  wckTime=570.55  cpuTime=567.81  mem=16M860
855.12	   
855.12	   search
855.12	     run=27  nbConstraintChecks=5290338729  nbPropagations=175751202  nbRevisions=2905589982
855.12	     nbUselessRevisions=2408893106  nbAssignments=2747137  nbFailedAssignments=1042344  nbBacktracks=1704446
855.12	     nbVisitedNodes=4684428  nbRestartNogoods=232
855.12	       =>  wckTime=854.117  cpuTime=848.8  mem=16M860
1313.86	   
1313.86	   search
1313.86	     run=28  nbConstraintChecks=8014539403  nbPropagations=263182037  nbRevisions=4354163958
1313.86	     nbUselessRevisions=3610694469  nbAssignments=4128431  nbFailedAssignments=1571397  nbBacktracks=2556673
1313.86	     nbVisitedNodes=7053907  nbRestartNogoods=251
1313.86	       =>  wckTime=1312.852  cpuTime=1303.16  mem=16M860

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

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

/proc/loadavg: 2.00 2.00 1.97 4/93 11033
/proc/meminfo: memFree=1146440/2055920 swapFree=4191880/4192956
[pid=11032] ppid=11030 vsize=172 CPUtime=0
/proc/11032/stat : 11032 (java) R 11030 11032 10681 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 155707481 176128 24 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 10588459 0 0 4096 0 0 0 0 17 0 0 0
/proc/11032/statm: 43 24 18 14 0 3 0

[startup+0.108273 s]
/proc/loadavg: 2.00 2.00 1.97 4/93 11033
/proc/meminfo: memFree=1146440/2055920 swapFree=4191880/4192956
[pid=11032] ppid=11030 vsize=907676 CPUtime=0.04
/proc/11032/stat : 11032 (java) R 11030 11032 10681 0 -1 0 2401 0 1 0 3 1 0 0 19 0 4 0 155707481 929460224 2149 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153785378 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/11032/statm: 226919 2150 1191 14 0 214502 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 907676

[startup+0.516311 s]
/proc/loadavg: 2.00 2.00 1.97 4/93 11033
/proc/meminfo: memFree=1146440/2055920 swapFree=4191880/4192956
[pid=11032] ppid=11030 vsize=915328 CPUtime=0.45
/proc/11032/stat : 11032 (java) R 11030 11032 10681 0 -1 0 6749 0 1 0 41 4 0 0 25 0 8 0 155707481 937295872 6488 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11032/statm: 228832 6488 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.34239 s]
/proc/loadavg: 2.00 2.00 1.97 3/100 11040
/proc/meminfo: memFree=1113488/2055920 swapFree=4191880/4192956
[pid=11032] ppid=11030 vsize=915560 CPUtime=1.26
/proc/11032/stat : 11032 (java) R 11030 11032 10681 0 -1 0 10943 0 1 0 119 7 0 0 25 0 8 0 155707481 937533440 10681 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918510 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11032/statm: 228890 10681 2513 14 0 215360 0
[pid=11032/tid=11034] ppid=11030 vsize=915560 CPUtime=0.03
/proc/11032/task/11034/stat : 11034 (java) S 11030 11032 10681 0 -1 64 532 0 0 0 3 0 0 0 16 0 8 0 155707490 937533440 10681 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11035] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11035/stat : 11035 (java) S 11030 11032 10681 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155707490 937533440 10681 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11036] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11036/stat : 11036 (java) S 11030 11032 10681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155707490 937533440 10681 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11037] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11037/stat : 11037 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155707493 937533440 10681 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11038] ppid=11030 vsize=915560 CPUtime=0.21
/proc/11032/task/11038/stat : 11038 (java) S 11030 11032 10681 0 -1 64 390 0 0 0 21 0 0 0 15 0 8 0 155707493 937533440 10681 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11039] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11039/stat : 11039 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155707493 937533440 10681 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11040] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11040/stat : 11040 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155707493 937533440 10681 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915560

[startup+2.98855 s]
/proc/loadavg: 2.00 2.00 1.97 3/100 11040
/proc/meminfo: memFree=1113360/2055920 swapFree=4191880/4192956
[pid=11032] ppid=11030 vsize=915560 CPUtime=2.91
/proc/11032/stat : 11032 (java) R 11030 11032 10681 0 -1 0 10959 0 1 0 283 8 0 0 25 0 8 0 155707481 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073882753 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11032/statm: 228890 10696 2513 14 0 215360 0
[pid=11032/tid=11034] ppid=11030 vsize=915560 CPUtime=0.03
/proc/11032/task/11034/stat : 11034 (java) S 11030 11032 10681 0 -1 64 532 0 0 0 3 0 0 0 17 0 8 0 155707490 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11035] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11035/stat : 11035 (java) S 11030 11032 10681 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155707490 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11036] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11036/stat : 11036 (java) S 11030 11032 10681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155707490 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11037] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11037/stat : 11037 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155707493 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11038] ppid=11030 vsize=915560 CPUtime=0.25
/proc/11032/task/11038/stat : 11038 (java) S 11030 11032 10681 0 -1 64 405 0 0 0 24 1 0 0 16 0 8 0 155707493 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11039] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11039/stat : 11039 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155707493 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11040] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11040/stat : 11040 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155707493 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915560

[startup+6.26786 s]
/proc/loadavg: 2.00 2.00 1.97 3/100 11040
/proc/meminfo: memFree=1113296/2055920 swapFree=4191880/4192956
[pid=11032] ppid=11030 vsize=915560 CPUtime=6.17
/proc/11032/stat : 11032 (java) R 11030 11032 10681 0 -1 0 10961 0 1 0 609 8 0 0 25 0 8 0 155707481 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073870074 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11032/statm: 228890 10696 2513 14 0 215360 0
[pid=11032/tid=11034] ppid=11030 vsize=915560 CPUtime=0.03
/proc/11032/task/11034/stat : 11034 (java) S 11030 11032 10681 0 -1 64 532 0 0 0 3 0 0 0 16 0 8 0 155707490 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11035] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11035/stat : 11035 (java) S 11030 11032 10681 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155707490 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11036] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11036/stat : 11036 (java) S 11030 11032 10681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155707490 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11037] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11037/stat : 11037 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155707493 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11038] ppid=11030 vsize=915560 CPUtime=0.25
/proc/11032/task/11038/stat : 11038 (java) S 11030 11032 10681 0 -1 64 405 0 0 0 24 1 0 0 16 0 8 0 155707493 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11039] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11039/stat : 11039 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155707493 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11040] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11040/stat : 11040 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155707493 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915560

[startup+12.7665 s]
/proc/loadavg: 2.00 2.00 1.97 3/100 11040
/proc/meminfo: memFree=1113296/2055920 swapFree=4191880/4192956
[pid=11032] ppid=11030 vsize=915560 CPUtime=12.63
/proc/11032/stat : 11032 (java) R 11030 11032 10681 0 -1 0 10961 0 1 0 1255 8 0 0 25 0 8 0 155707481 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073870137 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11032/statm: 228890 10696 2513 14 0 215360 0
[pid=11032/tid=11034] ppid=11030 vsize=915560 CPUtime=0.03
/proc/11032/task/11034/stat : 11034 (java) S 11030 11032 10681 0 -1 64 532 0 0 0 3 0 0 0 16 0 8 0 155707490 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11035] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11035/stat : 11035 (java) S 11030 11032 10681 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155707490 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11036] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11036/stat : 11036 (java) S 11030 11032 10681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155707490 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11037] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11037/stat : 11037 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155707493 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11038] ppid=11030 vsize=915560 CPUtime=0.25
/proc/11032/task/11038/stat : 11038 (java) S 11030 11032 10681 0 -1 64 405 0 0 0 24 1 0 0 16 0 8 0 155707493 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11039] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11039/stat : 11039 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155707493 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11040] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11040/stat : 11040 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155707493 937533440 10696 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915560

[startup+25.6287 s]
/proc/loadavg: 2.00 2.00 1.97 3/100 11040
/proc/meminfo: memFree=1113360/2055920 swapFree=4191880/4192956
[pid=11032] ppid=11030 vsize=915560 CPUtime=25.43
/proc/11032/stat : 11032 (java) R 11030 11032 10681 0 -1 0 10962 0 1 0 2535 8 0 0 25 0 8 0 155707481 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073870078 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11032/statm: 228890 10697 2513 14 0 215360 0
[pid=11032/tid=11034] ppid=11030 vsize=915560 CPUtime=0.03
/proc/11032/task/11034/stat : 11034 (java) S 11030 11032 10681 0 -1 64 532 0 0 0 3 0 0 0 16 0 8 0 155707490 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11035] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11035/stat : 11035 (java) S 11030 11032 10681 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155707490 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11036] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11036/stat : 11036 (java) S 11030 11032 10681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155707490 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11037] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11037/stat : 11037 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155707493 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11038] ppid=11030 vsize=915560 CPUtime=0.25
/proc/11032/task/11038/stat : 11038 (java) S 11030 11032 10681 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155707493 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11039] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11039/stat : 11039 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155707493 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11040] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11040/stat : 11040 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155707493 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 915560

[startup+51.2612 s]
/proc/loadavg: 2.00 2.00 1.97 3/100 11040
/proc/meminfo: memFree=1113424/2055920 swapFree=4191880/4192956
[pid=11032] ppid=11030 vsize=915560 CPUtime=50.91
/proc/11032/stat : 11032 (java) R 11030 11032 10681 0 -1 0 10962 0 1 0 5083 8 0 0 25 0 8 0 155707481 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073855192 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11032/statm: 228890 10697 2513 14 0 215360 0
[pid=11032/tid=11034] ppid=11030 vsize=915560 CPUtime=0.03
/proc/11032/task/11034/stat : 11034 (java) S 11030 11032 10681 0 -1 64 532 0 0 0 3 0 0 0 16 0 8 0 155707490 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11035] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11035/stat : 11035 (java) S 11030 11032 10681 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155707490 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11036] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11036/stat : 11036 (java) S 11030 11032 10681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155707490 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11037] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11037/stat : 11037 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155707493 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11038] ppid=11030 vsize=915560 CPUtime=0.25
/proc/11032/task/11038/stat : 11038 (java) S 11030 11032 10681 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155707493 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11039] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11039/stat : 11039 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155707493 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11040] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11040/stat : 11040 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155707493 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 915560

[startup+102.528 s]
/proc/loadavg: 2.00 2.00 1.97 3/100 11040
/proc/meminfo: memFree=1113360/2055920 swapFree=4191880/4192956
[pid=11032] ppid=11030 vsize=915560 CPUtime=101.91
/proc/11032/stat : 11032 (java) R 11030 11032 10681 0 -1 0 10962 0 1 0 10182 9 0 0 25 0 8 0 155707481 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073878790 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11032/statm: 228890 10697 2513 14 0 215360 0
[pid=11032/tid=11034] ppid=11030 vsize=915560 CPUtime=0.03
/proc/11032/task/11034/stat : 11034 (java) S 11030 11032 10681 0 -1 64 532 0 0 0 3 0 0 0 16 0 8 0 155707490 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11035] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11035/stat : 11035 (java) S 11030 11032 10681 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155707490 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11036] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11036/stat : 11036 (java) S 11030 11032 10681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155707490 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11037] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11037/stat : 11037 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155707493 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11038] ppid=11030 vsize=915560 CPUtime=0.25
/proc/11032/task/11038/stat : 11038 (java) S 11030 11032 10681 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155707493 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11039] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11039/stat : 11039 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155707493 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11040] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11040/stat : 11040 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155707493 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 915560

[startup+162.544 s]
/proc/loadavg: 2.00 2.00 1.97 3/100 11040
/proc/meminfo: memFree=1113424/2055920 swapFree=4191880/4192956
[pid=11032] ppid=11030 vsize=915560 CPUtime=161.61
/proc/11032/stat : 11032 (java) R 11030 11032 10681 0 -1 0 10962 0 1 0 16152 9 0 0 25 0 8 0 155707481 937533440 10697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073882753 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1413.23
Current children cumulated vsize (KiB) 915560

[startup+1483.98 s]
/proc/loadavg: 2.00 1.97 1.91 3/100 11924
/proc/meminfo: memFree=1017936/2055920 swapFree=4191880/4192956
[pid=11032] ppid=11030 vsize=915560 CPUtime=1472.75
/proc/11032/stat : 11032 (java) R 11030 11032 10681 0 -1 0 10965 0 1 0 147240 35 0 0 25 0 8 0 155707481 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073853768 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11032/statm: 228890 10698 2513 14 0 215360 0
[pid=11032/tid=11034] ppid=11030 vsize=915560 CPUtime=0.03
/proc/11032/task/11034/stat : 11034 (java) S 11030 11032 10681 0 -1 64 532 0 0 0 3 0 0 0 16 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11035] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11035/stat : 11035 (java) S 11030 11032 10681 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11036] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11036/stat : 11036 (java) S 11030 11032 10681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11037] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11037/stat : 11037 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11038] ppid=11030 vsize=915560 CPUtime=0.25
/proc/11032/task/11038/stat : 11038 (java) S 11030 11032 10681 0 -1 64 407 0 0 0 24 1 0 0 16 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11039] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11039/stat : 11039 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11040] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11040/stat : 11040 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1472.75
Current children cumulated vsize (KiB) 915560

[startup+1544.05 s]
/proc/loadavg: 2.00 1.97 1.91 3/100 11924
/proc/meminfo: memFree=1017936/2055920 swapFree=4191880/4192956
[pid=11032] ppid=11030 vsize=915560 CPUtime=1532.27
/proc/11032/stat : 11032 (java) R 11030 11032 10681 0 -1 0 10965 0 1 0 153192 35 0 0 25 0 8 0 155707481 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073858569 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11032/statm: 228890 10698 2513 14 0 215360 0
[pid=11032/tid=11034] ppid=11030 vsize=915560 CPUtime=0.03
/proc/11032/task/11034/stat : 11034 (java) S 11030 11032 10681 0 -1 64 532 0 0 0 3 0 0 0 16 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11035] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11035/stat : 11035 (java) S 11030 11032 10681 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11036] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11036/stat : 11036 (java) S 11030 11032 10681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11037] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11037/stat : 11037 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11038] ppid=11030 vsize=915560 CPUtime=0.25
/proc/11032/task/11038/stat : 11038 (java) S 11030 11032 10681 0 -1 64 407 0 0 0 24 1 0 0 16 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11039] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11039/stat : 11039 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11040] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11040/stat : 11040 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.27
Current children cumulated vsize (KiB) 915560

[startup+1604.11 s]
/proc/loadavg: 2.00 1.97 1.91 3/100 11924
/proc/meminfo: memFree=1017936/2055920 swapFree=4191880/4192956
[pid=11032] ppid=11030 vsize=915560 CPUtime=1591.78
/proc/11032/stat : 11032 (java) R 11030 11032 10681 0 -1 0 10965 0 1 0 159143 35 0 0 25 0 8 0 155707481 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073899515 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11032/statm: 228890 10698 2513 14 0 215360 0
[pid=11032/tid=11034] ppid=11030 vsize=915560 CPUtime=0.03
/proc/11032/task/11034/stat : 11034 (java) S 11030 11032 10681 0 -1 64 532 0 0 0 3 0 0 0 16 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11035] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11035/stat : 11035 (java) S 11030 11032 10681 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11036] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11036/stat : 11036 (java) S 11030 11032 10681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11037] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11037/stat : 11037 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11038] ppid=11030 vsize=915560 CPUtime=0.25
/proc/11032/task/11038/stat : 11038 (java) S 11030 11032 10681 0 -1 64 407 0 0 0 24 1 0 0 16 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11039] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11039/stat : 11039 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11040] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11040/stat : 11040 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.78
Current children cumulated vsize (KiB) 915560

[startup+1664.18 s]
/proc/loadavg: 2.00 1.97 1.91 3/100 11924
/proc/meminfo: memFree=1017936/2055920 swapFree=4191880/4192956
[pid=11032] ppid=11030 vsize=915560 CPUtime=1651.3
/proc/11032/stat : 11032 (java) R 11030 11032 10681 0 -1 0 10965 0 1 0 165094 36 0 0 25 0 8 0 155707481 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073878995 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11032/statm: 228890 10698 2513 14 0 215360 0
[pid=11032/tid=11034] ppid=11030 vsize=915560 CPUtime=0.03
/proc/11032/task/11034/stat : 11034 (java) S 11030 11032 10681 0 -1 64 532 0 0 0 3 0 0 0 16 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11035] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11035/stat : 11035 (java) S 11030 11032 10681 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11036] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11036/stat : 11036 (java) S 11030 11032 10681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11037] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11037/stat : 11037 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11038] ppid=11030 vsize=915560 CPUtime=0.25
/proc/11032/task/11038/stat : 11038 (java) S 11030 11032 10681 0 -1 64 407 0 0 0 24 1 0 0 16 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11039] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11039/stat : 11039 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11040] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11040/stat : 11040 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.3
Current children cumulated vsize (KiB) 915560

[startup+1724.25 s]
/proc/loadavg: 2.00 1.97 1.91 3/100 11924
/proc/meminfo: memFree=1017936/2055920 swapFree=4191880/4192956
[pid=11032] ppid=11030 vsize=915560 CPUtime=1710.82
/proc/11032/stat : 11032 (java) R 11030 11032 10681 0 -1 0 10965 0 1 0 171046 36 0 0 25 0 8 0 155707481 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073882775 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11032/statm: 228890 10698 2513 14 0 215360 0
[pid=11032/tid=11034] ppid=11030 vsize=915560 CPUtime=0.03
/proc/11032/task/11034/stat : 11034 (java) S 11030 11032 10681 0 -1 64 532 0 0 0 3 0 0 0 16 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11035] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11035/stat : 11035 (java) S 11030 11032 10681 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11036] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11036/stat : 11036 (java) S 11030 11032 10681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11037] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11037/stat : 11037 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11038] ppid=11030 vsize=915560 CPUtime=0.25
/proc/11032/task/11038/stat : 11038 (java) S 11030 11032 10681 0 -1 64 407 0 0 0 24 1 0 0 16 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11039] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11039/stat : 11039 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11040] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11040/stat : 11040 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.82
Current children cumulated vsize (KiB) 915560

[startup+1784.32 s]
/proc/loadavg: 2.00 1.97 1.91 3/100 11924
/proc/meminfo: memFree=1017936/2055920 swapFree=4191880/4192956
[pid=11032] ppid=11030 vsize=915560 CPUtime=1770.34
/proc/11032/stat : 11032 (java) R 11030 11032 10681 0 -1 0 10965 0 1 0 176998 36 0 0 25 0 8 0 155707481 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073880651 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11032/statm: 228890 10698 2513 14 0 215360 0
[pid=11032/tid=11034] ppid=11030 vsize=915560 CPUtime=0.03
/proc/11032/task/11034/stat : 11034 (java) S 11030 11032 10681 0 -1 64 532 0 0 0 3 0 0 0 16 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11035] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11035/stat : 11035 (java) S 11030 11032 10681 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11036] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11036/stat : 11036 (java) S 11030 11032 10681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11037] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11037/stat : 11037 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11038] ppid=11030 vsize=915560 CPUtime=0.25
/proc/11032/task/11038/stat : 11038 (java) S 11030 11032 10681 0 -1 64 407 0 0 0 24 1 0 0 16 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11039] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11039/stat : 11039 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11040] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11040/stat : 11040 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.34
Current children cumulated vsize (KiB) 915560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.25 s]
/proc/loadavg: 2.06 1.99 1.92 3/100 11924
/proc/meminfo: memFree=1017936/2055920 swapFree=4191880/4192956
[pid=11032] ppid=11030 vsize=915560 CPUtime=1800.01
/proc/11032/stat : 11032 (java) R 11030 11032 10681 0 -1 0 10965 0 1 0 179964 37 0 0 25 0 8 0 155707481 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073870320 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11032/statm: 228890 10698 2513 14 0 215360 0
[pid=11032/tid=11034] ppid=11030 vsize=915560 CPUtime=0.03
/proc/11032/task/11034/stat : 11034 (java) S 11030 11032 10681 0 -1 64 532 0 0 0 3 0 0 0 16 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11035] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11035/stat : 11035 (java) S 11030 11032 10681 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11036] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11036/stat : 11036 (java) S 11030 11032 10681 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155707490 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11037] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11037/stat : 11037 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11038] ppid=11030 vsize=915560 CPUtime=0.25
/proc/11032/task/11038/stat : 11038 (java) S 11030 11032 10681 0 -1 64 407 0 0 0 24 1 0 0 16 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11039] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11039/stat : 11039 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11032/tid=11040] ppid=11030 vsize=915560 CPUtime=0
/proc/11032/task/11040/stat : 11040 (java) S 11030 11032 10681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155707493 937533440 10698 18446744073709551615 134512640 134570532 4294956464 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) 915560

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

Child status: 143
Real time (s): 1814.31
CPU time (s): 1800.06
CPU user time (s): 1799.68
CPU system time (s): 0.378942
CPU usage (%): 99.2149
Max. virtual memory (cumulated for all children) (KiB): 915560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.378942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10982
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= 37942
involuntary context switches= 75829

runsolver used 1.9707 s user time and 6.01908 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat Jan  6 08:45:19 UTC 2007


IDJOB= 203539
IDBENCH= 3968
FILE ID= node4/203539-1168073119

PBS_JOBID= 3475728

Free space on /tmp= 66305 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb59-26/frb59-26-4-mgd_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203539-1168073119/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-203539-1168073119 -o ROOT/results/node4/solver-203539-1168073119 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203539-1168073119/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f9529f4e39f7cb6c05a9389afdf0b50f

RANDOM SEED= 778916744

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.223
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.223
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:       1146920 kB
Buffers:         73548 kB
Cached:         640796 kB
SwapCached:        268 kB
Active:         463140 kB
Inactive:       349976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1146920 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2292 kB
Writeback:           0 kB
Mapped:         127084 kB
Slab:            80400 kB
Committed_AS:  4511248 kB
PageTables:       2552 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= 66300 MiB



End job on node4 on Sat Jan  6 09:15:36 UTC 2007