Trace number 282484

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 78.2181 78.3364

General information on the benchmark

NameMaxCSP/pi/pi-30-10-25-t48/
pi-30-10-197-52-21.xml
MD5SUM799711c0003896db1febe9452cd99b15
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints107
Best CPU time to get the best result obtained on this benchmark3.81142
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints109
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension109
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/282484-1169319272/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=30  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.41	       =>  wckTime=0.094  cpuTime=0.09  mem=6M885
0.41	   
0.41	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.56	     nbConstraints=109  nbRelationTypes=109  nbExtensionStructures=109  nbSharedExtensionStructures=0
0.56	     nbConflictsStructures=109  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1291  maxDegree=12
0.56	     maxArity=2
0.56	       =>  wckTime=0.248  cpuTime=0.15  mem=8M836
0.60	   
0.60	   solver LocalSearchSolver being built... 
0.64	       =>  wckTime=0.328  cpuTime=0.2  mem=5M499
0.64	
0.64	s SATISFIABLE
0.64	o 60
0.64	c 49
0.64	o 63
0.64	c 46
0.64	o 67
0.64	c 42
0.65	o 71
0.65	c 38
0.65	o 74
0.65	c 35
0.65	o 76
0.65	c 33
0.65	o 77
0.65	c 32
0.65	o 81
0.65	c 28
0.65	o 83
0.65	c 26
0.65	o 85
0.65	c 24
0.65	o 86
0.65	c 23
0.65	o 87
0.65	c 22
0.65	o 88
0.65	c 21
0.65	o 91
0.65	c 18
0.66	o 92
0.66	c 17
0.66	o 94
0.66	c 15
0.66	o 95
0.66	c 14
0.66	o 97
0.66	c 12
0.66	o 99
0.66	c 10
0.66	o 100
0.66	c 9
0.66	o 101
0.66	c 8
0.66	o 102
0.66	c 7
0.66	o 103
0.66	c 6
0.66	o 104
0.66	c 5
0.66	o 105
0.66	c 4
0.72	o 106
0.72	c 3
0.72	o 107
0.72	c 2
1.94	   
1.94	   search
1.94	     run=0  nbConstraintChecks=5369352  nbAssignments=10000
1.94	       =>  wckTime=1.302  cpuTime=1.27  mem=5M499
3.11	   
3.11	   search
3.11	     run=1  nbConstraintChecks=11036925  nbAssignments=20000
3.11	       =>  wckTime=2.474  cpuTime=2.44  mem=5M499
4.27	   
4.27	   search
4.27	     run=2  nbConstraintChecks=16221985  nbAssignments=30000
4.27	       =>  wckTime=3.634  cpuTime=3.59  mem=5M499
5.45	   
5.45	   search
5.45	     run=3  nbConstraintChecks=21843976  nbAssignments=40000
5.45	       =>  wckTime=4.809  cpuTime=4.77  mem=5M499
6.62	   
6.62	   search
6.62	     run=4  nbConstraintChecks=27349658  nbAssignments=50000
6.62	       =>  wckTime=5.98  cpuTime=5.93  mem=5M499
7.79	   
7.79	   search
7.79	     run=5  nbConstraintChecks=32902642  nbAssignments=60000
7.79	       =>  wckTime=7.151  cpuTime=7.1  mem=5M499
8.95	   
8.95	   search
8.95	     run=6  nbConstraintChecks=38417814  nbAssignments=70000
8.95	       =>  wckTime=8.312  cpuTime=8.26  mem=5M499
10.13	   
10.13	   search
10.13	     run=7  nbConstraintChecks=44113875  nbAssignments=80000
10.13	       =>  wckTime=9.497  cpuTime=9.45  mem=5M499
11.26	   
11.26	   search
11.26	     run=8  nbConstraintChecks=49310766  nbAssignments=90000
11.26	       =>  wckTime=10.624  cpuTime=10.58  mem=5M499
12.39	   
12.39	   search
12.39	     run=9  nbConstraintChecks=54510837  nbAssignments=100000
12.39	       =>  wckTime=11.755  cpuTime=11.7  mem=5M499
13.52	   
13.52	   search
13.52	     run=10  nbConstraintChecks=59686869  nbAssignments=110000
13.52	       =>  wckTime=12.882  cpuTime=12.83  mem=5M499
14.67	   
14.67	   search
14.67	     run=11  nbConstraintChecks=65090885  nbAssignments=120000
14.67	       =>  wckTime=14.032  cpuTime=13.98  mem=5M499
15.79	   
15.79	   search
15.79	     run=12  nbConstraintChecks=70254050  nbAssignments=130000
15.79	       =>  wckTime=15.152  cpuTime=15.1  mem=5M499
16.97	   
16.97	   search
16.97	     run=13  nbConstraintChecks=75919861  nbAssignments=140000
16.97	       =>  wckTime=16.329  cpuTime=16.28  mem=5M499
18.09	   
18.09	   search
18.09	     run=14  nbConstraintChecks=81189283  nbAssignments=150000
18.09	       =>  wckTime=17.457  cpuTime=17.4  mem=5M499
19.22	   
19.22	   search
19.22	     run=15  nbConstraintChecks=86457242  nbAssignments=160000
19.22	       =>  wckTime=18.585  cpuTime=18.53  mem=5M499
20.37	   
20.37	   search
20.37	     run=16  nbConstraintChecks=91909877  nbAssignments=170000
20.37	       =>  wckTime=19.735  cpuTime=19.68  mem=5M499
21.54	   
21.54	   search
21.54	     run=17  nbConstraintChecks=97534754  nbAssignments=180000
21.54	       =>  wckTime=20.906  cpuTime=20.84  mem=5M499
22.69	   
22.69	   search
22.69	     run=18  nbConstraintChecks=102753376  nbAssignments=190000
22.69	       =>  wckTime=22.055  cpuTime=21.99  mem=5M499
23.84	   
23.84	   search
23.84	     run=19  nbConstraintChecks=108187957  nbAssignments=200000
23.84	       =>  wckTime=23.204  cpuTime=23.14  mem=5M499
25.02	   
25.02	   search
25.02	     run=20  nbConstraintChecks=113870715  nbAssignments=210000
25.02	       =>  wckTime=24.383  cpuTime=24.31  mem=5M499
26.21	   
26.21	   search
26.21	     run=21  nbConstraintChecks=119640366  nbAssignments=220000
26.21	       =>  wckTime=25.577  cpuTime=25.51  mem=5M499
27.38	   
27.38	   search
27.38	     run=22  nbConstraintChecks=125158684  nbAssignments=230000
27.38	       =>  wckTime=26.746  cpuTime=26.68  mem=5M499
28.54	   
28.54	   search
28.54	     run=23  nbConstraintChecks=130602475  nbAssignments=240000
28.54	       =>  wckTime=27.902  cpuTime=27.84  mem=5M499
29.68	   
29.68	   search
29.68	     run=24  nbConstraintChecks=135902589  nbAssignments=250000
29.68	       =>  wckTime=29.043  cpuTime=28.97  mem=5M499
30.79	   
30.79	   search
30.79	     run=25  nbConstraintChecks=141177807  nbAssignments=259565
30.79	       =>  wckTime=30.154  cpuTime=30.09  mem=5M499
30.79	   
30.79	   global
30.79	     nbConstraintChecks=141177807  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.79	     solvingWckTime=30.152  solvingCpuTime=30.09  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.79	     globalCpuTime=30.34
30.79	       =>  wckTime=30.482  cpuTime=30.29  mem=5M499
30.79	   
30.79	   solver IterativeSystematicSolver being built... 
30.93	       =>  wckTime=30.617  cpuTime=30.39  mem=16M583
30.97	   
30.97	   preprocessing
30.97	     nbConstraintChecks=20010  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
30.97	     detectedInconsistency=no
30.97	       =>  wckTime=0.043  cpuTime=0.02  mem=16M583
31.03	   
31.03	   search
31.03	     run=0  nbConstraintChecks=118094  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=80
31.03	     nbFailedAssignments=63  nbBacktracks=10  nbVisitedNodes=154  nbRestartNogoods=0
31.03	       =>  wckTime=0.094  cpuTime=0.08  mem=16M583
31.10	   
31.10	   search
31.10	     run=1  nbConstraintChecks=294685  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=198
31.10	     nbFailedAssignments=162  nbBacktracks=25  nbVisitedNodes=384  nbRestartNogoods=17
31.10	       =>  wckTime=0.171  cpuTime=0.14  mem=16M583
31.17	   
31.17	   search
31.17	     run=2  nbConstraintChecks=482867  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=325
31.17	     nbFailedAssignments=262  nbBacktracks=47  nbVisitedNodes=631  nbRestartNogoods=29
31.17	       =>  wckTime=0.236  cpuTime=0.2  mem=16M583
31.26	   
31.26	   search
31.26	     run=3  nbConstraintChecks=769001  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=520
31.26	     nbFailedAssignments=419  nbBacktracks=80  nbVisitedNodes=1013  nbRestartNogoods=44
31.26	       =>  wckTime=0.328  cpuTime=0.3  mem=16M583
31.37	   
31.37	   search
31.37	     run=4  nbConstraintChecks=1108837  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=748
31.37	     nbFailedAssignments=588  nbBacktracks=130  nbVisitedNodes=1458  nbRestartNogoods=61
31.37	       =>  wckTime=0.44  cpuTime=0.41  mem=16M583
31.57	   
31.57	   search
31.57	     run=5  nbConstraintChecks=1783318  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1163
31.57	     nbFailedAssignments=922  nbBacktracks=207  nbVisitedNodes=2282  nbRestartNogoods=86
31.57	       =>  wckTime=0.644  cpuTime=0.61  mem=16M583
31.87	   
31.87	   search
31.87	     run=6  nbConstraintChecks=2752907  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1763
31.87	     nbFailedAssignments=1403  nbBacktracks=321  nbVisitedNodes=3457  nbRestartNogoods=89
31.87	       =>  wckTime=0.938  cpuTime=0.88  mem=16M583
32.24	   
32.24	   search
32.24	     run=7  nbConstraintChecks=4156855  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2601
32.24	     nbFailedAssignments=2066  nbBacktracks=491  nbVisitedNodes=5126  nbRestartNogoods=104
32.24	       =>  wckTime=1.314  cpuTime=1.25  mem=16M583
32.62	   
32.62	   search
32.62	     run=8  nbConstraintChecks=5506914  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3478
32.62	     nbFailedAssignments=2680  nbBacktracks=747  nbVisitedNodes=6871  nbRestartNogoods=108
32.62	       =>  wckTime=1.689  cpuTime=1.63  mem=16M583
33.42	   
33.42	   search
33.42	     run=9  nbConstraintChecks=8456634  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5311
33.42	     nbFailedAssignments=4119  nbBacktracks=1131  nbVisitedNodes=10511  nbRestartNogoods=128
33.42	       =>  wckTime=2.489  cpuTime=2.42  mem=16M583
34.57	   
34.57	   search
34.57	     run=10  nbConstraintChecks=12702273  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7931
34.57	     nbFailedAssignments=6160  nbBacktracks=1707  nbVisitedNodes=15729  nbRestartNogoods=146
34.57	       =>  wckTime=3.641  cpuTime=3.57  mem=16M583
36.16	   
36.16	   search
36.16	     run=11  nbConstraintChecks=18966323  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11761
36.16	     nbFailedAssignments=9120  nbBacktracks=2572  nbVisitedNodes=23363  nbRestartNogoods=156
36.16	       =>  wckTime=5.226  cpuTime=5.15  mem=16M583
38.32	   
38.32	   search
38.32	     run=12  nbConstraintChecks=26739552  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16768
38.32	     nbFailedAssignments=12826  nbBacktracks=3869  nbVisitedNodes=33328  nbRestartNogoods=173
38.32	       =>  wckTime=7.389  cpuTime=7.32  mem=16M583
41.96	   
41.96	   search
41.96	     run=13  nbConstraintChecks=39855497  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=25396
41.96	     nbFailedAssignments=19503  nbBacktracks=5815  nbVisitedNodes=50467  nbRestartNogoods=181
41.96	       =>  wckTime=11.028  cpuTime=10.95  mem=16M583
46.63	   
46.63	   search
46.63	     run=14  nbConstraintChecks=56165052  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=35996
46.63	     nbFailedAssignments=27181  nbBacktracks=8734  nbVisitedNodes=71552  nbRestartNogoods=200
46.63	       =>  wckTime=15.699  cpuTime=15.62  mem=16M583
52.63	   
52.63	   search
52.63	     run=15  nbConstraintChecks=75724972  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=49342
52.63	     nbFailedAssignments=36144  nbBacktracks=13114  nbVisitedNodes=97962  nbRestartNogoods=207
52.63	       =>  wckTime=21.705  cpuTime=21.62  mem=16M583
60.59	   
60.59	   search
60.59	     run=16  nbConstraintChecks=101156401  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=66682
60.59	     nbFailedAssignments=46908  nbBacktracks=19682  nbVisitedNodes=132275  nbRestartNogoods=230
60.59	       =>  wckTime=29.664  cpuTime=29.58  mem=16M583
71.63	   
71.63	   search
71.63	     run=17  nbConstraintChecks=135490212  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=90559
71.63	     nbFailedAssignments=60927  nbBacktracks=29534  nbVisitedNodes=178952  nbRestartNogoods=244
71.63	       =>  wckTime=40.701  cpuTime=40.62  mem=16M583
78.31	   
78.31	   search
78.31	     run=18  nbConstraintChecks=155533993  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=104676
78.31	     nbFailedAssignments=68768  nbBacktracks=35811  nbVisitedNodes=206298  nbRestartNogoods=257
78.31	       =>  wckTime=47.384  cpuTime=47.3  mem=16M583
78.31	   
78.31	   global
78.31	     nbConstraintChecks=155554003  nbRestartNogoods=257  solvingWckTime=47.385  solvingCpuTime=47.3  expiredTime=no
78.31	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=77.74
78.31	       =>  wckTime=78.003  cpuTime=77.69  mem=16M583
78.32	
78.32	s OPTIMUM FOUND
78.32	v 1 7 6 1 10 9 6 7 9 5 10 4 1 7 10 9 5 7 2 2 3 1 5 9 7 3 2 9 3 10 
78.32	   
78.32	   totalWckTime=78.083  totalCpuTime=77.74

