Trace number 195819

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

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-50_ext.xml
MD5SUM1b34747506d6c49251cca4a8e3d51320
Bench CategoryN-ARY-EXT (n-ary 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 variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.42	   
0.42	Abscon 109 (November, 2006)
0.42	   
0.42	   configuration
0.42	     name=mac.xml
0.45	   
0.45	   instance
0.45	     name=/tmp/evaluation/195819-1168069921/unknown.xml
0.49	   
0.49	   domains being loaded...
0.49	   
0.49	   variables being loaded...
0.52	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.52	       =>  wckTime=0.099  cpuTime=0.08  mem=6M951
0.52	   
0.52	   relations being loaded...
1.19	   
1.19	   constraints being loaded...
1.47	     nbConstraints=76  nbRelationTypes=76  nbExtensionStructures=76  nbSharedExtensionStructures=0
1.47	     nbConflictsStructures=76  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=14  maxArity=3
1.47	       =>  wckTime=1.042  cpuTime=0.91  mem=50M840
1.59	   
1.59	   solver IterativeSystematicSolver being built... 
1.75	       =>  wckTime=1.332  cpuTime=1.05  mem=34M589
1.76	   
1.76	   preprocessing
1.76	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.76	     detectedInconsistency=no
1.76	       =>  wckTime=0.0030  cpuTime=0.0  mem=34M589
1.89	   
1.89	   search
1.89	     run=0  nbConstraintChecks=36853  nbValidityChecks=72231  nbPropagations=389  nbRevisions=4132
1.89	     nbUselessRevisions=3302  nbAssignments=33  nbFailedAssignments=17  nbBacktracks=10  nbVisitedNodes=58
1.89	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.89	       =>  wckTime=0.135  cpuTime=0.09  mem=35M580
2.01	   
2.01	   search
2.01	     run=1  nbConstraintChecks=99565  nbValidityChecks=201146  nbPropagations=1476  nbRevisions=17128
2.01	     nbUselessRevisions=13586  nbAssignments=97  nbFailedAssignments=58  nbBacktracks=25  nbVisitedNodes=177
2.01	     nbRestartNogoods=3  mapSize=23  nbInferences=0  nbTooLargeKeys=0
2.01	       =>  wckTime=0.251  cpuTime=0.19  mem=35M580
2.13	   
2.13	   search
2.13	     run=2  nbConstraintChecks=169902  nbValidityChecks=337748  nbPropagations=3336  nbRevisions=39386
2.13	     nbUselessRevisions=31104  nbAssignments=156  nbFailedAssignments=90  nbBacktracks=47  nbVisitedNodes=285
2.13	     nbRestartNogoods=11  mapSize=42  nbInferences=0  nbTooLargeKeys=0
2.13	       =>  wckTime=0.375  cpuTime=0.3  mem=35M580
2.28	   
2.28	   search
2.28	     run=3  nbConstraintChecks=264857  nbValidityChecks=531758  nbPropagations=6348  nbRevisions=75706
2.28	     nbUselessRevisions=59833  nbAssignments=249  nbFailedAssignments=143  nbBacktracks=83  nbVisitedNodes=454
2.28	     nbRestartNogoods=13  mapSize=76  nbInferences=0  nbTooLargeKeys=0
2.28	       =>  wckTime=0.525  cpuTime=0.45  mem=35M580
2.46	   
2.46	   search
2.46	     run=4  nbConstraintChecks=385571  nbValidityChecks=771827  nbPropagations=10791  nbRevisions=128843
2.46	     nbUselessRevisions=101625  nbAssignments=362  nbFailedAssignments=199  nbBacktracks=134  nbVisitedNodes=659
2.46	     nbRestartNogoods=14  mapSize=120  nbInferences=0  nbTooLargeKeys=0
2.46	       =>  wckTime=0.704  cpuTime=0.62  mem=35M580
2.72	   
2.72	   search
2.72	     run=5  nbConstraintChecks=554142  nbValidityChecks=1121643  nbPropagations=17609  nbRevisions=209800
2.72	     nbUselessRevisions=165247  nbAssignments=550  nbFailedAssignments=304  nbBacktracks=211  nbVisitedNodes=1005
2.72	     nbRestartNogoods=21  mapSize=192  nbInferences=0  nbTooLargeKeys=0
2.72	       =>  wckTime=0.964  cpuTime=0.87  mem=35M580
3.17	   
3.17	   search
3.17	     run=6  nbConstraintChecks=854275  nbValidityChecks=1705725  nbPropagations=27725  nbRevisions=332501
3.17	     nbUselessRevisions=261581  nbAssignments=835  nbFailedAssignments=469  nbBacktracks=325  nbVisitedNodes=1524
3.17	     nbRestartNogoods=27  mapSize=289  nbInferences=0  nbTooLargeKeys=0
3.17	       =>  wckTime=1.416  cpuTime=1.32  mem=35M580
3.74	   
3.74	   search
3.74	     run=7  nbConstraintChecks=1229557  nbValidityChecks=2462104  nbPropagations=42383  nbRevisions=510297
3.74	     nbUselessRevisions=401480  nbAssignments=1188  nbFailedAssignments=645  nbBacktracks=495  nbVisitedNodes=2153
3.74	     nbRestartNogoods=36  mapSize=443  nbInferences=0  nbTooLargeKeys=0
3.74	       =>  wckTime=1.982  cpuTime=1.87  mem=35M580
4.51	   
4.51	   search
4.51	     run=8  nbConstraintChecks=1730699  nbValidityChecks=3509477  nbPropagations=63972  nbRevisions=766505
4.51	     nbUselessRevisions=602501  nbAssignments=1724  nbFailedAssignments=920  nbBacktracks=751  nbVisitedNodes=3157
4.51	     nbRestartNogoods=45  mapSize=682  nbInferences=0  nbTooLargeKeys=0
4.51	       =>  wckTime=2.749  cpuTime=2.61  mem=35M580
5.71	   
5.71	   search
5.71	     run=9  nbConstraintChecks=2539086  nbValidityChecks=5128033  nbPropagations=95057  nbRevisions=1140054
5.71	     nbUselessRevisions=896077  nbAssignments=2594  nbFailedAssignments=1399  nbBacktracks=1136  nbVisitedNodes=4731
5.71	     nbRestartNogoods=51  mapSize=1002  nbInferences=0  nbTooLargeKeys=0
5.71	       =>  wckTime=3.947  cpuTime=3.79  mem=35M580
5.78	   
5.78	   INFO : Stopping hyperNogood (mapSize=1015, nbTooLargekeys=0, mem=35M580)
7.74	   
7.74	   search
7.74	     run=10  nbConstraintChecks=3962904  nbValidityChecks=8027390  nbPropagations=143304  nbRevisions=1713945
7.74	     nbUselessRevisions=1346689  nbAssignments=3953  nbFailedAssignments=2175  nbBacktracks=1712  nbVisitedNodes=7267
7.74	     nbRestartNogoods=59
7.74	       =>  wckTime=5.982  cpuTime=5.8  mem=35M580
10.20	   
10.20	   search
10.20	     run=11  nbConstraintChecks=5651895  nbValidityChecks=11513990  nbPropagations=213273  nbRevisions=2536502
10.20	     nbUselessRevisions=1993303  nbAssignments=5731  nbFailedAssignments=3080  nbBacktracks=2579  nbVisitedNodes=10473
10.20	     nbRestartNogoods=77
10.20	       =>  wckTime=8.439  cpuTime=8.23  mem=35M580
14.21	   
14.21	   search
14.21	     run=12  nbConstraintChecks=8446235  nbValidityChecks=17271761  nbPropagations=315066  nbRevisions=3737490
14.21	     nbUselessRevisions=2936126  nbAssignments=8479  nbFailedAssignments=4524  nbBacktracks=3876  nbVisitedNodes=15432
14.21	     nbRestartNogoods=89
14.21	       =>  wckTime=12.457  cpuTime=12.21  mem=35M580
21.41	   
21.41	   search
21.41	     run=13  nbConstraintChecks=13428620  nbValidityChecks=27522895  nbPropagations=475219  nbRevisions=5663598
21.41	     nbUselessRevisions=4447233  nbAssignments=13465  nbFailedAssignments=7556  nbBacktracks=5824  nbVisitedNodes=24689
21.41	     nbRestartNogoods=99
21.41	       =>  wckTime=19.648  cpuTime=19.34  mem=35M580
30.86	   
30.86	   search
30.86	     run=14  nbConstraintChecks=19989238  nbValidityChecks=41020356  nbPropagations=718035  nbRevisions=8547027
30.86	     nbUselessRevisions=6709431  nbAssignments=20121  nbFailedAssignments=11291  nbBacktracks=8743  nbVisitedNodes=36946
30.86	     nbRestartNogoods=106
30.86	       =>  wckTime=29.103  cpuTime=28.71  mem=35M580
44.80	   
44.80	   search
44.80	     run=15  nbConstraintChecks=29702661  nbValidityChecks=60950952  nbPropagations=1083471  nbRevisions=12894771
44.80	     nbUselessRevisions=10124727  nbAssignments=29785  nbFailedAssignments=16571  nbBacktracks=13121
44.80	     nbVisitedNodes=54674  nbRestartNogoods=107
44.80	       =>  wckTime=43.046  cpuTime=42.52  mem=35M580
66.62	   
66.62	   search
66.62	     run=16  nbConstraintChecks=45040790  nbValidityChecks=91761742  nbPropagations=1621246  nbRevisions=19357348
66.62	     nbUselessRevisions=15214604  nbAssignments=43482  nbFailedAssignments=23695  nbBacktracks=19690
66.62	     nbVisitedNodes=79688  nbRestartNogoods=122
66.62	       =>  wckTime=64.859  cpuTime=64.13  mem=35M580
98.09	   
98.09	   search
98.09	     run=17  nbConstraintChecks=67363228  nbValidityChecks=137123314  nbPropagations=2426205  nbRevisions=28919334
98.09	     nbUselessRevisions=22731646  nbAssignments=65285  nbFailedAssignments=35639  nbBacktracks=29543
98.09	     nbVisitedNodes=119788  nbRestartNogoods=129
98.09	       =>  wckTime=96.336  cpuTime=95.32  mem=35M580
141.84	   
141.84	   search
141.84	     run=18  nbConstraintChecks=97745118  nbValidityChecks=199545550  nbPropagations=3610641  nbRevisions=42827745
141.84	     nbUselessRevisions=33665319  nbAssignments=95956  nbFailedAssignments=51524  nbBacktracks=44321
141.84	     nbVisitedNodes=175446  nbRestartNogoods=146
141.84	       =>  wckTime=140.08  cpuTime=138.67  mem=35M580
213.63	   
213.63	   search
213.63	     run=19  nbConstraintChecks=147505503  nbValidityChecks=301169197  nbPropagations=5399772  nbRevisions=63978522
213.63	     nbUselessRevisions=50296858  nbAssignments=145164  nbFailedAssignments=78557  nbBacktracks=66489
213.63	     nbVisitedNodes=265786  nbRestartNogoods=178
213.63	       =>  wckTime=211.869  cpuTime=209.8  mem=35M580
328.82	   
328.82	   search
328.82	     run=20  nbConstraintChecks=227994121  nbValidityChecks=463025317  nbPropagations=8105769  nbRevisions=96651371
328.82	     nbUselessRevisions=76021150  nbAssignments=224629  nbFailedAssignments=124763  nbBacktracks=99741
328.82	     nbVisitedNodes=412244  nbRestartNogoods=199
328.82	       =>  wckTime=327.061  cpuTime=323.94  mem=35M580
490.06	   
490.06	   search
490.06	     run=21  nbConstraintChecks=338634934  nbValidityChecks=690726106  nbPropagations=12172290  nbRevisions=145122682
490.06	     nbUselessRevisions=114179337  nbAssignments=333794  nbFailedAssignments=184043  nbBacktracks=149619
490.06	     nbVisitedNodes=612472  nbRestartNogoods=205
490.06	       =>  wckTime=488.303  cpuTime=483.72  mem=35M580
732.44	   
732.44	   search
732.44	     run=22  nbConstraintChecks=507109403  nbValidityChecks=1035293530  nbPropagations=18288637  nbRevisions=218229838
732.44	     nbUselessRevisions=171773438  nbAssignments=501401  nbFailedAssignments=276824  nbBacktracks=224437
732.44	     nbVisitedNodes=920132  nbRestartNogoods=220
732.44	       =>  wckTime=730.684  cpuTime=723.63  mem=35M580
1112.66	   
1112.66	   search
1112.66	     run=23  nbConstraintChecks=771882515  nbValidityChecks=1577704450  nbPropagations=27620294  nbRevisions=328891765
1112.66	     nbUselessRevisions=258817637  nbAssignments=754910  nbFailedAssignments=418099  nbBacktracks=336664
1112.66	     nbVisitedNodes=1388565  nbRestartNogoods=248
1112.66	       =>  wckTime=1110.898  cpuTime=1100.37  mem=35M580
1687.21	   
1687.21	   search
1687.21	     run=24  nbConstraintChecks=1173151352  nbValidityChecks=2403050695  nbPropagations=41879106  nbRevisions=498249238
1687.21	     nbUselessRevisions=392079327  nbAssignments=1146633  nbFailedAssignments=641472  nbBacktracks=505005
1687.21	     nbVisitedNodes=2115176  nbRestartNogoods=272
1687.21	       =>  wckTime=1685.449  cpuTime=1669.67  mem=35M580

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/node14/watcher-195819-1168069921 -o ROOT/results/node14/solver-195819-1168069921 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/195819-1168069921/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 1.91 1.83 4/86 23897
/proc/meminfo: memFree=1260776/2055920 swapFree=4182236/4192956
[pid=23896] ppid=23894 vsize=18540 CPUtime=0
/proc/23896/stat : 23896 (runsolver) R 23894 23896 23717 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 155387048 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 212234464551 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/23896/statm: 4635 279 244 17 0 2626 0

[startup+0.102952 s]
/proc/loadavg: 2.00 1.91 1.83 4/86 23897
/proc/meminfo: memFree=1260776/2055920 swapFree=4182236/4192956
[pid=23896] ppid=23894 vsize=905992 CPUtime=0
/proc/23896/stat : 23896 (java) R 23894 23896 23717 0 -1 0 1701 0 1 0 0 0 0 0 17 0 1 0 155387048 927735808 1450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155781320 0 4 0 7368 0 0 0 17 1 0 0
/proc/23896/statm: 226498 1450 838 14 0 214081 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 905992

[startup+0.510989 s]
/proc/loadavg: 2.00 1.91 1.83 4/86 23897
/proc/meminfo: memFree=1260776/2055920 swapFree=4182236/4192956
[pid=23896] ppid=23894 vsize=915328 CPUtime=0.38
/proc/23896/stat : 23896 (java) R 23894 23896 23717 0 -1 0 5996 0 1 0 33 5 0 0 18 0 8 0 155387048 937295872 5735 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072926607 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23896/statm: 228832 5735 2134 14 0 215302 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 915328

[startup+1.33407 s]
/proc/loadavg: 2.00 1.91 1.83 4/93 23904
/proc/meminfo: memFree=1198448/2055920 swapFree=4182236/4192956
[pid=23896] ppid=23894 vsize=915328 CPUtime=1.18
/proc/23896/stat : 23896 (java) R 23894 23896 23717 0 -1 0 19111 0 1 0 107 11 0 0 24 0 8 0 155387048 937295872 18849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073654902 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23896/statm: 228832 18849 2160 14 0 215302 0
[pid=23896/tid=23898] ppid=23894 vsize=915328 CPUtime=0.05
/proc/23896/task/23898/stat : 23898 (java) S 23894 23896 23717 0 -1 64 2649 0 0 0 4 1 0 0 17 0 8 0 155387060 937295872 18849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23899] ppid=23894 vsize=915328 CPUtime=0
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23717 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155387061 937295872 18849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23900] ppid=23894 vsize=915328 CPUtime=0
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23717 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155387061 937295872 18849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23901] ppid=23894 vsize=915328 CPUtime=0
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155387067 937295872 18849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23902] ppid=23894 vsize=915328 CPUtime=0.09
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23717 0 -1 64 321 0 0 0 9 0 0 0 16 0 8 0 155387067 937295872 18849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23903] ppid=23894 vsize=915328 CPUtime=0
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155387067 937295872 18849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23904] ppid=23894 vsize=915328 CPUtime=0
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155387067 937295872 18849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 915328

