Trace number 1044999

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 ESACUNSAT 17.8583 18.2145

DiagnosticValue
CHECKS5845890
NODES6911

General information on the benchmark

Namecsp/QG7/
normalized-quasigroup7-7.xml
MD5SUMfd44125de988974818e4439e42a04254
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.87871
Satisfiable
(Un)Satisfiability was proved
Number of variables243
Number of constraints195
Maximum constraint arity51
Maximum domain size43
Number of constraints which are defined in extension0
Number of constraints which are defined in intension84
Global constraints used (with number of constraints)alldifferent(14),element(97)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.17/0.23	
0.17/0.23	   configuration
0.17/0.23	     name=esac.xml
0.27/0.30	   
0.27/0.30	   instance
0.27/0.31	     name=HOME/instance-1044999-1215024612.xml
0.27/0.34	   
0.27/0.34	   domains being loaded...
0.27/0.35	   
0.27/0.35	   variables being loaded...
0.37/0.41	     nbVariables=243  nbDomainTypes=42  minDomainSize=1  maxDomainSize=43  nbTotalValues=3549
0.37/0.41	       =>  wckTime=0.18  cpuTime=0.13  mem=8M861
0.37/0.41	   
0.37/0.41	   predicates being loaded...
0.37/0.48	   
0.37/0.48	   constraints being loaded...
1.73/1.80	     nbConstraints=4896  nbUnaryConstraints=6  nbGlobalConstraints=66  nbSingletonDomainVariables=14  nbPurgedValues=252
1.73/1.80	     nbDisconnectedVariables=55  nbConvertedConstraints=78  nbConvertConstraintsChecks=585325  nbExtensionStructures=78
1.73/1.81	     nbSharedExtensionStructures=35  nbConflictsStructures=1057  nbSharedConflictsStructures=3808
1.73/1.81	     nbSharedBinaryRepresentations=2434  nbEvaluationManagers=979  nbSharedEvaluationManagers=3773  minDegree=0
1.73/1.81	     maxDegree=148  minArity=2  avgArity=2.98  maxArity=6  nbGenerators=52  nbFusions=0  symmetryWckTime=0.349
1.73/1.81	     symmetryCpuTime=0.16
1.73/1.81	       =>  wckTime=1.573  cpuTime=1.1  mem=19M410
1.84/1.92	   
1.84/1.92	   solver IterativeSystematicSolver being built... 
2.04/2.13	   
2.04/2.13	   INFO : Forward propagation technique limited 
2.13/2.23	       =>  wckTime=2.001  cpuTime=1.35  mem=18M200
4.39/4.52	   
4.39/4.52	   preprocessing
4.39/4.52	     nbConstraintChecks=564472  nbValidityChecks=909839  nbPropagations=17999  nbRevisions=522838
4.39/4.52	     nbUselessRevisions=508451  nbSingletonTests=1704  nbEffectiveSingletonTests=9  nbACRemovals=1757
4.39/4.52	     nbFoundSingletons=0  nbRemovedValues=1766  detectedInconsistency=no
4.39/4.52	       =>  wckTime=2.286  cpuTime=2.17  mem=19M186
5.56/5.74	   
5.56/5.74	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M174)
17.73/18.18	   
17.73/18.18	   search
17.73/18.18	     run=9  nbConstraintChecks=5281421  nbValidityChecks=8674583  minDepth=0  maxDepth=31  nbPropagations=519019
17.73/18.18	     nbRevisions=18135793  nbUselessRevisions=17677528  nbAssignments=6911  nbFailedAssignments=1093  nbBacktracks=5450
17.73/18.19	     nbVisitedNodes=8941  nbRestartNogoods=44  nbSEliminables=0  nbREliminables=101.93  nbIEliminables=130.34
17.73/18.19	     nbDEliminables=0  nbPEliminables=0
17.73/18.19	       =>  wckTime=15.951  cpuTime=15.53  mem=26M102
17.73/18.19	   
17.73/18.19	   global
17.73/18.19	     nbConstraintChecks=5845893  nbValidityChecks=9584422  nbPropagations=537018  nbRevisions=18658631
17.73/18.19	     nbUselessRevisions=18185979  nbRestartNogoods=44  solvingWckTime=15.952  solvingCpuTime=15.54  expiredTime=no
17.73/18.19	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=16.95
17.73/18.19	       =>  wckTime=17.955  cpuTime=16.89  mem=26M102
17.73/18.19	   
17.73/18.19	s UNSATISFIABLE
17.73/18.19	d NODES 6911
17.73/18.19	d CHECKS 5845893
17.73/18.19	   
17.73/18.19	   totalWckTime=18.007  totalCpuTime=16.95

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-1044999-1215024612/watcher-1044999-1215024612 -o /tmp/evaluation-result-1044999-1215024612/solver-1044999-1215024612 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044999-1215024612.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: 2.00 2.00 1.98 4/94 11880
/proc/meminfo: memFree=1735088/2055920 swapFree=4179400/4192956
[pid=11880] ppid=11878 vsize=18572 CPUtime=0
/proc/11880/stat : 11880 (runsolver) R 11878 11880 11209 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 614716867 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 254613712167 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/11880/statm: 4643 292 257 25 0 2626 0