Verifier Data (download as text)

2 unsatisfied constraints, 107 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-282484-1169319272 -o ROOT/results/node30/solver-282484-1169319272 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/282484-1169319272/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: 0.83 1.23 1.42 4/86 12520
/proc/meminfo: memFree=1631112/2055920 swapFree=4167328/4192956
[pid=12519] ppid=12517 vsize=907160 CPUtime=0.02
/proc/12519/stat : 12519 (java) S 12517 12519 12134 0 -1 0 2157 0 1 0 2 0 0 0 18 0 3 0 280321151 928931840 1906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/12519/statm: 226790 1906 1083 14 0 214373 0
[pid=12519/tid=12521] ppid=12517 vsize=907160 CPUtime=0
/proc/12519/task/12521/stat : 12521 (java) S 12517 12519 12134 0 -1 64 7 0 0 0 0 0 0 0 18 0 3 0 280321155 928931840 1906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0
[pid=12519/tid=12522] ppid=12517 vsize=907160 CPUtime=0
/proc/12519/task/12522/stat : 12522 (java) R 12517 12519 12134 0 -1 64 0 0 0 0 0 0 0 0 19 0 3 0 280321155 928931840 1906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7864280 0 4 0 7368 0 0 0 -1 1 0 0

[startup+0.105747 s]
/proc/loadavg: 0.83 1.23 1.42 4/86 12520
/proc/meminfo: memFree=1631112/2055920 swapFree=4167328/4192956
[pid=12519] ppid=12517 vsize=914988 CPUtime=0.09
/proc/12519/stat : 12519 (java) R 12517 12519 12134 0 -1 0 3015 0 1 0 7 2 0 0 20 0 8 0 280321151 936947712 2761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155239863 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12519/statm: 228747 2761 1434 14 0 215242 0
[pid=12519/tid=12521] ppid=12517 vsize=914988 CPUtime=0
/proc/12519/task/12521/stat : 12521 (java) S 12517 12519 12134 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 280321155 936947712 2761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12522] ppid=12517 vsize=914988 CPUtime=0
/proc/12519/task/12522/stat : 12522 (java) S 12517 12519 12134 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 280321155 936947712 2761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.513773 s]
/proc/loadavg: 0.83 1.23 1.42 4/86 12520
/proc/meminfo: memFree=1631112/2055920 swapFree=4167328/4192956
[pid=12519] ppid=12517 vsize=915332 CPUtime=0.45
/proc/12519/stat : 12519 (java) R 12517 12519 12134 0 -1 0 6309 0 1 0 42 3 0 0 20 0 8 0 280321151 937299968 6048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12519/statm: 228833 6048 2147 14 0 215303 0
[pid=12519/tid=12521] ppid=12517 vsize=915332 CPUtime=0
/proc/12519/task/12521/stat : 12521 (java) S 12517 12519 12134 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 280321155 937299968 6048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12522] ppid=12517 vsize=915332 CPUtime=0
/proc/12519/task/12522/stat : 12522 (java) S 12517 12519 12134 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 280321155 937299968 6048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915332

