Trace number 196169

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESAC? (TO) 1800.1 1801.18

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-41_ext.xml
MD5SUM0c3db291ff823563de48bfaee14bd7d0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark226.419
SatisfiableYES
(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.29	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/196169-1168120084/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.39	       =>  wckTime=0.096  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
1.04	   
1.04	   constraints being loaded...
1.31	     nbConstraints=76  nbRelationTypes=76  nbExtensionStructures=76  nbSharedExtensionStructures=0
1.31	     nbConflictsStructures=76  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=14  maxArity=3
1.31	       =>  wckTime=1.01  cpuTime=0.88  mem=50M840
1.42	   
1.42	   solver IterativeSystematicSolver being built... 
1.58	       =>  wckTime=1.287  cpuTime=1.03  mem=35M597
1.69	   
1.69	   preprocessing
1.69	     nbConstraintChecks=32690  nbValidityChecks=54671  nbPropagations=223  nbRevisions=2315  nbUselessRevisions=2002
1.69	     nbSingletonTests=35  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
1.69	       =>  wckTime=0.101  cpuTime=0.07  mem=35M597
1.74	   
1.74	   search
1.74	     run=0  nbConstraintChecks=23252  nbValidityChecks=41431  nbPropagations=489  nbRevisions=5226
1.74	     nbUselessRevisions=4291  nbAssignments=23  nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=38
1.74	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
1.74	       =>  wckTime=0.151  cpuTime=0.12  mem=35M597
1.81	   
1.81	   search
1.81	     run=1  nbConstraintChecks=63593  nbValidityChecks=120573  nbPropagations=1462  nbRevisions=15970
1.81	     nbUselessRevisions=12861  nbAssignments=67  nbFailedAssignments=32  nbBacktracks=25  nbVisitedNodes=114
1.81	     nbRestartNogoods=1  mapSize=22  nbInferences=0  nbTooLargeKeys=0
1.81	       =>  wckTime=0.22  cpuTime=0.18  mem=35M597
1.96	   
1.96	   search
1.96	     run=2  nbConstraintChecks=152819  nbValidityChecks=303444  nbPropagations=3289  nbRevisions=37918
1.96	     nbUselessRevisions=30327  nbAssignments=148  nbFailedAssignments=75  nbBacktracks=47  nbVisitedNodes=247
1.96	     nbRestartNogoods=5  mapSize=41  nbInferences=0  nbTooLargeKeys=0
1.96	       =>  wckTime=0.375  cpuTime=0.32  mem=35M597
2.17	   
2.17	   search
2.17	     run=3  nbConstraintChecks=291642  nbValidityChecks=592023  nbPropagations=6697  nbRevisions=79492
2.17	     nbUselessRevisions=62856  nbAssignments=298  nbFailedAssignments=169  nbBacktracks=80  nbVisitedNodes=504
2.17	     nbRestartNogoods=12  mapSize=74  nbInferences=0  nbTooLargeKeys=0
2.17	       =>  wckTime=0.582  cpuTime=0.53  mem=35M597
2.35	   
2.35	   search
2.35	     run=4  nbConstraintChecks=407106  nbValidityChecks=829373  nbPropagations=11591  nbRevisions=138176
2.35	     nbUselessRevisions=108740  nbAssignments=411  nbFailedAssignments=225  nbBacktracks=130  nbVisitedNodes=704
2.35	     nbRestartNogoods=17  mapSize=116  nbInferences=0  nbTooLargeKeys=0
2.35	       =>  wckTime=0.763  cpuTime=0.71  mem=35M597
2.58	   
2.58	   search
2.58	     run=5  nbConstraintChecks=563371  nbValidityChecks=1124642  nbPropagations=18420  nbRevisions=219631
2.58	     nbUselessRevisions=172466  nbAssignments=571  nbFailedAssignments=303  nbBacktracks=205  nbVisitedNodes=984
2.58	     nbRestartNogoods=24  mapSize=175  nbInferences=0  nbTooLargeKeys=0
2.58	       =>  wckTime=0.99  cpuTime=0.93  mem=35M597
3.19	   
3.19	   search
3.19	     run=6  nbConstraintChecks=980073  nbValidityChecks=1978596  nbPropagations=29589  nbRevisions=356395
3.19	     nbUselessRevisions=279642  nbAssignments=935  nbFailedAssignments=539  nbBacktracks=318  nbVisitedNodes=1660
3.19	     nbRestartNogoods=33  mapSize=279  nbInferences=0  nbTooLargeKeys=0
3.19	       =>  wckTime=1.607  cpuTime=1.54  mem=35M597
3.69	   
3.69	   search
3.69	     run=7  nbConstraintChecks=1325231  nbValidityChecks=2635545  nbPropagations=45031  nbRevisions=543648
3.69	     nbUselessRevisions=426150  nbAssignments=1299  nbFailedAssignments=725  nbBacktracks=488  nbVisitedNodes=2297
3.69	     nbRestartNogoods=36  mapSize=406  nbInferences=0  nbTooLargeKeys=0
3.69	       =>  wckTime=2.107  cpuTime=2.03  mem=35M597
4.52	   
4.52	   search
4.52	     run=8  nbConstraintChecks=1871385  nbValidityChecks=3793390  nbPropagations=67828  nbRevisions=817007
4.52	     nbUselessRevisions=639212  nbAssignments=1875  nbFailedAssignments=1039  nbBacktracks=745  nbVisitedNodes=3355
4.52	     nbRestartNogoods=48  mapSize=632  nbInferences=0  nbTooLargeKeys=0
4.52	       =>  wckTime=2.934  cpuTime=2.85  mem=35M597
6.00	   
6.00	   search
6.00	     run=9  nbConstraintChecks=2970520  nbValidityChecks=6077708  nbPropagations=103670  nbRevisions=1261283
6.00	     nbUselessRevisions=988286  nbAssignments=3027  nbFailedAssignments=1800  nbBacktracks=1129  nbVisitedNodes=5537
6.00	     nbRestartNogoods=57  mapSize=984  nbInferences=0  nbTooLargeKeys=0
6.00	       =>  wckTime=4.417  cpuTime=4.32  mem=35M597
6.12	   
6.12	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=35M597)
7.87	   
7.87	   search
7.87	     run=10  nbConstraintChecks=4314476  nbValidityChecks=8926216  nbPropagations=157149  nbRevisions=1913060
7.87	     nbUselessRevisions=1498993  nbAssignments=4468  nbFailedAssignments=2597  nbBacktracks=1706  nbVisitedNodes=8089
7.87	     nbRestartNogoods=69
7.87	       =>  wckTime=6.288  cpuTime=6.18  mem=35M597
9.94	   
9.94	   search
9.94	     run=11  nbConstraintChecks=5842262  nbValidityChecks=11889458  nbPropagations=230633  nbRevisions=2800676
9.94	     nbUselessRevisions=2193324  nbAssignments=6181  nbFailedAssignments=3441  nbBacktracks=2570  nbVisitedNodes=11071
9.94	     nbRestartNogoods=78
9.94	       =>  wckTime=8.354  cpuTime=8.24  mem=35M597
15.89	   
15.89	   search
15.89	     run=12  nbConstraintChecks=10264615  nbValidityChecks=20855873  nbPropagations=351032  nbRevisions=4279159
15.89	     nbUselessRevisions=3353147  nbAssignments=10008  nbFailedAssignments=5966  nbBacktracks=3867  nbVisitedNodes=18408
15.89	     nbRestartNogoods=82
15.89	       =>  wckTime=14.306  cpuTime=14.19  mem=35M597
21.89	   
21.89	   search
21.89	     run=13  nbConstraintChecks=14729246  nbValidityChecks=30225225  nbPropagations=532617  nbRevisions=6481874
21.89	     nbUselessRevisions=5077877  nbAssignments=14618  nbFailedAssignments=8623  nbBacktracks=5815  nbVisitedNodes=27005
21.89	     nbRestartNogoods=84
21.89	       =>  wckTime=20.303  cpuTime=20.19  mem=35M597
31.19	   
31.19	   search
31.19	     run=14  nbConstraintChecks=21533231  nbValidityChecks=44415754  nbPropagations=805984  nbRevisions=9792468
31.19	     nbUselessRevisions=7672262  nbAssignments=21486  nbFailedAssignments=12566  nbBacktracks=8735  nbVisitedNodes=39754
31.19	     nbRestartNogoods=97
31.19	       =>  wckTime=29.607  cpuTime=29.48  mem=35M597
51.25	   
51.25	   search
51.25	     run=15  nbConstraintChecks=36899032  nbValidityChecks=75816522  nbPropagations=1233979  nbRevisions=15174572
51.25	     nbUselessRevisions=11911795  nbAssignments=36031  nbFailedAssignments=22727  nbBacktracks=13113
51.25	     nbVisitedNodes=67452  nbRestartNogoods=113
51.25	       =>  wckTime=49.667  cpuTime=49.53  mem=35M597
71.67	   
71.67	   search
71.67	     run=16  nbConstraintChecks=52043467  nbValidityChecks=106843534  nbPropagations=1858231  nbRevisions=22881125
71.67	     nbUselessRevisions=17955602  nbAssignments=51426  nbFailedAssignments=31535  nbBacktracks=19681
71.67	     nbVisitedNodes=95794  nbRestartNogoods=127
71.67	       =>  wckTime=70.083  cpuTime=69.94  mem=35M597
97.52	   
97.52	   search
97.52	     run=17  nbConstraintChecks=71174855  nbValidityChecks=144508460  nbPropagations=2732750  nbRevisions=33499772
97.52	     nbUselessRevisions=26259138  nbAssignments=71689  nbFailedAssignments=41940  nbBacktracks=29533
97.52	     nbVisitedNodes=131933  nbRestartNogoods=136
97.52	       =>  wckTime=95.93  cpuTime=95.77  mem=35M597
139.38	   
139.38	   search
139.38	     run=18  nbConstraintChecks=102114137  nbValidityChecks=204986794  nbPropagations=4003299  nbRevisions=48757121
139.38	     nbUselessRevisions=38164268  nbAssignments=104069  nbFailedAssignments=59536  nbBacktracks=44313
139.38	     nbVisitedNodes=190333  nbRestartNogoods=154
139.38	       =>  wckTime=137.794  cpuTime=137.61  mem=35M597
235.64	   
235.64	   search
235.64	     run=19  nbConstraintChecks=173238931  nbValidityChecks=350987132  nbPropagations=6036148  nbRevisions=73906332
235.64	     nbUselessRevisions=57889665  nbAssignments=170026  nbFailedAssignments=103317  nbBacktracks=66481
235.64	     nbVisitedNodes=316377  nbRestartNogoods=157
235.64	       =>  wckTime=234.05  cpuTime=233.82  mem=35M597
344.26	   
344.26	   search
344.26	     run=20  nbConstraintChecks=253159250  nbValidityChecks=510008214  nbPropagations=9078405  nbRevisions=111017542
344.26	     nbUselessRevisions=86882577  nbAssignments=251307  nbFailedAssignments=151296  nbBacktracks=99734
344.26	     nbVisitedNodes=465979  nbRestartNogoods=179
344.26	       =>  wckTime=342.679  cpuTime=342.38  mem=35M597
512.96	   
512.96	   search
512.96	     run=21  nbConstraintChecks=377790265  nbValidityChecks=776805777  nbPropagations=13706201  nbRevisions=167384806
512.96	     nbUselessRevisions=130906505  nbAssignments=386878  nbFailedAssignments=236964  nbBacktracks=149612
512.96	     nbVisitedNodes=719519  nbRestartNogoods=207
512.96	       =>  wckTime=511.376  cpuTime=510.97  mem=35M597
721.93	   
721.93	   search
721.93	     run=22  nbConstraintChecks=532515513  nbValidityChecks=1079241199  nbPropagations=20306743  nbRevisions=246871421
721.93	     nbUselessRevisions=192893285  nbAssignments=542605  nbFailedAssignments=317867  nbBacktracks=224430
721.93	     nbVisitedNodes=999199  nbRestartNogoods=219
721.93	       =>  wckTime=720.346  cpuTime=719.81  mem=35M597
1103.05	   
1103.05	   search
1103.05	     run=23  nbConstraintChecks=812044733  nbValidityChecks=1669089463  nbPropagations=30494859  nbRevisions=368515297
1103.05	     nbUselessRevisions=287541192  nbAssignments=827712  nbFailedAssignments=490742  nbBacktracks=336657
1103.05	     nbVisitedNodes=1530617  nbRestartNogoods=242
1103.05	       =>  wckTime=1101.465  cpuTime=1100.71  mem=35M597
1614.57	   
1614.57	   search
1614.57	     run=24  nbConstraintChecks=1194260351  nbValidityChecks=2424238436  nbPropagations=45281592  nbRevisions=544962974
1614.57	     nbUselessRevisions=424922786  nbAssignments=1204447  nbFailedAssignments=699128  nbBacktracks=504999
1614.57	     nbVisitedNodes=2215141  nbRestartNogoods=276
1614.57	       =>  wckTime=1612.986  cpuTime=1611.92  mem=35M597

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

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

