Trace number 282763

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
AbsconMax 109 EPFCOPTIMUM 1498.71 1500.29

General information on the benchmark

NameMaxCSP/celar/subs6/
scenw-6-sub4_ext.xml
MD5SUMa791ab88720a2c7120593a483c365e07
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints453
Best CPU time to get the best result obtained on this benchmark63.5753
Satisfiable
(Un)Satisfiability was proved
Number of variables22
Number of constraints477
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension477
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=epfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/282763-1169322235/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=22  nbDomainTypes=2  minDomainSize=36  maxDomainSize=44
0.42	       =>  wckTime=0.1  cpuTime=0.09  mem=6M887
0.42	   
0.42	   relations being loaded...
0.57	   
0.57	   constraints being loaded...
0.71	     nbConstraints=477  nbRelationTypes=174  nbExtensionStructures=174  nbSharedExtensionStructures=303
0.71	     nbConflictsStructures=174  nbSharedConflictsStructures=303  nbSharedBinaryRepresentations=13050  maxDegree=69
0.71	     maxArity=2
0.71	       =>  wckTime=0.389  cpuTime=0.29  mem=17M638
0.75	   
0.75	   solver LocalSearchSolver being built... 
0.80	       =>  wckTime=0.479  cpuTime=0.34  mem=5M832
0.81	
0.81	s SATISFIABLE
0.81	o 297
0.81	c 180
0.81	o 306
0.81	c 171
0.82	o 312
0.82	c 165
0.82	o 323
0.82	c 154
0.82	o 331
0.82	c 146
0.82	o 333
0.82	c 144
0.83	o 341
0.83	c 136
0.83	o 349
0.83	c 128
0.83	o 352
0.83	c 125
0.83	o 361
0.83	c 116
0.83	o 366
0.83	c 111
0.83	o 374
0.83	c 103
0.83	o 386
0.83	c 91
0.84	o 396
0.84	c 81
0.84	o 401
0.84	c 76
0.84	o 407
0.84	c 70
0.84	o 413
0.84	c 64
0.84	o 414
0.84	c 63
0.85	o 415
0.85	c 62
0.85	o 418
0.85	c 59
0.85	o 420
0.85	c 57
0.85	o 423
0.85	c 54
0.86	o 433
0.86	c 44
0.87	o 438
0.87	c 39
0.92	o 448
0.92	c 29
1.75	o 453
1.75	c 24
24.22	   
24.23	   search
24.23	     run=0  nbConstraintChecks=199838424  nbAssignments=10000
24.23	       =>  wckTime=23.43  cpuTime=23.27  mem=5M832
31.94	   
31.94	   search
31.94	     run=1  nbConstraintChecks=267965549  nbAssignments=13371
31.94	       =>  wckTime=31.142  cpuTime=30.95  mem=5M832
31.94	   
31.94	   global
31.94	     nbConstraintChecks=267965549  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.94	     solvingWckTime=31.139  solvingCpuTime=30.94  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.94	     globalCpuTime=31.33
31.94	       =>  wckTime=31.622  cpuTime=31.28  mem=5M832
31.94	   
31.94	   solver IterativeSystematicSolver being built... 
32.06	       =>  wckTime=31.742  cpuTime=31.37  mem=16M805
32.15	   
32.15	   preprocessing
32.15	     nbConstraintChecks=249363  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
32.15	     detectedInconsistency=no
32.15	       =>  wckTime=0.088  cpuTime=0.07  mem=16M805
32.41	   
32.41	   search
32.41	     run=0  nbConstraintChecks=1565181  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=72
32.41	     nbFailedAssignments=56  nbBacktracks=10  nbVisitedNodes=139  nbRestartNogoods=0
32.41	       =>  wckTime=0.35  cpuTime=0.32  mem=16M805
33.17	   
33.17	   search
33.17	     run=1  nbConstraintChecks=6136111  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=274
33.17	     nbFailedAssignments=236  nbBacktracks=25  nbVisitedNodes=536  nbRestartNogoods=15
33.17	       =>  wckTime=1.107  cpuTime=1.04  mem=16M805
33.80	   
33.80	   search
33.80	     run=2  nbConstraintChecks=10400475  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=476
33.80	     nbFailedAssignments=411  nbBacktracks=47  nbVisitedNodes=935  nbRestartNogoods=35
33.80	       =>  wckTime=1.739  cpuTime=1.67  mem=16M805
34.70	   
34.70	   search
34.70	     run=3  nbConstraintChecks=16523284  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=755
34.70	     nbFailedAssignments=650  nbBacktracks=80  nbVisitedNodes=1486  nbRestartNogoods=41
34.70	       =>  wckTime=2.644  cpuTime=2.57  mem=16M805
37.97	   
37.97	   search
37.97	     run=4  nbConstraintChecks=38058521  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1734
37.97	     nbFailedAssignments=1573  nbBacktracks=130  nbVisitedNodes=3438  nbRestartNogoods=87
37.97	       =>  wckTime=5.908  cpuTime=5.8  mem=16M805
40.09	   
40.09	   search
40.09	     run=5  nbConstraintChecks=50404448  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2292
40.09	     nbFailedAssignments=2049  nbBacktracks=205  nbVisitedNodes=4547  nbRestartNogoods=112
40.09	       =>  wckTime=8.03  cpuTime=7.9  mem=16M805
45.99	   
45.99	   search
45.99	     run=6  nbConstraintChecks=87286389  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4010
45.99	     nbFailedAssignments=3646  nbBacktracks=318  nbVisitedNodes=7975  nbRestartNogoods=144
45.99	       =>  wckTime=13.93  cpuTime=13.78  mem=16M805
52.66	   
52.66	   search
52.66	     run=7  nbConstraintChecks=126763070  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5848
52.66	     nbFailedAssignments=5310  nbBacktracks=488  nbVisitedNodes=11647  nbRestartNogoods=182
52.66	       =>  wckTime=20.601  cpuTime=20.43  mem=16M805
66.68	   
66.68	   search
66.68	     run=8  nbConstraintChecks=209497633  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9429
66.68	     nbFailedAssignments=8630  nbBacktracks=744  nbVisitedNodes=18804  nbRestartNogoods=256
66.68	       =>  wckTime=34.623  cpuTime=34.38  mem=16M805
74.18	   
74.18	   search
74.18	     run=9  nbConstraintChecks=256847900  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11479
74.18	     nbFailedAssignments=10284  nbBacktracks=1129  nbVisitedNodes=22893  nbRestartNogoods=323
74.18	       =>  wckTime=42.125  cpuTime=41.86  mem=16M805
96.87	   
96.87	   search
96.87	     run=10  nbConstraintChecks=402466269  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=17649
96.87	     nbFailedAssignments=15869  nbBacktracks=1705  nbVisitedNodes=35224  nbRestartNogoods=329
96.87	       =>  wckTime=64.809  cpuTime=64.49  mem=16M805
122.96	   
122.96	   search
122.96	     run=11  nbConstraintChecks=565265903  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=24233
122.96	     nbFailedAssignments=21578  nbBacktracks=2569  nbVisitedNodes=48381  nbRestartNogoods=342
122.96	       =>  wckTime=90.905  cpuTime=90.49  mem=16M805
173.31	   
173.31	   search
173.31	     run=12  nbConstraintChecks=890744811  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=38148
173.31	     nbFailedAssignments=34192  nbBacktracks=3866  nbVisitedNodes=76207  nbRestartNogoods=376
173.31	       =>  wckTime=141.255  cpuTime=140.81  mem=16M805
206.29	   
206.29	   search
206.29	     run=13  nbConstraintChecks=1099446235  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=49032
206.29	     nbFailedAssignments=43122  nbBacktracks=5812  nbVisitedNodes=97965  nbRestartNogoods=396
206.29	       =>  wckTime=174.229  cpuTime=173.77  mem=16M805
255.17	   
255.17	   search
255.17	     run=14  nbConstraintChecks=1403646023  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=63728
255.17	     nbFailedAssignments=54894  nbBacktracks=8731  nbVisitedNodes=127352  nbRestartNogoods=412
255.17	       =>  wckTime=223.116  cpuTime=222.62  mem=16M805
318.72	   
318.72	   search
318.72	     run=15  nbConstraintChecks=1799504623  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=82863
318.72	     nbFailedAssignments=69645  nbBacktracks=13109  nbVisitedNodes=165603  nbRestartNogoods=473
318.72	       =>  wckTime=286.664  cpuTime=286.13  mem=16M805
412.81	   
412.81	   search
412.81	     run=16  nbConstraintChecks=2399853183  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=113777
412.81	     nbFailedAssignments=93984  nbBacktracks=19678  nbVisitedNodes=227395  nbRestartNogoods=488
412.81	       =>  wckTime=380.752  cpuTime=380.16  mem=16M805
499.45	   
499.45	   search
499.45	     run=17  nbConstraintChecks=2913265148  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=147704
499.45	     nbFailedAssignments=118047  nbBacktracks=29532  nbVisitedNodes=295235  nbRestartNogoods=564
499.45	       =>  wckTime=467.389  cpuTime=466.74  mem=16M805
672.16	   
672.16	   search
672.16	     run=18  nbConstraintChecks=3918446651  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=199261
672.16	     nbFailedAssignments=154817  nbBacktracks=44310  nbVisitedNodes=398312  nbRestartNogoods=590
672.16	       =>  wckTime=640.098  cpuTime=639.34  mem=16M805
1272.97	   
1272.97	   search
1272.97	     run=19  nbConstraintChecks=7546445509  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=369635
1272.97	     nbFailedAssignments=303019  nbBacktracks=66478  nbVisitedNodes=738811  nbRestartNogoods=629
1272.97	       =>  wckTime=1240.913  cpuTime=1239.76  mem=16M805
1500.18	   
1500.18	   search
1500.18	     run=20  nbConstraintChecks=8903751945  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=433254
1500.18	     nbFailedAssignments=358744  nbBacktracks=74373  nbVisitedNodes=865845  nbRestartNogoods=647
1500.18	       =>  wckTime=1468.121  cpuTime=1466.76  mem=16M805
1500.18	   
1500.18	   global
1500.18	     nbConstraintChecks=8904001308  nbRestartNogoods=647  solvingWckTime=1468.122  solvingCpuTime=1466.76
1500.18	     expiredTime=no  totalExploration=yes  nbFoundSolutions=0  globalCpuTime=1498.18
1500.18	       =>  wckTime=1499.864  cpuTime=1498.13  mem=16M805
1500.24	
1500.24	s OPTIMUM FOUND
1500.24	v 0 0 40 40 6 42 43 23 6 11 18 18 9 20 25 43 42 42 35 1 18 6 
1500.24	   
1500.24	   totalWckTime=1500.003  totalCpuTime=1498.18