[startup+1.33682 s]
/proc/loadavg: 0.83 1.23 1.42 3/93 12527
/proc/meminfo: memFree=1613584/2055920 swapFree=4167328/4192956
[pid=12519] ppid=12517 vsize=915444 CPUtime=1.27
/proc/12519/stat : 12519 (java) R 12517 12519 12134 0 -1 0 7048 0 1 0 104 23 0 0 25 0 8 0 280321151 937414656 6786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073670830 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12519/statm: 228861 6786 2479 14 0 215331 0
[pid=12519/tid=12521] ppid=12517 vsize=915444 CPUtime=0.02
/proc/12519/task/12521/stat : 12521 (java) S 12517 12519 12134 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280321155 937414656 6786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12522] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12522/stat : 12522 (java) S 12517 12519 12134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280321155 937414656 6786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12523] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12523/stat : 12523 (java) S 12517 12519 12134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280321156 937414656 6786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12524] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12524/stat : 12524 (java) S 12517 12519 12134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280321159 937414656 6786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12525] ppid=12517 vsize=915444 CPUtime=0.11
/proc/12519/task/12525/stat : 12525 (java) S 12517 12519 12134 0 -1 64 328 0 0 0 10 1 0 0 16 0 8 0 280321159 937414656 6786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12526] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12526/stat : 12526 (java) S 12517 12519 12134 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280321159 937414656 6786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12527] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12527/stat : 12527 (java) S 12517 12519 12134 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280321159 937414656 6786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 915444

