Trace number 1085740

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACUNSAT 31.2123 31.401

DiagnosticValue
CHECKS1107370
NODES0

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-2.xml
MD5SUMa7377e3e2481e38a6b40d9be07bb2cda
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.2123
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.22	
0.18/0.22	   configuration
0.18/0.22	     name=mac.xml
0.18/0.30	   
0.18/0.30	   instance
0.18/0.30	     name=HOME/instance-1085740-1215235321.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.68/0.74	     nbVariables=3000  nbDomainTypes=23  minDomainSize=42  maxDomainSize=182  nbTotalValues=515606
0.68/0.74	       =>  wckTime=0.515  cpuTime=0.38  mem=29M380
0.68/0.74	   
0.68/0.74	   predicates being loaded...
0.78/0.80	   
0.78/0.80	   constraints being loaded...
20.78/20.98	   
20.78/20.98	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 71M495)
29.54/29.73	     nbConstraints=17754  nbMergedConstraints=15267  nbConvertedConstraints=1602  nbConvertConstraintsChecks=44720388
29.54/29.73	     nbExtensionStructures=1398  nbSharedExtensionStructures=706  nbConflictsStructures=2188
29.54/29.73	     nbSharedConflictsStructures=779  nbUnbuiltConflictsStructures=8190  nbSharedBinaryRepresentations=388173
29.54/29.73	     nbEvaluationManagers=8980  nbSharedEvaluationManagers=7172  minDegree=2  maxDegree=15  minArity=2  maxArity=2
29.54/29.73	     nbGenerators=0  nbFusions=0  symmetryWckTime=1.613  symmetryCpuTime=1.33
29.54/29.73	       =>  wckTime=29.506  cpuTime=27.88  mem=110M482
30.03/30.22	   
30.03/30.22	   solver IterativeSystematicSolver being built... 
30.53/30.74	       =>  wckTime=30.518  cpuTime=28.25  mem=130M253
31.12/31.33	   
31.12/31.33	   preprocessing
31.12/31.33	     nbConstraintChecks=1107368  nbValidityChecks=5206  nbPropagations=97  nbRevisions=1250  nbUselessRevisions=572
31.12/31.33	     nbRemovedValues=29266  detectedInconsistency=yes
31.12/31.33	       =>  wckTime=0.571  cpuTime=0.55  mem=130M253
31.12/31.33	   
31.12/31.33	   global
31.12/31.33	     nbConstraintChecks=1107368  nbValidityChecks=5206  nbPropagations=97  nbRevisions=1250  nbUselessRevisions=572
31.12/31.33	     nbRestartNogoods=0  solvingWckTime=0.574  solvingCpuTime=0.56  expiredTime=no  totalExploration=yes
31.12/31.33	     nbFoundSolutions=0  globalCpuTime=28.87
31.12/31.33	       =>  wckTime=31.107  cpuTime=28.82  mem=131M265
31.12/31.34	   
31.12/31.34	s UNSATISFIABLE
31.12/31.34	d NODES 0
31.12/31.34	d CHECKS 1107368
31.12/31.34	   
31.12/31.34	   totalWckTime=31.166  totalCpuTime=28.87

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085740-1215235321/watcher-1085740-1215235321 -o /tmp/evaluation-result-1085740-1215235321/solver-1085740-1215235321 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1085740-1215235321.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 28059
/proc/meminfo: memFree=1629336/2055920 swapFree=4166000/4192956
[pid=28059] ppid=28057 vsize=18572 CPUtime=0
/proc/28059/stat : 28059 (runsolver) R 28057 28059 27572 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 636749930 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 228043844903 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/28059/statm: 4643 292 257 25 0 2626 0

