Trace number 206566

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.11 1814.88

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-38_ext.xml
MD5SUM9f119c73378eb18afa57aed4e777b3ca
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 variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/206566-1168174905/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.43	       =>  wckTime=0.104  cpuTime=0.08  mem=6M951
0.43	   
0.43	   relations being loaded...
1.59	   
1.59	   constraints being loaded...
2.38	     nbConstraints=92  nbRelationTypes=93  nbMergedConstraints=1  nbExtensionStructures=92
2.38	     nbSharedExtensionStructures=0  nbConflictsStructures=92  nbSharedConflictsStructures=0
2.38	     nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
2.38	       =>  wckTime=2.057  cpuTime=1.63  mem=58M26
2.55	   
2.55	   solver IterativeSystematicSolver being built... 
2.73	       =>  wckTime=2.402  cpuTime=1.77  mem=65M619
2.87	   
2.87	   preprocessing
2.87	     nbConstraintChecks=45620  nbValidityChecks=73726  nbPropagations=233  nbRevisions=2482  nbUselessRevisions=2230
2.87	     nbSingletonTests=37  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
2.87	       =>  wckTime=0.14  cpuTime=0.11  mem=65M619
2.99	   
2.99	   search
2.99	     run=0  nbConstraintChecks=45453  nbValidityChecks=92977  nbPropagations=703  nbRevisions=7779
2.99	     nbUselessRevisions=6318  nbAssignments=38  nbFailedAssignments=19  nbBacktracks=10  nbVisitedNodes=66
2.99	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
2.99	       =>  wckTime=0.255  cpuTime=0.21  mem=66M627
3.10	   
3.10	   search
3.10	     run=1  nbConstraintChecks=97864  nbValidityChecks=192146  nbPropagations=1899  nbRevisions=21209
3.10	     nbUselessRevisions=17030  nbAssignments=78  nbFailedAssignments=35  nbBacktracks=26  nbVisitedNodes=131
3.10	     nbRestartNogoods=4  mapSize=22  nbInferences=0  nbTooLargeKeys=0
3.10	       =>  wckTime=0.364  cpuTime=0.31  mem=66M627
3.22	   
3.22	   search
3.22	     run=2  nbConstraintChecks=155136  nbValidityChecks=319568  nbPropagations=3819  nbRevisions=42841
3.22	     nbUselessRevisions=34085  nbAssignments=135  nbFailedAssignments=61  nbBacktracks=48  nbVisitedNodes=226
3.22	     nbRestartNogoods=9  mapSize=40  nbInferences=0  nbTooLargeKeys=0
3.22	       =>  wckTime=0.488  cpuTime=0.42  mem=66M627
3.40	   
3.40	   search
3.40	     run=3  nbConstraintChecks=249048  nbValidityChecks=503754  nbPropagations=6841  nbRevisions=78591
3.40	     nbUselessRevisions=62515  nbAssignments=226  nbFailedAssignments=110  nbBacktracks=82  nbVisitedNodes=389
3.40	     nbRestartNogoods=11  mapSize=67  nbInferences=0  nbTooLargeKeys=0
3.40	       =>  wckTime=0.666  cpuTime=0.59  mem=66M627
3.65	   
3.65	   search
3.65	     run=4  nbConstraintChecks=389998  nbValidityChecks=773333  nbPropagations=11246  nbRevisions=132685
3.65	     nbUselessRevisions=105943  nbAssignments=326  nbFailedAssignments=152  nbBacktracks=132  nbVisitedNodes=561
3.65	     nbRestartNogoods=18  mapSize=104  nbInferences=0  nbTooLargeKeys=0
3.65	       =>  wckTime=0.92  cpuTime=0.84  mem=66M627
4.08	   
4.08	   search
4.08	     run=5  nbConstraintChecks=620926  nbValidityChecks=1261155  nbPropagations=18073  nbRevisions=216022
4.08	     nbUselessRevisions=171996  nbAssignments=505  nbFailedAssignments=246  nbBacktracks=207  nbVisitedNodes=889
4.08	     nbRestartNogoods=32  mapSize=175  nbInferences=0  nbTooLargeKeys=0
4.08	       =>  wckTime=1.349  cpuTime=1.26  mem=66M627
4.66	   
4.66	   search
4.66	     run=6  nbConstraintChecks=944756  nbValidityChecks=1924892  nbPropagations=28779  nbRevisions=346312
4.66	     nbUselessRevisions=275400  nbAssignments=775  nbFailedAssignments=395  nbBacktracks=321  nbVisitedNodes=1384
4.66	     nbRestartNogoods=37  mapSize=279  nbInferences=0  nbTooLargeKeys=0
4.66	       =>  wckTime=1.932  cpuTime=1.84  mem=66M627
5.43	   
5.43	   search
5.43	     run=7  nbConstraintChecks=1357474  nbValidityChecks=2736620  nbPropagations=44017  nbRevisions=531732
5.43	     nbUselessRevisions=422068  nbAssignments=1103  nbFailedAssignments=540  nbBacktracks=491  nbVisitedNodes=1952
5.43	     nbRestartNogoods=44  mapSize=418  nbInferences=0  nbTooLargeKeys=0
5.43	       =>  wckTime=2.695  cpuTime=2.58  mem=66M627
7.26	   
7.26	   search
7.26	     run=8  nbConstraintChecks=2380231  nbValidityChecks=4784101  nbPropagations=69357  nbRevisions=843795
7.26	     nbUselessRevisions=667251  nbAssignments=1881  nbFailedAssignments=1038  nbBacktracks=750  nbVisitedNodes=3387
7.26	     nbRestartNogoods=53  mapSize=652  nbInferences=0  nbTooLargeKeys=0
7.26	       =>  wckTime=4.533  cpuTime=4.38  mem=66M627
9.90	   
9.90	   search
9.90	     run=9  nbConstraintChecks=3877204  nbValidityChecks=7813087  nbPropagations=108471  nbRevisions=1340058
9.90	     nbUselessRevisions=1061937  nbAssignments=2867  nbFailedAssignments=1634  nbBacktracks=1134  nbVisitedNodes=5262
9.90	     nbRestartNogoods=57  mapSize=1015  nbInferences=0  nbTooLargeKeys=0
9.90	       =>  wckTime=7.168  cpuTime=6.97  mem=66M627
10.01	   
10.01	   INFO : Stopping hyperNogood (mapSize=1027, nbTooLargekeys=0, mem=66M627)
13.78	   
13.78	   search
13.78	     run=10  nbConstraintChecks=6095493  nbValidityChecks=12212365  nbPropagations=169661  nbRevisions=2112268
13.78	     nbUselessRevisions=1671417  nbAssignments=4470  nbFailedAssignments=2654  nbBacktracks=1710  nbVisitedNodes=8281
13.78	     nbRestartNogoods=62
13.78	       =>  wckTime=11.047  cpuTime=10.8  mem=66M627
20.00	   
20.00	   search
20.00	     run=11  nbConstraintChecks=9755033  nbValidityChecks=19576826  nbPropagations=262632  nbRevisions=3326148
20.00	     nbUselessRevisions=2639767  nbAssignments=6793  nbFailedAssignments=4104  nbBacktracks=2574  nbVisitedNodes=12720
20.00	     nbRestartNogoods=71
20.00	       =>  wckTime=17.273  cpuTime=16.95  mem=66M627
28.05	   
28.05	   search
28.05	     run=12  nbConstraintChecks=14394095  nbValidityChecks=28857231  nbPropagations=404036  nbRevisions=5133380
28.05	     nbUselessRevisions=4075869  nbAssignments=10402  nbFailedAssignments=6407  nbBacktracks=3871  nbVisitedNodes=19538
28.05	     nbRestartNogoods=84
28.05	       =>  wckTime=25.316  cpuTime=24.9  mem=66M627
42.84	   
42.84	   search
42.84	     run=13  nbConstraintChecks=22980340  nbValidityChecks=46061288  nbPropagations=621113  nbRevisions=7997333
42.84	     nbUselessRevisions=6364902  nbAssignments=15814  nbFailedAssignments=9858  nbBacktracks=5817  nbVisitedNodes=29890
42.84	     nbRestartNogoods=104
42.84	       =>  wckTime=40.111  cpuTime=39.52  mem=66M627
61.47	   
61.47	   search
61.47	     run=14  nbConstraintChecks=33653750  nbValidityChecks=67737273  nbPropagations=949070  nbRevisions=12206433
61.47	     nbUselessRevisions=9714680  nbAssignments=24604  nbFailedAssignments=15707  nbBacktracks=8737  nbVisitedNodes=46516
61.47	     nbRestartNogoods=121
61.47	       =>  wckTime=58.737  cpuTime=57.92  mem=66M627
92.60	   
92.60	   search
92.60	     run=15  nbConstraintChecks=51697585  nbValidityChecks=104303678  nbPropagations=1443456  nbRevisions=18691846
92.60	     nbUselessRevisions=14900555  nbAssignments=36377  nbFailedAssignments=23092  nbBacktracks=13115
92.60	     nbVisitedNodes=69023  nbRestartNogoods=135
92.60	       =>  wckTime=89.872  cpuTime=88.76  mem=66M627
135.51	   
135.51	   search
135.51	     run=16  nbConstraintChecks=77151958  nbValidityChecks=153409236  nbPropagations=2163043  nbRevisions=27984494
135.51	     nbUselessRevisions=22296912  nbAssignments=51495  nbFailedAssignments=31622  nbBacktracks=19683
135.51	     nbVisitedNodes=97229  nbRestartNogoods=146
135.51	       =>  wckTime=132.775  cpuTime=131.25  mem=66M627
182.95	   
182.95	   search
182.95	     run=17  nbConstraintChecks=104302855  nbValidityChecks=211433399  nbPropagations=3224261  nbRevisions=41382575
182.95	     nbUselessRevisions=32894811  nbAssignments=74364  nbFailedAssignments=44631  nbBacktracks=29535
182.95	     nbVisitedNodes=139555  nbRestartNogoods=159
182.95	       =>  wckTime=180.221  cpuTime=178.26  mem=66M627
274.57	   
274.57	   search
274.57	     run=18  nbConstraintChecks=158499241  nbValidityChecks=322612013  nbPropagations=4840736  nbRevisions=62206849
274.57	     nbUselessRevisions=49438405  nbAssignments=115148  nbFailedAssignments=70611  nbBacktracks=44314
274.57	     nbVisitedNodes=217276  nbRestartNogoods=177
274.57	       =>  wckTime=271.84  cpuTime=268.99  mem=66M627
374.35	   
374.35	   search
374.35	     run=19  nbConstraintChecks=215414447  nbValidityChecks=444796342  nbPropagations=7194365  nbRevisions=91663630
374.35	     nbUselessRevisions=72687381  nbAssignments=164498  nbFailedAssignments=97785  nbBacktracks=66484
374.35	     nbVisitedNodes=308222  nbRestartNogoods=193
374.35	       =>  wckTime=371.617  cpuTime=367.49  mem=66M627
584.85	   
584.85	   search
584.85	     run=20  nbConstraintChecks=340271496  nbValidityChecks=699445838  nbPropagations=10869891  nbRevisions=138549927
584.85	     nbUselessRevisions=109860754  nbAssignments=263013  nbFailedAssignments=163039  nbBacktracks=99737
584.85	     nbVisitedNodes=496474  nbRestartNogoods=206
584.85	       =>  wckTime=582.115  cpuTime=575.35  mem=66M627
794.23	   
794.23	   search
794.23	     run=21  nbConstraintChecks=464000208  nbValidityChecks=964679936  nbPropagations=16151042  nbRevisions=204177798
794.23	     nbUselessRevisions=161577406  nbAssignments=372129  nbFailedAssignments=222269  nbBacktracks=149615
794.23	     nbVisitedNodes=697504  nbRestartNogoods=221
794.23	       =>  wckTime=791.498  cpuTime=783.04  mem=66M627
1234.67	   
1234.67	   search
1234.67	     run=22  nbConstraintChecks=729371725  nbValidityChecks=1503101945  nbPropagations=24233411  nbRevisions=307107385
1234.67	     nbUselessRevisions=243184838  nbAssignments=582579  nbFailedAssignments=357876  nbBacktracks=224433
1234.67	     nbVisitedNodes=1097144  nbRestartNogoods=241
1234.67	       =>  wckTime=1231.934  cpuTime=1219.31  mem=66M627
1722.25	   
1722.25	   search
1722.25	     run=23  nbConstraintChecks=1028180806  nbValidityChecks=2141515063  nbPropagations=36001874  nbRevisions=453293294
1722.25	     nbUselessRevisions=358340122  nbAssignments=833824  nbFailedAssignments=496867  nbBacktracks=336664
1722.25	     nbVisitedNodes=1560217  nbRestartNogoods=269
1722.25	       =>  wckTime=1719.516  cpuTime=1704.69  mem=66M627

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/node22/watcher-206566-1168174905 -o ROOT/results/node22/solver-206566-1168174905 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/206566-1168174905/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.93 2.02 1.99 4/104 5678
/proc/meminfo: memFree=1064584/2055920 swapFree=4157532/4192956
[pid=5677] ppid=5675 vsize=906644 CPUtime=0.02
/proc/5677/stat : 5677 (java) S 5675 5677 4531 0 -1 0 2069 0 1 0 2 0 0 0 18 0 2 0 165884920 928403456 1818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/5677/statm: 226661 1818 1036 14 0 214244 0
[pid=5677/tid=5679] ppid=5675 vsize=906644 CPUtime=0
/proc/5677/task/5679/stat : 5679 (java) R 5675 5677 4531 0 -1 64 4 0 0 0 0 0 0 0 19 0 2 0 165884924 928403456 1818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.102843 s]
/proc/loadavg: 1.93 2.02 1.99 4/104 5678
/proc/meminfo: memFree=1064584/2055920 swapFree=4157532/4192956
[pid=5677] ppid=5675 vsize=914988 CPUtime=0.08
/proc/5677/stat : 5677 (java) R 5675 5677 4531 0 -1 0 2951 0 1 0 7 1 0 0 18 0 8 0 165884920 936947712 2697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942399 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5677/statm: 228747 2697 1412 14 0 215242 0
[pid=5677/tid=5679] ppid=5675 vsize=914988 CPUtime=0
/proc/5677/task/5679/stat : 5679 (java) S 5675 5677 4531 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 165884924 936947712 2697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510906 s]
/proc/loadavg: 1.93 2.02 1.99 4/104 5678
/proc/meminfo: memFree=1064584/2055920 swapFree=4157532/4192956
[pid=5677] ppid=5675 vsize=915328 CPUtime=0.49
/proc/5677/stat : 5677 (java) R 5675 5677 4531 0 -1 0 7233 0 1 0 44 5 0 0 18 0 8 0 165884920 937295872 6972 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073561099 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5677/statm: 228832 6972 2137 14 0 215302 0
[pid=5677/tid=5679] ppid=5675 vsize=915328 CPUtime=0
/proc/5677/task/5679/stat : 5679 (java) S 5675 5677 4531 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 165884924 937295872 6972 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34003 s]
/proc/loadavg: 1.93 2.02 1.99 3/111 5685
/proc/meminfo: memFree=997392/2055920 swapFree=4157532/4192956
[pid=5677] ppid=5675 vsize=915328 CPUtime=1.31
/proc/5677/stat : 5677 (java) R 5675 5677 4531 0 -1 0 19098 0 1 0 120 11 0 0 25 0 8 0 165884920 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5677/statm: 228832 18836 2149 14 0 215302 0
[pid=5677/tid=5679] ppid=5675 vsize=915328 CPUtime=0.05
/proc/5677/task/5679/stat : 5679 (java) S 5675 5677 4531 0 -1 64 2682 0 0 0 5 0 0 0 17 0 8 0 165884924 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5680] ppid=5675 vsize=915328 CPUtime=0
/proc/5677/task/5680/stat : 5680 (java) S 5675 5677 4531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165884925 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5681] ppid=5675 vsize=915328 CPUtime=0
/proc/5677/task/5681/stat : 5681 (java) S 5675 5677 4531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165884925 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5682] ppid=5675 vsize=915328 CPUtime=0
/proc/5677/task/5682/stat : 5682 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165884928 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5683] ppid=5675 vsize=915328 CPUtime=0.08
/proc/5677/task/5683/stat : 5683 (java) S 5675 5677 4531 0 -1 64 307 0 0 0 8 0 0 0 16 0 8 0 165884928 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5684] ppid=5675 vsize=915328 CPUtime=0
/proc/5677/task/5684/stat : 5684 (java) S 5675 5677 4531 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165884928 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5685] ppid=5675 vsize=915328 CPUtime=0
/proc/5677/task/5685/stat : 5685 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165884928 937295872 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915328