[startup+2.98992 s]
/proc/loadavg: 0.83 1.23 1.42 3/88 12537
/proc/meminfo: memFree=1614776/2055920 swapFree=4167328/4192956
[pid=12519] ppid=12517 vsize=915444 CPUtime=2.92
/proc/12519/stat : 12519 (java) R 12517 12519 12134 0 -1 0 7052 0 1 0 219 73 0 0 25 0 8 0 280321151 937414656 6789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12519/statm: 228861 6789 2480 14 0 215331 0
[pid=12519/tid=12521] ppid=12517 vsize=915444 CPUtime=0.02
/proc/12519/task/12521/stat : 12521 (java) S 12517 12519 12134 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280321155 937414656 6789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12522] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12522/stat : 12522 (java) S 12517 12519 12134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280321155 937414656 6789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12523] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12523/stat : 12523 (java) S 12517 12519 12134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280321156 937414656 6789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12524] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12524/stat : 12524 (java) S 12517 12519 12134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280321159 937414656 6789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12525] ppid=12517 vsize=915448 CPUtime=0.12
/proc/12519/task/12525/stat : 12525 (java) S 12517 12519 12134 0 -1 64 330 0 0 0 11 1 0 0 16 0 8 0 280321159 937418752 6789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12526] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12526/stat : 12526 (java) S 12517 12519 12134 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280321159 937414656 6789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12527] ppid=12517 vsize=915448 CPUtime=0
/proc/12519/task/12527/stat : 12527 (java) S 12517 12519 12134 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280321159 937418752 6789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915444