Verifier Data (download as text)

24 unsatisfied constraints, 453 satisfied constraints

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node44/watcher-282763-1169322235 -o ROOT/results/node44/solver-282763-1169322235 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/282763-1169322235/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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.61 1.18 1.08 4/75 24827
/proc/meminfo: memFree=1258800/2055920 swapFree=4191892/4192956
[pid=24826] ppid=24824 vsize=18540 CPUtime=0
/proc/24826/stat : 24826 (runsolver) R 24824 24826 24480 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 280622547 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 264840473895 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/24826/statm: 4635 279 244 17 0 2626 0

[startup+0.108651 s]
/proc/loadavg: 1.61 1.18 1.08 4/75 24827
/proc/meminfo: memFree=1258800/2055920 swapFree=4191892/4192956
[pid=24826] ppid=24824 vsize=914988 CPUtime=0.09
/proc/24826/stat : 24826 (java) R 24824 24826 24480 0 -1 0 2995 0 1 0 7 2 0 0 18 0 8 0 280622547 936947712 2741 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072936462 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24826/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516693 s]
/proc/loadavg: 1.61 1.18 1.08 4/75 24827
/proc/meminfo: memFree=1258800/2055920 swapFree=4191892/4192956
[pid=24826] ppid=24824 vsize=915332 CPUtime=0.49
/proc/24826/stat : 24826 (java) R 24824 24826 24480 0 -1 0 7141 0 1 0 44 5 0 0 18 0 8 0 280622547 937299968 6880 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073586376 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24826/statm: 228833 6880 2142 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33777 s]
/proc/loadavg: 1.61 1.18 1.08 3/82 24834
/proc/meminfo: memFree=1231736/2055920 swapFree=4191892/4192956
[pid=24826] ppid=24824 vsize=915464 CPUtime=1.3
/proc/24826/stat : 24826 (java) R 24824 24826 24480 0 -1 0 9412 0 1 0 123 7 0 0 24 0 8 0 280622547 937435136 9150 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072926833 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24826/statm: 228866 9150 2479 14 0 215336 0
[pid=24826/tid=24828] ppid=24824 vsize=915464 CPUtime=0.03
/proc/24826/task/24828/stat : 24828 (java) S 24824 24826 24480 0 -1 64 237 0 0 0 3 0 0 0 16 0 8 0 280622551 937435136 9150 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24829] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24829/stat : 24829 (java) S 24824 24826 24480 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280622551 937435136 9150 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24830] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24830/stat : 24830 (java) S 24824 24826 24480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280622551 937435136 9150 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24831] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24831/stat : 24831 (java) S 24824 24826 24480 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280622555 937435136 9150 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24832] ppid=24824 vsize=915464 CPUtime=0.14
/proc/24826/task/24832/stat : 24832 (java) S 24824 24826 24480 0 -1 64 346 0 0 0 14 0 0 0 16 0 8 0 280622555 937435136 9150 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24833] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24833/stat : 24833 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280622555 937435136 9150 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24834] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24834/stat : 24834 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280622555 937435136 9150 18446744073709551615 134512640 134570532 4294956464 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) 915464

