Trace number 1087084

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 17.8803 18.0938

DiagnosticValue
CHECKS28617
NODES0

General information on the benchmark

Namecsp/fapp/fapp02/
normalized-fapp02-0250-0.xml
MD5SUM629efecb0eb59f0ce6ca410b2a2aa039
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 benchmark1.9937
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints3055
Maximum constraint arity2
Maximum domain size210
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3055
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1087084-1215242550.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.38/0.43	     nbVariables=250  nbDomainTypes=13  minDomainSize=42  maxDomainSize=210  nbTotalValues=36618
0.38/0.43	       =>  wckTime=0.175  cpuTime=0.14  mem=8M829
0.38/0.43	   
0.38/0.43	   predicates being loaded...
0.38/0.50	   
0.38/0.50	   constraints being loaded...
17.42/17.69	     nbConstraints=1636  nbMergedConstraints=1419  nbConvertedConstraints=1636  nbConvertConstraintsChecks=33029818
17.42/17.70	     nbExtensionStructures=1476  nbSharedExtensionStructures=336  nbConflictsStructures=1476
17.42/17.70	     nbSharedConflictsStructures=336  nbSharedBinaryRepresentations=347397  minDegree=4  maxDegree=17  minArity=2
17.42/17.70	     maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.175  symmetryCpuTime=0.1
17.42/17.70	       =>  wckTime=17.439  cpuTime=16.89  mem=55M898
17.61/17.86	   
17.61/17.86	   solver IterativeSystematicSolver being built... 
17.81/18.00	       =>  wckTime=17.747  cpuTime=17.0  mem=33M2
17.81/18.02	   
17.81/18.02	   preprocessing
17.81/18.02	     nbConstraintChecks=28617  nbPropagations=21  nbRevisions=273  nbUselessRevisions=108  nbRemovedValues=5515
17.81/18.02	     detectedInconsistency=yes
17.81/18.02	       =>  wckTime=0.019  cpuTime=0.01  mem=33M2
17.81/18.03	   
17.81/18.03	   global
17.81/18.03	     nbConstraintChecks=28617  nbPropagations=21  nbRevisions=273  nbUselessRevisions=108  nbRestartNogoods=0
17.81/18.03	     solvingWckTime=0.022  solvingCpuTime=0.02  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
17.81/18.03	     globalCpuTime=17.06
17.81/18.03	       =>  wckTime=17.771  cpuTime=17.02  mem=33M2
17.81/18.03	   
17.81/18.03	s UNSATISFIABLE
17.81/18.03	d NODES 0
17.81/18.03	d CHECKS 28617
17.81/18.03	   
17.81/18.03	   totalWckTime=17.844  totalCpuTime=17.06

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-1087084-1215242550/watcher-1087084-1215242550 -o /tmp/evaluation-result-1087084-1215242550/solver-1087084-1215242550 -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-1087084-1215242550.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.93 1.35 1.36 4/73 9006
/proc/meminfo: memFree=1581824/2055920 swapFree=4121428/4192956
[pid=9006] ppid=9004 vsize=18572 CPUtime=0
/proc/9006/stat : 9006 (runsolver) R 9004 9006 6099 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1553929011 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 212234464551 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/9006/statm: 4643 292 257 25 0 2626 0

[startup+0.100797 s]
/proc/loadavg: 1.93 1.35 1.36 4/73 9006
/proc/meminfo: memFree=1581824/2055920 swapFree=4121428/4192956
[pid=9006] ppid=9004 vsize=865884 CPUtime=0.08
/proc/9006/stat : 9006 (java) S 9004 9006 6099 0 -1 0 3689 0 1 0 7 1 0 0 18 0 9 0 1553929011 886665216 3164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 216471 3164 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.202826 s]
/proc/loadavg: 1.93 1.35 1.36 4/73 9006
/proc/meminfo: memFree=1581824/2055920 swapFree=4121428/4192956
[pid=9006] ppid=9004 vsize=866044 CPUtime=0.18
/proc/9006/stat : 9006 (java) S 9004 9006 6099 0 -1 0 4661 0 1 0 16 2 0 0 18 0 9 0 1553929011 886829056 4088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 216511 4088 1861 9 0 211059 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866044