/proc/loadavg: 1.05 1.01 1.17 3/65 21177
/proc/meminfo: memFree=1370072/2055920 swapFree=4192812/4192956
[pid=21176] ppid=21174 vsize=172 CPUtime=0
/proc/21176/stat : 21176 (java) R 21174 21176 19902 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 160402120 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7721259 0 0 4096 0 0 0 0 17 0 0 0
/proc/21176/statm: 43 24 18 14 0 3 0

[startup+0.10322 s]
/proc/loadavg: 1.05 1.01 1.17 3/65 21177
/proc/meminfo: memFree=1370072/2055920 swapFree=4192812/4192956
[pid=21176] ppid=21174 vsize=914988 CPUtime=0.09
/proc/21176/stat : 21176 (java) R 21174 21176 19902 0 -1 0 3048 0 1 0 7 2 0 0 22 0 8 0 160402120 936947712 2794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21176/statm: 228747 2795 1446 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.511261 s]
/proc/loadavg: 1.05 1.01 1.17 3/65 21177
/proc/meminfo: memFree=1370072/2055920 swapFree=4192812/4192956
[pid=21176] ppid=21174 vsize=915328 CPUtime=0.48
/proc/21176/stat : 21176 (java) R 21174 21176 19902 0 -1 0 7983 0 1 0 44 4 0 0 17 0 8 0 160402120 937295872 7722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073564348 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21176/statm: 228832 7722 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33333 s]
/proc/loadavg: 1.04 1.01 1.17 2/72 21184
/proc/meminfo: memFree=1302944/2055920 swapFree=4192812/4192956
[pid=21176] ppid=21174 vsize=915420 CPUtime=1.3
/proc/21176/stat : 21176 (java) S 21174 21176 19902 0 -1 0 19142 0 1 0 120 10 0 0 16 0 8 0 160402120 937390080 18880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21176/statm: 228855 18880 2169 14 0 215325 0
[pid=21176/tid=21178] ppid=21174 vsize=915420 CPUtime=0.07
/proc/21176/task/21178/stat : 21178 (java) R 21174 21176 19902 0 -1 64 2652 0 0 0 6 1 0 0 17 0 8 0 160402124 937390080 18880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155772384 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21179] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21179/stat : 21179 (java) S 21174 21176 19902 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160402125 937390080 18880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21180] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21180/stat : 21180 (java) S 21174 21176 19902 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 160402125 937390080 18880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21181] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21181/stat : 21181 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 160402128 937390080 18880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21182] ppid=21174 vsize=915420 CPUtime=0.09
/proc/21176/task/21182/stat : 21182 (java) S 21174 21176 19902 0 -1 64 323 0 0 0 9 0 0 0 15 0 8 0 160402128 937390080 18880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21183] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21183/stat : 21183 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160402128 937390080 18880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21184] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21184/stat : 21184 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160402128 937390080 18880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915420