[startup+0.019089 s]
/proc/loadavg: 2.00 2.00 1.98 4/94 11880
/proc/meminfo: memFree=1735088/2055920 swapFree=4179400/4192956
[pid=11880] ppid=11878 vsize=10904 CPUtime=0
/proc/11880/stat : 11880 (java) S 11878 11880 11209 0 -1 0 821 0 0 0 0 0 0 0 18 0 2 0 614716867 11165696 574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11880/statm: 2726 574 285 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10904

[startup+0.101792 s]
/proc/loadavg: 2.00 2.00 1.98 4/94 11880
/proc/meminfo: memFree=1735088/2055920 swapFree=4179400/4192956
[pid=11880] ppid=11878 vsize=865884 CPUtime=0.08
/proc/11880/stat : 11880 (java) S 11878 11880 11209 0 -1 0 3786 0 1 0 6 2 0 0 18 0 9 0 614716867 886665216 3237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11880/statm: 216471 3237 1715 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301814 s]
/proc/loadavg: 2.00 2.00 1.98 4/94 11880
/proc/meminfo: memFree=1735088/2055920 swapFree=4179400/4192956
[pid=11880] ppid=11878 vsize=866196 CPUtime=0.27
/proc/11880/stat : 11880 (java) S 11878 11880 11209 0 -1 0 5628 0 1 0 24 3 0 0 18 0 9 0 614716867 886984704 5042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11880/statm: 216549 5042 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866196

[startup+0.701857 s]
/proc/loadavg: 2.00 2.00 1.98 4/94 11880
/proc/meminfo: memFree=1735088/2055920 swapFree=4179400/4192956
[pid=11880] ppid=11878 vsize=867092 CPUtime=0.67
/proc/11880/stat : 11880 (java) S 11878 11880 11209 0 -1 0 8465 0 1 0 62 5 0 0 18 0 9 0 614716867 887902208 7825 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11880/statm: 216773 7825 2010 9 0 211279 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867092

