Trace number 281539

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 114.079 114.645

General information on the benchmark

NameMaxCSP/randomMaxCSP/sparseTight/
vcsp-25-10-21-85-37_ext.xml
MD5SUMe1a4f58ce2ce965128e681ea6bce983c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints46
Best CPU time to get the best result obtained on this benchmark1.10583
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints63
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension63
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.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/281539-1169312937/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=25  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.41	       =>  wckTime=0.098  cpuTime=0.09  mem=6M887
0.41	   
0.41	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.49	     nbConstraints=63  nbRelationTypes=63  nbExtensionStructures=63  nbSharedExtensionStructures=0
0.49	     nbConflictsStructures=63  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1059  maxDegree=10
0.49	     maxArity=2
0.49	       =>  wckTime=0.181  cpuTime=0.13  mem=7M879
0.53	   
0.53	   solver LocalSearchSolver being built... 
0.57	       =>  wckTime=0.264  cpuTime=0.18  mem=5M428
0.58	
0.58	s SATISFIABLE
0.58	o 10
0.58	c 53
0.58	o 13
0.58	c 50
0.58	o 15
0.58	c 48
0.58	o 17
0.58	c 46
0.58	o 19
0.58	c 44
0.58	o 22
0.58	c 41
0.59	o 24
0.59	c 39
0.59	o 26
0.59	c 37
0.59	o 27
0.59	c 36
0.59	o 29
0.59	c 34
0.59	o 30
0.59	c 33
0.59	o 31
0.59	c 32
0.59	o 33
0.59	c 30
0.59	o 34
0.59	c 29
0.59	o 35
0.59	c 28
0.59	o 36
0.59	c 27
0.60	o 37
0.60	c 26
0.60	o 38
0.60	c 25
0.60	o 39
0.60	c 24
0.61	o 40
0.61	c 23
0.61	o 41
0.61	c 22
0.61	o 42
0.61	c 21
0.61	o 43
0.61	c 20
0.61	o 44
0.61	c 19
0.61	o 45
0.61	c 18
0.61	o 46
0.61	c 17
1.92	   
1.92	   search
1.92	     run=0  nbConstraintChecks=6455544  nbAssignments=10000
1.93	       =>  wckTime=1.352  cpuTime=1.33  mem=5M428
3.21	   
3.21	   search
3.21	     run=1  nbConstraintChecks=12804149  nbAssignments=20000
3.21	       =>  wckTime=2.64  cpuTime=2.62  mem=5M428
4.50	   
4.50	   search
4.50	     run=2  nbConstraintChecks=19154227  nbAssignments=30000
4.50	       =>  wckTime=3.925  cpuTime=3.9  mem=5M428
5.79	   
5.79	   search
5.79	     run=3  nbConstraintChecks=25510469  nbAssignments=40000
5.79	       =>  wckTime=5.217  cpuTime=5.17  mem=5M428
7.08	   
7.08	   search
7.08	     run=4  nbConstraintChecks=31858829  nbAssignments=50000
7.08	       =>  wckTime=6.505  cpuTime=6.46  mem=5M428
8.38	   
8.38	   search
8.38	     run=5  nbConstraintChecks=38282280  nbAssignments=60000
8.38	       =>  wckTime=7.808  cpuTime=7.75  mem=5M428
9.68	   
9.68	   search
9.68	     run=6  nbConstraintChecks=44616251  nbAssignments=70000
9.68	       =>  wckTime=9.106  cpuTime=9.05  mem=5M428
10.99	   
10.99	   search
10.99	     run=7  nbConstraintChecks=51112844  nbAssignments=80000
10.99	       =>  wckTime=10.417  cpuTime=10.35  mem=5M428
12.30	   
12.30	   search
12.30	     run=8  nbConstraintChecks=57541337  nbAssignments=90000
12.30	       =>  wckTime=11.726  cpuTime=11.65  mem=5M428
13.60	   
13.60	   search
13.60	     run=9  nbConstraintChecks=63887534  nbAssignments=100000
13.60	       =>  wckTime=13.028  cpuTime=12.95  mem=5M428
14.90	   
14.90	   search
14.90	     run=10  nbConstraintChecks=70227717  nbAssignments=110000
14.90	       =>  wckTime=14.325  cpuTime=14.24  mem=5M428
16.20	   
16.20	   search
16.21	     run=11  nbConstraintChecks=76611699  nbAssignments=120000
16.21	       =>  wckTime=15.632  cpuTime=15.55  mem=5M428
17.51	   
17.51	   search
17.51	     run=12  nbConstraintChecks=82984051  nbAssignments=130000
17.51	       =>  wckTime=16.935  cpuTime=16.84  mem=5M428
18.82	   
18.82	   search
18.82	     run=13  nbConstraintChecks=89522409  nbAssignments=140000
18.82	       =>  wckTime=18.246  cpuTime=18.15  mem=5M428
20.11	   
20.11	   search
20.11	     run=14  nbConstraintChecks=95899461  nbAssignments=150000
20.11	       =>  wckTime=19.538  cpuTime=19.44  mem=5M428
21.43	   
21.43	   search
21.43	     run=15  nbConstraintChecks=102453493  nbAssignments=160000
21.43	       =>  wckTime=20.854  cpuTime=20.74  mem=5M428
22.72	   
22.72	   search
22.72	     run=16  nbConstraintChecks=108795924  nbAssignments=170000
22.72	       =>  wckTime=22.149  cpuTime=22.02  mem=5M428
24.03	   
24.03	   search
24.03	     run=17  nbConstraintChecks=115274648  nbAssignments=180000
24.03	       =>  wckTime=23.454  cpuTime=23.32  mem=5M428
25.32	   
25.32	   search
25.32	     run=18  nbConstraintChecks=121638006  nbAssignments=190000
25.32	       =>  wckTime=24.747  cpuTime=24.61  mem=5M428
26.60	   
26.60	   search
26.60	     run=19  nbConstraintChecks=127935603  nbAssignments=200000
26.60	       =>  wckTime=26.029  cpuTime=25.89  mem=5M428
27.90	   
27.90	   search
27.90	     run=20  nbConstraintChecks=134306599  nbAssignments=210000
27.90	       =>  wckTime=27.324  cpuTime=27.18  mem=5M428
29.21	   
29.21	   search
29.21	     run=21  nbConstraintChecks=140748508  nbAssignments=220000
29.21	       =>  wckTime=28.637  cpuTime=28.48  mem=5M428
30.52	   
30.52	   search
30.52	     run=22  nbConstraintChecks=147185688  nbAssignments=230000
30.52	       =>  wckTime=29.944  cpuTime=29.78  mem=5M428
30.78	   
30.78	   search
30.78	     run=23  nbConstraintChecks=148418089  nbAssignments=231965
30.78	       =>  wckTime=30.203  cpuTime=30.04  mem=5M428
30.78	   
30.78	   global
30.78	     nbConstraintChecks=148418089  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.78	     solvingWckTime=30.202  solvingCpuTime=30.03  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.78	     globalCpuTime=30.26
30.78	       =>  wckTime=30.468  cpuTime=30.21  mem=5M428
30.78	   
30.78	   solver IterativeSystematicSolver being built... 
30.91	       =>  wckTime=30.603  cpuTime=30.32  mem=16M418
30.95	   
30.95	   preprocessing
30.95	     nbConstraintChecks=35003  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
30.95	     detectedInconsistency=no
30.95	       =>  wckTime=0.039  cpuTime=0.01  mem=16M418
31.00	   
31.00	   search
31.00	     run=0  nbConstraintChecks=114082  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=71
31.00	     nbFailedAssignments=56  nbBacktracks=11  nbVisitedNodes=139  nbRestartNogoods=0
31.00	       =>  wckTime=0.085  cpuTime=0.06  mem=16M418
31.04	   
31.04	   search
31.04	     run=1  nbConstraintChecks=203104  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=121
31.04	     nbFailedAssignments=86  nbBacktracks=26  nbVisitedNodes=234  nbRestartNogoods=5
31.04	       =>  wckTime=0.122  cpuTime=0.08  mem=16M418
31.07	   
31.07	   search
31.07	     run=2  nbConstraintChecks=310804  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=191
31.07	     nbFailedAssignments=127  nbBacktracks=48  nbVisitedNodes=367  nbRestartNogoods=12
31.07	       =>  wckTime=0.158  cpuTime=0.12  mem=16M418
31.14	   
31.15	   search
31.15	     run=3  nbConstraintChecks=546486  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=340
31.15	     nbFailedAssignments=235  nbBacktracks=81  nbVisitedNodes=656  nbRestartNogoods=17
31.15	       =>  wckTime=0.23  cpuTime=0.18  mem=16M418
31.22	   
31.22	   search
31.22	     run=4  nbConstraintChecks=811452  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=497
31.22	     nbFailedAssignments=336  nbBacktracks=131  nbVisitedNodes=964  nbRestartNogoods=32
31.22	       =>  wckTime=0.305  cpuTime=0.25  mem=16M418
31.39	   
31.39	   search
31.39	     run=5  nbConstraintChecks=1463258  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=849
31.39	     nbFailedAssignments=607  nbBacktracks=206  nbVisitedNodes=1657  nbRestartNogoods=45
31.39	       =>  wckTime=0.48  cpuTime=0.43  mem=16M418
31.60	   
31.60	   search
31.60	     run=6  nbConstraintChecks=2230145  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1263
31.60	     nbFailedAssignments=903  nbBacktracks=319  nbVisitedNodes=2479  nbRestartNogoods=53
31.60	       =>  wckTime=0.683  cpuTime=0.62  mem=16M418
31.88	   
31.88	   search
31.88	     run=7  nbConstraintChecks=3251976  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1871
31.88	     nbFailedAssignments=1336  nbBacktracks=489  nbVisitedNodes=3670  nbRestartNogoods=61
31.88	       =>  wckTime=0.962  cpuTime=0.88  mem=16M418
32.31	   
32.31	   search
32.31	     run=8  nbConstraintChecks=5075299  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2915
32.31	     nbFailedAssignments=2118  nbBacktracks=745  nbVisitedNodes=5717  nbRestartNogoods=76
32.31	       =>  wckTime=1.391  cpuTime=1.3  mem=16M418
32.82	   
32.82	   search
32.82	     run=9  nbConstraintChecks=7136796  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4043
32.82	     nbFailedAssignments=2857  nbBacktracks=1129  nbVisitedNodes=7954  nbRestartNogoods=93
32.82	       =>  wckTime=1.907  cpuTime=1.82  mem=16M418
33.82	   
33.82	   search
33.82	     run=10  nbConstraintChecks=11307380  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6198
33.82	     nbFailedAssignments=4432  nbBacktracks=1705  nbVisitedNodes=12253  nbRestartNogoods=105
33.82	       =>  wckTime=2.91  cpuTime=2.82  mem=16M418
35.49	   
35.49	   search
35.49	     run=11  nbConstraintChecks=18306295  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9998
35.49	     nbFailedAssignments=7362  nbBacktracks=2569  nbVisitedNodes=19810  nbRestartNogoods=121
35.49	       =>  wckTime=4.576  cpuTime=4.47  mem=16M418
37.35	   
37.35	   search
37.35	     run=12  nbConstraintChecks=25612004  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=14626
37.35	     nbFailedAssignments=10684  nbBacktracks=3866  nbVisitedNodes=29048  nbRestartNogoods=133
37.35	       =>  wckTime=6.44  cpuTime=6.32  mem=16M418
40.15	   
40.15	   search
40.15	     run=13  nbConstraintChecks=36481642  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=21057
40.15	     nbFailedAssignments=15162  nbBacktracks=5812  nbVisitedNodes=41846  nbRestartNogoods=154
40.15	       =>  wckTime=9.235  cpuTime=9.11  mem=16M418
44.88	   
44.88	   search
44.88	     run=14  nbConstraintChecks=55340057  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=32069
44.88	     nbFailedAssignments=23250  nbBacktracks=8731  nbVisitedNodes=63776  nbRestartNogoods=170
44.88	       =>  wckTime=13.969  cpuTime=13.82  mem=16M418
51.65	   
51.65	   search
51.65	     run=15  nbConstraintChecks=81717796  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=47717
51.65	     nbFailedAssignments=34517  nbBacktracks=13110  nbVisitedNodes=94822  nbRestartNogoods=175
51.65	       =>  wckTime=20.733  cpuTime=20.55  mem=16M418
61.71	   
61.71	   search
61.71	     run=16  nbConstraintChecks=121870781  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=70358
61.71	     nbFailedAssignments=50584  nbBacktracks=19678  nbVisitedNodes=139934  nbRestartNogoods=194
61.71	       =>  wckTime=30.796  cpuTime=30.56  mem=16M418
76.17	   
76.17	   search
76.17	     run=17  nbConstraintChecks=178227131  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=103167
76.17	     nbFailedAssignments=73538  nbBacktracks=29530  nbVisitedNodes=205143  nbRestartNogoods=199
76.17	       =>  wckTime=45.254  cpuTime=44.95  mem=16M418
96.58	   
96.58	   search
96.58	     run=18  nbConstraintChecks=256064219  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=149774
96.58	     nbFailedAssignments=105362  nbBacktracks=44308  nbVisitedNodes=297674  nbRestartNogoods=215
96.58	       =>  wckTime=65.666  cpuTime=65.27  mem=16M418
114.62	   
114.62	   search
114.62	     run=19  nbConstraintChecks=325335151  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=190495
114.62	     nbFailedAssignments=132826  nbBacktracks=57566  nbVisitedNodes=378343  nbRestartNogoods=234
114.62	       =>  wckTime=83.707  cpuTime=83.22  mem=16M418
114.62	   
114.62	   global
114.62	     nbConstraintChecks=325370154  nbRestartNogoods=234  solvingWckTime=83.708  solvingCpuTime=83.22  expiredTime=no
114.62	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=113.6
114.62	       =>  wckTime=114.313  cpuTime=113.55  mem=16M418
114.63	
114.63	s OPTIMUM FOUND
114.63	v 5 8 7 8 6 7 4 1 2 1 7 0 9 3 9 4 9 7 6 1 9 1 5 3 9 
114.63	   
114.63	   totalWckTime=114.396  totalCpuTime=113.61