[startup+2.98546 s]
/proc/loadavg: 1.04 1.01 1.17 2/72 21184
/proc/meminfo: memFree=1286624/2055920 swapFree=4192812/4192956
[pid=21176] ppid=21174 vsize=915420 CPUtime=2.95
/proc/21176/stat : 21176 (java) R 21174 21176 19902 0 -1 0 23567 0 1 0 282 13 0 0 17 0 8 0 160402120 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073783735 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21176/statm: 228855 23303 2531 14 0 215325 0
[pid=21176/tid=21178] ppid=21174 vsize=915420 CPUtime=0.15
/proc/21176/task/21178/stat : 21178 (java) S 21174 21176 19902 0 -1 64 6583 0 0 0 13 2 0 0 17 0 8 0 160402124 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21179] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21179/stat : 21179 (java) S 21174 21176 19902 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160402125 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21180] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21180/stat : 21180 (java) S 21174 21176 19902 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160402125 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21181] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21181/stat : 21181 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 160402128 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21182] ppid=21174 vsize=915420 CPUtime=0.18
/proc/21176/task/21182/stat : 21182 (java) S 21174 21176 19902 0 -1 64 373 0 0 0 17 1 0 0 15 0 8 0 160402128 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21183] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21183/stat : 21183 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160402128 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21184] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21184/stat : 21184 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160402128 937390080 23303 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915420