[startup+1.50195 s]
/proc/loadavg: 2.00 2.00 1.98 3/103 11889
/proc/meminfo: memFree=1702696/2055920 swapFree=4179400/4192956
[pid=11880] ppid=11878 vsize=867652 CPUtime=1.45
/proc/11880/stat : 11880 (java) S 11878 11880 11209 0 -1 0 18564 0 1 0 136 9 0 0 18 0 9 0 614716867 888475648 17897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11880/statm: 216913 17897 2007 9 0 211441 0
[pid=11880/tid=11882] ppid=11878 vsize=867652 CPUtime=1.17
/proc/11880/task/11882/stat : 11882 (java) R 11878 11880 11209 0 -1 64 15789 0 1 0 109 8 0 0 25 0 9 0 614716869 888475648 17897 996147200 134512640 134550740 4294955968 18446744073709551615 4125925085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11883] ppid=11878 vsize=867652 CPUtime=0.05
/proc/11880/task/11883/stat : 11883 (java) S 11878 11880 11209 0 -1 64 1356 0 0 0 5 0 0 0 16 0 9 0 614716870 888475648 17897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11884] ppid=11878 vsize=867652 CPUtime=0
/proc/11880/task/11884/stat : 11884 (java) S 11878 11880 11209 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 614716871 888475648 17897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11885] ppid=11878 vsize=867652 CPUtime=0
/proc/11880/task/11885/stat : 11885 (java) S 11878 11880 11209 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 614716871 888475648 17897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11886] ppid=11878 vsize=867652 CPUtime=0
/proc/11880/task/11886/stat : 11886 (java) S 11878 11880 11209 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 614716873 888475648 17897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11887] ppid=11878 vsize=867652 CPUtime=0.21
/proc/11880/task/11887/stat : 11887 (java) S 11878 11880 11209 0 -1 64 721 0 0 0 21 0 0 0 15 0 9 0 614716873 888475648 17897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11888] ppid=11878 vsize=867652 CPUtime=0
/proc/11880/task/11888/stat : 11888 (java) S 11878 11880 11209 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 614716873 888475648 17897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11889] ppid=11878 vsize=867652 CPUtime=0
/proc/11880/task/11889/stat : 11889 (java) S 11878 11880 11209 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 614716873 888475648 17897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867652

[startup+3.10213 s]
/proc/loadavg: 2.00 2.00 1.98 3/103 11893
/proc/meminfo: memFree=1663656/2055920 swapFree=4179400/4192956
[pid=11880] ppid=11878 vsize=867976 CPUtime=3.01
/proc/11880/stat : 11880 (java) S 11878 11880 11209 0 -1 0 37434 652 1 0 273 16 11 1 18 0 9 0 614716867 888807424 21863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11880/statm: 216994 21863 2615 9 0 211522 0
[pid=11880/tid=11882] ppid=11878 vsize=867976 CPUtime=2.47
/proc/11880/task/11882/stat : 11882 (java) R 11878 11880 11209 0 -1 64 27787 652 1 0 223 12 11 1 25 0 9 0 614716869 888807424 21863 996147200 134512640 134550740 4294955968 18446744073709551615 4127254714 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11883] ppid=11878 vsize=867976 CPUtime=0.3
/proc/11880/task/11883/stat : 11883 (java) S 11878 11880 11209 0 -1 64 7823 652 0 0 16 2 11 1 16 0 9 0 614716870 888807424 21863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11884] ppid=11878 vsize=867976 CPUtime=0.12
/proc/11880/task/11884/stat : 11884 (java) S 11878 11880 11209 0 -1 64 16 652 0 0 0 0 11 1 16 0 9 0 614716871 888807424 21863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11885] ppid=11878 vsize=867976 CPUtime=0.12
/proc/11880/task/11885/stat : 11885 (java) S 11878 11880 11209 0 -1 64 8 652 0 0 0 0 11 1 15 0 9 0 614716871 888807424 21863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11886] ppid=11878 vsize=867976 CPUtime=0.12
/proc/11880/task/11886/stat : 11886 (java) S 11878 11880 11209 0 -1 64 1 652 0 0 0 0 11 1 18 0 9 0 614716873 888807424 21863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11887] ppid=11878 vsize=867976 CPUtime=0.45
/proc/11880/task/11887/stat : 11887 (java) S 11878 11880 11209 0 -1 64 979 652 0 0 33 0 11 1 15 0 9 0 614716873 888807424 21863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11888] ppid=11878 vsize=867976 CPUtime=0.12
/proc/11880/task/11888/stat : 11888 (java) S 11878 11880 11209 0 -1 64 2 652 0 0 0 0 11 1 19 0 9 0 614716873 888807424 21863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11889] ppid=11878 vsize=867976 CPUtime=0.12
/proc/11880/task/11889/stat : 11889 (java) S 11878 11880 11209 0 -1 64 14 652 0 0 0 0 11 1 15 0 9 0 614716873 888807424 21863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 867976