[startup+2.98229 s]
/proc/loadavg: 1.93 2.02 1.99 4/111 5687
/proc/meminfo: memFree=958160/2055920 swapFree=4157532/4192956
[pid=5677] ppid=5675 vsize=915440 CPUtime=2.93
/proc/5677/stat : 5677 (java) R 5675 5677 4531 0 -1 0 32570 0 1 0 274 19 0 0 25 0 8 0 165884920 937410560 32305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073798312 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5677/statm: 228860 32305 2531 14 0 215330 0
[pid=5677/tid=5679] ppid=5675 vsize=915440 CPUtime=0.46
/proc/5677/task/5679/stat : 5679 (java) S 5675 5677 4531 0 -1 64 15583 0 0 0 40 6 0 0 17 0 8 0 165884924 937410560 32305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5680] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5680/stat : 5680 (java) S 5675 5677 4531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5681] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5681/stat : 5681 (java) S 5675 5677 4531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5682] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5682/stat : 5682 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165884928 937410560 32305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5683] ppid=5675 vsize=915440 CPUtime=0.21
/proc/5677/task/5683/stat : 5683 (java) S 5675 5677 4531 0 -1 64 371 0 0 0 20 1 0 0 15 0 8 0 165884928 937410560 32305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5684] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5684/stat : 5684 (java) S 5675 5677 4531 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165884928 937410560 32305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5685] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5685/stat : 5685 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165884928 937410560 32305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915440

