Trace number 1097183

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 22.8785 23.1182

DiagnosticValue
CHECKS140973000
NODES90547

General information on the benchmark

Namecsp/tightness0.5/
normalized-rand-2-40-25-180-500-18_ext.xml
MD5SUMd5fb07ea27621d1e94af1a718cfc8aa5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.12607
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1097183-1215281461.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.28/0.38	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25  nbTotalValues=1000
0.28/0.38	       =>  wckTime=0.146  cpuTime=0.11  mem=7M919
0.28/0.38	   
0.28/0.38	   relations being loaded...
0.48/0.58	   
0.48/0.58	   constraints being loaded...
0.68/0.77	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.68/0.77	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2  minDegree=3
0.68/0.77	     maxDegree=16  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.049  symmetryCpuTime=0.03
0.68/0.77	       =>  wckTime=0.54  cpuTime=0.4  mem=18M739
0.76/0.84	   
0.76/0.84	   solver IterativeSystematicSolver being built... 
0.86/0.98	       =>  wckTime=0.744  cpuTime=0.51  mem=21M472
0.97/1.04	   
0.97/1.04	   preprocessing
0.97/1.04	     nbConstraintChecks=78511  nbPropagations=838  nbRevisions=5399  nbUselessRevisions=4146  nbSingletonTests=50
0.97/1.04	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
0.97/1.04	       =>  wckTime=0.055  cpuTime=0.03  mem=21M472
1.07/1.16	   
1.07/1.16	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M529)
22.76/23.09	   
22.76/23.09	   search
22.76/23.09	     run=19  nbConstraintChecks=140894581  minDepth=0  maxDepth=9  nbPropagations=8300993  nbRevisions=69087289
22.76/23.09	     nbUselessRevisions=47903213  nbAssignments=90547  nbFailedAssignments=44591  nbBacktracks=45866
22.76/23.09	     nbVisitedNodes=165044  nbRestartNogoods=142  nbSEliminables=6.03  nbREliminables=3.07  nbIEliminables=4.22
22.76/23.09	     nbDEliminables=0  nbPEliminables=0
22.76/23.09	       =>  wckTime=22.11  cpuTime=21.82  mem=22M529
22.76/23.09	   
22.76/23.09	   global
22.76/23.09	     nbConstraintChecks=140973092  nbPropagations=8301831  nbRevisions=69092688  nbUselessRevisions=47907359
22.76/23.09	     nbRestartNogoods=142  solvingWckTime=22.115  solvingCpuTime=21.83  expiredTime=no  totalExploration=yes
22.76/23.09	     nbFoundSolutions=0  globalCpuTime=22.39
22.76/23.09	       =>  wckTime=22.861  cpuTime=22.34  mem=22M529
22.76/23.09	   
22.76/23.10	s UNSATISFIABLE
22.76/23.10	d NODES 90547
22.76/23.10	d CHECKS 140973092
22.76/23.10	   
22.76/23.10	   totalWckTime=22.916  totalCpuTime=22.39

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-1097183-1215281461/watcher-1097183-1215281461 -o /tmp/evaluation-result-1097183-1215281461/solver-1097183-1215281461 -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-1097183-1215281461.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 2.00 4/81 31989
/proc/meminfo: memFree=1653848/2055920 swapFree=4113216/4192956
[pid=31989] ppid=31987 vsize=18572 CPUtime=0
/proc/31989/stat : 31989 (runsolver) R 31987 31989 28723 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1557816495 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 266890439975 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/31989/statm: 4643 292 257 25 0 2626 0