Verifier Data (download as text)

17 unsatisfied constraints, 46 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/node30/watcher-281539-1169312937 -o ROOT/results/node30/solver-281539-1169312937 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/281539-1169312937/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.23 1.08 1.09 4/87 10862
/proc/meminfo: memFree=1580152/2055920 swapFree=4167328/4192956
[pid=10861] ppid=10859 vsize=1784 CPUtime=0
/proc/10861/stat : 10861 (java) R 10859 10861 10428 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 279687701 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/10861/statm: 446 140 106 14 0 91 0

[startup+0.105019 s]
/proc/loadavg: 1.23 1.08 1.09 4/87 10862
/proc/meminfo: memFree=1580152/2055920 swapFree=4167328/4192956
[pid=10861] ppid=10859 vsize=914988 CPUtime=0.08
/proc/10861/stat : 10861 (java) R 10859 10861 10428 0 -1 0 3000 0 1 0 7 1 0 0 17 0 8 0 279687701 936947712 2746 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072936459 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10861/statm: 228747 2746 1428 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513052 s]
/proc/loadavg: 1.23 1.08 1.09 4/87 10862
/proc/meminfo: memFree=1580152/2055920 swapFree=4167328/4192956
[pid=10861] ppid=10859 vsize=915332 CPUtime=0.49
/proc/10861/stat : 10861 (java) R 10859 10861 10428 0 -1 0 6480 0 1 0 46 3 0 0 18 0 8 0 279687701 937299968 6218 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10861/statm: 228833 6218 2165 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33409 s]
/proc/loadavg: 1.23 1.08 1.09 3/94 10869
/proc/meminfo: memFree=1563008/2055920 swapFree=4167328/4192956
[pid=10861] ppid=10859 vsize=915436 CPUtime=1.31
/proc/10861/stat : 10861 (java) R 10859 10861 10428 0 -1 0 6957 0 1 0 105 26 0 0 25 0 8 0 279687701 937406464 6695 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155123496 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10861/statm: 228859 6695 2479 14 0 215329 0
[pid=10861/tid=10863] ppid=10859 vsize=915436 CPUtime=0.02
/proc/10861/task/10863/stat : 10863 (java) S 10859 10861 10428 0 -1 64 135 0 0 0 2 0 0 0 16 0 8 0 279687705 937406464 6695 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10864] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10864/stat : 10864 (java) S 10859 10861 10428 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279687705 937406464 6695 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10865] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10865/stat : 10865 (java) S 10859 10861 10428 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279687705 937406464 6695 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10866] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10866/stat : 10866 (java) S 10859 10861 10428 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279687708 937406464 6695 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10867] ppid=10859 vsize=915436 CPUtime=0.11
/proc/10861/task/10867/stat : 10867 (java) S 10859 10861 10428 0 -1 64 326 0 0 0 11 0 0 0 16 0 8 0 279687708 937406464 6695 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10868] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10868/stat : 10868 (java) S 10859 10861 10428 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279687708 937406464 6695 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10869] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10869/stat : 10869 (java) S 10859 10861 10428 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279687709 937406464 6695 18446744073709551615 134512640 134570532 4294956464 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) 915436