[startup+2.98723 s]
/proc/loadavg: 2.00 1.91 1.83 3/93 23904
/proc/meminfo: memFree=1176816/2055920 swapFree=4182236/4192956
[pid=23896] ppid=23894 vsize=915420 CPUtime=2.83
/proc/23896/stat : 23896 (java) R 23894 23896 23717 0 -1 0 23550 0 1 0 269 14 0 0 25 0 8 0 155387048 937390080 23285 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23896/statm: 228855 23285 2521 14 0 215325 0
[pid=23896/tid=23898] ppid=23894 vsize=915420 CPUtime=0.16
/proc/23896/task/23898/stat : 23898 (java) S 23894 23896 23717 0 -1 64 6583 0 0 0 14 2 0 0 17 0 8 0 155387060 937390080 23285 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23899] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23717 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155387061 937390080 23285 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23900] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23717 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155387061 937390080 23285 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23901] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155387067 937390080 23285 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23902] ppid=23894 vsize=915420 CPUtime=0.21
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23717 0 -1 64 373 0 0 0 20 1 0 0 15 0 8 0 155387067 937390080 23285 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23903] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155387067 937390080 23285 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23904] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155387067 937390080 23285 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 915420

[startup+6.27254 s]
/proc/loadavg: 2.00 1.92 1.83 3/93 23904
/proc/meminfo: memFree=1176496/2055920 swapFree=4182236/4192956
[pid=23896] ppid=23894 vsize=915420 CPUtime=6.07
/proc/23896/stat : 23896 (java) R 23894 23896 23717 0 -1 0 23568 0 1 0 593 14 0 0 25 0 8 0 155387048 937390080 23300 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073766571 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23896/statm: 228855 23300 2521 14 0 215325 0
[pid=23896/tid=23898] ppid=23894 vsize=915420 CPUtime=0.16
/proc/23896/task/23898/stat : 23898 (java) S 23894 23896 23717 0 -1 64 6583 0 0 0 14 2 0 0 17 0 8 0 155387060 937390080 23300 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23899] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23717 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155387061 937390080 23300 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23900] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23717 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155387061 937390080 23300 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23901] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155387067 937390080 23300 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23902] ppid=23894 vsize=915420 CPUtime=0.24
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23717 0 -1 64 389 0 0 0 23 1 0 0 16 0 8 0 155387067 937390080 23300 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23903] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155387067 937390080 23300 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23904] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155387067 937390080 23300 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 915420