[startup+0.0161121 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 31989
/proc/meminfo: memFree=1653848/2055920 swapFree=4113216/4192956
[pid=31989] ppid=31987 vsize=10704 CPUtime=0
/proc/31989/stat : 31989 (java) S 31987 31989 28723 0 -1 0 739 0 0 0 0 0 0 0 18 0 2 0 1557816495 10960896 519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/31989/statm: 2726 574 285 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10704

[startup+0.103742 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 31989
/proc/meminfo: memFree=1653848/2055920 swapFree=4113216/4192956
[pid=31989] ppid=31987 vsize=865884 CPUtime=0.09
/proc/31989/stat : 31989 (java) S 31987 31989 28723 0 -1 0 3821 0 1 0 7 2 0 0 18 0 9 0 1557816495 886665216 3270 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31989/statm: 216471 3270 1728 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302777 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 31989
/proc/meminfo: memFree=1653848/2055920 swapFree=4113216/4192956
[pid=31989] ppid=31987 vsize=866196 CPUtime=0.28
/proc/31989/stat : 31989 (java) S 31987 31989 28723 0 -1 0 5627 0 1 0 25 3 0 0 18 0 9 0 1557816495 886984704 5041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31989/statm: 216549 5041 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701809 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 31989
/proc/meminfo: memFree=1653848/2055920 swapFree=4113216/4192956
[pid=31989] ppid=31987 vsize=866988 CPUtime=0.68
/proc/31989/stat : 31989 (java) S 31987 31989 28723 0 -1 0 8578 0 1 0 63 5 0 0 18 0 9 0 1557816495 887795712 7938 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31989/statm: 216747 7938 1977 9 0 211275 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866988

[startup+1.5019 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32002
/proc/meminfo: memFree=1622224/2055920 swapFree=4113216/4192956
[pid=31989] ppid=31987 vsize=867844 CPUtime=1.46
/proc/31989/stat : 31989 (java) S 31987 31989 28723 0 -1 0 17155 277 1 0 138 8 0 0 18 0 9 0 1557816495 888672256 10778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31989/statm: 216961 10778 2632 9 0 211467 0
[pid=31989/tid=31991] ppid=31987 vsize=867844 CPUtime=1.17
/proc/31989/task/31991/stat : 31991 (java) R 31987 31989 28723 0 -1 64 12037 277 1 0 111 6 0 0 25 0 9 0 1557816496 888672256 10778 996147200 134512640 134550740 4294955968 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31992] ppid=31987 vsize=867844 CPUtime=0.04
/proc/31989/task/31992/stat : 31992 (java) S 31987 31989 28723 0 -1 64 3592 277 0 0 4 0 0 0 16 0 9 0 1557816498 888672256 10778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31993] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31993/stat : 31993 (java) S 31987 31989 28723 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 1557816498 888672256 10778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31994] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31994/stat : 31994 (java) S 31987 31989 28723 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1557816498 888672256 10778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31995] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31995/stat : 31995 (java) S 31987 31989 28723 0 -1 64 1 277 0 0 0 0 0 0 18 0 9 0 1557816500 888672256 10778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31996] ppid=31987 vsize=867844 CPUtime=0.21
/proc/31989/task/31996/stat : 31996 (java) S 31987 31989 28723 0 -1 64 686 277 0 0 21 0 0 0 16 0 9 0 1557816500 888672256 10778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31997] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31997/stat : 31997 (java) S 31987 31989 28723 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 1557816500 888672256 10778 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31998] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31998/stat : 31998 (java) S 31987 31989 28723 0 -1 64 2 277 0 0 0 0 0 0 15 0 9 0 1557816500 888672256 10778 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) 867844