[startup+6.28079 s]
/proc/loadavg: 1.94 2.02 1.99 3/111 5689
/proc/meminfo: memFree=944848/2055920 swapFree=4157532/4192956
[pid=5677] ppid=5675 vsize=915440 CPUtime=6.19
/proc/5677/stat : 5677 (java) R 5675 5677 4531 0 -1 0 32587 0 1 0 600 19 0 0 25 0 8 0 165884920 937410560 32320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797331 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5677/statm: 228860 32320 2531 14 0 215330 0
[pid=5677/tid=5679] ppid=5675 vsize=915440 CPUtime=0.46
/proc/5677/task/5679/stat : 5679 (java) S 5675 5677 4531 0 -1 64 15583 0 0 0 40 6 0 0 17 0 8 0 165884924 937410560 32320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5680] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5680/stat : 5680 (java) S 5675 5677 4531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5681] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5681/stat : 5681 (java) S 5675 5677 4531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5682] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5682/stat : 5682 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165884928 937410560 32320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5683] ppid=5675 vsize=915440 CPUtime=0.26
/proc/5677/task/5683/stat : 5683 (java) S 5675 5677 4531 0 -1 64 386 0 0 0 25 1 0 0 15 0 8 0 165884928 937410560 32320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5684] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5684/stat : 5684 (java) S 5675 5677 4531 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165884928 937410560 32320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5685] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5685/stat : 5685 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165884928 937410560 32320 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915440