[startup+6.30249 s]
/proc/loadavg: 2.00 2.00 1.98 3/103 11893
/proc/meminfo: memFree=1657128/2055920 swapFree=4179400/4192956
[pid=11880] ppid=11878 vsize=868100 CPUtime=6.15
/proc/11880/stat : 11880 (java) S 11878 11880 11209 0 -1 0 37486 652 1 0 586 17 11 1 18 0 9 0 614716867 888934400 21884 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11880/statm: 217025 21884 2615 9 0 211553 0
[pid=11880/tid=11882] ppid=11878 vsize=868100 CPUtime=5.57
/proc/11880/task/11882/stat : 11882 (java) R 11878 11880 11209 0 -1 64 27796 652 1 0 533 12 11 1 25 0 9 0 614716869 888934400 21884 996147200 134512640 134550740 4294955968 18446744073709551615 4127186931 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11883] ppid=11878 vsize=868100 CPUtime=0.3
/proc/11880/task/11883/stat : 11883 (java) S 11878 11880 11209 0 -1 64 7823 652 0 0 16 2 11 1 16 0 9 0 614716870 888934400 21884 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11880/tid=11884] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11884/stat : 11884 (java) S 11878 11880 11209 0 -1 64 16 652 0 0 0 0 11 1 16 0 9 0 614716871 888934400 21884 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11885] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11885/stat : 11885 (java) S 11878 11880 11209 0 -1 64 8 652 0 0 0 0 11 1 15 0 9 0 614716871 888934400 21884 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11886] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11886/stat : 11886 (java) S 11878 11880 11209 0 -1 64 1 652 0 0 0 0 11 1 18 0 9 0 614716873 888934400 21884 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11887] ppid=11878 vsize=868100 CPUtime=0.48
/proc/11880/task/11887/stat : 11887 (java) S 11878 11880 11209 0 -1 64 995 652 0 0 36 0 11 1 15 0 9 0 614716873 888934400 21884 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11888] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11888/stat : 11888 (java) S 11878 11880 11209 0 -1 64 2 652 0 0 0 0 11 1 19 0 9 0 614716873 888934400 21884 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11889] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11889/stat : 11889 (java) S 11878 11880 11209 0 -1 64 41 652 0 0 0 0 11 1 15 0 9 0 614716873 888934400 21884 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 868100

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 1.98 3/103 11893
/proc/meminfo: memFree=1656872/2055920 swapFree=4179400/4192956
[pid=11880] ppid=11878 vsize=868100 CPUtime=12.43
/proc/11880/stat : 11880 (java) S 11878 11880 11209 0 -1 0 37536 652 1 0 1214 17 11 1 18 0 9 0 614716867 888934400 21898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11880/statm: 217025 21898 2615 9 0 211553 0
[pid=11880/tid=11882] ppid=11878 vsize=868100 CPUtime=11.82
/proc/11880/task/11882/stat : 11882 (java) R 11878 11880 11209 0 -1 64 27800 652 1 0 1157 13 11 1 25 0 9 0 614716869 888934400 21898 996147200 134512640 134550740 4294955968 18446744073709551615 4126671400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11883] ppid=11878 vsize=868100 CPUtime=0.3
/proc/11880/task/11883/stat : 11883 (java) S 11878 11880 11209 0 -1 64 7823 652 0 0 16 2 11 1 16 0 9 0 614716870 888934400 21898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11880/tid=11884] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11884/stat : 11884 (java) S 11878 11880 11209 0 -1 64 16 652 0 0 0 0 11 1 16 0 9 0 614716871 888934400 21898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11885] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11885/stat : 11885 (java) S 11878 11880 11209 0 -1 64 8 652 0 0 0 0 11 1 15 0 9 0 614716871 888934400 21898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11886] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11886/stat : 11886 (java) S 11878 11880 11209 0 -1 64 1 652 0 0 0 0 11 1 18 0 9 0 614716873 888934400 21898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11887] ppid=11878 vsize=868100 CPUtime=0.51
/proc/11880/task/11887/stat : 11887 (java) S 11878 11880 11209 0 -1 64 1041 652 0 0 39 0 11 1 16 0 9 0 614716873 888934400 21898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11888] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11888/stat : 11888 (java) S 11878 11880 11209 0 -1 64 2 652 0 0 0 0 11 1 19 0 9 0 614716873 888934400 21898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11889] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11889/stat : 11889 (java) S 11878 11880 11209 0 -1 64 41 652 0 0 0 0 11 1 15 0 9 0 614716873 888934400 21898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 868100

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