[startup+3.10107 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32002
/proc/meminfo: memFree=1620688/2055920 swapFree=4113216/4192956
[pid=31989] ppid=31987 vsize=867844 CPUtime=3.05
/proc/31989/stat : 31989 (java) S 31987 31989 28723 0 -1 0 17172 277 1 0 296 9 0 0 18 0 9 0 1557816495 888672256 10793 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31989/statm: 216961 10793 2632 9 0 211467 0
[pid=31989/tid=31991] ppid=31987 vsize=867844 CPUtime=2.73
/proc/31989/task/31991/stat : 31991 (java) R 31987 31989 28723 0 -1 64 12041 277 1 0 267 6 0 0 25 0 9 0 1557816496 888672256 10793 996147200 134512640 134550740 4294955968 18446744073709551615 4126875872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31992] ppid=31987 vsize=867844 CPUtime=0.04
/proc/31989/task/31992/stat : 31992 (java) S 31987 31989 28723 0 -1 64 3592 277 0 0 4 0 0 0 17 0 9 0 1557816498 888672256 10793 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31993] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31993/stat : 31993 (java) S 31987 31989 28723 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 1557816498 888672256 10793 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31994] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31994/stat : 31994 (java) S 31987 31989 28723 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1557816498 888672256 10793 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31995] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31995/stat : 31995 (java) S 31987 31989 28723 0 -1 64 1 277 0 0 0 0 0 0 18 0 9 0 1557816500 888672256 10793 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31996] ppid=31987 vsize=867844 CPUtime=0.23
/proc/31989/task/31996/stat : 31996 (java) S 31987 31989 28723 0 -1 64 699 277 0 0 23 0 0 0 15 0 9 0 1557816500 888672256 10793 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31997] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31997/stat : 31997 (java) S 31987 31989 28723 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 1557816500 888672256 10793 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31998] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31998/stat : 31998 (java) S 31987 31989 28723 0 -1 64 2 277 0 0 0 0 0 0 15 0 9 0 1557816500 888672256 10793 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867844

[startup+6.30243 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32002
/proc/meminfo: memFree=1620560/2055920 swapFree=4113216/4192956
[pid=31989] ppid=31987 vsize=867844 CPUtime=6.22
/proc/31989/stat : 31989 (java) S 31987 31989 28723 0 -1 0 17190 277 1 0 613 9 0 0 18 0 9 0 1557816495 888672256 10795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31989/statm: 216961 10795 2632 9 0 211467 0
[pid=31989/tid=31991] ppid=31987 vsize=867844 CPUtime=5.9
/proc/31989/task/31991/stat : 31991 (java) R 31987 31989 28723 0 -1 64 12045 277 1 0 584 6 0 0 25 0 9 0 1557816496 888672256 10795 996147200 134512640 134550740 4294955968 18446744073709551615 4126854303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31992] ppid=31987 vsize=867844 CPUtime=0.04
/proc/31989/task/31992/stat : 31992 (java) S 31987 31989 28723 0 -1 64 3592 277 0 0 4 0 0 0 16 0 9 0 1557816498 888672256 10795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31993] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31993/stat : 31993 (java) S 31987 31989 28723 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 1557816498 888672256 10795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31994] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31994/stat : 31994 (java) S 31987 31989 28723 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1557816498 888672256 10795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31995] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31995/stat : 31995 (java) S 31987 31989 28723 0 -1 64 1 277 0 0 0 0 0 0 18 0 9 0 1557816500 888672256 10795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31996] ppid=31987 vsize=867844 CPUtime=0.23
/proc/31989/task/31996/stat : 31996 (java) S 31987 31989 28723 0 -1 64 699 277 0 0 23 0 0 0 15 0 9 0 1557816500 888672256 10795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31997] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31997/stat : 31997 (java) S 31987 31989 28723 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 1557816500 888672256 10795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31998] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31998/stat : 31998 (java) S 31987 31989 28723 0 -1 64 16 277 0 0 0 0 0 0 15 0 9 0 1557816500 888672256 10795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867844

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32002
/proc/meminfo: memFree=1620368/2055920 swapFree=4113216/4192956
[pid=31989] ppid=31987 vsize=867844 CPUtime=12.56
/proc/31989/stat : 31989 (java) S 31987 31989 28723 0 -1 0 17192 277 1 0 1247 9 0 0 18 0 9 0 1557816495 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31989/statm: 216961 10797 2632 9 0 211467 0
[pid=31989/tid=31991] ppid=31987 vsize=867844 CPUtime=12.24
/proc/31989/task/31991/stat : 31991 (java) R 31987 31989 28723 0 -1 64 12047 277 1 0 1218 6 0 0 25 0 9 0 1557816496 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4126834613 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31992] ppid=31987 vsize=867844 CPUtime=0.04
/proc/31989/task/31992/stat : 31992 (java) S 31987 31989 28723 0 -1 64 3592 277 0 0 4 0 0 0 16 0 9 0 1557816498 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31993] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31993/stat : 31993 (java) S 31987 31989 28723 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 1557816498 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31994] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31994/stat : 31994 (java) S 31987 31989 28723 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1557816498 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31995] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31995/stat : 31995 (java) S 31987 31989 28723 0 -1 64 1 277 0 0 0 0 0 0 18 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31996] ppid=31987 vsize=867844 CPUtime=0.23
/proc/31989/task/31996/stat : 31996 (java) S 31987 31989 28723 0 -1 64 699 277 0 0 23 0 0 0 15 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31997] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31997/stat : 31997 (java) S 31987 31989 28723 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31998] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31998/stat : 31998 (java) S 31987 31989 28723 0 -1 64 16 277 0 0 0 0 0 0 15 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867844

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