[startup+0.055862 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 28059
/proc/meminfo: memFree=1629336/2055920 swapFree=4166000/4192956
[pid=28059] ppid=28057 vsize=863688 CPUtime=0.03
/proc/28059/stat : 28059 (java) S 28057 28059 27572 0 -1 0 2570 0 1 0 2 1 0 0 18 0 9 0 636749930 884416512 2137 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28059/statm: 215922 2137 1021 9 0 210901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863688

[startup+0.101873 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 28059
/proc/meminfo: memFree=1629336/2055920 swapFree=4166000/4192956
[pid=28059] ppid=28057 vsize=865884 CPUtime=0.08
/proc/28059/stat : 28059 (java) S 28057 28059 27572 0 -1 0 3788 0 1 0 7 1 0 0 18 0 9 0 636749930 886665216 3239 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28059/statm: 216471 3239 1715 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301908 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 28059
/proc/meminfo: memFree=1629336/2055920 swapFree=4166000/4192956
[pid=28059] ppid=28057 vsize=866276 CPUtime=0.28
/proc/28059/stat : 28059 (java) S 28057 28059 27572 0 -1 0 5767 0 1 0 26 2 0 0 18 0 9 0 636749930 887066624 5141 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28059/statm: 216569 5141 1951 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866276

[startup+0.701993 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 28059
/proc/meminfo: memFree=1629336/2055920 swapFree=4166000/4192956
[pid=28059] ppid=28057 vsize=867340 CPUtime=0.68
/proc/28059/stat : 28059 (java) S 28057 28059 27572 0 -1 0 10178 0 1 0 63 5 0 0 18 0 9 0 636749930 888156160 9548 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28059/statm: 216835 9548 1972 9 0 211363 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867340

[startup+1.50215 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 28068
/proc/meminfo: memFree=1579024/2055920 swapFree=4166000/4192956
[pid=28059] ppid=28057 vsize=867472 CPUtime=1.48
/proc/28059/stat : 28059 (java) S 28057 28059 27572 0 -1 0 21205 0 1 0 137 11 0 0 18 0 9 0 636749930 888291328 20540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28059/statm: 216868 20540 2004 9 0 211396 0
[pid=28059/tid=28061] ppid=28057 vsize=867472 CPUtime=1.23
/proc/28059/task/28061/stat : 28061 (java) R 28057 28059 27572 0 -1 64 15738 0 1 0 115 8 0 0 25 0 9 0 636749932 888291328 20540 996147200 134512640 134550740 4294955968 18446744073709551615 4126865976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28062] ppid=28057 vsize=867472 CPUtime=0.06
/proc/28059/task/28062/stat : 28062 (java) S 28057 28059 27572 0 -1 64 4129 0 0 0 5 1 0 0 16 0 9 0 636749933 888291328 20540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28063] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28063/stat : 28063 (java) S 28057 28059 27572 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636749933 888291328 20540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28064] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28064/stat : 28064 (java) S 28057 28059 27572 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 636749933 888291328 20540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28065] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28065/stat : 28065 (java) S 28057 28059 27572 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636749935 888291328 20540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28066] ppid=28057 vsize=867472 CPUtime=0.16
/proc/28059/task/28066/stat : 28066 (java) S 28057 28059 27572 0 -1 64 641 0 0 0 16 0 0 0 16 0 9 0 636749935 888291328 20540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28067] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28067/stat : 28067 (java) S 28057 28059 27572 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 636749935 888291328 20540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28068] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28068/stat : 28068 (java) S 28057 28059 27572 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636749935 888291328 20540 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867472