[startup+12.7698 s]
/proc/loadavg: 1.94 2.02 1.99 3/111 5693
/proc/meminfo: memFree=944784/2055920 swapFree=4157532/4192956
[pid=5677] ppid=5675 vsize=915440 CPUtime=12.59
/proc/5677/stat : 5677 (java) R 5675 5677 4531 0 -1 0 32603 0 1 0 1240 19 0 0 25 0 8 0 165884920 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797290 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5677/statm: 228860 32333 2531 14 0 215330 0
[pid=5677/tid=5679] ppid=5675 vsize=915440 CPUtime=0.46
/proc/5677/task/5679/stat : 5679 (java) S 5675 5677 4531 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 165884924 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5680] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5680/stat : 5680 (java) S 5675 5677 4531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5681] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5681/stat : 5681 (java) S 5675 5677 4531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5682] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5682/stat : 5682 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165884928 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5683] ppid=5675 vsize=915440 CPUtime=0.29
/proc/5677/task/5683/stat : 5683 (java) S 5675 5677 4531 0 -1 64 401 0 0 0 28 1 0 0 16 0 8 0 165884928 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5684] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5684/stat : 5684 (java) S 5675 5677 4531 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165884928 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5685] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5685/stat : 5685 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165884928 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 915440

[startup+25.6398 s]
/proc/loadavg: 1.95 2.02 1.99 3/111 5703
/proc/meminfo: memFree=945112/2055920 swapFree=4157532/4192956
[pid=5677] ppid=5675 vsize=915440 CPUtime=25.32
/proc/5677/stat : 5677 (java) R 5675 5677 4531 0 -1 0 32603 0 1 0 2513 19 0 0 25 0 8 0 165884920 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5677/statm: 228860 32333 2531 14 0 215330 0
[pid=5677/tid=5679] ppid=5675 vsize=915440 CPUtime=0.46
/proc/5677/task/5679/stat : 5679 (java) S 5675 5677 4531 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 165884924 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5680] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5680/stat : 5680 (java) S 5675 5677 4531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5681] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5681/stat : 5681 (java) S 5675 5677 4531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5682] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5682/stat : 5682 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165884928 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5683] ppid=5675 vsize=915440 CPUtime=0.29
/proc/5677/task/5683/stat : 5683 (java) S 5675 5677 4531 0 -1 64 401 0 0 0 28 1 0 0 16 0 8 0 165884928 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5684] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5684/stat : 5684 (java) S 5675 5677 4531 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165884928 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5685] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5685/stat : 5685 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165884928 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 915440