[startup+6.27272 s]
/proc/loadavg: 1.04 1.01 1.17 2/72 21184
/proc/meminfo: memFree=1286432/2055920 swapFree=4192812/4192956
[pid=21176] ppid=21174 vsize=915420 CPUtime=6.23
/proc/21176/stat : 21176 (java) R 21174 21176 19902 0 -1 0 23585 0 1 0 610 13 0 0 19 0 8 0 160402120 937390080 23317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756184 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21176/statm: 228855 23317 2531 14 0 215325 0
[pid=21176/tid=21178] ppid=21174 vsize=915420 CPUtime=0.15
/proc/21176/task/21178/stat : 21178 (java) S 21174 21176 19902 0 -1 64 6583 0 0 0 13 2 0 0 17 0 8 0 160402124 937390080 23317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21179] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21179/stat : 21179 (java) S 21174 21176 19902 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160402125 937390080 23317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21180] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21180/stat : 21180 (java) S 21174 21176 19902 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160402125 937390080 23317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21181] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21181/stat : 21181 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 160402128 937390080 23317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21182] ppid=21174 vsize=915420 CPUtime=0.21
/proc/21176/task/21182/stat : 21182 (java) S 21174 21176 19902 0 -1 64 389 0 0 0 20 1 0 0 15 0 8 0 160402128 937390080 23317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21183] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21183/stat : 21183 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160402128 937390080 23317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21184] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21184/stat : 21184 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160402128 937390080 23317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915420

