Trace number 278749

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 153.016 153.189

General information on the benchmark

NameMaxCSP/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-60/
kbtree-9-7-3-5-60-01_ext.xml
MD5SUMa5b6ac2e797b89ac49d984dcb84da72a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints135
Best CPU time to get the best result obtained on this benchmark4.6193
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints189
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension189
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.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.30	   configuration
0.30	     name=epfc.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/278749-1169289204/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=28  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5
0.39	       =>  wckTime=0.096  cpuTime=0.09  mem=6M887
0.39	   
0.39	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.53	     nbConstraints=189  nbRelationTypes=189  nbExtensionStructures=189  nbSharedExtensionStructures=0
0.53	     nbConflictsStructures=189  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1858  maxDegree=27
0.53	     maxArity=2
0.53	       =>  wckTime=0.231  cpuTime=0.17  mem=8M837
0.57	   
0.57	   solver LocalSearchSolver being built... 
0.61	       =>  wckTime=0.311  cpuTime=0.21  mem=5M532
0.61	
0.61	s SATISFIABLE
0.61	o 87
0.61	c 102
0.61	o 88
0.61	c 101
0.62	o 90
0.62	c 99
0.62	o 94
0.62	c 95
0.62	o 98
0.62	c 91
0.62	o 102
0.62	c 87
0.62	o 106
0.62	c 83
0.62	o 109
0.62	c 80
0.62	o 113
0.62	c 76
0.62	o 118
0.62	c 71
0.62	o 122
0.62	c 67
0.62	o 124
0.62	c 65
0.62	o 125
0.62	c 64
0.63	o 126
0.63	c 63
0.63	o 127
0.63	c 62
0.63	o 129
0.63	c 60
0.63	o 131
0.63	c 58
0.63	o 132
0.63	c 57
0.63	o 133
0.63	c 56
0.63	o 134
0.63	c 55
0.64	o 135
0.64	c 54
2.44	   
2.44	   search
2.44	     run=0  nbConstraintChecks=10022994  nbAssignments=10000
2.45	       =>  wckTime=1.838  cpuTime=1.82  mem=5M532
4.23	   
4.23	   search
4.23	     run=1  nbConstraintChecks=20228871  nbAssignments=20000
4.23	       =>  wckTime=3.627  cpuTime=3.6  mem=5M532
6.01	   
6.01	   search
6.01	     run=2  nbConstraintChecks=30317164  nbAssignments=30000
6.01	       =>  wckTime=5.406  cpuTime=5.38  mem=5M532
7.81	   
7.81	   search
7.81	     run=3  nbConstraintChecks=40436288  nbAssignments=40000
7.81	       =>  wckTime=7.205  cpuTime=7.18  mem=5M532
9.60	   
9.60	   search
9.60	     run=4  nbConstraintChecks=50445573  nbAssignments=50000
9.60	       =>  wckTime=8.991  cpuTime=8.97  mem=5M532
11.40	   
11.40	   search
11.40	     run=5  nbConstraintChecks=60548894  nbAssignments=60000
11.40	       =>  wckTime=10.789  cpuTime=10.76  mem=5M532
13.18	   
13.18	   search
13.18	     run=6  nbConstraintChecks=70571295  nbAssignments=70000
13.18	       =>  wckTime=12.577  cpuTime=12.55  mem=5M532
14.98	   
14.98	   search
14.98	     run=7  nbConstraintChecks=80797794  nbAssignments=80000
14.98	       =>  wckTime=14.374  cpuTime=14.34  mem=5M532
16.76	   
16.76	   search
16.76	     run=8  nbConstraintChecks=90816582  nbAssignments=90000
16.76	       =>  wckTime=16.154  cpuTime=16.12  mem=5M532
18.54	   
18.54	   search
18.54	     run=9  nbConstraintChecks=100853577  nbAssignments=100000
18.54	       =>  wckTime=17.929  cpuTime=17.9  mem=5M532
20.30	   
20.30	   search
20.30	     run=10  nbConstraintChecks=110811859  nbAssignments=110000
20.30	       =>  wckTime=19.695  cpuTime=19.66  mem=5M532
22.08	   
22.08	   search
22.08	     run=11  nbConstraintChecks=120864601  nbAssignments=120000
22.08	       =>  wckTime=21.471  cpuTime=21.44  mem=5M532
23.84	   
23.84	   search
23.84	     run=12  nbConstraintChecks=130798406  nbAssignments=130000
23.84	       =>  wckTime=23.234  cpuTime=23.19  mem=5M532
25.62	   
25.62	   search
25.62	     run=13  nbConstraintChecks=140860202  nbAssignments=140000
25.62	       =>  wckTime=25.013  cpuTime=24.97  mem=5M532
27.40	   
27.40	   search
27.40	     run=14  nbConstraintChecks=150868233  nbAssignments=150000
27.40	       =>  wckTime=26.797  cpuTime=26.76  mem=5M532
29.21	   
29.21	   search
29.21	     run=15  nbConstraintChecks=161004792  nbAssignments=160000
29.21	       =>  wckTime=28.602  cpuTime=28.56  mem=5M532
30.68	   
30.68	   search
30.68	     run=16  nbConstraintChecks=169249152  nbAssignments=168215
30.68	       =>  wckTime=30.072  cpuTime=30.03  mem=5M532
30.68	   
30.68	   global
30.68	     nbConstraintChecks=169249152  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.68	     solvingWckTime=30.071  solvingCpuTime=30.03  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.68	     globalCpuTime=30.29
30.68	       =>  wckTime=30.384  cpuTime=30.24  mem=5M532
30.68	   
30.68	   solver IterativeSystematicSolver being built... 
30.81	       =>  wckTime=30.508  cpuTime=30.34  mem=16M505
30.84	   
30.84	   preprocessing
30.84	     nbConstraintChecks=28960  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
30.84	     detectedInconsistency=no
30.84	       =>  wckTime=0.036  cpuTime=0.02  mem=16M505
30.88	   
30.88	   search
30.88	     run=0  nbConstraintChecks=59951  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=43
30.88	     nbFailedAssignments=21  nbBacktracks=10  nbVisitedNodes=75  nbRestartNogoods=0
30.88	       =>  wckTime=0.07  cpuTime=0.05  mem=16M505
30.91	   
30.91	   search
30.91	     run=1  nbConstraintChecks=133922  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=95
30.91	     nbFailedAssignments=44  nbBacktracks=25  nbVisitedNodes=165  nbRestartNogoods=1
30.91	       =>  wckTime=0.108  cpuTime=0.08  mem=16M505
30.95	   
30.95	   search
30.95	     run=2  nbConstraintChecks=258371  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=172
30.95	     nbFailedAssignments=88  nbBacktracks=47  nbVisitedNodes=308  nbRestartNogoods=5
30.95	       =>  wckTime=0.148  cpuTime=0.11  mem=16M505
31.00	   
31.00	   search
31.00	     run=3  nbConstraintChecks=419582  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=280
31.00	     nbFailedAssignments=146  nbBacktracks=80  nbVisitedNodes=507  nbRestartNogoods=8
31.00	       =>  wckTime=0.194  cpuTime=0.16  mem=16M505
31.06	   
31.06	   search
31.06	     run=4  nbConstraintChecks=656798  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=423
31.06	     nbFailedAssignments=227  nbBacktracks=130  nbVisitedNodes=781  nbRestartNogoods=13
31.06	       =>  wckTime=0.258  cpuTime=0.22  mem=16M505
31.17	   
31.17	   search
31.17	     run=5  nbConstraintChecks=1016148  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=629
31.17	     nbFailedAssignments=348  nbBacktracks=205  nbVisitedNodes=1183  nbRestartNogoods=23
31.17	       =>  wckTime=0.361  cpuTime=0.32  mem=16M505
31.33	   
31.34	   search
31.34	     run=6  nbConstraintChecks=1589772  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=950
31.34	     nbFailedAssignments=543  nbBacktracks=318  nbVisitedNodes=1812  nbRestartNogoods=32
31.34	       =>  wckTime=0.528  cpuTime=0.49  mem=16M505
31.54	   
31.54	   search
31.54	     run=7  nbConstraintChecks=2357013  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1396
31.54	     nbFailedAssignments=807  nbBacktracks=489  nbVisitedNodes=2692  nbRestartNogoods=35
31.54	       =>  wckTime=0.73  cpuTime=0.68  mem=16M505
31.87	   
31.87	   search
31.87	     run=8  nbConstraintChecks=3559199  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2076
31.87	     nbFailedAssignments=1222  nbBacktracks=745  nbVisitedNodes=4040  nbRestartNogoods=38
31.87	       =>  wckTime=1.062  cpuTime=0.99  mem=16M505
32.30	   
32.30	   search
32.30	     run=9  nbConstraintChecks=5283908  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3059
32.30	     nbFailedAssignments=1808  nbBacktracks=1129  nbVisitedNodes=5969  nbRestartNogoods=46
32.30	       =>  wckTime=1.494  cpuTime=1.42  mem=16M505
33.10	   
33.10	   search
33.10	     run=10  nbConstraintChecks=8297838  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4698
33.10	     nbFailedAssignments=2862  nbBacktracks=1705  nbVisitedNodes=9225  nbRestartNogoods=53
33.10	       =>  wckTime=2.295  cpuTime=2.21  mem=16M505
34.24	   
34.24	   search
34.24	     run=11  nbConstraintChecks=12492912  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7008
34.24	     nbFailedAssignments=4296  nbBacktracks=2570  nbVisitedNodes=13816  nbRestartNogoods=57
34.24	       =>  wckTime=3.438  cpuTime=3.35  mem=16M505
35.72	   
35.72	   search
35.72	     run=12  nbConstraintChecks=18245375  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10298
35.72	     nbFailedAssignments=6276  nbBacktracks=3868  nbVisitedNodes=20354  nbRestartNogoods=67
35.72	       =>  wckTime=4.917  cpuTime=4.81  mem=16M505
37.92	   
37.92	   search
37.92	     run=13  nbConstraintChecks=26635136  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15136
37.92	     nbFailedAssignments=9154  nbBacktracks=5814  nbVisitedNodes=29980  nbRestartNogoods=77
37.92	       =>  wckTime=7.117  cpuTime=7.0  mem=16M505
41.18	   
41.18	   search
41.18	     run=14  nbConstraintChecks=38907703  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=22139
41.18	     nbFailedAssignments=13228  nbBacktracks=8733  nbVisitedNodes=43959  nbRestartNogoods=83
41.18	       =>  wckTime=10.372  cpuTime=10.26  mem=16M505
46.20	   
46.20	   search
46.20	     run=15  nbConstraintChecks=57052597  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=32776
46.20	     nbFailedAssignments=19477  nbBacktracks=13111  nbVisitedNodes=65218  nbRestartNogoods=92
46.21	       =>  wckTime=15.398  cpuTime=15.28  mem=16M505
53.91	   
53.91	   search
53.92	     run=16  nbConstraintChecks=85285929  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=48923
53.92	     nbFailedAssignments=29047  nbBacktracks=19679  nbVisitedNodes=97427  nbRestartNogoods=104
53.92	       =>  wckTime=23.108  cpuTime=22.97  mem=16M505
66.80	   
66.80	   search
66.80	     run=17  nbConstraintChecks=130949065  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=73852
66.80	     nbFailedAssignments=44115  nbBacktracks=29531  nbVisitedNodes=147229  nbRestartNogoods=116
66.80	       =>  wckTime=35.989  cpuTime=35.82  mem=16M505
82.73	   
82.73	   search
82.73	     run=18  nbConstraintChecks=187218707  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=106849
82.73	     nbFailedAssignments=62325  nbBacktracks=44309  nbVisitedNodes=213168  nbRestartNogoods=131
82.73	       =>  wckTime=51.922  cpuTime=51.75  mem=16M505
109.35	   
109.35	   search
109.35	     run=19  nbConstraintChecks=277709295  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=159784
109.35	     nbFailedAssignments=93087  nbBacktracks=66477  nbVisitedNodes=317648  nbRestartNogoods=138
109.35	       =>  wckTime=78.546  cpuTime=78.36  mem=16M505
145.34	   
145.34	   search
145.34	     run=20  nbConstraintChecks=396271131  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=232131
145.34	     nbFailedAssignments=132177  nbBacktracks=99729  nbVisitedNodes=457127  nbRestartNogoods=156
145.34	       =>  wckTime=114.532  cpuTime=114.34  mem=16M505
153.14	   
153.14	   search
153.14	     run=21  nbConstraintChecks=421888814  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=248258
153.14	     nbFailedAssignments=140329  nbBacktracks=107705  nbVisitedNodes=487438  nbRestartNogoods=167
153.14	       =>  wckTime=122.336  cpuTime=122.14  mem=16M505
153.14	   
153.14	   global
153.14	     nbConstraintChecks=421917774  nbRestartNogoods=167  solvingWckTime=122.337  solvingCpuTime=122.14  expiredTime=no
153.14	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=152.53
153.14	       =>  wckTime=152.846  cpuTime=152.48  mem=16M505
153.15	
153.15	s OPTIMUM FOUND
153.15	v 3 3 1 1 1 4 4 0 4 0 0 4 3 1 4 2 3 2 3 3 2 2 4 2 3 1 0 2 
153.15	   
153.15	   totalWckTime=152.923  totalCpuTime=152.53