[startup+3.10246 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 28068
/proc/meminfo: memFree=1542416/2055920 swapFree=4166000/4192956
[pid=28059] ppid=28057 vsize=867472 CPUtime=3.07
/proc/28059/stat : 28059 (java) S 28057 28059 27572 0 -1 0 25846 0 1 0 294 13 0 0 18 0 9 0 636749930 888291328 25177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28059/statm: 216868 25177 2006 9 0 211396 0
[pid=28059/tid=28061] ppid=28057 vsize=867472 CPUtime=2.6
/proc/28059/task/28061/stat : 28061 (java) R 28057 28059 27572 0 -1 64 15774 0 1 0 252 8 0 0 25 0 9 0 636749932 888291328 25177 996147200 134512640 134550740 4294955968 18446744073709551615 4126907239 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28062] ppid=28057 vsize=867472 CPUtime=0.25
/proc/28059/task/28062/stat : 28062 (java) S 28057 28059 27572 0 -1 64 8719 0 0 0 22 3 0 0 17 0 9 0 636749933 888291328 25177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28063] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28063/stat : 28063 (java) S 28057 28059 27572 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636749933 888291328 25177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28064] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28064/stat : 28064 (java) S 28057 28059 27572 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 636749933 888291328 25177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28065] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28065/stat : 28065 (java) S 28057 28059 27572 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636749935 888291328 25177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28066] ppid=28057 vsize=867472 CPUtime=0.18
/proc/28059/task/28066/stat : 28066 (java) S 28057 28059 27572 0 -1 64 656 0 0 0 18 0 0 0 15 0 9 0 636749935 888291328 25177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28067] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28067/stat : 28067 (java) S 28057 28059 27572 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 636749935 888291328 25177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28068] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28068/stat : 28068 (java) S 28057 28059 27572 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636749935 888291328 25177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867472

[startup+6.30109 s]
/proc/loadavg: 2.09 2.02 2.01 3/83 28068
/proc/meminfo: memFree=1535504/2055920 swapFree=4166000/4192956
[pid=28059] ppid=28057 vsize=867472 CPUtime=6.25
/proc/28059/stat : 28059 (java) S 28057 28059 27572 0 -1 0 25878 0 1 0 611 14 0 0 18 0 9 0 636749930 888291328 25207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28059/statm: 216868 25207 2006 9 0 211396 0
[pid=28059/tid=28061] ppid=28057 vsize=867472 CPUtime=5.75
/proc/28059/task/28061/stat : 28061 (java) R 28057 28059 27572 0 -1 64 15778 0 1 0 566 9 0 0 25 0 9 0 636749932 888291328 25207 996147200 134512640 134550740 4294955968 18446744073709551615 4126903488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28062] ppid=28057 vsize=867472 CPUtime=0.25
/proc/28059/task/28062/stat : 28062 (java) S 28057 28059 27572 0 -1 64 8719 0 0 0 22 3 0 0 16 0 9 0 636749933 888291328 25207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28063] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28063/stat : 28063 (java) S 28057 28059 27572 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636749933 888291328 25207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28064] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28064/stat : 28064 (java) S 28057 28059 27572 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 636749933 888291328 25207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28065] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28065/stat : 28065 (java) S 28057 28059 27572 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636749935 888291328 25207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28066] ppid=28057 vsize=867472 CPUtime=0.21
/proc/28059/task/28066/stat : 28066 (java) S 28057 28059 27572 0 -1 64 684 0 0 0 21 0 0 0 15 0 9 0 636749935 888291328 25207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28067] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28067/stat : 28067 (java) S 28057 28059 27572 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 636749935 888291328 25207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28068] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28068/stat : 28068 (java) S 28057 28059 27572 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636749935 888291328 25207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867472