[startup+12.7562 s]
/proc/loadavg: 1.03 1.01 1.16 2/72 21184
/proc/meminfo: memFree=1286440/2055920 swapFree=4192812/4192956
[pid=21176] ppid=21174 vsize=915420 CPUtime=12.71
/proc/21176/stat : 21176 (java) R 21174 21176 19902 0 -1 0 23589 0 1 0 1258 13 0 0 25 0 8 0 160402120 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073767154 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21176/statm: 228855 23320 2531 14 0 215325 0
[pid=21176/tid=21178] ppid=21174 vsize=915420 CPUtime=0.15
/proc/21176/task/21178/stat : 21178 (java) S 21174 21176 19902 0 -1 64 6583 0 0 0 13 2 0 0 16 0 8 0 160402124 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21179] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21179/stat : 21179 (java) S 21174 21176 19902 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160402125 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21180] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21180/stat : 21180 (java) S 21174 21176 19902 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160402125 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21181] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21181/stat : 21181 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 160402128 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21182] ppid=21174 vsize=915420 CPUtime=0.21
/proc/21176/task/21182/stat : 21182 (java) S 21174 21176 19902 0 -1 64 393 0 0 0 20 1 0 0 16 0 8 0 160402128 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21183] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21183/stat : 21183 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160402128 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21184] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21184/stat : 21184 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160402128 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915420

[startup+25.5833 s]
/proc/loadavg: 1.03 1.01 1.16 2/72 21184
/proc/meminfo: memFree=1286504/2055920 swapFree=4192812/4192956
[pid=21176] ppid=21174 vsize=915420 CPUtime=25.53
/proc/21176/stat : 21176 (java) R 21174 21176 19902 0 -1 0 23589 0 1 0 2540 13 0 0 25 0 8 0 160402120 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21176/statm: 228855 23320 2531 14 0 215325 0
[pid=21176/tid=21178] ppid=21174 vsize=915420 CPUtime=0.15
/proc/21176/task/21178/stat : 21178 (java) S 21174 21176 19902 0 -1 64 6583 0 0 0 13 2 0 0 16 0 8 0 160402124 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21179] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21179/stat : 21179 (java) S 21174 21176 19902 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160402125 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21180] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21180/stat : 21180 (java) S 21174 21176 19902 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160402125 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21181] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21181/stat : 21181 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 160402128 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21182] ppid=21174 vsize=915420 CPUtime=0.21
/proc/21176/task/21182/stat : 21182 (java) S 21174 21176 19902 0 -1 64 393 0 0 0 20 1 0 0 16 0 8 0 160402128 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21183] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21183/stat : 21183 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160402128 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21184] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21184/stat : 21184 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160402128 937390080 23320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 915420