[startup+6.27514 s]
/proc/loadavg: 0.85 1.23 1.41 2/88 12542
/proc/meminfo: memFree=1616888/2055920 swapFree=4167328/4192956
[pid=12519] ppid=12517 vsize=915444 CPUtime=6.19
/proc/12519/stat : 12519 (java) R 12517 12519 12134 0 -1 0 7052 0 1 0 440 179 0 0 25 0 8 0 280321151 937414656 6789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073659175 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12519/statm: 228861 6789 2480 14 0 215331 0
[pid=12519/tid=12521] ppid=12517 vsize=915448 CPUtime=0.02
/proc/12519/task/12521/stat : 12521 (java) S 12517 12519 12134 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280321155 937418752 6789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12522] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12522/stat : 12522 (java) S 12517 12519 12134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280321155 937414656 6789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12523] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12523/stat : 12523 (java) S 12517 12519 12134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280321156 937414656 6789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12524] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12524/stat : 12524 (java) S 12517 12519 12134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280321159 937414656 6789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12525] ppid=12517 vsize=915444 CPUtime=0.12
/proc/12519/task/12525/stat : 12525 (java) S 12517 12519 12134 0 -1 64 330 0 0 0 11 1 0 0 16 0 8 0 280321159 937414656 6789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12526] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12526/stat : 12526 (java) S 12517 12519 12134 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280321159 937414656 6789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12527] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12527/stat : 12527 (java) S 12517 12519 12134 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280321159 937414656 6789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915444