[startup+12.7692 s]
/proc/loadavg: 2.00 1.92 1.83 3/93 23904
/proc/meminfo: memFree=1175856/2055920 swapFree=4182236/4192956
[pid=23896] ppid=23894 vsize=915420 CPUtime=12.52
/proc/23896/stat : 23896 (java) R 23894 23896 23717 0 -1 0 23571 0 1 0 1237 15 0 0 25 0 8 0 155387048 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073632855 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23896/statm: 228855 23303 2521 14 0 215325 0
[pid=23896/tid=23898] ppid=23894 vsize=915420 CPUtime=0.16
/proc/23896/task/23898/stat : 23898 (java) S 23894 23896 23717 0 -1 64 6583 0 0 0 14 2 0 0 16 0 8 0 155387060 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23899] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23717 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155387061 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23900] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23717 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155387061 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23901] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155387067 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23902] ppid=23894 vsize=915420 CPUtime=0.25
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23717 0 -1 64 392 0 0 0 24 1 0 0 15 0 8 0 155387067 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23903] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155387067 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23904] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155387067 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 915420

[startup+25.6204 s]
/proc/loadavg: 2.00 1.92 1.83 3/93 23904
/proc/meminfo: memFree=1174896/2055920 swapFree=4182236/4192956
[pid=23896] ppid=23894 vsize=915420 CPUtime=25.25
/proc/23896/stat : 23896 (java) R 23894 23896 23717 0 -1 0 23571 0 1 0 2510 15 0 0 25 0 8 0 155387048 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073766535 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23896/statm: 228855 23303 2521 14 0 215325 0
[pid=23896/tid=23898] ppid=23894 vsize=915420 CPUtime=0.16
/proc/23896/task/23898/stat : 23898 (java) S 23894 23896 23717 0 -1 64 6583 0 0 0 14 2 0 0 16 0 8 0 155387060 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23899] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23717 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155387061 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23900] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23717 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155387061 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23901] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155387067 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23902] ppid=23894 vsize=915420 CPUtime=0.25
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23717 0 -1 64 392 0 0 0 24 1 0 0 15 0 8 0 155387067 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23903] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155387067 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23904] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155387067 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 915420