[startup+15.9026 s]
/proc/loadavg: 2.00 2.00 1.98 3/103 11893
/proc/meminfo: memFree=1656872/2055920 swapFree=4179400/4192956
[pid=11880] ppid=11878 vsize=868100 CPUtime=15.57
/proc/11880/stat : 11880 (java) S 11878 11880 11209 0 -1 0 37539 652 1 0 1528 17 11 1 18 0 9 0 614716867 888934400 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11880/statm: 217025 21899 2615 9 0 211553 0
[pid=11880/tid=11882] ppid=11878 vsize=868100 CPUtime=14.96
/proc/11880/task/11882/stat : 11882 (java) R 11878 11880 11209 0 -1 64 27802 652 1 0 1471 13 11 1 22 0 9 0 614716869 888934400 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4127196423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11883] ppid=11878 vsize=868100 CPUtime=0.3
/proc/11880/task/11883/stat : 11883 (java) S 11878 11880 11209 0 -1 64 7823 652 0 0 16 2 11 1 16 0 9 0 614716870 888934400 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11880/tid=11884] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11884/stat : 11884 (java) S 11878 11880 11209 0 -1 64 16 652 0 0 0 0 11 1 16 0 9 0 614716871 888934400 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11885] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11885/stat : 11885 (java) S 11878 11880 11209 0 -1 64 8 652 0 0 0 0 11 1 15 0 9 0 614716871 888934400 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11886] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11886/stat : 11886 (java) S 11878 11880 11209 0 -1 64 1 652 0 0 0 0 11 1 18 0 9 0 614716873 888934400 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11887] ppid=11878 vsize=868100 CPUtime=0.51
/proc/11880/task/11887/stat : 11887 (java) S 11878 11880 11209 0 -1 64 1042 652 0 0 39 0 11 1 16 0 9 0 614716873 888934400 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11888] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11888/stat : 11888 (java) S 11878 11880 11209 0 -1 64 2 652 0 0 0 0 11 1 19 0 9 0 614716873 888934400 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11889] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11889/stat : 11889 (java) S 11878 11880 11209 0 -1 64 41 652 0 0 0 0 11 1 15 0 9 0 614716873 888934400 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.57
Current children cumulated vsize (KiB) 868100

[startup+17.5017 s]
/proc/loadavg: 2.00 2.00 1.98 3/103 11893
/proc/meminfo: memFree=1656872/2055920 swapFree=4179400/4192956
[pid=11880] ppid=11878 vsize=868100 CPUtime=17.14
/proc/11880/stat : 11880 (java) S 11878 11880 11209 0 -1 0 37541 652 1 0 1685 17 11 1 18 0 9 0 614716867 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11880/statm: 217025 21900 2615 9 0 211553 0
[pid=11880/tid=11882] ppid=11878 vsize=868100 CPUtime=16.53
/proc/11880/task/11882/stat : 11882 (java) R 11878 11880 11209 0 -1 64 27803 652 1 0 1628 13 11 1 25 0 9 0 614716869 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4126671325 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11883] ppid=11878 vsize=868100 CPUtime=0.3
/proc/11880/task/11883/stat : 11883 (java) S 11878 11880 11209 0 -1 64 7823 652 0 0 16 2 11 1 16 0 9 0 614716870 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11880/tid=11884] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11884/stat : 11884 (java) S 11878 11880 11209 0 -1 64 16 652 0 0 0 0 11 1 16 0 9 0 614716871 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11885] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11885/stat : 11885 (java) S 11878 11880 11209 0 -1 64 8 652 0 0 0 0 11 1 15 0 9 0 614716871 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11886] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11886/stat : 11886 (java) S 11878 11880 11209 0 -1 64 1 652 0 0 0 0 11 1 18 0 9 0 614716873 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11887] ppid=11878 vsize=868100 CPUtime=0.51
/proc/11880/task/11887/stat : 11887 (java) S 11878 11880 11209 0 -1 64 1043 652 0 0 39 0 11 1 17 0 9 0 614716873 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11888] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11888/stat : 11888 (java) S 11878 11880 11209 0 -1 64 2 652 0 0 0 0 11 1 19 0 9 0 614716873 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11889] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11889/stat : 11889 (java) S 11878 11880 11209 0 -1 64 41 652 0 0 0 0 11 1 15 0 9 0 614716873 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.14
Current children cumulated vsize (KiB) 868100