Verifier Data (download as text)

54 unsatisfied constraints, 135 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/node35/watcher-278749-1169289204 -o ROOT/results/node35/solver-278749-1169289204 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/278749-1169289204/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.61 1.47 1.75 2/69 28832
/proc/meminfo: memFree=1399344/2055920 swapFree=4184640/4192956
[pid=28831] ppid=28829 vsize=1452 CPUtime=0
/proc/28831/stat : 28831 (java) R 28829 28831 28451 0 -1 0 273 0 0 0 0 0 0 0 20 0 1 0 277314587 1486848 68 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 2067216 0 0 4096 0 0 0 0 17 1 0 0
/proc/28831/statm: 363 81 63 14 0 8 0

[startup+0.102974 s]
/proc/loadavg: 0.61 1.47 1.75 2/69 28832
/proc/meminfo: memFree=1399344/2055920 swapFree=4184640/4192956
[pid=28831] ppid=28829 vsize=914988 CPUtime=0.08
/proc/28831/stat : 28831 (java) R 28829 28831 28451 0 -1 0 3031 0 1 0 7 1 0 0 17 0 8 0 277314587 936947712 2777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28831/statm: 228747 2780 1440 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513023 s]
/proc/loadavg: 0.61 1.47 1.75 2/69 28832
/proc/meminfo: memFree=1399344/2055920 swapFree=4184640/4192956
[pid=28831] ppid=28829 vsize=915332 CPUtime=0.5
/proc/28831/stat : 28831 (java) R 28829 28831 28451 0 -1 0 6548 0 1 0 46 4 0 0 16 0 8 0 277314587 937299968 6287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28831/statm: 228833 6288 2152 14 0 215303 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915332