[startup+0.301831 s]
/proc/loadavg: 1.93 1.35 1.36 4/73 9006
/proc/meminfo: memFree=1581824/2055920 swapFree=4121428/4192956
[pid=9006] ppid=9004 vsize=866284 CPUtime=0.28
/proc/9006/stat : 9006 (java) S 9004 9006 6099 0 -1 0 5820 0 1 0 25 3 0 0 18 0 9 0 1553929011 887074816 5194 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 216571 5194 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701902 s]
/proc/loadavg: 1.93 1.35 1.36 4/73 9006
/proc/meminfo: memFree=1581824/2055920 swapFree=4121428/4192956
[pid=9006] ppid=9004 vsize=867676 CPUtime=0.68
/proc/9006/stat : 9006 (java) S 9004 9006 6099 0 -1 0 8881 0 1 0 62 6 0 0 18 0 9 0 1553929011 888500224 8241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 216919 8241 2010 9 0 211425 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867676

[startup+1.50104 s]
/proc/loadavg: 1.93 1.35 1.36 3/82 9015
/proc/meminfo: memFree=1547192/2055920 swapFree=4121428/4192956
[pid=9006] ppid=9004 vsize=867676 CPUtime=1.46
/proc/9006/stat : 9006 (java) S 9004 9006 6099 0 -1 0 11524 0 1 0 139 7 0 0 18 0 9 0 1553929011 888500224 10881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 216919 10881 2014 9 0 211425 0
[pid=9006/tid=9008] ppid=9004 vsize=867676 CPUtime=1.25
/proc/9006/task/9008/stat : 9008 (java) R 9004 9006 6099 0 -1 64 10147 0 1 0 119 6 0 0 25 0 9 0 1553929012 888500224 10881 996147200 134512640 134550740 4294955968 18446744073709551615 4126873617 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9009] ppid=9004 vsize=867676 CPUtime=0
/proc/9006/task/9009/stat : 9009 (java) S 9004 9006 6099 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1553929013 888500224 10881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9010] ppid=9004 vsize=867676 CPUtime=0
/proc/9006/task/9010/stat : 9010 (java) S 9004 9006 6099 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1553929014 888500224 10881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9011] ppid=9004 vsize=867676 CPUtime=0
/proc/9006/task/9011/stat : 9011 (java) S 9004 9006 6099 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1553929014 888500224 10881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9012] ppid=9004 vsize=867676 CPUtime=0
/proc/9006/task/9012/stat : 9012 (java) S 9004 9006 6099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553929016 888500224 10881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9013] ppid=9004 vsize=867676 CPUtime=0.2
/proc/9006/task/9013/stat : 9013 (java) S 9004 9006 6099 0 -1 64 680 0 0 0 20 0 0 0 15 0 9 0 1553929016 888500224 10881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9014] ppid=9004 vsize=867676 CPUtime=0
/proc/9006/task/9014/stat : 9014 (java) S 9004 9006 6099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553929016 888500224 10881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9015] ppid=9004 vsize=867676 CPUtime=0
/proc/9006/task/9015/stat : 9015 (java) S 9004 9006 6099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553929016 888500224 10881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867676

[startup+3.10231 s]
/proc/loadavg: 1.93 1.35 1.36 3/82 9015
/proc/meminfo: memFree=1542712/2055920 swapFree=4121428/4192956
[pid=9006] ppid=9004 vsize=867676 CPUtime=3.06
/proc/9006/stat : 9006 (java) S 9004 9006 6099 0 -1 0 13217 0 1 0 297 9 0 0 18 0 9 0 1553929011 888500224 12572 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 216919 12572 2014 9 0 211425 0
[pid=9006/tid=9008] ppid=9004 vsize=867676 CPUtime=2.81
/proc/9006/task/9008/stat : 9008 (java) R 9004 9006 6099 0 -1 64 11815 0 1 0 273 8 0 0 25 0 9 0 1553929012 888500224 12572 996147200 134512640 134550740 4294955968 18446744073709551615 4126899898 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9009] ppid=9004 vsize=867676 CPUtime=0
/proc/9006/task/9009/stat : 9009 (java) S 9004 9006 6099 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1553929013 888500224 12572 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9010] ppid=9004 vsize=867676 CPUtime=0
/proc/9006/task/9010/stat : 9010 (java) S 9004 9006 6099 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1553929014 888500224 12572 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9011] ppid=9004 vsize=867676 CPUtime=0
/proc/9006/task/9011/stat : 9011 (java) S 9004 9006 6099 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1553929014 888500224 12572 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9012] ppid=9004 vsize=867676 CPUtime=0
/proc/9006/task/9012/stat : 9012 (java) S 9004 9006 6099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553929016 888500224 12572 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9013] ppid=9004 vsize=867676 CPUtime=0.23
/proc/9006/task/9013/stat : 9013 (java) S 9004 9006 6099 0 -1 64 705 0 0 0 23 0 0 0 15 0 9 0 1553929016 888500224 12572 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9014] ppid=9004 vsize=867676 CPUtime=0
/proc/9006/task/9014/stat : 9014 (java) S 9004 9006 6099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553929016 888500224 12572 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9015] ppid=9004 vsize=867676 CPUtime=0
/proc/9006/task/9015/stat : 9015 (java) S 9004 9006 6099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553929016 888500224 12572 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867676