[startup+2.97119 s]
/proc/loadavg: 1.23 1.08 1.09 3/94 10869
/proc/meminfo: memFree=1562944/2055920 swapFree=4167328/4192956
[pid=10861] ppid=10859 vsize=915436 CPUtime=2.94
/proc/10861/stat : 10861 (java) R 10859 10861 10428 0 -1 0 6960 0 1 0 220 74 0 0 25 0 8 0 279687701 937406464 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073649731 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10861/statm: 228859 6697 2479 14 0 215329 0
[pid=10861/tid=10863] ppid=10859 vsize=915436 CPUtime=0.02
/proc/10861/task/10863/stat : 10863 (java) S 10859 10861 10428 0 -1 64 135 0 0 0 2 0 0 0 17 0 8 0 279687705 937406464 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10864] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10864/stat : 10864 (java) S 10859 10861 10428 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279687705 937406464 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10865] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10865/stat : 10865 (java) S 10859 10861 10428 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279687705 937406464 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10866] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10866/stat : 10866 (java) S 10859 10861 10428 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279687708 937406464 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10867] ppid=10859 vsize=915436 CPUtime=0.11
/proc/10861/task/10867/stat : 10867 (java) S 10859 10861 10428 0 -1 64 328 0 0 0 11 0 0 0 16 0 8 0 279687708 937406464 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10868] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10868/stat : 10868 (java) S 10859 10861 10428 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279687708 937406464 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10869] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10869/stat : 10869 (java) S 10859 10861 10428 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279687709 937406464 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915436