[startup+2.97494 s]
/proc/loadavg: 1.61 1.18 1.08 3/81 24835
/proc/meminfo: memFree=1234688/2055920 swapFree=4191892/4192956
[pid=24826] ppid=24824 vsize=915464 CPUtime=2.92
/proc/24826/stat : 24826 (java) R 24824 24826 24480 0 -1 0 9414 0 1 0 282 10 0 0 25 0 8 0 280622547 937435136 9151 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073742531 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24826/statm: 228866 9151 2479 14 0 215336 0
[pid=24826/tid=24828] ppid=24824 vsize=915464 CPUtime=0.03
/proc/24826/task/24828/stat : 24828 (java) S 24824 24826 24480 0 -1 64 237 0 0 0 3 0 0 0 16 0 8 0 280622551 937435136 9151 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24829] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24829/stat : 24829 (java) S 24824 24826 24480 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280622551 937435136 9151 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24830] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24830/stat : 24830 (java) S 24824 24826 24480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280622551 937435136 9151 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24831] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24831/stat : 24831 (java) S 24824 24826 24480 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280622555 937435136 9151 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24832] ppid=24824 vsize=915464 CPUtime=0.14
/proc/24826/task/24832/stat : 24832 (java) S 24824 24826 24480 0 -1 64 347 0 0 0 14 0 0 0 16 0 8 0 280622555 937435136 9151 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24833] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24833/stat : 24833 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280622555 937435136 9151 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24834] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24834/stat : 24834 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280622555 937435136 9151 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915464