[startup+51.2528 s]
/proc/loadavg: 2.00 1.92 1.83 3/93 23904
/proc/meminfo: memFree=1172784/2055920 swapFree=4182236/4192956
[pid=23896] ppid=23894 vsize=915420 CPUtime=50.64
/proc/23896/stat : 23896 (java) R 23894 23896 23717 0 -1 0 23571 0 1 0 5049 15 0 0 25 0 8 0 155387048 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23896/statm: 228855 23303 2521 14 0 215325 0
[pid=23896/tid=23898] ppid=23894 vsize=915420 CPUtime=0.16
/proc/23896/task/23898/stat : 23898 (java) S 23894 23896 23717 0 -1 64 6583 0 0 0 14 2 0 0 17 0 8 0 155387060 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23899] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23717 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155387061 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23900] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23717 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155387061 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23901] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155387067 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23902] ppid=23894 vsize=915420 CPUtime=0.25
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23717 0 -1 64 392 0 0 0 24 1 0 0 16 0 8 0 155387067 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23903] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155387067 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23904] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155387067 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 915420

[startup+102.514 s]
/proc/loadavg: 2.05 1.95 1.84 3/93 23904
/proc/meminfo: memFree=1169712/2055920 swapFree=4182236/4192956
[pid=23896] ppid=23894 vsize=915420 CPUtime=101.43
/proc/23896/stat : 23896 (java) R 23894 23896 23717 0 -1 0 23572 0 1 0 10128 15 0 0 25 0 8 0 155387048 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073758772 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23896/statm: 228855 23303 2521 14 0 215325 0
[pid=23896/tid=23898] ppid=23894 vsize=915420 CPUtime=0.16
/proc/23896/task/23898/stat : 23898 (java) S 23894 23896 23717 0 -1 64 6583 0 0 0 14 2 0 0 16 0 8 0 155387060 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23899] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23717 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155387061 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23900] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23717 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155387061 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23901] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155387067 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23902] ppid=23894 vsize=915420 CPUtime=0.25
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23717 0 -1 64 392 0 0 0 24 1 0 0 16 0 8 0 155387067 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23903] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155387067 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23904] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155387067 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 915420