[startup+17.9018 s]
/proc/loadavg: 2.00 2.00 1.98 3/103 11893
/proc/meminfo: memFree=1656872/2055920 swapFree=4179400/4192956
[pid=11880] ppid=11878 vsize=868100 CPUtime=17.53
/proc/11880/stat : 11880 (java) S 11878 11880 11209 0 -1 0 37541 652 1 0 1724 17 11 1 18 0 9 0 614716867 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11880/statm: 217025 21900 2615 9 0 211553 0
[pid=11880/tid=11882] ppid=11878 vsize=868100 CPUtime=16.92
/proc/11880/task/11882/stat : 11882 (java) R 11878 11880 11209 0 -1 64 27803 652 1 0 1667 13 11 1 25 0 9 0 614716869 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4127211469 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11883] ppid=11878 vsize=868100 CPUtime=0.3
/proc/11880/task/11883/stat : 11883 (java) S 11878 11880 11209 0 -1 64 7823 652 0 0 16 2 11 1 16 0 9 0 614716870 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11880/tid=11884] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11884/stat : 11884 (java) S 11878 11880 11209 0 -1 64 16 652 0 0 0 0 11 1 16 0 9 0 614716871 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11885] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11885/stat : 11885 (java) S 11878 11880 11209 0 -1 64 8 652 0 0 0 0 11 1 15 0 9 0 614716871 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11886] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11886/stat : 11886 (java) S 11878 11880 11209 0 -1 64 1 652 0 0 0 0 11 1 18 0 9 0 614716873 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11887] ppid=11878 vsize=868100 CPUtime=0.51
/proc/11880/task/11887/stat : 11887 (java) S 11878 11880 11209 0 -1 64 1043 652 0 0 39 0 11 1 17 0 9 0 614716873 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11888] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11888/stat : 11888 (java) S 11878 11880 11209 0 -1 64 2 652 0 0 0 0 11 1 19 0 9 0 614716873 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11889] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11889/stat : 11889 (java) S 11878 11880 11209 0 -1 64 41 652 0 0 0 0 11 1 15 0 9 0 614716873 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.53
Current children cumulated vsize (KiB) 868100

[startup+18.1018 s]
/proc/loadavg: 2.00 2.00 1.98 3/103 11893
/proc/meminfo: memFree=1656872/2055920 swapFree=4179400/4192956
[pid=11880] ppid=11878 vsize=868100 CPUtime=17.73
/proc/11880/stat : 11880 (java) S 11878 11880 11209 0 -1 0 37541 652 1 0 1744 17 11 1 18 0 9 0 614716867 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11880/statm: 217025 21900 2615 9 0 211553 0
[pid=11880/tid=11882] ppid=11878 vsize=868100 CPUtime=17.12
/proc/11880/task/11882/stat : 11882 (java) R 11878 11880 11209 0 -1 64 27803 652 1 0 1687 13 11 1 25 0 9 0 614716869 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4127187395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11883] ppid=11878 vsize=868100 CPUtime=0.3
/proc/11880/task/11883/stat : 11883 (java) S 11878 11880 11209 0 -1 64 7823 652 0 0 16 2 11 1 16 0 9 0 614716870 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11880/tid=11884] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11884/stat : 11884 (java) S 11878 11880 11209 0 -1 64 16 652 0 0 0 0 11 1 16 0 9 0 614716871 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11885] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11885/stat : 11885 (java) S 11878 11880 11209 0 -1 64 8 652 0 0 0 0 11 1 15 0 9 0 614716871 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11886] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11886/stat : 11886 (java) S 11878 11880 11209 0 -1 64 1 652 0 0 0 0 11 1 18 0 9 0 614716873 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11887] ppid=11878 vsize=868100 CPUtime=0.51
/proc/11880/task/11887/stat : 11887 (java) S 11878 11880 11209 0 -1 64 1043 652 0 0 39 0 11 1 17 0 9 0 614716873 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11888] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11888/stat : 11888 (java) S 11878 11880 11209 0 -1 64 2 652 0 0 0 0 11 1 19 0 9 0 614716873 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11889] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11889/stat : 11889 (java) S 11878 11880 11209 0 -1 64 41 652 0 0 0 0 11 1 15 0 9 0 614716873 888934400 21900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.73
Current children cumulated vsize (KiB) 868100