[startup+1.34012 s]
/proc/loadavg: 0.64 1.46 1.74 2/75 28854
/proc/meminfo: memFree=1379256/2055920 swapFree=4184640/4192956
[pid=28831] ppid=28829 vsize=915468 CPUtime=1.33
/proc/28831/stat : 28831 (java) R 28829 28831 28451 0 -1 0 7168 0 1 0 113 20 0 0 17 0 8 0 277314587 937439232 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28831/statm: 228866 6906 2479 14 0 215336 0
[pid=28831/tid=28838] ppid=28829 vsize=915464 CPUtime=0.02
/proc/28831/task/28838/stat : 28838 (java) S 28829 28831 28451 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 277314591 937435136 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28840] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28840/stat : 28840 (java) S 28829 28831 28451 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277314592 937435136 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28841] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28841/stat : 28841 (java) S 28829 28831 28451 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277314592 937435136 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28851] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28851/stat : 28851 (java) S 28829 28831 28451 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 277314595 937435136 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28852] ppid=28829 vsize=915464 CPUtime=0.13
/proc/28831/task/28852/stat : 28852 (java) S 28829 28831 28451 0 -1 64 344 0 0 0 13 0 0 0 16 0 8 0 277314595 937435136 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28853] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28853/stat : 28853 (java) S 28829 28831 28451 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 277314595 937435136 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28854] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28854/stat : 28854 (java) S 28829 28831 28451 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277314595 937435136 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 915468