[startup+162.524 s]
/proc/loadavg: 2.02 1.95 1.85 3/93 23904
/proc/meminfo: memFree=1167088/2055920 swapFree=4182236/4192956
[pid=23896] ppid=23894 vsize=915420 CPUtime=160.9
/proc/23896/stat : 23896 (java) R 23894 23896 23717 0 -1 0 23572 0 1 0 16074 16 0 0 25 0 8 0 155387048 937390080 23303 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073758772 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1409.48
Current children cumulated vsize (KiB) 915420

[startup+1482.9 s]
/proc/loadavg: 2.05 2.02 1.93 3/100 24193
/proc/meminfo: memFree=1324912/2055920 swapFree=4182236/4192956
[pid=23896] ppid=23894 vsize=915420 CPUtime=1468.96
/proc/23896/stat : 23896 (java) R 23894 23896 23717 0 -1 0 23575 0 1 0 146868 28 0 0 25 0 8 0 155387048 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073763267 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23896/statm: 228855 23306 2521 14 0 215325 0
[pid=23896/tid=23898] ppid=23894 vsize=915420 CPUtime=0.16
/proc/23896/task/23898/stat : 23898 (java) S 23894 23896 23717 0 -1 64 6583 0 0 0 14 2 0 0 16 0 8 0 155387060 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23899] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23717 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155387061 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23900] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23717 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155387061 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23901] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23902] ppid=23894 vsize=915420 CPUtime=0.25
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23717 0 -1 64 395 0 0 0 24 1 0 0 16 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23903] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23904] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1468.96
Current children cumulated vsize (KiB) 915420