[startup+51.2947 s]
/proc/loadavg: 1.97 2.02 1.99 3/105 5743
/proc/meminfo: memFree=916936/2055920 swapFree=4157532/4192956
[pid=5677] ppid=5675 vsize=915440 CPUtime=50.64
/proc/5677/stat : 5677 (java) R 5675 5677 4531 0 -1 0 32603 0 1 0 5045 19 0 0 25 0 8 0 165884920 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5677/statm: 228860 32333 2531 14 0 215330 0
[pid=5677/tid=5679] ppid=5675 vsize=915440 CPUtime=0.46
/proc/5677/task/5679/stat : 5679 (java) S 5675 5677 4531 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 165884924 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5680] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5680/stat : 5680 (java) S 5675 5677 4531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5681] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5681/stat : 5681 (java) S 5675 5677 4531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5682] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5682/stat : 5682 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165884928 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5683] ppid=5675 vsize=915440 CPUtime=0.29
/proc/5677/task/5683/stat : 5683 (java) S 5675 5677 4531 0 -1 64 401 0 0 0 28 1 0 0 16 0 8 0 165884928 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5684] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5684/stat : 5684 (java) S 5675 5677 4531 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165884928 937410560 32333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5685] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5685/stat : 5685 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165884928 937410560 32333 18446744073709551615 134512640 134570532 4294956480 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) 915440