[startup+6.1714 s]
/proc/loadavg: 1.29 1.09 1.09 3/94 10869
/proc/meminfo: memFree=1562944/2055920 swapFree=4167328/4192956
[pid=10861] ppid=10859 vsize=915440 CPUtime=6.12
/proc/10861/stat : 10861 (java) R 10859 10861 10428 0 -1 0 6960 0 1 0 442 170 0 0 25 0 8 0 279687701 937410560 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10861/statm: 228860 6697 2479 14 0 215330 0
[pid=10861/tid=10863] ppid=10859 vsize=915440 CPUtime=0.02
/proc/10861/task/10863/stat : 10863 (java) S 10859 10861 10428 0 -1 64 135 0 0 0 2 0 0 0 16 0 8 0 279687705 937410560 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10864] ppid=10859 vsize=915440 CPUtime=0
/proc/10861/task/10864/stat : 10864 (java) S 10859 10861 10428 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279687705 937410560 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10865] ppid=10859 vsize=915440 CPUtime=0
/proc/10861/task/10865/stat : 10865 (java) S 10859 10861 10428 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279687705 937410560 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10866] ppid=10859 vsize=915440 CPUtime=0
/proc/10861/task/10866/stat : 10866 (java) S 10859 10861 10428 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279687708 937410560 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10867] ppid=10859 vsize=915440 CPUtime=0.11
/proc/10861/task/10867/stat : 10867 (java) S 10859 10861 10428 0 -1 64 328 0 0 0 11 0 0 0 16 0 8 0 279687708 937410560 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10868] ppid=10859 vsize=915440 CPUtime=0
/proc/10861/task/10868/stat : 10868 (java) S 10859 10861 10428 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279687708 937410560 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10869] ppid=10859 vsize=915440 CPUtime=0
/proc/10861/task/10869/stat : 10869 (java) S 10859 10861 10428 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279687709 937410560 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 915440