[startup+6.30187 s]
/proc/loadavg: 1.93 1.36 1.36 4/82 9015
/proc/meminfo: memFree=1529784/2055920 swapFree=4121428/4192956
[pid=9006] ppid=9004 vsize=867676 CPUtime=6.23
/proc/9006/stat : 9006 (java) S 9004 9006 6099 0 -1 0 16051 0 1 0 612 11 0 0 18 0 9 0 1553929011 888500224 15404 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 216919 15404 2014 9 0 211425 0
[pid=9006/tid=9008] ppid=9004 vsize=867676 CPUtime=5.98
/proc/9006/task/9008/stat : 9008 (java) R 9004 9006 6099 0 -1 64 14645 0 1 0 588 10 0 0 25 0 9 0 1553929012 888500224 15404 996147200 134512640 134550740 4294955968 18446744073709551615 4126872399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9009] ppid=9004 vsize=867676 CPUtime=0
/proc/9006/task/9009/stat : 9009 (java) S 9004 9006 6099 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1553929013 888500224 15404 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9010] ppid=9004 vsize=867676 CPUtime=0
/proc/9006/task/9010/stat : 9010 (java) S 9004 9006 6099 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1553929014 888500224 15404 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9011] ppid=9004 vsize=867676 CPUtime=0
/proc/9006/task/9011/stat : 9011 (java) S 9004 9006 6099 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1553929014 888500224 15404 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9012] ppid=9004 vsize=867676 CPUtime=0
/proc/9006/task/9012/stat : 9012 (java) S 9004 9006 6099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553929016 888500224 15404 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9013] ppid=9004 vsize=867676 CPUtime=0.23
/proc/9006/task/9013/stat : 9013 (java) S 9004 9006 6099 0 -1 64 709 0 0 0 23 0 0 0 15 0 9 0 1553929016 888500224 15404 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9014] ppid=9004 vsize=867676 CPUtime=0
/proc/9006/task/9014/stat : 9014 (java) S 9004 9006 6099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553929016 888500224 15404 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9015] ppid=9004 vsize=867676 CPUtime=0
/proc/9006/task/9015/stat : 9015 (java) S 9004 9006 6099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553929016 888500224 15404 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867676

[startup+12.702 s]
/proc/loadavg: 1.94 1.37 1.37 3/82 9015
/proc/meminfo: memFree=1513464/2055920 swapFree=4121428/4192956
[pid=9006] ppid=9004 vsize=867588 CPUtime=12.57
/proc/9006/stat : 9006 (java) S 9004 9006 6099 0 -1 0 19568 0 1 0 1242 15 0 0 18 0 9 0 1553929011 888410112 18896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 216897 18896 2005 9 0 211425 0
[pid=9006/tid=9008] ppid=9004 vsize=867588 CPUtime=12.2
/proc/9006/task/9008/stat : 9008 (java) R 9004 9006 6099 0 -1 64 15787 0 1 0 1208 12 0 0 25 0 9 0 1553929012 888410112 18896 996147200 134512640 134550740 4294955968 18446744073709551615 4126899571 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9009] ppid=9004 vsize=867588 CPUtime=0.09
/proc/9006/task/9009/stat : 9009 (java) S 9004 9006 6099 0 -1 64 2369 0 0 0 8 1 0 0 16 0 9 0 1553929013 888410112 18896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9010] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9010/stat : 9010 (java) S 9004 9006 6099 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1553929014 888410112 18896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9011] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9011/stat : 9011 (java) S 9004 9006 6099 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553929014 888410112 18896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9012] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9012/stat : 9012 (java) S 9004 9006 6099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553929016 888410112 18896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9013] ppid=9004 vsize=867588 CPUtime=0.25
/proc/9006/task/9013/stat : 9013 (java) S 9004 9006 6099 0 -1 64 716 0 0 0 25 0 0 0 15 0 9 0 1553929016 888410112 18896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9014] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9014/stat : 9014 (java) S 9004 9006 6099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553929016 888410112 18896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9015] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9015/stat : 9015 (java) S 9004 9006 6099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553929016 888410112 18896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867588

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