[startup+12.7645 s]
/proc/loadavg: 0.94 1.24 1.42 2/88 12630
/proc/meminfo: memFree=1614328/2055920 swapFree=4167328/4192956
[pid=12519] ppid=12517 vsize=915448 CPUtime=12.67
/proc/12519/stat : 12519 (java) R 12517 12519 12134 0 -1 0 7053 0 1 0 885 382 0 0 25 0 8 0 280321151 937418752 6790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12519/statm: 228861 6790 2480 14 0 215331 0
[pid=12519/tid=12521] ppid=12517 vsize=915444 CPUtime=0.02
/proc/12519/task/12521/stat : 12521 (java) S 12517 12519 12134 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280321155 937414656 6790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12522] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12522/stat : 12522 (java) S 12517 12519 12134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280321155 937414656 6790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12523] ppid=12517 vsize=915448 CPUtime=0
/proc/12519/task/12523/stat : 12523 (java) S 12517 12519 12134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280321156 937418752 6790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12524] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12524/stat : 12524 (java) S 12517 12519 12134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280321159 937414656 6790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12525] ppid=12517 vsize=915444 CPUtime=0.12
/proc/12519/task/12525/stat : 12525 (java) S 12517 12519 12134 0 -1 64 331 0 0 0 11 1 0 0 16 0 8 0 280321159 937414656 6790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12519/tid=12526] ppid=12517 vsize=915448 CPUtime=0
/proc/12519/task/12526/stat : 12526 (java) S 12517 12519 12134 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280321159 937418752 6790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12527] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12527/stat : 12527 (java) S 12517 12519 12134 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280321159 937414656 6790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915448