[startup+6.26127 s]
/proc/loadavg: 1.72 1.21 1.09 3/81 24836
/proc/meminfo: memFree=1233536/2055920 swapFree=4191892/4192956
[pid=24826] ppid=24824 vsize=915464 CPUtime=6.18
/proc/24826/stat : 24826 (java) R 24824 24826 24480 0 -1 0 9417 0 1 0 602 16 0 0 25 0 8 0 280622547 937435136 9154 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073742540 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24826/statm: 228866 9154 2479 14 0 215336 0
[pid=24826/tid=24828] ppid=24824 vsize=915464 CPUtime=0.03
/proc/24826/task/24828/stat : 24828 (java) S 24824 24826 24480 0 -1 64 237 0 0 0 3 0 0 0 16 0 8 0 280622551 937435136 9154 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24829] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24829/stat : 24829 (java) S 24824 24826 24480 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280622551 937435136 9154 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24830] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24830/stat : 24830 (java) S 24824 24826 24480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280622551 937435136 9154 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24831] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24831/stat : 24831 (java) S 24824 24826 24480 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280622555 937435136 9154 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24832] ppid=24824 vsize=915464 CPUtime=0.14
/proc/24826/task/24832/stat : 24832 (java) S 24824 24826 24480 0 -1 64 350 0 0 0 14 0 0 0 16 0 8 0 280622555 937435136 9154 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24833] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24833/stat : 24833 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280622555 937435136 9154 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24834] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24834/stat : 24834 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280622555 937435136 9154 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915464