[startup+12.7024 s]
/proc/loadavg: 2.08 2.02 2.00 3/83 28068
/proc/meminfo: memFree=1526544/2055920 swapFree=4166000/4192956
[pid=28059] ppid=28057 vsize=867472 CPUtime=12.62
/proc/28059/stat : 28059 (java) S 28057 28059 27572 0 -1 0 28103 0 1 0 1244 18 0 0 18 0 9 0 636749930 888291328 27428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28059/statm: 216868 27428 2006 9 0 211396 0
[pid=28059/tid=28061] ppid=28057 vsize=867472 CPUtime=11.99
/proc/28059/task/28061/stat : 28061 (java) R 28057 28059 27572 0 -1 64 15783 0 1 0 1187 12 0 0 25 0 9 0 636749932 888291328 27428 996147200 134512640 134550740 4294955968 18446744073709551615 4126903522 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28062] ppid=28057 vsize=867472 CPUtime=0.38
/proc/28059/task/28062/stat : 28062 (java) S 28057 28059 27572 0 -1 64 10931 0 0 0 34 4 0 0 16 0 9 0 636749933 888291328 27428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28063] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28063/stat : 28063 (java) S 28057 28059 27572 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636749933 888291328 27428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28064] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28064/stat : 28064 (java) S 28057 28059 27572 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 636749933 888291328 27428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28065] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28065/stat : 28065 (java) S 28057 28059 27572 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636749935 888291328 27428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28066] ppid=28057 vsize=867472 CPUtime=0.22
/proc/28059/task/28066/stat : 28066 (java) S 28057 28059 27572 0 -1 64 692 0 0 0 22 0 0 0 15 0 9 0 636749935 888291328 27428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28067] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28067/stat : 28067 (java) S 28057 28059 27572 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 636749935 888291328 27428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28068] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28068/stat : 28068 (java) S 28057 28059 27572 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636749935 888291328 27428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867472

[startup+25.5019 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 28068
/proc/meminfo: memFree=1510608/2055920 swapFree=4166000/4192956
[pid=28059] ppid=28057 vsize=867472 CPUtime=25.36
/proc/28059/stat : 28059 (java) S 28057 28059 27572 0 -1 0 32140 0 1 0 2513 23 0 0 18 0 9 0 636749930 888291328 31457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28059/statm: 216868 31457 2007 9 0 211396 0
[pid=28059/tid=28061] ppid=28057 vsize=867472 CPUtime=24.35
/proc/28059/task/28061/stat : 28061 (java) R 28057 28059 27572 0 -1 64 15792 0 1 0 2420 15 0 0 25 0 9 0 636749932 888291328 31457 996147200 134512640 134550740 4294955968 18446744073709551615 4126601102 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28062] ppid=28057 vsize=867472 CPUtime=0.72
/proc/28059/task/28062/stat : 28062 (java) S 28057 28059 27572 0 -1 64 14936 0 0 0 67 5 0 0 16 0 9 0 636749933 888291328 31457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28063] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28063/stat : 28063 (java) S 28057 28059 27572 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636749933 888291328 31457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28064] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28064/stat : 28064 (java) S 28057 28059 27572 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 636749933 888291328 31457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28065] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28065/stat : 28065 (java) S 28057 28059 27572 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636749935 888291328 31457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28066] ppid=28057 vsize=867472 CPUtime=0.25
/proc/28059/task/28066/stat : 28066 (java) S 28057 28059 27572 0 -1 64 715 0 0 0 25 0 0 0 16 0 9 0 636749935 888291328 31457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28067] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28067/stat : 28067 (java) S 28057 28059 27572 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 636749935 888291328 31457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28068] ppid=28057 vsize=867472 CPUtime=0
/proc/28059/task/28068/stat : 28068 (java) S 28057 28059 27572 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636749935 888291328 31457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 867472

Solver just ended. Dumping a history of the last processes samples