[startup+12.6388 s]
/proc/loadavg: 1.35 1.11 1.10 3/94 10869
/proc/meminfo: memFree=1562952/2055920 swapFree=4167328/4192956
[pid=10861] ppid=10859 vsize=915436 CPUtime=12.56
/proc/10861/stat : 10861 (java) R 10859 10861 10428 0 -1 0 6960 0 1 0 887 369 0 0 25 0 8 0 279687701 937406464 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10861/statm: 228859 6697 2479 14 0 215329 0
[pid=10861/tid=10863] ppid=10859 vsize=915436 CPUtime=0.02
/proc/10861/task/10863/stat : 10863 (java) S 10859 10861 10428 0 -1 64 135 0 0 0 2 0 0 0 16 0 8 0 279687705 937406464 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10864] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10864/stat : 10864 (java) S 10859 10861 10428 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279687705 937406464 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10865] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10865/stat : 10865 (java) S 10859 10861 10428 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279687705 937406464 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10866] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10866/stat : 10866 (java) S 10859 10861 10428 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279687708 937406464 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10867] ppid=10859 vsize=915436 CPUtime=0.11
/proc/10861/task/10867/stat : 10867 (java) S 10859 10861 10428 0 -1 64 328 0 0 0 11 0 0 0 16 0 8 0 279687708 937406464 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10868] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10868/stat : 10868 (java) S 10859 10861 10428 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279687708 937406464 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10869] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10869/stat : 10869 (java) S 10859 10861 10428 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279687709 937406464 6697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 915436