[startup+12.7379 s]
/proc/loadavg: 1.74 1.22 1.10 3/82 24927
/proc/meminfo: memFree=1231872/2055920 swapFree=4191892/4192956
[pid=24826] ppid=24824 vsize=915464 CPUtime=12.61
/proc/24826/stat : 24826 (java) R 24824 24826 24480 0 -1 0 9417 0 1 0 1237 24 0 0 25 0 8 0 280622547 937435136 9154 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073744655 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24826/statm: 228866 9154 2479 14 0 215336 0
[pid=24826/tid=24828] ppid=24824 vsize=915464 CPUtime=0.03
/proc/24826/task/24828/stat : 24828 (java) S 24824 24826 24480 0 -1 64 237 0 0 0 3 0 0 0 16 0 8 0 280622551 937435136 9154 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24829] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24829/stat : 24829 (java) S 24824 24826 24480 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280622551 937435136 9154 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24830] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24830/stat : 24830 (java) S 24824 24826 24480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280622551 937435136 9154 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24831] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24831/stat : 24831 (java) S 24824 24826 24480 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280622555 937435136 9154 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24832] ppid=24824 vsize=915464 CPUtime=0.14
/proc/24826/task/24832/stat : 24832 (java) S 24824 24826 24480 0 -1 64 350 0 0 0 14 0 0 0 16 0 8 0 280622555 937435136 9154 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24833] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24833/stat : 24833 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280622555 937435136 9154 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24834] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24834/stat : 24834 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280622555 937435136 9154 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915464

[startup+25.6163 s]
/proc/loadavg: 1.80 1.26 1.11 3/82 24927
/proc/meminfo: memFree=1231872/2055920 swapFree=4191892/4192956
[pid=24826] ppid=24824 vsize=915464 CPUtime=25.44
/proc/24826/stat : 24826 (java) R 24824 24826 24480 0 -1 0 9419 0 1 0 2499 45 0 0 25 0 8 0 280622547 937435136 9156 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073749936 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24826/statm: 228866 9156 2479 14 0 215336 0
[pid=24826/tid=24828] ppid=24824 vsize=915464 CPUtime=0.03
/proc/24826/task/24828/stat : 24828 (java) S 24824 24826 24480 0 -1 64 237 0 0 0 3 0 0 0 16 0 8 0 280622551 937435136 9156 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24829] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24829/stat : 24829 (java) S 24824 24826 24480 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280622551 937435136 9156 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24830] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24830/stat : 24830 (java) S 24824 24826 24480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280622551 937435136 9156 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24831] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24831/stat : 24831 (java) S 24824 24826 24480 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280622555 937435136 9156 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24832] ppid=24824 vsize=915464 CPUtime=0.15
/proc/24826/task/24832/stat : 24832 (java) S 24824 24826 24480 0 -1 64 352 0 0 0 15 0 0 0 16 0 8 0 280622555 937435136 9156 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24833] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24833/stat : 24833 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280622555 937435136 9156 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24834] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24834/stat : 24834 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280622555 937435136 9156 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 915464

[startup+51.2399 s]
/proc/loadavg: 1.87 1.31 1.13 3/82 24927
/proc/meminfo: memFree=1231680/2055920 swapFree=4191892/4192956
[pid=24826] ppid=24824 vsize=915464 CPUtime=50.93
/proc/24826/stat : 24826 (java) R 24824 24826 24480 0 -1 0 9578 0 1 0 5039 54 0 0 25 0 8 0 280622547 937435136 9309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073851402 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24826/statm: 228866 9309 2532 14 0 215336 0
[pid=24826/tid=24828] ppid=24824 vsize=915464 CPUtime=0.03
/proc/24826/task/24828/stat : 24828 (java) S 24824 24826 24480 0 -1 64 238 0 0 0 3 0 0 0 16 0 8 0 280622551 937435136 9309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24829] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24829/stat : 24829 (java) S 24824 24826 24480 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280622551 937435136 9309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24830] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24830/stat : 24830 (java) S 24824 24826 24480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280622551 937435136 9309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24831] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24831/stat : 24831 (java) S 24824 24826 24480 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280622555 937435136 9309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24832] ppid=24824 vsize=915464 CPUtime=0.25
/proc/24826/task/24832/stat : 24832 (java) S 24824 24826 24480 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 280622555 937435136 9309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24833] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24833/stat : 24833 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280622555 937435136 9309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24834] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24834/stat : 24834 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280622555 937435136 9309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 915464