[startup+2.97932 s]
/proc/loadavg: 0.64 1.46 1.74 3/79 28858
/proc/meminfo: memFree=1376728/2055920 swapFree=4184640/4192956
[pid=28831] ppid=28829 vsize=915464 CPUtime=2.96
/proc/28831/stat : 28831 (java) R 28829 28831 28451 0 -1 0 7171 0 1 0 241 55 0 0 17 0 8 0 277314587 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28831/statm: 228867 6908 2479 14 0 215337 0
[pid=28831/tid=28838] ppid=28829 vsize=915464 CPUtime=0.02
/proc/28831/task/28838/stat : 28838 (java) S 28829 28831 28451 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 277314591 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28840] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28840/stat : 28840 (java) S 28829 28831 28451 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277314592 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28841] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28841/stat : 28841 (java) S 28829 28831 28451 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277314592 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28851] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28851/stat : 28851 (java) S 28829 28831 28451 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 277314595 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28852] ppid=28829 vsize=915464 CPUtime=0.13
/proc/28831/task/28852/stat : 28852 (java) S 28829 28831 28451 0 -1 64 346 0 0 0 13 0 0 0 16 0 8 0 277314595 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28853] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28853/stat : 28853 (java) S 28829 28831 28451 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 277314595 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28854] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28854/stat : 28854 (java) S 28829 28831 28451 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277314595 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915464