[startup+12.803 s]
/proc/loadavg: 1.94 1.37 1.37 3/82 9015
/proc/meminfo: memFree=1513464/2055920 swapFree=4121428/4192956
[pid=9006] ppid=9004 vsize=867588 CPUtime=12.67
/proc/9006/stat : 9006 (java) S 9004 9006 6099 0 -1 0 19568 0 1 0 1252 15 0 0 18 0 9 0 1553929011 888410112 18896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 216897 18896 2005 9 0 211425 0
[pid=9006/tid=9008] ppid=9004 vsize=867588 CPUtime=12.3
/proc/9006/task/9008/stat : 9008 (java) R 9004 9006 6099 0 -1 64 15787 0 1 0 1218 12 0 0 25 0 9 0 1553929012 888410112 18896 996147200 134512640 134550740 4294955968 18446744073709551615 4126871104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9009] ppid=9004 vsize=867588 CPUtime=0.09
/proc/9006/task/9009/stat : 9009 (java) S 9004 9006 6099 0 -1 64 2369 0 0 0 8 1 0 0 16 0 9 0 1553929013 888410112 18896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9010] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9010/stat : 9010 (java) S 9004 9006 6099 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1553929014 888410112 18896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9011] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9011/stat : 9011 (java) S 9004 9006 6099 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553929014 888410112 18896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9012] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9012/stat : 9012 (java) S 9004 9006 6099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553929016 888410112 18896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9013] ppid=9004 vsize=867588 CPUtime=0.25
/proc/9006/task/9013/stat : 9013 (java) S 9004 9006 6099 0 -1 64 716 0 0 0 25 0 0 0 15 0 9 0 1553929016 888410112 18896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9014] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9014/stat : 9014 (java) S 9004 9006 6099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553929016 888410112 18896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9015] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9015/stat : 9015 (java) S 9004 9006 6099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553929016 888410112 18896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 867588

[startup+16.0016 s]
/proc/loadavg: 1.94 1.38 1.37 3/82 9015
/proc/meminfo: memFree=1513528/2055920 swapFree=4121428/4192956
[pid=9006] ppid=9004 vsize=867588 CPUtime=15.84
/proc/9006/stat : 9006 (java) S 9004 9006 6099 0 -1 0 19575 0 1 0 1568 16 0 0 18 0 9 0 1553929011 888410112 18903 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 216897 18903 2006 9 0 211425 0
[pid=9006/tid=9008] ppid=9004 vsize=867588 CPUtime=15.47
/proc/9006/task/9008/stat : 9008 (java) R 9004 9006 6099 0 -1 64 15790 0 1 0 1533 14 0 0 25 0 9 0 1553929012 888410112 18903 996147200 134512640 134550740 4294955968 18446744073709551615 4126875496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9009] ppid=9004 vsize=867588 CPUtime=0.09
/proc/9006/task/9009/stat : 9009 (java) S 9004 9006 6099 0 -1 64 2369 0 0 0 8 1 0 0 16 0 9 0 1553929013 888410112 18903 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9010] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9010/stat : 9010 (java) S 9004 9006 6099 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1553929014 888410112 18903 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9011] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9011/stat : 9011 (java) S 9004 9006 6099 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553929014 888410112 18903 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9012] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9012/stat : 9012 (java) S 9004 9006 6099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553929016 888410112 18903 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9013] ppid=9004 vsize=867588 CPUtime=0.26
/proc/9006/task/9013/stat : 9013 (java) S 9004 9006 6099 0 -1 64 720 0 0 0 26 0 0 0 15 0 9 0 1553929016 888410112 18903 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9014] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9014/stat : 9014 (java) S 9004 9006 6099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553929016 888410112 18903 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9015] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9015/stat : 9015 (java) S 9004 9006 6099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553929016 888410112 18903 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.84
Current children cumulated vsize (KiB) 867588