[startup+102.472 s]
/proc/loadavg: 1.81 1.39 1.17 3/81 25078
/proc/meminfo: memFree=755336/2055920 swapFree=4191892/4192956
[pid=24826] ppid=24824 vsize=915464 CPUtime=101.99
/proc/24826/stat : 24826 (java) R 24824 24826 24480 0 -1 0 9582 0 1 0 10143 56 0 0 25 0 8 0 280622547 937435136 9312 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073852310 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24826/statm: 228866 9312 2532 14 0 215336 0
[pid=24826/tid=24828] ppid=24824 vsize=915464 CPUtime=0.03
/proc/24826/task/24828/stat : 24828 (java) S 24824 24826 24480 0 -1 64 238 0 0 0 3 0 0 0 16 0 8 0 280622551 937435136 9312 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24829] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24829/stat : 24829 (java) S 24824 24826 24480 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280622551 937435136 9312 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24830] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24830/stat : 24830 (java) S 24824 24826 24480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280622551 937435136 9312 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24831] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24831/stat : 24831 (java) S 24824 24826 24480 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280622555 937435136 9312 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24832] ppid=24824 vsize=915464 CPUtime=0.26
/proc/24826/task/24832/stat : 24832 (java) S 24824 24826 24480 0 -1 64 409 0 0 0 25 1 0 0 15 0 8 0 280622555 937435136 9312 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24833] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24833/stat : 24833 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280622555 937435136 9312 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24834] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24834/stat : 24834 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280622555 937435136 9312 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 915464

[startup+162.502 s]
/proc/loadavg: 1.40 1.36 1.17 2/72 25111
/proc/meminfo: memFree=1246648/2055920 swapFree=4191892/4192956
[pid=24826] ppid=24824 vsize=915464 CPUtime=161.94
/proc/24826/stat : 24826 (java) R 24824 24826 24480 0 -1 0 9584 0 1 0 16137 57 0 0 25 0 8 0 280622547 937435136 9312 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336188 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/24826/task/24831/stat : 24831 (java) S 24824 24826 24480 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24832] ppid=24824 vsize=915464 CPUtime=0.26
/proc/24826/task/24832/stat : 24832 (java) S 24824 24826 24480 0 -1 64 410 0 0 0 25 1 0 0 16 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24833] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24833/stat : 24833 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24834] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24834/stat : 24834 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1061.51
Current children cumulated vsize (KiB) 915464

[startup+1122.67 s]
/proc/loadavg: 1.00 1.00 1.04 2/72 25309
/proc/meminfo: memFree=1246456/2055920 swapFree=4191892/4192956
[pid=24826] ppid=24824 vsize=915464 CPUtime=1121.5
/proc/24826/stat : 24826 (java) R 24824 24826 24480 0 -1 0 9586 0 1 0 112079 71 0 0 25 0 8 0 280622547 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073851303 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24826/statm: 228866 9313 2532 14 0 215336 0
[pid=24826/tid=24828] ppid=24824 vsize=915464 CPUtime=0.03
/proc/24826/task/24828/stat : 24828 (java) S 24824 24826 24480 0 -1 64 238 0 0 0 3 0 0 0 16 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24829] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24829/stat : 24829 (java) S 24824 24826 24480 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24830] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24830/stat : 24830 (java) S 24824 24826 24480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24831] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24831/stat : 24831 (java) S 24824 24826 24480 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24832] ppid=24824 vsize=915464 CPUtime=0.26
/proc/24826/task/24832/stat : 24832 (java) S 24824 24826 24480 0 -1 64 410 0 0 0 25 1 0 0 16 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24833] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24833/stat : 24833 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24834] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24834/stat : 24834 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1121.5
Current children cumulated vsize (KiB) 915464