[startup+51.2804 s]
/proc/loadavg: 1.02 1.01 1.16 2/72 21184
/proc/meminfo: memFree=1286568/2055920 swapFree=4192812/4192956
[pid=21176] ppid=21174 vsize=915420 CPUtime=51.22
/proc/21176/stat : 21176 (java) R 21174 21176 19902 0 -1 0 23591 0 1 0 5108 14 0 0 25 0 8 0 160402120 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756184 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21176/statm: 228855 23321 2531 14 0 215325 0
[pid=21176/tid=21178] ppid=21174 vsize=915420 CPUtime=0.15
/proc/21176/task/21178/stat : 21178 (java) S 21174 21176 19902 0 -1 64 6583 0 0 0 13 2 0 0 16 0 8 0 160402124 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21179] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21179/stat : 21179 (java) S 21174 21176 19902 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160402125 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21180] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21180/stat : 21180 (java) S 21174 21176 19902 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160402125 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21181] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21181/stat : 21181 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21182] ppid=21174 vsize=915420 CPUtime=0.21
/proc/21176/task/21182/stat : 21182 (java) S 21174 21176 19902 0 -1 64 394 0 0 0 20 1 0 0 16 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21183] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21183/stat : 21183 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21184] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21184/stat : 21184 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.22
Current children cumulated vsize (KiB) 915420

[startup+102.553 s]
/proc/loadavg: 1.01 1.00 1.15 2/72 21184
/proc/meminfo: memFree=1286632/2055920 swapFree=4192812/4192956
[pid=21176] ppid=21174 vsize=915420 CPUtime=102.47
/proc/21176/stat : 21176 (java) R 21174 21176 19902 0 -1 0 23591 0 1 0 10233 14 0 0 25 0 8 0 160402120 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800474 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21176/statm: 228855 23321 2531 14 0 215325 0
[pid=21176/tid=21178] ppid=21174 vsize=915420 CPUtime=0.15
/proc/21176/task/21178/stat : 21178 (java) S 21174 21176 19902 0 -1 64 6583 0 0 0 13 2 0 0 16 0 8 0 160402124 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21179] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21179/stat : 21179 (java) S 21174 21176 19902 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160402125 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21180] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21180/stat : 21180 (java) S 21174 21176 19902 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160402125 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21181] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21181/stat : 21181 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21182] ppid=21174 vsize=915420 CPUtime=0.21
/proc/21176/task/21182/stat : 21182 (java) S 21174 21176 19902 0 -1 64 394 0 0 0 20 1 0 0 16 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21183] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21183/stat : 21183 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21184] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21184/stat : 21184 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.47
Current children cumulated vsize (KiB) 915420

[startup+162.561 s]
/proc/loadavg: 1.00 1.00 1.13 2/72 21184
/proc/meminfo: memFree=1286568/2055920 swapFree=4192812/4192956
[pid=21176] ppid=21174 vsize=915420 CPUtime=162.44
/proc/21176/stat : 21176 (java) R 21174 21176 19902 0 -1 0 23591 0 1 0 16230 14 0 0 25 0 8 0 160402120 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1482.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 21382
/proc/meminfo: memFree=1286376/2055920 swapFree=4192812/4192956
[pid=21176] ppid=21174 vsize=915420 CPUtime=1481.95
/proc/21176/stat : 21176 (java) R 21174 21176 19902 0 -1 0 23591 0 1 0 148163 32 0 0 25 0 8 0 160402120 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073773727 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21176/statm: 228855 23321 2531 14 0 215325 0
[pid=21176/tid=21178] ppid=21174 vsize=915420 CPUtime=0.15
/proc/21176/task/21178/stat : 21178 (java) S 21174 21176 19902 0 -1 64 6583 0 0 0 13 2 0 0 16 0 8 0 160402124 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21179] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21179/stat : 21179 (java) S 21174 21176 19902 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160402125 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21180] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21180/stat : 21180 (java) S 21174 21176 19902 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160402125 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21181] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21181/stat : 21181 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21182] ppid=21174 vsize=915420 CPUtime=0.21
/proc/21176/task/21182/stat : 21182 (java) S 21174 21176 19902 0 -1 64 394 0 0 0 20 1 0 0 16 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21183] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21183/stat : 21183 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21184] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21184/stat : 21184 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 915420