[startup+16.8017 s]
/proc/loadavg: 1.94 1.38 1.37 3/82 9015
/proc/meminfo: memFree=1513528/2055920 swapFree=4121428/4192956
[pid=9006] ppid=9004 vsize=867588 CPUtime=16.64
/proc/9006/stat : 9006 (java) S 9004 9006 6099 0 -1 0 19587 0 1 0 1647 17 0 0 18 0 9 0 1553929011 888410112 18914 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 216897 18914 2006 9 0 211425 0
[pid=9006/tid=9008] ppid=9004 vsize=867588 CPUtime=16.25
/proc/9006/task/9008/stat : 9008 (java) R 9004 9006 6099 0 -1 64 15791 0 1 0 1611 14 0 0 25 0 9 0 1553929012 888410112 18914 996147200 134512640 134550740 4294955968 18446744073709551615 4126877815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9009] ppid=9004 vsize=867588 CPUtime=0.09
/proc/9006/task/9009/stat : 9009 (java) S 9004 9006 6099 0 -1 64 2369 0 0 0 8 1 0 0 17 0 9 0 1553929013 888410112 18914 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9010] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9010/stat : 9010 (java) S 9004 9006 6099 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1553929014 888410112 18914 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9011] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9011/stat : 9011 (java) S 9004 9006 6099 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553929014 888410112 18914 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9012] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9012/stat : 9012 (java) S 9004 9006 6099 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553929016 888410112 18914 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9013] ppid=9004 vsize=867588 CPUtime=0.27
/proc/9006/task/9013/stat : 9013 (java) S 9004 9006 6099 0 -1 64 731 0 0 0 27 0 0 0 16 0 9 0 1553929016 888410112 18914 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9014] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9014/stat : 9014 (java) S 9004 9006 6099 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553929016 888410112 18914 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9015] ppid=9004 vsize=867588 CPUtime=0
/proc/9006/task/9015/stat : 9015 (java) S 9004 9006 6099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553929016 888410112 18914 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.64
Current children cumulated vsize (KiB) 867588

[startup+17.6019 s]
/proc/loadavg: 1.94 1.38 1.37 3/83 9019
/proc/meminfo: memFree=1513064/2055920 swapFree=4121428/4192956
[pid=9006] ppid=9004 vsize=867912 CPUtime=17.42
/proc/9006/stat : 9006 (java) S 9004 9006 6099 0 -1 0 19827 244 1 0 1723 18 1 0 18 0 10 0 1553929011 888741888 18946 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 216978 18946 2013 9 0 211506 0
[pid=9006/tid=9008] ppid=9004 vsize=867912 CPUtime=17.02
/proc/9006/task/9008/stat : 9008 (java) S 9004 9006 6099 0 -1 64 15899 244 1 0 1686 15 1 0 24 0 10 0 1553929012 888741888 18946 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9009] ppid=9004 vsize=867912 CPUtime=0.1
/proc/9006/task/9009/stat : 9009 (java) S 9004 9006 6099 0 -1 64 2394 244 0 0 8 1 1 0 16 0 10 0 1553929013 888741888 18946 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9010] ppid=9004 vsize=867912 CPUtime=0.01
/proc/9006/task/9010/stat : 9010 (java) S 9004 9006 6099 0 -1 64 13 244 0 0 0 0 1 0 16 0 10 0 1553929014 888741888 18946 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9011] ppid=9004 vsize=867912 CPUtime=0.01
/proc/9006/task/9011/stat : 9011 (java) S 9004 9006 6099 0 -1 64 5 244 0 0 0 0 1 0 16 0 10 0 1553929014 888741888 18946 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9012] ppid=9004 vsize=867912 CPUtime=0.01
/proc/9006/task/9012/stat : 9012 (java) S 9004 9006 6099 0 -1 64 1 244 0 0 0 0 1 0 18 0 10 0 1553929016 888741888 18946 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9013] ppid=9004 vsize=867912 CPUtime=0.29
/proc/9006/task/9013/stat : 9013 (java) S 9004 9006 6099 0 -1 64 752 244 0 0 28 0 1 0 16 0 10 0 1553929016 888741888 18946 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9014] ppid=9004 vsize=867912 CPUtime=0.01
/proc/9006/task/9014/stat : 9014 (java) S 9004 9006 6099 0 -1 64 1 244 0 0 0 0 1 0 19 0 10 0 1553929016 888741888 18946 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9015] ppid=9004 vsize=867912 CPUtime=0.01
/proc/9006/task/9015/stat : 9015 (java) S 9004 9006 6099 0 -1 64 0 244 0 0 0 0 1 0 15 0 10 0 1553929016 888741888 18946 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9018] ppid=9004 vsize=867912 CPUtime=0.01
/proc/9006/task/9018/stat : 9018 (java) R 9004 9006 6099 0 -1 64 1 244 0 0 0 0 1 0 25 0 10 0 1553930771 888741888 18946 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.42
Current children cumulated vsize (KiB) 867912