[startup+1182.67 s]
/proc/loadavg: 1.00 1.00 1.03 2/72 25309
/proc/meminfo: memFree=1246456/2055920 swapFree=4191892/4192956
[pid=24826] ppid=24824 vsize=915464 CPUtime=1181.47
/proc/24826/stat : 24826 (java) R 24824 24826 24480 0 -1 0 9586 0 1 0 118076 71 0 0 25 0 8 0 280622547 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073747595 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24826/statm: 228866 9313 2532 14 0 215336 0
[pid=24826/tid=24828] ppid=24824 vsize=915464 CPUtime=0.03
/proc/24826/task/24828/stat : 24828 (java) S 24824 24826 24480 0 -1 64 238 0 0 0 3 0 0 0 16 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24829] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24829/stat : 24829 (java) S 24824 24826 24480 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24830] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24830/stat : 24830 (java) S 24824 24826 24480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24831] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24831/stat : 24831 (java) S 24824 24826 24480 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24832] ppid=24824 vsize=915464 CPUtime=0.26
/proc/24826/task/24832/stat : 24832 (java) S 24824 24826 24480 0 -1 64 410 0 0 0 25 1 0 0 16 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24833] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24833/stat : 24833 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24834] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24834/stat : 24834 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.47
Current children cumulated vsize (KiB) 915464

[startup+1242.7 s]
/proc/loadavg: 1.39 1.09 1.06 3/80 25374
/proc/meminfo: memFree=1230840/2055920 swapFree=4191892/4192956
[pid=24826] ppid=24824 vsize=915464 CPUtime=1241.47
/proc/24826/stat : 24826 (java) R 24824 24826 24480 0 -1 0 9586 0 1 0 124075 72 0 0 25 0 8 0 280622547 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918564 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24826/statm: 228866 9313 2532 14 0 215336 0
[pid=24826/tid=24828] ppid=24824 vsize=915464 CPUtime=0.03
/proc/24826/task/24828/stat : 24828 (java) S 24824 24826 24480 0 -1 64 238 0 0 0 3 0 0 0 16 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24829] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24829/stat : 24829 (java) S 24824 24826 24480 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24830] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24830/stat : 24830 (java) S 24824 24826 24480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24831] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24831/stat : 24831 (java) S 24824 24826 24480 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24832] ppid=24824 vsize=915464 CPUtime=0.26
/proc/24826/task/24832/stat : 24832 (java) S 24824 24826 24480 0 -1 64 410 0 0 0 25 1 0 0 16 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24833] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24833/stat : 24833 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24834] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24834/stat : 24834 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.47
Current children cumulated vsize (KiB) 915464

[startup+1302.75 s]
/proc/loadavg: 1.77 1.26 1.11 3/80 25374
/proc/meminfo: memFree=1230968/2055920 swapFree=4191892/4192956
[pid=24826] ppid=24824 vsize=915464 CPUtime=1301.45
/proc/24826/stat : 24826 (java) R 24824 24826 24480 0 -1 0 9587 0 1 0 130073 72 0 0 25 0 8 0 280622547 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073916784 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24826/statm: 228866 9313 2532 14 0 215336 0
[pid=24826/tid=24828] ppid=24824 vsize=915464 CPUtime=0.03
/proc/24826/task/24828/stat : 24828 (java) S 24824 24826 24480 0 -1 64 238 0 0 0 3 0 0 0 16 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24829] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24829/stat : 24829 (java) S 24824 24826 24480 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24830] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24830/stat : 24830 (java) S 24824 24826 24480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24831] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24831/stat : 24831 (java) S 24824 24826 24480 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24832] ppid=24824 vsize=915464 CPUtime=0.26
/proc/24826/task/24832/stat : 24832 (java) S 24824 24826 24480 0 -1 64 410 0 0 0 25 1 0 0 16 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24833] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24833/stat : 24833 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24834] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24834/stat : 24834 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1301.45
Current children cumulated vsize (KiB) 915464

[startup+1362.8 s]
/proc/loadavg: 1.92 1.39 1.17 3/80 25374
/proc/meminfo: memFree=1231032/2055920 swapFree=4191892/4192956
[pid=24826] ppid=24824 vsize=915464 CPUtime=1361.44
/proc/24826/stat : 24826 (java) R 24824 24826 24480 0 -1 0 9587 0 1 0 136072 72 0 0 25 0 8 0 280622547 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918501 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24826/statm: 228866 9313 2532 14 0 215336 0
[pid=24826/tid=24828] ppid=24824 vsize=915464 CPUtime=0.03
/proc/24826/task/24828/stat : 24828 (java) S 24824 24826 24480 0 -1 64 238 0 0 0 3 0 0 0 16 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24829] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24829/stat : 24829 (java) S 24824 24826 24480 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24830] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24830/stat : 24830 (java) S 24824 24826 24480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24831] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24831/stat : 24831 (java) S 24824 24826 24480 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24832] ppid=24824 vsize=915464 CPUtime=0.26
/proc/24826/task/24832/stat : 24832 (java) S 24824 24826 24480 0 -1 64 410 0 0 0 25 1 0 0 16 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24833] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24833/stat : 24833 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24834] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24834/stat : 24834 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1361.44
Current children cumulated vsize (KiB) 915464