[startup+28.7025 s]
/proc/loadavg: 2.06 2.01 2.00 3/85 28070
/proc/meminfo: memFree=1494080/2055920 swapFree=4166000/4192956
[pid=28059] ppid=28057 vsize=867796 CPUtime=28.53
/proc/28059/stat : 28059 (java) S 28057 28059 27572 0 -1 0 36766 1083 1 0 2803 28 20 2 18 0 9 0 636749930 888623104 34545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28059/statm: 216949 34545 2018 9 0 211477 0
[pid=28059/tid=28061] ppid=28057 vsize=867796 CPUtime=27.27
/proc/28059/task/28061/stat : 28061 (java) R 28057 28059 27572 0 -1 64 17037 1083 1 0 2688 17 20 2 24 0 9 0 636749932 888623104 34545 996147200 134512640 134550740 4294955968 18446744073709551615 4126908356 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28059/tid=28062] ppid=28057 vsize=867796 CPUtime=1.15
/proc/28059/task/28062/stat : 28062 (java) S 28057 28059 27572 0 -1 64 18031 1083 0 0 86 7 20 2 16 0 9 0 636749933 888623104 34545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28059/tid=28063] ppid=28057 vsize=867796 CPUtime=0.22
/proc/28059/task/28063/stat : 28063 (java) S 28057 28059 27572 0 -1 64 13 1083 0 0 0 0 20 2 16 0 9 0 636749933 888623104 34545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28064] ppid=28057 vsize=867796 CPUtime=0.22
/proc/28059/task/28064/stat : 28064 (java) S 28057 28059 27572 0 -1 64 5 1083 0 0 0 0 20 2 16 0 9 0 636749933 888623104 34545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28065] ppid=28057 vsize=867796 CPUtime=0.22
/proc/28059/task/28065/stat : 28065 (java) S 28057 28059 27572 0 -1 64 0 1083 0 0 0 0 20 2 18 0 9 0 636749935 888623104 34545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28066] ppid=28057 vsize=867796 CPUtime=0.5
/proc/28059/task/28066/stat : 28066 (java) S 28057 28059 27572 0 -1 64 852 1083 0 0 28 0 20 2 15 0 9 0 636749935 888623104 34545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28059/tid=28067] ppid=28057 vsize=867796 CPUtime=0.22
/proc/28059/task/28067/stat : 28067 (java) S 28057 28059 27572 0 -1 64 2 1083 0 0 0 0 20 2 19 0 9 0 636749935 888623104 34545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28068] ppid=28057 vsize=867796 CPUtime=0.22
/proc/28059/task/28068/stat : 28068 (java) S 28057 28059 27572 0 -1 64 9 1083 0 0 0 0 20 2 15 0 9 0 636749935 888623104 34545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.53
Current children cumulated vsize (KiB) 867796

[startup+30.3018 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 28072
/proc/meminfo: memFree=1498248/2055920 swapFree=4166000/4192956
[pid=28059] ppid=28057 vsize=867884 CPUtime=30.13
/proc/28059/stat : 28059 (java) S 28057 28059 27572 0 -1 0 61066 1083 1 0 2958 33 20 2 18 0 9 0 636749930 888713216 36829 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28059/statm: 216971 36829 2637 9 0 211477 0
[pid=28059/tid=28061] ppid=28057 vsize=867884 CPUtime=28.36
/proc/28059/task/28061/stat : 28061 (java) R 28057 28059 27572 0 -1 64 22209 1083 1 0 2795 19 20 2 25 0 9 0 636749932 888713216 36829 996147200 134512640 134550740 4294955968 18446744073709551615 104454898 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28059/tid=28062] ppid=28057 vsize=867884 CPUtime=1.64
/proc/28059/task/28062/stat : 28062 (java) S 28057 28059 27572 0 -1 64 37118 1083 0 0 131 11 20 2 20 0 9 0 636749933 888713216 36829 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28059/tid=28063] ppid=28057 vsize=867884 CPUtime=0.22
/proc/28059/task/28063/stat : 28063 (java) S 28057 28059 27572 0 -1 64 17 1083 0 0 0 0 20 2 16 0 9 0 636749933 888713216 36829 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28059/tid=28064] ppid=28057 vsize=867884 CPUtime=0.22
/proc/28059/task/28064/stat : 28064 (java) S 28057 28059 27572 0 -1 64 14 1083 0 0 0 0 20 2 16 0 9 0 636749933 888713216 36829 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28059/tid=28065] ppid=28057 vsize=867884 CPUtime=0.22
/proc/28059/task/28065/stat : 28065 (java) S 28057 28059 27572 0 -1 64 0 1083 0 0 0 0 20 2 18 0 9 0 636749935 888713216 36829 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28066] ppid=28057 vsize=867884 CPUtime=0.53
/proc/28059/task/28066/stat : 28066 (java) S 28057 28059 27572 0 -1 64 882 1083 0 0 31 0 20 2 15 0 9 0 636749935 888713216 36829 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28059/tid=28067] ppid=28057 vsize=867884 CPUtime=0.22
/proc/28059/task/28067/stat : 28067 (java) S 28057 28059 27572 0 -1 64 2 1083 0 0 0 0 20 2 19 0 9 0 636749935 888713216 36829 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28068] ppid=28057 vsize=867884 CPUtime=0.22
/proc/28059/task/28068/stat : 28068 (java) S 28057 28059 27572 0 -1 64 9 1083 0 0 0 0 20 2 15 0 9 0 636749935 888713216 36829 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.13
Current children cumulated vsize (KiB) 867884