[startup+6.25571 s]
/proc/loadavg: 0.64 1.46 1.74 2/75 28858
/proc/meminfo: memFree=1378944/2055920 swapFree=4184640/4192956
[pid=28831] ppid=28829 vsize=915464 CPUtime=6.24
/proc/28831/stat : 28831 (java) R 28829 28831 28451 0 -1 0 7171 0 1 0 497 127 0 0 23 0 8 0 277314587 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28831/statm: 228867 6908 2479 14 0 215337 0
[pid=28831/tid=28838] ppid=28829 vsize=915464 CPUtime=0.02
/proc/28831/task/28838/stat : 28838 (java) S 28829 28831 28451 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 277314591 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28840] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28840/stat : 28840 (java) S 28829 28831 28451 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277314592 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28841] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28841/stat : 28841 (java) S 28829 28831 28451 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277314592 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28851] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28851/stat : 28851 (java) S 28829 28831 28451 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 277314595 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28852] ppid=28829 vsize=915468 CPUtime=0.13
/proc/28831/task/28852/stat : 28852 (java) S 28829 28831 28451 0 -1 64 346 0 0 0 13 0 0 0 16 0 8 0 277314595 937439232 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28831/tid=28853] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28853/stat : 28853 (java) S 28829 28831 28451 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 277314595 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28854] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28854/stat : 28854 (java) S 28829 28831 28451 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277314595 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915464