[startup+1542.92 s]
/proc/loadavg: 2.02 2.01 1.93 3/100 24193
/proc/meminfo: memFree=1324848/2055920 swapFree=4182236/4192956
[pid=23896] ppid=23894 vsize=915420 CPUtime=1528.43
/proc/23896/stat : 23896 (java) R 23894 23896 23717 0 -1 0 23575 0 1 0 152815 28 0 0 25 0 8 0 155387048 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073766590 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23896/statm: 228855 23306 2521 14 0 215325 0
[pid=23896/tid=23898] ppid=23894 vsize=915420 CPUtime=0.16
/proc/23896/task/23898/stat : 23898 (java) S 23894 23896 23717 0 -1 64 6583 0 0 0 14 2 0 0 16 0 8 0 155387060 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23899] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23717 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155387061 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23900] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23717 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155387061 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23901] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23902] ppid=23894 vsize=915420 CPUtime=0.25
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23717 0 -1 64 395 0 0 0 24 1 0 0 16 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23903] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23904] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.43
Current children cumulated vsize (KiB) 915420

[startup+1602.93 s]
/proc/loadavg: 2.00 2.01 1.93 3/100 24195
/proc/meminfo: memFree=1324656/2055920 swapFree=4182236/4192956
[pid=23896] ppid=23894 vsize=915420 CPUtime=1587.9
/proc/23896/stat : 23896 (java) R 23894 23896 23717 0 -1 0 23575 0 1 0 158761 29 0 0 25 0 8 0 155387048 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073758772 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23896/statm: 228855 23306 2521 14 0 215325 0
[pid=23896/tid=23898] ppid=23894 vsize=915420 CPUtime=0.16
/proc/23896/task/23898/stat : 23898 (java) S 23894 23896 23717 0 -1 64 6583 0 0 0 14 2 0 0 16 0 8 0 155387060 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23899] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23717 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155387061 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23900] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23717 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155387061 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23901] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23902] ppid=23894 vsize=915420 CPUtime=0.25
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23717 0 -1 64 395 0 0 0 24 1 0 0 16 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23903] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23904] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.9
Current children cumulated vsize (KiB) 915420