[startup+31.102 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 28072
/proc/meminfo: memFree=1472008/2055920 swapFree=4166000/4192956
[pid=28059] ppid=28057 vsize=867884 CPUtime=30.92
/proc/28059/stat : 28059 (java) S 28057 28059 27572 0 -1 0 73836 1083 1 0 3034 36 20 2 18 0 9 0 636749930 888713216 41781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28059/statm: 216971 41781 2638 9 0 211477 0
[pid=28059/tid=28061] ppid=28057 vsize=867884 CPUtime=29
/proc/28059/task/28061/stat : 28061 (java) R 28057 28059 27572 0 -1 64 28659 1083 1 0 2858 20 20 2 25 0 9 0 636749932 888713216 41781 996147200 134512640 134550740 4294955968 18446744073709551615 4127438482 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28059/tid=28062] ppid=28057 vsize=867884 CPUtime=1.72
/proc/28059/task/28062/stat : 28062 (java) S 28057 28059 27572 0 -1 64 43356 1083 0 0 138 12 20 2 16 0 9 0 636749933 888713216 41781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28059/tid=28063] ppid=28057 vsize=867884 CPUtime=0.22
/proc/28059/task/28063/stat : 28063 (java) S 28057 28059 27572 0 -1 64 17 1083 0 0 0 0 20 2 16 0 9 0 636749933 888713216 41781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28059/tid=28064] ppid=28057 vsize=867884 CPUtime=0.22
/proc/28059/task/28064/stat : 28064 (java) S 28057 28059 27572 0 -1 64 24 1083 0 0 0 0 20 2 15 0 9 0 636749933 888713216 41781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28059/tid=28065] ppid=28057 vsize=867884 CPUtime=0.22
/proc/28059/task/28065/stat : 28065 (java) S 28057 28059 27572 0 -1 64 0 1083 0 0 0 0 20 2 18 0 9 0 636749935 888713216 41781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28066] ppid=28057 vsize=867884 CPUtime=0.6
/proc/28059/task/28066/stat : 28066 (java) S 28057 28059 27572 0 -1 64 952 1083 0 0 37 1 20 2 15 0 9 0 636749935 888713216 41781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28059/tid=28067] ppid=28057 vsize=867884 CPUtime=0.22
/proc/28059/task/28067/stat : 28067 (java) S 28057 28059 27572 0 -1 64 2 1083 0 0 0 0 20 2 19 0 9 0 636749935 888713216 41781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28068] ppid=28057 vsize=867884 CPUtime=0.22
/proc/28059/task/28068/stat : 28068 (java) S 28057 28059 27572 0 -1 64 9 1083 0 0 0 0 20 2 15 0 9 0 636749935 888713216 41781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.92
Current children cumulated vsize (KiB) 867884