[startup+25.5046 s]
/proc/loadavg: 1.49 1.15 1.11 3/94 10869
/proc/meminfo: memFree=1563016/2055920 swapFree=4167328/4192956
[pid=10861] ppid=10859 vsize=915440 CPUtime=25.36
/proc/10861/stat : 10861 (java) R 10859 10861 10428 0 -1 0 6962 0 1 0 1779 757 0 0 25 0 8 0 279687701 937410560 6698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10861/statm: 228860 6698 2479 14 0 215330 0
[pid=10861/tid=10863] ppid=10859 vsize=915440 CPUtime=0.02
/proc/10861/task/10863/stat : 10863 (java) S 10859 10861 10428 0 -1 64 135 0 0 0 2 0 0 0 16 0 8 0 279687705 937410560 6698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10864] ppid=10859 vsize=915440 CPUtime=0
/proc/10861/task/10864/stat : 10864 (java) S 10859 10861 10428 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279687705 937410560 6698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10865] ppid=10859 vsize=915440 CPUtime=0
/proc/10861/task/10865/stat : 10865 (java) S 10859 10861 10428 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279687705 937410560 6698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10866] ppid=10859 vsize=915440 CPUtime=0
/proc/10861/task/10866/stat : 10866 (java) S 10859 10861 10428 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279687708 937410560 6698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10867] ppid=10859 vsize=915440 CPUtime=0.11
/proc/10861/task/10867/stat : 10867 (java) S 10859 10861 10428 0 -1 64 329 0 0 0 11 0 0 0 16 0 8 0 279687708 937410560 6698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10868] ppid=10859 vsize=915440 CPUtime=0
/proc/10861/task/10868/stat : 10868 (java) S 10859 10861 10428 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279687708 937410560 6698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10869] ppid=10859 vsize=915440 CPUtime=0
/proc/10861/task/10869/stat : 10869 (java) S 10859 10861 10428 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279687709 937410560 6698 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915440