[startup+1662.96 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 24195
/proc/meminfo: memFree=1324720/2055920 swapFree=4182236/4192956
[pid=23896] ppid=23894 vsize=915420 CPUtime=1647.37
/proc/23896/stat : 23896 (java) R 23894 23896 23717 0 -1 0 23575 0 1 0 164708 29 0 0 25 0 8 0 155387048 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23896/statm: 228855 23306 2521 14 0 215325 0
[pid=23896/tid=23898] ppid=23894 vsize=915420 CPUtime=0.16
/proc/23896/task/23898/stat : 23898 (java) S 23894 23896 23717 0 -1 64 6583 0 0 0 14 2 0 0 16 0 8 0 155387060 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23899] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23717 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155387061 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23900] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23717 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155387061 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23901] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23902] ppid=23894 vsize=915420 CPUtime=0.25
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23717 0 -1 64 395 0 0 0 24 1 0 0 16 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23903] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23904] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.37
Current children cumulated vsize (KiB) 915420

[startup+1722.98 s]
/proc/loadavg: 2.00 2.00 1.93 4/100 24195
/proc/meminfo: memFree=1324784/2055920 swapFree=4182236/4192956
[pid=23896] ppid=23894 vsize=915420 CPUtime=1706.85
/proc/23896/stat : 23896 (java) R 23894 23896 23717 0 -1 0 23575 0 1 0 170655 30 0 0 25 0 8 0 155387048 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23896/statm: 228855 23306 2521 14 0 215325 0
[pid=23896/tid=23898] ppid=23894 vsize=915420 CPUtime=0.16
/proc/23896/task/23898/stat : 23898 (java) S 23894 23896 23717 0 -1 64 6583 0 0 0 14 2 0 0 16 0 8 0 155387060 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23899] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23717 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155387061 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23900] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23717 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155387061 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23901] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23902] ppid=23894 vsize=915420 CPUtime=0.25
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23717 0 -1 64 395 0 0 0 24 1 0 0 16 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23903] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23904] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.85
Current children cumulated vsize (KiB) 915420