[startup+19.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32002
/proc/meminfo: memFree=1620432/2055920 swapFree=4113216/4192956
[pid=31989] ppid=31987 vsize=867844 CPUtime=18.9
/proc/31989/stat : 31989 (java) S 31987 31989 28723 0 -1 0 17192 277 1 0 1881 9 0 0 18 0 9 0 1557816495 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31989/statm: 216961 10797 2632 9 0 211467 0
[pid=31989/tid=31991] ppid=31987 vsize=867844 CPUtime=18.58
/proc/31989/task/31991/stat : 31991 (java) R 31987 31989 28723 0 -1 64 12047 277 1 0 1852 6 0 0 25 0 9 0 1557816496 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4126853360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31992] ppid=31987 vsize=867844 CPUtime=0.04
/proc/31989/task/31992/stat : 31992 (java) S 31987 31989 28723 0 -1 64 3592 277 0 0 4 0 0 0 16 0 9 0 1557816498 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31993] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31993/stat : 31993 (java) S 31987 31989 28723 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 1557816498 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31994] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31994/stat : 31994 (java) S 31987 31989 28723 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1557816498 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31995] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31995/stat : 31995 (java) S 31987 31989 28723 0 -1 64 1 277 0 0 0 0 0 0 18 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31996] ppid=31987 vsize=867844 CPUtime=0.23
/proc/31989/task/31996/stat : 31996 (java) S 31987 31989 28723 0 -1 64 699 277 0 0 23 0 0 0 15 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31997] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31997/stat : 31997 (java) S 31987 31989 28723 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31998] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31998/stat : 31998 (java) S 31987 31989 28723 0 -1 64 16 277 0 0 0 0 0 0 15 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 867844

[startup+20.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32002
/proc/meminfo: memFree=1620304/2055920 swapFree=4113216/4192956
[pid=31989] ppid=31987 vsize=867844 CPUtime=20.48
/proc/31989/stat : 31989 (java) S 31987 31989 28723 0 -1 0 17192 277 1 0 2039 9 0 0 18 0 9 0 1557816495 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31989/statm: 216961 10797 2632 9 0 211467 0
[pid=31989/tid=31991] ppid=31987 vsize=867844 CPUtime=20.16
/proc/31989/task/31991/stat : 31991 (java) R 31987 31989 28723 0 -1 64 12047 277 1 0 2010 6 0 0 25 0 9 0 1557816496 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4126842976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31992] ppid=31987 vsize=867844 CPUtime=0.04
/proc/31989/task/31992/stat : 31992 (java) S 31987 31989 28723 0 -1 64 3592 277 0 0 4 0 0 0 16 0 9 0 1557816498 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31993] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31993/stat : 31993 (java) S 31987 31989 28723 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 1557816498 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31994] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31994/stat : 31994 (java) S 31987 31989 28723 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1557816498 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31995] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31995/stat : 31995 (java) S 31987 31989 28723 0 -1 64 1 277 0 0 0 0 0 0 18 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31996] ppid=31987 vsize=867844 CPUtime=0.23
/proc/31989/task/31996/stat : 31996 (java) S 31987 31989 28723 0 -1 64 699 277 0 0 23 0 0 0 15 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31997] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31997/stat : 31997 (java) S 31987 31989 28723 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31998] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31998/stat : 31998 (java) S 31987 31989 28723 0 -1 64 16 277 0 0 0 0 0 0 15 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.48
Current children cumulated vsize (KiB) 867844