[startup+102.583 s]
/proc/loadavg: 1.98 2.01 1.99 3/105 5743
/proc/meminfo: memFree=916944/2055920 swapFree=4157532/4192956
[pid=5677] ppid=5675 vsize=915440 CPUtime=101.43
/proc/5677/stat : 5677 (java) R 5675 5677 4531 0 -1 0 32605 0 1 0 10123 20 0 0 25 0 8 0 165884920 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073660020 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5677/statm: 228860 32334 2531 14 0 215330 0
[pid=5677/tid=5679] ppid=5675 vsize=915440 CPUtime=0.46
/proc/5677/task/5679/stat : 5679 (java) S 5675 5677 4531 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 165884924 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5680] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5680/stat : 5680 (java) S 5675 5677 4531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5681] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5681/stat : 5681 (java) S 5675 5677 4531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5682] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5682/stat : 5682 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165884928 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5683] ppid=5675 vsize=915440 CPUtime=0.29
/proc/5677/task/5683/stat : 5683 (java) S 5675 5677 4531 0 -1 64 402 0 0 0 28 1 0 0 16 0 8 0 165884928 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5684] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5684/stat : 5684 (java) S 5675 5677 4531 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165884928 937410560 32334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5685] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5685/stat : 5685 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165884928 937410560 32334 18446744073709551615 134512640 134570532 4294956480 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) 915440

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

Current children cumulated CPU time (s) 1408.99
Current children cumulated vsize (KiB) 915440

[startup+1483.67 s]
/proc/loadavg: 1.29 1.80 1.92 2/85 5762
/proc/meminfo: memFree=1305976/2055920 swapFree=4157532/4192956
[pid=5677] ppid=5675 vsize=915440 CPUtime=1469
/proc/5677/stat : 5677 (java) R 5675 5677 4531 0 -1 0 32606 0 1 0 146868 32 0 0 25 0 8 0 165884920 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630009 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5677/statm: 228860 32335 2531 14 0 215330 0
[pid=5677/tid=5679] ppid=5675 vsize=915440 CPUtime=0.46
/proc/5677/task/5679/stat : 5679 (java) S 5675 5677 4531 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 165884924 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5680] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5680/stat : 5680 (java) S 5675 5677 4531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5681] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5681/stat : 5681 (java) S 5675 5677 4531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5682] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5682/stat : 5682 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5683] ppid=5675 vsize=915440 CPUtime=0.29
/proc/5677/task/5683/stat : 5683 (java) S 5675 5677 4531 0 -1 64 403 0 0 0 28 1 0 0 16 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5684] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5684/stat : 5684 (java) S 5675 5677 4531 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5685] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5685/stat : 5685 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1469
Current children cumulated vsize (KiB) 915440