[startup+12.7395 s]
/proc/loadavg: 0.77 1.46 1.74 2/75 28865
/proc/meminfo: memFree=1378816/2055920 swapFree=4184640/4192956
[pid=28831] ppid=28829 vsize=915464 CPUtime=12.73
/proc/28831/stat : 28831 (java) R 28829 28831 28451 0 -1 0 7171 0 1 0 1006 267 0 0 25 0 8 0 277314587 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28831/statm: 228866 6908 2479 14 0 215336 0
[pid=28831/tid=28838] ppid=28829 vsize=915464 CPUtime=0.02
/proc/28831/task/28838/stat : 28838 (java) S 28829 28831 28451 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 277314591 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28840] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28840/stat : 28840 (java) S 28829 28831 28451 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277314592 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28841] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28841/stat : 28841 (java) S 28829 28831 28451 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277314592 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28851] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28851/stat : 28851 (java) S 28829 28831 28451 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 277314595 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28852] ppid=28829 vsize=915464 CPUtime=0.13
/proc/28831/task/28852/stat : 28852 (java) S 28829 28831 28451 0 -1 64 346 0 0 0 13 0 0 0 17 0 8 0 277314595 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28831/tid=28853] ppid=28829 vsize=915468 CPUtime=0
/proc/28831/task/28853/stat : 28853 (java) S 28829 28831 28451 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 277314595 937439232 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28854] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28854/stat : 28854 (java) S 28829 28831 28451 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277314595 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 915464

[startup+25.5811 s]
/proc/loadavg: 0.80 1.44 1.73 2/75 28876
/proc/meminfo: memFree=1381064/2055920 swapFree=4184640/4192956
[pid=28831] ppid=28829 vsize=915464 CPUtime=25.56
/proc/28831/stat : 28831 (java) R 28829 28831 28451 0 -1 0 7171 0 1 0 2003 553 0 0 25 0 8 0 277314587 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28831/statm: 228866 6908 2479 14 0 215336 0
[pid=28831/tid=28838] ppid=28829 vsize=915464 CPUtime=0.02
/proc/28831/task/28838/stat : 28838 (java) S 28829 28831 28451 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 277314591 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28840] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28840/stat : 28840 (java) S 28829 28831 28451 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277314592 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28841] ppid=28829 vsize=915468 CPUtime=0
/proc/28831/task/28841/stat : 28841 (java) S 28829 28831 28451 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277314592 937439232 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28851] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28851/stat : 28851 (java) S 28829 28831 28451 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 277314595 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28852] ppid=28829 vsize=915464 CPUtime=0.13
/proc/28831/task/28852/stat : 28852 (java) S 28829 28831 28451 0 -1 64 346 0 0 0 13 0 0 0 17 0 8 0 277314595 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28831/tid=28853] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28853/stat : 28853 (java) S 28829 28831 28451 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 277314595 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28854] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28854/stat : 28854 (java) S 28829 28831 28451 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277314595 937435136 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 915464