[startup+51.1142 s]
/proc/loadavg: 1.66 1.22 1.13 3/94 10869
/proc/meminfo: memFree=1555144/2055920 swapFree=4167328/4192956
[pid=10861] ppid=10859 vsize=915436 CPUtime=50.85
/proc/10861/stat : 10861 (java) R 10859 10861 10428 0 -1 0 9001 0 1 0 4164 921 0 0 25 0 8 0 279687701 937406464 8734 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073651558 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10861/statm: 228859 8734 2532 14 0 215329 0
[pid=10861/tid=10863] ppid=10859 vsize=915436 CPUtime=0.02
/proc/10861/task/10863/stat : 10863 (java) S 10859 10861 10428 0 -1 64 136 0 0 0 2 0 0 0 16 0 8 0 279687705 937406464 8734 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10864] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10864/stat : 10864 (java) S 10859 10861 10428 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279687705 937406464 8734 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10865] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10865/stat : 10865 (java) S 10859 10861 10428 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279687705 937406464 8734 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10866] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10866/stat : 10866 (java) S 10859 10861 10428 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279687708 937406464 8734 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10867] ppid=10859 vsize=915436 CPUtime=0.21
/proc/10861/task/10867/stat : 10867 (java) S 10859 10861 10428 0 -1 64 382 0 0 0 21 0 0 0 16 0 8 0 279687708 937406464 8734 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10868] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10868/stat : 10868 (java) S 10859 10861 10428 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279687708 937406464 8734 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10869] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10869/stat : 10869 (java) S 10859 10861 10428 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279687709 937406464 8734 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 915436

[startup+102.322 s]
/proc/loadavg: 1.85 1.34 1.17 3/94 10869
/proc/meminfo: memFree=1555016/2055920 swapFree=4167328/4192956
[pid=10861] ppid=10859 vsize=915436 CPUtime=101.81
/proc/10861/stat : 10861 (java) R 10859 10861 10428 0 -1 0 9013 0 1 0 9260 921 0 0 25 0 8 0 279687701 937406464 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073753949 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10861/statm: 228859 8744 2532 14 0 215329 0
[pid=10861/tid=10863] ppid=10859 vsize=915436 CPUtime=0.02
/proc/10861/task/10863/stat : 10863 (java) S 10859 10861 10428 0 -1 64 136 0 0 0 2 0 0 0 16 0 8 0 279687705 937406464 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10864] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10864/stat : 10864 (java) S 10859 10861 10428 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279687705 937406464 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10865] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10865/stat : 10865 (java) S 10859 10861 10428 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279687705 937406464 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10866] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10866/stat : 10866 (java) S 10859 10861 10428 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279687708 937406464 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10867] ppid=10859 vsize=915436 CPUtime=0.21
/proc/10861/task/10867/stat : 10867 (java) S 10859 10861 10428 0 -1 64 382 0 0 0 21 0 0 0 16 0 8 0 279687708 937406464 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10868] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10868/stat : 10868 (java) S 10859 10861 10428 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279687708 937406464 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10869] ppid=10859 vsize=915436 CPUtime=0
/proc/10861/task/10869/stat : 10869 (java) S 10859 10861 10428 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279687709 937406464 8744 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 915436

Child status: 0
Real time (s): 114.645
CPU time (s): 114.079
CPU user time (s): 104.857
CPU system time (s): 9.2216
CPU usage (%): 99.5064
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.857
system time used= 9.2216
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9109
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= 3348
involuntary context switches= 7289

runsolver used 0.145977 s user time and 0.378942 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Sat Jan 20 17:08:58 UTC 2007


IDJOB= 281539
IDBENCH= 12202
IDSOLVER= 68
FILE ID= node30/281539-1169312937

PBS_JOBID= 3610275

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/randomMaxCSP/sparseTight/vcsp-25-10-21-85-37_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/281539-1169312937/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-281539-1169312937 -o ROOT/results/node30/solver-281539-1169312937 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/281539-1169312937/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  e1a4f58ce2ce965128e681ea6bce983c

RANDOM SEED= 510209224

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.234
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.234
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:       1580632 kB
Buffers:         41340 kB
Cached:         263940 kB
SwapCached:       3508 kB
Active:         169680 kB
Inactive:       227440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1580632 kB
SwapTotal:     4192956 kB
SwapFree:      4167328 kB
Dirty:            3788 kB
Writeback:           0 kB
Mapped:         108072 kB
Slab:            63008 kB
Committed_AS:  5510360 kB
PageTables:       2344 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= 66561 MiB



End job on node30 on Sat Jan 20 17:10:52 UTC 2007