[startup+18.0034 s]
/proc/loadavg: 1.94 1.38 1.37 3/83 9019
/proc/meminfo: memFree=1513064/2055920 swapFree=4121428/4192956
[pid=9006] ppid=9004 vsize=868000 CPUtime=17.81
/proc/9006/stat : 9006 (java) S 9004 9006 6099 0 -1 0 33729 368 1 0 1757 22 1 1 18 0 9 0 1553929011 888832000 22128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9006/statm: 217000 22128 2637 9 0 211506 0
[pid=9006/tid=9008] ppid=9004 vsize=868000 CPUtime=17.2
/proc/9006/task/9008/stat : 9008 (java) R 9004 9006 6099 0 -1 64 20718 368 1 0 1703 15 1 1 23 0 9 0 1553929012 888832000 22128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9009] ppid=9004 vsize=868000 CPUtime=0.27
/proc/9006/task/9009/stat : 9009 (java) S 9004 9006 6099 0 -1 64 11215 368 0 0 21 4 1 1 17 0 9 0 1553929013 888832000 22128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9010] ppid=9004 vsize=868000 CPUtime=0.02
/proc/9006/task/9010/stat : 9010 (java) S 9004 9006 6099 0 -1 64 18 368 0 0 0 0 1 1 17 0 9 0 1553929014 888832000 22128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9011] ppid=9004 vsize=868000 CPUtime=0.02
/proc/9006/task/9011/stat : 9011 (java) S 9004 9006 6099 0 -1 64 12 368 0 0 0 0 1 1 16 0 9 0 1553929014 888832000 22128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9012] ppid=9004 vsize=868000 CPUtime=0.02
/proc/9006/task/9012/stat : 9012 (java) S 9004 9006 6099 0 -1 64 1 368 0 0 0 0 1 1 18 0 9 0 1553929016 888832000 22128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9013] ppid=9004 vsize=868000 CPUtime=0.35
/proc/9006/task/9013/stat : 9013 (java) S 9004 9006 6099 0 -1 64 945 368 0 0 32 1 1 1 15 0 9 0 1553929016 888832000 22128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9014] ppid=9004 vsize=868000 CPUtime=0.02
/proc/9006/task/9014/stat : 9014 (java) S 9004 9006 6099 0 -1 64 1 368 0 0 0 0 1 1 19 0 9 0 1553929016 888832000 22128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9006/tid=9015] ppid=9004 vsize=868000 CPUtime=0.02
/proc/9006/task/9015/stat : 9015 (java) S 9004 9006 6099 0 -1 64 6 368 0 0 0 0 1 1 15 0 9 0 1553929016 888832000 22128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.81
Current children cumulated vsize (KiB) 868000

Child status: 0
Real time (s): 18.0938
CPU time (s): 17.8803
CPU user time (s): 17.6233
CPU system time (s): 0.25696
CPU usage (%): 98.8199
Max. virtual memory (cumulated for all children) (KiB): 868000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.6233
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34353
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= 2033
involuntary context switches= 2413

runsolver used 0.030995 second user time and 0.06099 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-05 09:22:30
IDJOB=1087084
IDBENCH=57929
IDSOLVER=363
FILE ID=node14/1087084-1215242550
PBS_JOBID= 7881837
Free space on /tmp= 66412 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp02/normalized-fapp02-0250-0.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-1087084-1215242550/watcher-1087084-1215242550 -o /tmp/evaluation-result-1087084-1215242550/solver-1087084-1215242550 -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-1087084-1215242550.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 629efecb0eb59f0ce6ca410b2a2aa039
RANDOM SEED=216881270

node14.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.267
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	: 5931.00
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.267
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:       1582304 kB
Buffers:         48100 kB
Cached:         216308 kB
SwapCached:      65664 kB
Active:         332316 kB
Inactive:        86672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1582304 kB
SwapTotal:     4192956 kB
SwapFree:      4121428 kB
Dirty:            2688 kB
Writeback:           0 kB
Mapped:         162656 kB
Slab:            39460 kB
Committed_AS:  3182208 kB
PageTables:       2160 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= 66408 MiB
End job on node14 at 2008-07-05 09:22:48