[startup+1782.99 s]
/proc/loadavg: 2.08 2.03 1.94 3/100 24195
/proc/meminfo: memFree=1324848/2055920 swapFree=4182236/4192956
[pid=23896] ppid=23894 vsize=915420 CPUtime=1766.32
/proc/23896/stat : 23896 (java) R 23894 23896 23717 0 -1 0 23575 0 1 0 176602 30 0 0 25 0 8 0 155387048 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23896/statm: 228855 23306 2521 14 0 215325 0
[pid=23896/tid=23898] ppid=23894 vsize=915420 CPUtime=0.16
/proc/23896/task/23898/stat : 23898 (java) S 23894 23896 23717 0 -1 64 6583 0 0 0 14 2 0 0 16 0 8 0 155387060 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23899] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23717 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155387061 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23900] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23717 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155387061 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23901] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23902] ppid=23894 vsize=915420 CPUtime=0.25
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23717 0 -1 64 395 0 0 0 24 1 0 0 16 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23903] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23904] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.32
Current children cumulated vsize (KiB) 915420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.07 s]
/proc/loadavg: 2.04 2.02 1.94 3/100 24195
/proc/meminfo: memFree=1324848/2055920 swapFree=4182236/4192956
[pid=23896] ppid=23894 vsize=915420 CPUtime=1800.08
/proc/23896/stat : 23896 (java) R 23894 23896 23717 0 -1 0 23575 0 1 0 179978 30 0 0 25 0 8 0 155387048 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073628020 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23896/statm: 228855 23306 2521 14 0 215325 0
[pid=23896/tid=23898] ppid=23894 vsize=915420 CPUtime=0.16
/proc/23896/task/23898/stat : 23898 (java) S 23894 23896 23717 0 -1 64 6583 0 0 0 14 2 0 0 16 0 8 0 155387060 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23899] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23899/stat : 23899 (java) S 23894 23896 23717 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155387061 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23900] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23900/stat : 23900 (java) S 23894 23896 23717 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155387061 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23901] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23901/stat : 23901 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23902] ppid=23894 vsize=915420 CPUtime=0.25
/proc/23896/task/23902/stat : 23902 (java) S 23894 23896 23717 0 -1 64 395 0 0 0 24 1 0 0 16 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23903] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23903/stat : 23903 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23896/tid=23904] ppid=23894 vsize=915420 CPUtime=0
/proc/23896/task/23904/stat : 23904 (java) S 23894 23896 23717 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155387067 937390080 23306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 915420

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

Child status: 143
Real time (s): 1817.12
CPU time (s): 1800.13
CPU user time (s): 1799.81
CPU system time (s): 0.32495
CPU usage (%): 99.0655
Max. virtual memory (cumulated for all children) (KiB): 915420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.32495
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23591
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= 37835
involuntary context switches= 72079

runsolver used 2.51162 s user time and 5.55215 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Sat Jan  6 07:52:01 UTC 2007


IDJOB= 195819
IDBENCH= 3304
FILE ID= node14/195819-1168069921

PBS_JOBID= 3475707

Free space on /tmp= 66325 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24/rand-3-24-24-76-632-50_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/195819-1168069921/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-195819-1168069921 -o ROOT/results/node14/solver-195819-1168069921 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/195819-1168069921/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1b34747506d6c49251cca4a8e3d51320

RANDOM SEED= 392557007

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.227
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.227
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:       1261192 kB
Buffers:         57340 kB
Cached:         347712 kB
SwapCached:       3696 kB
Active:         349420 kB
Inactive:       345112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1261192 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:            4668 kB
Writeback:           0 kB
Mapped:         302324 kB
Slab:            84640 kB
Committed_AS:  4881660 kB
PageTables:       2680 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= 66323 MiB



End job on node14 on Sat Jan  6 08:22:18 UTC 2007