[startup+1543.7 s]
/proc/loadavg: 1.11 1.65 1.86 2/85 5762
/proc/meminfo: memFree=1305976/2055920 swapFree=4157532/4192956
[pid=5677] ppid=5675 vsize=915440 CPUtime=1529
/proc/5677/stat : 5677 (java) R 5675 5677 4531 0 -1 0 32606 0 1 0 152868 32 0 0 25 0 8 0 165884920 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629950 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5677/statm: 228860 32335 2531 14 0 215330 0
[pid=5677/tid=5679] ppid=5675 vsize=915440 CPUtime=0.46
/proc/5677/task/5679/stat : 5679 (java) S 5675 5677 4531 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 165884924 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5680] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5680/stat : 5680 (java) S 5675 5677 4531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5681] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5681/stat : 5681 (java) S 5675 5677 4531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5682] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5682/stat : 5682 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5683] ppid=5675 vsize=915440 CPUtime=0.29
/proc/5677/task/5683/stat : 5683 (java) S 5675 5677 4531 0 -1 64 403 0 0 0 28 1 0 0 16 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5684] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5684/stat : 5684 (java) S 5675 5677 4531 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5685] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5685/stat : 5685 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529
Current children cumulated vsize (KiB) 915440

[startup+1603.72 s]
/proc/loadavg: 1.04 1.53 1.81 2/85 5762
/proc/meminfo: memFree=1306040/2055920 swapFree=4157532/4192956
[pid=5677] ppid=5675 vsize=915440 CPUtime=1589.01
/proc/5677/stat : 5677 (java) R 5675 5677 4531 0 -1 0 32606 0 1 0 158869 32 0 0 25 0 8 0 165884920 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5677/statm: 228860 32335 2531 14 0 215330 0
[pid=5677/tid=5679] ppid=5675 vsize=915440 CPUtime=0.46
/proc/5677/task/5679/stat : 5679 (java) S 5675 5677 4531 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 165884924 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5680] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5680/stat : 5680 (java) S 5675 5677 4531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5681] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5681/stat : 5681 (java) S 5675 5677 4531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5682] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5682/stat : 5682 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5683] ppid=5675 vsize=915440 CPUtime=0.29
/proc/5677/task/5683/stat : 5683 (java) S 5675 5677 4531 0 -1 64 403 0 0 0 28 1 0 0 16 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5684] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5684/stat : 5684 (java) S 5675 5677 4531 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5685] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5685/stat : 5685 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.01
Current children cumulated vsize (KiB) 915440

[startup+1663.74 s]
/proc/loadavg: 1.01 1.43 1.75 2/85 5762
/proc/meminfo: memFree=1306040/2055920 swapFree=4157532/4192956
[pid=5677] ppid=5675 vsize=915440 CPUtime=1649.02
/proc/5677/stat : 5677 (java) R 5675 5677 4531 0 -1 0 32606 0 1 0 164870 32 0 0 25 0 8 0 165884920 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5677/statm: 228860 32335 2531 14 0 215330 0
[pid=5677/tid=5679] ppid=5675 vsize=915440 CPUtime=0.46
/proc/5677/task/5679/stat : 5679 (java) S 5675 5677 4531 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 165884924 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5680] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5680/stat : 5680 (java) S 5675 5677 4531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5681] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5681/stat : 5681 (java) S 5675 5677 4531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5682] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5682/stat : 5682 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5683] ppid=5675 vsize=915440 CPUtime=0.29
/proc/5677/task/5683/stat : 5683 (java) S 5675 5677 4531 0 -1 64 403 0 0 0 28 1 0 0 16 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5684] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5684/stat : 5684 (java) S 5675 5677 4531 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5685] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5685/stat : 5685 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.02
Current children cumulated vsize (KiB) 915440

[startup+1723.77 s]
/proc/loadavg: 1.00 1.35 1.70 2/85 5762
/proc/meminfo: memFree=1306040/2055920 swapFree=4157532/4192956
[pid=5677] ppid=5675 vsize=915440 CPUtime=1709.02
/proc/5677/stat : 5677 (java) R 5675 5677 4531 0 -1 0 32606 0 1 0 170870 32 0 0 25 0 8 0 165884920 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630003 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5677/statm: 228860 32335 2531 14 0 215330 0
[pid=5677/tid=5679] ppid=5675 vsize=915440 CPUtime=0.46
/proc/5677/task/5679/stat : 5679 (java) S 5675 5677 4531 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 165884924 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5680] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5680/stat : 5680 (java) S 5675 5677 4531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5681] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5681/stat : 5681 (java) S 5675 5677 4531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5682] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5682/stat : 5682 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5683] ppid=5675 vsize=915440 CPUtime=0.29
/proc/5677/task/5683/stat : 5683 (java) S 5675 5677 4531 0 -1 64 403 0 0 0 28 1 0 0 16 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5684] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5684/stat : 5684 (java) S 5675 5677 4531 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5685] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5685/stat : 5685 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.02
Current children cumulated vsize (KiB) 915440