[startup+1542.88 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 21382
/proc/meminfo: memFree=1286312/2055920 swapFree=4192812/4192956
[pid=21176] ppid=21174 vsize=915420 CPUtime=1541.94
/proc/21176/stat : 21176 (java) R 21174 21176 19902 0 -1 0 23591 0 1 0 154161 33 0 0 25 0 8 0 160402120 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073780406 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21176/statm: 228855 23321 2531 14 0 215325 0
[pid=21176/tid=21178] ppid=21174 vsize=915420 CPUtime=0.15
/proc/21176/task/21178/stat : 21178 (java) S 21174 21176 19902 0 -1 64 6583 0 0 0 13 2 0 0 16 0 8 0 160402124 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21179] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21179/stat : 21179 (java) S 21174 21176 19902 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160402125 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21180] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21180/stat : 21180 (java) S 21174 21176 19902 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160402125 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21181] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21181/stat : 21181 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21182] ppid=21174 vsize=915420 CPUtime=0.21
/proc/21176/task/21182/stat : 21182 (java) S 21174 21176 19902 0 -1 64 394 0 0 0 20 1 0 0 16 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21183] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21183/stat : 21183 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21184] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21184/stat : 21184 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 915420

[startup+1602.89 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 21382
/proc/meminfo: memFree=1286376/2055920 swapFree=4192812/4192956
[pid=21176] ppid=21174 vsize=915420 CPUtime=1601.91
/proc/21176/stat : 21176 (java) R 21174 21176 19902 0 -1 0 23591 0 1 0 160158 33 0 0 25 0 8 0 160402120 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073787926 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21176/statm: 228855 23321 2531 14 0 215325 0
[pid=21176/tid=21178] ppid=21174 vsize=915420 CPUtime=0.15
/proc/21176/task/21178/stat : 21178 (java) S 21174 21176 19902 0 -1 64 6583 0 0 0 13 2 0 0 16 0 8 0 160402124 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21179] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21179/stat : 21179 (java) S 21174 21176 19902 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160402125 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21180] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21180/stat : 21180 (java) S 21174 21176 19902 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160402125 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21181] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21181/stat : 21181 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21182] ppid=21174 vsize=915420 CPUtime=0.21
/proc/21176/task/21182/stat : 21182 (java) S 21174 21176 19902 0 -1 64 394 0 0 0 20 1 0 0 16 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21183] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21183/stat : 21183 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21184] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21184/stat : 21184 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 915420

[startup+1662.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 21382
/proc/meminfo: memFree=1286376/2055920 swapFree=4192812/4192956
[pid=21176] ppid=21174 vsize=915420 CPUtime=1661.89
/proc/21176/stat : 21176 (java) R 21174 21176 19902 0 -1 0 23591 0 1 0 166156 33 0 0 25 0 8 0 160402120 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21176/statm: 228855 23321 2531 14 0 215325 0
[pid=21176/tid=21178] ppid=21174 vsize=915420 CPUtime=0.15
/proc/21176/task/21178/stat : 21178 (java) S 21174 21176 19902 0 -1 64 6583 0 0 0 13 2 0 0 16 0 8 0 160402124 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21179] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21179/stat : 21179 (java) S 21174 21176 19902 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160402125 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21180] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21180/stat : 21180 (java) S 21174 21176 19902 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160402125 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21181] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21181/stat : 21181 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21182] ppid=21174 vsize=915420 CPUtime=0.21
/proc/21176/task/21182/stat : 21182 (java) S 21174 21176 19902 0 -1 64 394 0 0 0 20 1 0 0 16 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21183] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21183/stat : 21183 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21184] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21184/stat : 21184 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 915420

[startup+1722.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 21382
/proc/meminfo: memFree=1286312/2055920 swapFree=4192812/4192956
[pid=21176] ppid=21174 vsize=915420 CPUtime=1721.86
/proc/21176/stat : 21176 (java) R 21174 21176 19902 0 -1 0 23591 0 1 0 172153 33 0 0 25 0 8 0 160402120 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073763040 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21176/statm: 228855 23321 2531 14 0 215325 0
[pid=21176/tid=21178] ppid=21174 vsize=915420 CPUtime=0.15
/proc/21176/task/21178/stat : 21178 (java) S 21174 21176 19902 0 -1 64 6583 0 0 0 13 2 0 0 16 0 8 0 160402124 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21179] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21179/stat : 21179 (java) S 21174 21176 19902 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160402125 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21180] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21180/stat : 21180 (java) S 21174 21176 19902 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160402125 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21181] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21181/stat : 21181 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21182] ppid=21174 vsize=915420 CPUtime=0.21
/proc/21176/task/21182/stat : 21182 (java) S 21174 21176 19902 0 -1 64 394 0 0 0 20 1 0 0 16 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21183] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21183/stat : 21183 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21184] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21184/stat : 21184 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 915420