[startup+22.3022 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32002
/proc/meminfo: memFree=1620368/2055920 swapFree=4113216/4192956
[pid=31989] ppid=31987 vsize=867844 CPUtime=22.07
/proc/31989/stat : 31989 (java) S 31987 31989 28723 0 -1 0 17192 277 1 0 2198 9 0 0 18 0 9 0 1557816495 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31989/statm: 216961 10797 2632 9 0 211467 0
[pid=31989/tid=31991] ppid=31987 vsize=867844 CPUtime=21.75
/proc/31989/task/31991/stat : 31991 (java) R 31987 31989 28723 0 -1 64 12047 277 1 0 2169 6 0 0 25 0 9 0 1557816496 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4126834809 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31992] ppid=31987 vsize=867844 CPUtime=0.04
/proc/31989/task/31992/stat : 31992 (java) S 31987 31989 28723 0 -1 64 3592 277 0 0 4 0 0 0 16 0 9 0 1557816498 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31993] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31993/stat : 31993 (java) S 31987 31989 28723 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 1557816498 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31994] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31994/stat : 31994 (java) S 31987 31989 28723 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1557816498 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31995] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31995/stat : 31995 (java) S 31987 31989 28723 0 -1 64 1 277 0 0 0 0 0 0 18 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31996] ppid=31987 vsize=867844 CPUtime=0.23
/proc/31989/task/31996/stat : 31996 (java) S 31987 31989 28723 0 -1 64 699 277 0 0 23 0 0 0 15 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31997] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31997/stat : 31997 (java) S 31987 31989 28723 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31998] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31998/stat : 31998 (java) S 31987 31989 28723 0 -1 64 16 277 0 0 0 0 0 0 15 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.07
Current children cumulated vsize (KiB) 867844

[startup+22.7023 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32002
/proc/meminfo: memFree=1620368/2055920 swapFree=4113216/4192956
[pid=31989] ppid=31987 vsize=867844 CPUtime=22.46
/proc/31989/stat : 31989 (java) S 31987 31989 28723 0 -1 0 17192 277 1 0 2237 9 0 0 18 0 9 0 1557816495 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31989/statm: 216961 10797 2632 9 0 211467 0
[pid=31989/tid=31991] ppid=31987 vsize=867844 CPUtime=22.15
/proc/31989/task/31991/stat : 31991 (java) R 31987 31989 28723 0 -1 64 12047 277 1 0 2209 6 0 0 25 0 9 0 1557816496 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4126825262 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31992] ppid=31987 vsize=867844 CPUtime=0.04
/proc/31989/task/31992/stat : 31992 (java) S 31987 31989 28723 0 -1 64 3592 277 0 0 4 0 0 0 16 0 9 0 1557816498 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31993] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31993/stat : 31993 (java) S 31987 31989 28723 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 1557816498 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31994] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31994/stat : 31994 (java) S 31987 31989 28723 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1557816498 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31995] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31995/stat : 31995 (java) S 31987 31989 28723 0 -1 64 1 277 0 0 0 0 0 0 18 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31996] ppid=31987 vsize=867844 CPUtime=0.23
/proc/31989/task/31996/stat : 31996 (java) S 31987 31989 28723 0 -1 64 699 277 0 0 23 0 0 0 15 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31997] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31997/stat : 31997 (java) S 31987 31989 28723 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31998] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31998/stat : 31998 (java) S 31987 31989 28723 0 -1 64 16 277 0 0 0 0 0 0 15 0 9 0 1557816500 888672256 10797 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.46
Current children cumulated vsize (KiB) 867844