[startup+51.2672 s]
/proc/loadavg: 0.87 1.41 1.71 2/76 28945
/proc/meminfo: memFree=1373696/2055920 swapFree=4184640/4192956
[pid=28831] ppid=28829 vsize=915464 CPUtime=51.17
/proc/28831/stat : 28831 (java) R 28829 28831 28451 0 -1 0 9051 0 1 0 4442 675 0 0 25 0 8 0 277314587 937435136 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073880922 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28831/statm: 228866 8786 2532 14 0 215336 0
[pid=28831/tid=28838] ppid=28829 vsize=915464 CPUtime=0.02
/proc/28831/task/28838/stat : 28838 (java) S 28829 28831 28451 0 -1 64 164 0 0 0 2 0 0 0 16 0 8 0 277314591 937435136 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28831/tid=28840] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28840/stat : 28840 (java) S 28829 28831 28451 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277314592 937435136 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28841] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28841/stat : 28841 (java) S 28829 28831 28451 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277314592 937435136 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28851] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28851/stat : 28851 (java) S 28829 28831 28451 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 277314595 937435136 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28852] ppid=28829 vsize=915464 CPUtime=0.23
/proc/28831/task/28852/stat : 28852 (java) S 28829 28831 28451 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 277314595 937435136 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28831/tid=28853] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28853/stat : 28853 (java) S 28829 28831 28451 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 277314595 937435136 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28854] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28854/stat : 28854 (java) S 28829 28831 28451 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277314595 937435136 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 915464

[startup+102.522 s]
/proc/loadavg: 1.05 1.38 1.68 2/72 29030
/proc/meminfo: memFree=1379240/2055920 swapFree=4184640/4192956
[pid=28831] ppid=28829 vsize=915464 CPUtime=102.38
/proc/28831/stat : 28831 (java) R 28829 28831 28451 0 -1 0 9059 0 1 0 9562 676 0 0 25 0 8 0 277314587 937435136 8794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073827201 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28831/statm: 228866 8794 2532 14 0 215336 0
[pid=28831/tid=28838] ppid=28829 vsize=915464 CPUtime=0.02
/proc/28831/task/28838/stat : 28838 (java) S 28829 28831 28451 0 -1 64 164 0 0 0 2 0 0 0 16 0 8 0 277314591 937435136 8794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28831/tid=28840] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28840/stat : 28840 (java) S 28829 28831 28451 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277314592 937435136 8794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28841] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28841/stat : 28841 (java) S 28829 28831 28451 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277314592 937435136 8794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28851] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28851/stat : 28851 (java) S 28829 28831 28451 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 277314595 937435136 8794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28852] ppid=28829 vsize=915464 CPUtime=0.23
/proc/28831/task/28852/stat : 28852 (java) S 28829 28831 28451 0 -1 64 402 0 0 0 22 1 0 0 16 0 8 0 277314595 937435136 8794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28831/tid=28853] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28853/stat : 28853 (java) S 28829 28831 28451 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 277314595 937435136 8794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28831/tid=28854] ppid=28829 vsize=915464 CPUtime=0
/proc/28831/task/28854/stat : 28854 (java) S 28829 28831 28451 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277314595 937435136 8794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 153.189
CPU time (s): 153.016
CPU user time (s): 146.239
CPU system time (s): 6.77697
CPU usage (%): 99.8872
Max. virtual memory (cumulated for all children) (KiB): 915980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 146.239
system time used= 6.77697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9165
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= 3947
involuntary context switches= 2095

runsolver used 0.157975 s user time and 0.403938 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Sat Jan 20 10:33:27 UTC 2007


IDJOB= 278749
IDBENCH= 8796
IDSOLVER= 68
FILE ID= node35/278749-1169289204

PBS_JOBID= 3609668

Free space on /tmp= 66563 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-60/kbtree-9-7-3-5-60-01_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/278749-1169289204/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-278749-1169289204 -o ROOT/results/node35/solver-278749-1169289204 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/278749-1169289204/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  a5b6ac2e797b89ac49d984dcb84da72a

RANDOM SEED= 590243091

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:       1400096 kB
Buffers:         37528 kB
Cached:         537744 kB
SwapCached:       2184 kB
Active:         120716 kB
Inactive:       468848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1400096 kB
SwapTotal:     4192956 kB
SwapFree:      4184640 kB
Dirty:            1728 kB
Writeback:           0 kB
Mapped:          21252 kB
Slab:            52104 kB
Committed_AS:  5263396 kB
PageTables:       1620 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 node35 on Sat Jan 20 10:36:03 UTC 2007