[startup+1782.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 21382
/proc/meminfo: memFree=1286312/2055920 swapFree=4192812/4192956
[pid=21176] ppid=21174 vsize=915420 CPUtime=1781.84
/proc/21176/stat : 21176 (java) R 21174 21176 19902 0 -1 0 23591 0 1 0 178151 33 0 0 25 0 8 0 160402120 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21176/statm: 228855 23321 2531 14 0 215325 0
[pid=21176/tid=21178] ppid=21174 vsize=915420 CPUtime=0.15
/proc/21176/task/21178/stat : 21178 (java) S 21174 21176 19902 0 -1 64 6583 0 0 0 13 2 0 0 16 0 8 0 160402124 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21179] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21179/stat : 21179 (java) S 21174 21176 19902 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160402125 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21180] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21180/stat : 21180 (java) S 21174 21176 19902 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160402125 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21181] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21181/stat : 21181 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21182] ppid=21174 vsize=915420 CPUtime=0.21
/proc/21176/task/21182/stat : 21182 (java) S 21174 21176 19902 0 -1 64 394 0 0 0 20 1 0 0 16 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21183] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21183/stat : 21183 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21184] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21184/stat : 21184 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 915420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 21382
/proc/meminfo: memFree=1286248/2055920 swapFree=4192812/4192956
[pid=21176] ppid=21174 vsize=915420 CPUtime=1800.02
/proc/21176/stat : 21176 (java) R 21174 21176 19902 0 -1 0 23591 0 1 0 179969 33 0 0 25 0 8 0 160402120 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628028 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21176/statm: 228855 23321 2531 14 0 215325 0
[pid=21176/tid=21178] ppid=21174 vsize=915420 CPUtime=0.15
/proc/21176/task/21178/stat : 21178 (java) S 21174 21176 19902 0 -1 64 6583 0 0 0 13 2 0 0 16 0 8 0 160402124 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21179] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21179/stat : 21179 (java) S 21174 21176 19902 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 160402125 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21180] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21180/stat : 21180 (java) S 21174 21176 19902 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 160402125 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21181] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21181/stat : 21181 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21182] ppid=21174 vsize=915420 CPUtime=0.21
/proc/21176/task/21182/stat : 21182 (java) S 21174 21176 19902 0 -1 64 394 0 0 0 20 1 0 0 16 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21183] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21183/stat : 21183 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21176/tid=21184] ppid=21174 vsize=915420 CPUtime=0
/proc/21176/task/21184/stat : 21184 (java) S 21174 21176 19902 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160402128 937390080 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 915420

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

Child status: 143
Real time (s): 1801.18
CPU time (s): 1800.1
CPU user time (s): 1799.75
CPU system time (s): 0.349946
CPU usage (%): 99.9399
Max. virtual memory (cumulated for all children) (KiB): 915420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.75
system time used= 0.349946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23608
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= 37298
involuntary context switches= 42893

runsolver used 1.64775 s user time and 4.77927 s system time

The end

Launcher Data (download as text)

Begin job on node34 on Sat Jan  6 21:48:04 UTC 2007


IDJOB= 196169
IDBENCH= 3331
FILE ID= node34/196169-1168120084

PBS_JOBID= 3477378

Free space on /tmp= 66532 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0c3db291ff823563de48bfaee14bd7d0

RANDOM SEED= 300429038

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:       1370488 kB
Buffers:         44576 kB
Cached:         548248 kB
SwapCached:          0 kB
Active:         133392 kB
Inactive:       475464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1370488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4664 kB
Writeback:           0 kB
Mapped:          26216 kB
Slab:            62636 kB
Committed_AS:  2530372 kB
PageTables:       1400 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= 66532 MiB



End job on node34 on Sat Jan  6 22:18:05 UTC 2007