[startup+18.2018 s]
/proc/loadavg: 2.00 2.00 1.98 3/103 11893
/proc/meminfo: memFree=1656872/2055920 swapFree=4179400/4192956
[pid=11880] ppid=11878 vsize=868100 CPUtime=17.82
/proc/11880/stat : 11880 (java) S 11878 11880 11209 0 -1 0 37554 652 1 0 1753 17 11 1 18 0 7 0 614716867 888934400 21905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11880/statm: 217025 21905 2615 9 0 211553 0
[pid=11880/tid=11882] ppid=11878 vsize=868100 CPUtime=17.21
/proc/11880/task/11882/stat : 11882 (java) R 11878 11880 11209 0 -1 64 27809 652 1 0 1696 13 11 1 25 0 7 0 614716869 888934400 21905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11883] ppid=11878 vsize=868100 CPUtime=0.3
/proc/11880/task/11883/stat : 11883 (java) R 11878 11880 11209 0 -1 64 7823 652 0 0 16 2 11 1 16 0 7 0 614716870 888934400 21905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11884] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11884/stat : 11884 (java) S 11878 11880 11209 0 -1 64 16 652 0 0 0 0 11 1 16 0 7 0 614716871 888934400 21905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11885] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11885/stat : 11885 (java) S 11878 11880 11209 0 -1 64 8 652 0 0 0 0 11 1 15 0 7 0 614716871 888934400 21905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11887] ppid=11878 vsize=868100 CPUtime=0.51
/proc/11880/task/11887/stat : 11887 (java) S 11878 11880 11209 0 -1 64 1043 652 0 0 39 0 11 1 17 0 7 0 614716873 888934400 21905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11880/tid=11888] ppid=11878 vsize=868100 CPUtime=0.12
/proc/11880/task/11888/stat : 11888 (java) S 11878 11880 11209 0 -1 64 2 652 0 0 0 0 11 1 19 0 7 0 614716873 888934400 21905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.82
Current children cumulated vsize (KiB) 868100

Child status: 0
Real time (s): 18.2145
CPU time (s): 17.8583
CPU user time (s): 17.6513
CPU system time (s): 0.206968
CPU usage (%): 98.0442
Max. virtual memory (cumulated for all children) (KiB): 868100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.6513
system time used= 0.206968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38225
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= 1969
involuntary context switches= 2360

runsolver used 0.026995 second user time and 0.06499 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-02 20:50:12
IDJOB=1044999
IDBENCH=53638
IDSOLVER=364
FILE ID=node87/1044999-1215024612
PBS_JOBID= 7874297
Free space on /tmp= 66508 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/QG7/normalized-quasigroup7-7.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044999-1215024612/watcher-1044999-1215024612 -o /tmp/evaluation-result-1044999-1215024612/solver-1044999-1215024612 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044999-1215024612.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fd44125de988974818e4439e42a04254
RANDOM SEED=1609044361

node87.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.232
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.232
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:       1735568 kB
Buffers:         18052 kB
Cached:         154160 kB
SwapCached:       7648 kB
Active:         211996 kB
Inactive:        40512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1735568 kB
SwapTotal:     4192956 kB
SwapFree:      4179400 kB
Dirty:            2088 kB
Writeback:           0 kB
Mapped:          96660 kB
Slab:            52408 kB
Committed_AS:  2107740 kB
PageTables:       2256 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 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 node87 at 2008-07-02 20:50:30