[startup+31.302 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 28072
/proc/meminfo: memFree=1472008/2055920 swapFree=4166000/4192956
[pid=28059] ppid=28057 vsize=867884 CPUtime=31.12
/proc/28059/stat : 28059 (java) S 28057 28059 27572 0 -1 0 73837 1083 1 0 3054 36 20 2 18 0 9 0 636749930 888713216 41782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28059/statm: 216971 41782 2638 9 0 211477 0
[pid=28059/tid=28061] ppid=28057 vsize=867884 CPUtime=29.19
/proc/28059/task/28061/stat : 28061 (java) R 28057 28059 27572 0 -1 64 28659 1083 1 0 2877 20 20 2 25 0 9 0 636749932 888713216 41782 996147200 134512640 134550740 4294955968 18446744073709551615 4126907272 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28059/tid=28062] ppid=28057 vsize=867884 CPUtime=1.72
/proc/28059/task/28062/stat : 28062 (java) S 28057 28059 27572 0 -1 64 43356 1083 0 0 138 12 20 2 16 0 9 0 636749933 888713216 41782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28059/tid=28063] ppid=28057 vsize=867884 CPUtime=0.22
/proc/28059/task/28063/stat : 28063 (java) S 28057 28059 27572 0 -1 64 17 1083 0 0 0 0 20 2 16 0 9 0 636749933 888713216 41782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28059/tid=28064] ppid=28057 vsize=867884 CPUtime=0.22
/proc/28059/task/28064/stat : 28064 (java) S 28057 28059 27572 0 -1 64 24 1083 0 0 0 0 20 2 15 0 9 0 636749933 888713216 41782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28059/tid=28065] ppid=28057 vsize=867884 CPUtime=0.22
/proc/28059/task/28065/stat : 28065 (java) S 28057 28059 27572 0 -1 64 0 1083 0 0 0 0 20 2 18 0 9 0 636749935 888713216 41782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28066] ppid=28057 vsize=867884 CPUtime=0.6
/proc/28059/task/28066/stat : 28066 (java) S 28057 28059 27572 0 -1 64 953 1083 0 0 37 1 20 2 16 0 9 0 636749935 888713216 41782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28059/tid=28067] ppid=28057 vsize=867884 CPUtime=0.22
/proc/28059/task/28067/stat : 28067 (java) S 28057 28059 27572 0 -1 64 2 1083 0 0 0 0 20 2 19 0 9 0 636749935 888713216 41782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28059/tid=28068] ppid=28057 vsize=867884 CPUtime=0.22
/proc/28059/task/28068/stat : 28068 (java) S 28057 28059 27572 0 -1 64 9 1083 0 0 0 0 20 2 15 0 9 0 636749935 888713216 41782 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.12
Current children cumulated vsize (KiB) 867884

Child status: 0
Real time (s): 31.401
CPU time (s): 31.2123
CPU user time (s): 30.7933
CPU system time (s): 0.418936
CPU usage (%): 99.3989
Max. virtual memory (cumulated for all children) (KiB): 874764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.7933
system time used= 0.418936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74955
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= 2533
involuntary context switches= 2785

runsolver used 0.052991 second user time and 0.101984 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-05 07:22:01
IDJOB=1085740
IDBENCH=57692
IDSOLVER=363
FILE ID=node77/1085740-1215235321
PBS_JOBID= 7881920
Free space on /tmp= 66508 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp15/normalized-fapp15-3000-2.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085740-1215235321/watcher-1085740-1215235321 -o /tmp/evaluation-result-1085740-1215235321/solver-1085740-1215235321 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1085740-1215235321.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a7377e3e2481e38a6b40d9be07bb2cda
RANDOM SEED=725615794

node77.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.274
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.274
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1629816 kB
Buffers:         73940 kB
Cached:         258304 kB
SwapCached:      20880 kB
Active:         253808 kB
Inactive:       106016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1629816 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            6688 kB
Writeback:           0 kB
Mapped:          35060 kB
Slab:            51664 kB
Committed_AS:  1135072 kB
PageTables:       1800 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= 66508 MiB
End job on node77 at 2008-07-05 07:22:33