[startup+25.6134 s]
/proc/loadavg: 1.11 1.26 1.42 3/101 12784
/proc/meminfo: memFree=1583312/2055920 swapFree=4167328/4192956
[pid=12519] ppid=12517 vsize=915444 CPUtime=25.51
/proc/12519/stat : 12519 (java) R 12517 12519 12134 0 -1 0 7054 0 1 0 1754 797 0 0 25 0 8 0 280321151 937414656 6791 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12519/statm: 228861 6791 2480 14 0 215331 0
[pid=12519/tid=12521] ppid=12517 vsize=915444 CPUtime=0.02
/proc/12519/task/12521/stat : 12521 (java) S 12517 12519 12134 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280321155 937414656 6791 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12522] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12522/stat : 12522 (java) S 12517 12519 12134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280321155 937414656 6791 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12523] ppid=12517 vsize=915448 CPUtime=0
/proc/12519/task/12523/stat : 12523 (java) S 12517 12519 12134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280321156 937418752 6791 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12524] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12524/stat : 12524 (java) S 12517 12519 12134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280321159 937414656 6791 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12525] ppid=12517 vsize=915444 CPUtime=0.12
/proc/12519/task/12525/stat : 12525 (java) S 12517 12519 12134 0 -1 64 332 0 0 0 11 1 0 0 16 0 8 0 280321159 937414656 6791 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12519/tid=12526] ppid=12517 vsize=915448 CPUtime=0
/proc/12519/task/12526/stat : 12526 (java) S 12517 12519 12134 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280321159 937418752 6791 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12527] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12527/stat : 12527 (java) S 12517 12519 12134 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280321159 937414656 6791 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 915444

[startup+51.314 s]
/proc/loadavg: 1.07 1.24 1.41 2/85 12799
/proc/meminfo: memFree=1612000/2055920 swapFree=4167328/4192956
[pid=12519] ppid=12517 vsize=915444 CPUtime=51.2
/proc/12519/stat : 12519 (java) R 12517 12519 12134 0 -1 0 9117 0 1 0 4160 960 0 0 25 0 8 0 280321151 937414656 8849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073667537 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12519/statm: 228861 8849 2533 14 0 215331 0
[pid=12519/tid=12521] ppid=12517 vsize=915444 CPUtime=0.02
/proc/12519/task/12521/stat : 12521 (java) S 12517 12519 12134 0 -1 64 156 0 0 0 2 0 0 0 16 0 8 0 280321155 937414656 8849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12522] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12522/stat : 12522 (java) S 12517 12519 12134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280321155 937414656 8849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12523] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12523/stat : 12523 (java) S 12517 12519 12134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280321156 937414656 8849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12524] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12524/stat : 12524 (java) S 12517 12519 12134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280321159 937414656 8849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12525] ppid=12517 vsize=915444 CPUtime=0.22
/proc/12519/task/12525/stat : 12525 (java) S 12517 12519 12134 0 -1 64 388 0 0 0 21 1 0 0 15 0 8 0 280321159 937414656 8849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12519/tid=12526] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12526/stat : 12526 (java) S 12517 12519 12134 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280321159 937414656 8849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12519/tid=12527] ppid=12517 vsize=915444 CPUtime=0
/proc/12519/task/12527/stat : 12527 (java) S 12517 12519 12134 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280321159 937414656 8849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 915444

Child status: 0
Real time (s): 78.3364
CPU time (s): 78.2181
CPU user time (s): 68.5976
CPU system time (s): 9.62054
CPU usage (%): 99.849
Max. virtual memory (cumulated for all children) (KiB): 915448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.5976
system time used= 9.62054
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9219
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= 2605
involuntary context switches= 2742

runsolver used 0.098984 s user time and 0.222966 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Sat Jan 20 18:54:32 UTC 2007


IDJOB= 282484
IDBENCH= 12840
IDSOLVER= 68
FILE ID= node30/282484-1169319272

PBS_JOBID= 3610355

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/pi/pi-30-10-25-t48/pi-30-10-197-52-21.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/282484-1169319272/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-282484-1169319272 -o ROOT/results/node30/solver-282484-1169319272 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/282484-1169319272/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  799711c0003896db1febe9452cd99b15

RANDOM SEED= 497911698

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:       1631528 kB
Buffers:         41856 kB
Cached:         267776 kB
SwapCached:       3508 kB
Active:         118700 kB
Inactive:       227400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1631528 kB
SwapTotal:     4192956 kB
SwapFree:      4167328 kB
Dirty:            4408 kB
Writeback:           0 kB
Mapped:          52784 kB
Slab:            63204 kB
Committed_AS:  5583064 kB
PageTables:       2184 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= 66563 MiB



End job on node30 on Sat Jan 20 18:55:50 UTC 2007