[startup+1422.85 s]
/proc/loadavg: 1.97 1.50 1.21 3/80 25374
/proc/meminfo: memFree=1231032/2055920 swapFree=4191892/4192956
[pid=24826] ppid=24824 vsize=915464 CPUtime=1421.44
/proc/24826/stat : 24826 (java) R 24824 24826 24480 0 -1 0 9587 0 1 0 142072 72 0 0 25 0 8 0 280622547 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073851393 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24826/statm: 228866 9313 2532 14 0 215336 0
[pid=24826/tid=24828] ppid=24824 vsize=915464 CPUtime=0.03
/proc/24826/task/24828/stat : 24828 (java) S 24824 24826 24480 0 -1 64 238 0 0 0 3 0 0 0 16 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24829] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24829/stat : 24829 (java) S 24824 24826 24480 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24830] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24830/stat : 24830 (java) S 24824 24826 24480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24831] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24831/stat : 24831 (java) S 24824 24826 24480 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24832] ppid=24824 vsize=915464 CPUtime=0.26
/proc/24826/task/24832/stat : 24832 (java) S 24824 24826 24480 0 -1 64 410 0 0 0 25 1 0 0 16 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24833] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24833/stat : 24833 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24834] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24834/stat : 24834 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1421.44
Current children cumulated vsize (KiB) 915464

[startup+1482.9 s]
/proc/loadavg: 2.07 1.62 1.27 3/80 25374
/proc/meminfo: memFree=1231032/2055920 swapFree=4191892/4192956
[pid=24826] ppid=24824 vsize=915464 CPUtime=1481.42
/proc/24826/stat : 24826 (java) R 24824 24826 24480 0 -1 0 9587 0 1 0 148070 72 0 0 25 0 8 0 280622547 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073852316 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24826/statm: 228866 9313 2532 14 0 215336 0
[pid=24826/tid=24828] ppid=24824 vsize=915464 CPUtime=0.03
/proc/24826/task/24828/stat : 24828 (java) S 24824 24826 24480 0 -1 64 238 0 0 0 3 0 0 0 16 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24829] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24829/stat : 24829 (java) S 24824 24826 24480 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24830] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24830/stat : 24830 (java) S 24824 24826 24480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280622551 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24831] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24831/stat : 24831 (java) S 24824 24826 24480 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24832] ppid=24824 vsize=915464 CPUtime=0.26
/proc/24826/task/24832/stat : 24832 (java) S 24824 24826 24480 0 -1 64 410 0 0 0 25 1 0 0 16 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24826/tid=24833] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24833/stat : 24833 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24826/tid=24834] ppid=24824 vsize=915464 CPUtime=0
/proc/24826/task/24834/stat : 24834 (java) S 24824 24826 24480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280622555 937435136 9313 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.42
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 1500.29
CPU time (s): 1498.71
CPU user time (s): 1497.97
CPU system time (s): 0.737887
CPU usage (%): 99.8951
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1497.97
system time used= 0.737887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9601
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= 31570
involuntary context switches= 38165

runsolver used 1.59176 s user time and 4.08838 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Sat Jan 20 19:43:55 UTC 2007


IDJOB= 282763
IDBENCH= 12887
IDSOLVER= 68
FILE ID= node44/282763-1169322235

PBS_JOBID= 3610439

Free space on /tmp= 66558 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/celar/subs6/scenw-6-sub4_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/282763-1169322235/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-282763-1169322235 -o ROOT/results/node44/solver-282763-1169322235 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/282763-1169322235/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  a791ab88720a2c7120593a483c365e07

RANDOM SEED= 651735074

TIME LIMIT= 2400 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.213
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.213
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:       1259216 kB
Buffers:         57240 kB
Cached:         634936 kB
SwapCached:        268 kB
Active:         211488 kB
Inactive:       505552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1259216 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:          35308 kB
Slab:            65048 kB
Committed_AS:  5528172 kB
PageTables:       1780 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= 66560 MiB



End job on node44 on Sat Jan 20 20:08:55 UTC 2007