[startup+23.1063 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32002
/proc/meminfo: memFree=1620368/2055920 swapFree=4113216/4192956
[pid=31989] ppid=31987 vsize=867844 CPUtime=22.86
/proc/31989/stat : 31989 (java) S 31987 31989 28723 0 -1 0 17283 277 1 0 2277 9 0 0 18 0 9 0 1557816495 888672256 10886 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31989/statm: 216961 10886 2632 9 0 211467 0
[pid=31989/tid=31991] ppid=31987 vsize=867844 CPUtime=22.54
/proc/31989/task/31991/stat : 31991 (java) S 31987 31989 28723 0 -1 64 12138 277 1 0 2248 6 0 0 25 0 9 0 1557816496 888672256 10886 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31992] ppid=31987 vsize=867844 CPUtime=0.04
/proc/31989/task/31992/stat : 31992 (java) S 31987 31989 28723 0 -1 64 3592 277 0 0 4 0 0 0 16 0 9 0 1557816498 888672256 10886 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31993] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31993/stat : 31993 (java) S 31987 31989 28723 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 1557816498 888672256 10886 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31994] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31994/stat : 31994 (java) S 31987 31989 28723 0 -1 64 9 277 0 0 0 0 0 0 15 0 9 0 1557816498 888672256 10886 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31995] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31995/stat : 31995 (java) S 31987 31989 28723 0 -1 64 1 277 0 0 0 0 0 0 18 0 9 0 1557816500 888672256 10886 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31996] ppid=31987 vsize=867844 CPUtime=0.23
/proc/31989/task/31996/stat : 31996 (java) S 31987 31989 28723 0 -1 64 699 277 0 0 23 0 0 0 16 0 9 0 1557816500 888672256 10886 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31997] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31997/stat : 31997 (java) S 31987 31989 28723 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 1557816500 888672256 10886 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31989/tid=31998] ppid=31987 vsize=867844 CPUtime=0
/proc/31989/task/31998/stat : 31998 (java) S 31987 31989 28723 0 -1 64 16 277 0 0 0 0 0 0 15 0 9 0 1557816500 888672256 10886 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.86
Current children cumulated vsize (KiB) 867844

Child status: 0
Real time (s): 23.1182
CPU time (s): 22.8785
CPU user time (s): 22.7745
CPU system time (s): 0.103984
CPU usage (%): 98.9633
Max. virtual memory (cumulated for all children) (KiB): 867844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.7745
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17587
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= 1485
involuntary context switches= 2477

runsolver used 0.035994 second user time and 0.084987 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-05 20:11:01
IDJOB=1097183
IDBENCH=59378
IDSOLVER=364
FILE ID=node38/1097183-1215281461
PBS_JOBID= 7882091
Free space on /tmp= 66444 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/tightness0.5/normalized-rand-2-40-25-180-500-18_ext.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-1097183-1215281461/watcher-1097183-1215281461 -o /tmp/evaluation-result-1097183-1215281461/solver-1097183-1215281461 -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-1097183-1215281461.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d5fb07ea27621d1e94af1a718cfc8aa5
RANDOM SEED=468930241

node38.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.223
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.223
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:       1654328 kB
Buffers:         43836 kB
Cached:         199700 kB
SwapCached:      73956 kB
Active:         239204 kB
Inactive:       108436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1654328 kB
SwapTotal:     4192956 kB
SwapFree:      4113216 kB
Dirty:            2464 kB
Writeback:           0 kB
Mapped:         120008 kB
Slab:            38732 kB
Committed_AS:  3039416 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= 66440 MiB
End job on node38 at 2008-07-05 20:11:24