[startup+1783.79 s]
/proc/loadavg: 1.00 1.28 1.66 2/85 5762
/proc/meminfo: memFree=1306104/2055920 swapFree=4157532/4192956
[pid=5677] ppid=5675 vsize=915440 CPUtime=1769.02
/proc/5677/stat : 5677 (java) R 5675 5677 4531 0 -1 0 32606 0 1 0 176870 32 0 0 25 0 8 0 165884920 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073659977 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5677/statm: 228860 32335 2531 14 0 215330 0
[pid=5677/tid=5679] ppid=5675 vsize=915440 CPUtime=0.46
/proc/5677/task/5679/stat : 5679 (java) S 5675 5677 4531 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 165884924 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5680] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5680/stat : 5680 (java) S 5675 5677 4531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5681] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5681/stat : 5681 (java) S 5675 5677 4531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5682] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5682/stat : 5682 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5683] ppid=5675 vsize=915440 CPUtime=0.29
/proc/5677/task/5683/stat : 5683 (java) S 5675 5677 4531 0 -1 64 403 0 0 0 28 1 0 0 16 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5684] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5684/stat : 5684 (java) S 5675 5677 4531 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5685] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5685/stat : 5685 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.02
Current children cumulated vsize (KiB) 915440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.84 s]
/proc/loadavg: 1.00 1.25 1.63 2/85 5762
/proc/meminfo: memFree=1306104/2055920 swapFree=4157532/4192956
[pid=5677] ppid=5675 vsize=915440 CPUtime=1800.06
/proc/5677/stat : 5677 (java) R 5675 5677 4531 0 -1 0 32606 0 1 0 179974 32 0 0 25 0 8 0 165884920 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5677/statm: 228860 32335 2531 14 0 215330 0
[pid=5677/tid=5679] ppid=5675 vsize=915440 CPUtime=0.46
/proc/5677/task/5679/stat : 5679 (java) S 5675 5677 4531 0 -1 64 15583 0 0 0 40 6 0 0 16 0 8 0 165884924 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5680] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5680/stat : 5680 (java) S 5675 5677 4531 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5681] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5681/stat : 5681 (java) S 5675 5677 4531 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 165884925 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5682] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5682/stat : 5682 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5683] ppid=5675 vsize=915440 CPUtime=0.29
/proc/5677/task/5683/stat : 5683 (java) S 5675 5677 4531 0 -1 64 403 0 0 0 28 1 0 0 16 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5684] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5684/stat : 5684 (java) S 5675 5677 4531 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5677/tid=5685] ppid=5675 vsize=915440 CPUtime=0
/proc/5677/task/5685/stat : 5685 (java) S 5675 5677 4531 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165884928 937410560 32335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915440

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

Child status: 143
Real time (s): 1814.88
CPU time (s): 1800.11
CPU user time (s): 1799.76
CPU system time (s): 0.348946
CPU usage (%): 99.1861
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.348946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32623
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= 37873
involuntary context switches= 90487

runsolver used 2.54961 s user time and 7.50986 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Sun Jan  7 13:01:45 UTC 2007


IDJOB= 206566
IDBENCH= 4218
FILE ID= node22/206566-1168174905

PBS_JOBID= 3479022

Free space on /tmp= 66540 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9f119c73378eb18afa57aed4e777b3ca

RANDOM SEED= 367458338

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.279
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.279
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:       1065000 kB
Buffers:         44940 kB
Cached:         482668 kB
SwapCached:      11496 kB
Active:         460148 kB
Inactive:       454888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1065000 kB
SwapTotal:     4192956 kB
SwapFree:      4157532 kB
Dirty:            7532 kB
Writeback:           0 kB
Mapped:         415252 kB
Slab:            59544 kB
Committed_AS:  3733596 kB
PageTables:       3216 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= 66548 MiB



End job on node22 on Sun Jan  7 13:32:00 UTC 2007