Trace number 2094677

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 ACSAT 11.2563 11.3716

DiagnosticValue
CHECKS3332290
NODES11261

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-16-1.xml
MD5SUMe937311bd82c72304e2e8ab9cbbd48e0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.30265
Satisfiable
(Un)Satisfiability was proved
Number of variables2030
Number of constraints4249
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4249
Global constraints used (with number of constraints)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-2094677-1247404855.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.48/0.56	     nbVariables=2030  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2  nbTotalValues=3244
0.48/0.56	       =>  wckTime=0.304  cpuTime=0.19  mem=13M744
0.48/0.56	   
0.48/0.56	   predicates being loaded...
0.58/0.62	   
0.58/0.62	   constraints being loaded...
2.15/2.21	     nbConstraints=4249  nbSingletonDomainVariables=816  nbConvertedConstraints=2005  nbConvertConstraintsChecks=386
2.15/2.21	     nbExtensionStructures=358  nbSharedExtensionStructures=2001  nbConflictsStructures=365
2.15/2.21	     nbSharedConflictsStructures=4238  nbSharedBinaryRepresentations=718  nbEvaluationManagers=7
2.15/2.21	     nbSharedEvaluationManagers=2237  minDegree=2  maxDegree=41  minArity=2  avgArity=2.53  maxArity=3  nbGenerators=0
2.15/2.21	     nbFusions=0  symmetryWckTime=0.689  symmetryCpuTime=0.13
2.15/2.21	       =>  wckTime=1.954  cpuTime=1.18  mem=15M377
2.24/2.31	   
2.24/2.31	   solver IterativeSystematicSolver being built... 
2.46/2.58	       =>  wckTime=2.331  cpuTime=1.41  mem=47M973
2.56/2.62	   
2.56/2.62	   preprocessing
2.56/2.62	     nbConstraintChecks=0  nbPropagations=2030  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.56/2.62	     detectedInconsistency=no
2.56/2.62	       =>  wckTime=0.025  cpuTime=0.02  mem=47M973
11.21/11.31	   
11.21/11.31	   search
11.21/11.31	     run=10  nbConstraintChecks=3332290  nbValidityChecks=1695985  minDepth=19  maxDepth=2030  nbPropagations=3744473
11.21/11.31	     nbRevisions=13167842  nbUselessRevisions=9387137  nbAssignments=11261  nbFailedAssignments=1296
11.21/11.31	     nbInferredBacktracks=4  nbBacktracks=7607  nbVisitedNodes=13776  nbRestartNogoods=30  nbFoundSolutions=1
11.21/11.31	     nbSEliminables=?  nbREliminables=?  nbIEliminables=?  nbDEliminables=?  nbPEliminables=?
11.21/11.31	       =>  wckTime=8.72  cpuTime=8.59  mem=49M33
11.21/11.31	   
11.21/11.31	   global
11.21/11.31	     nbConstraintChecks=3332290  nbValidityChecks=1695985  nbPropagations=3746503  nbRevisions=13167842
11.21/11.31	     nbUselessRevisions=9387137  nbRestartNogoods=30  solvingWckTime=8.722  solvingCpuTime=8.59  expiredTime=no
11.21/11.31	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=9.99  globalCpuTime=10.04
11.21/11.31	       =>  wckTime=11.058  cpuTime=10.0  mem=49M33
11.21/11.31	   
11.21/11.31	s SATISFIABLE
11.21/11.31	v 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 
11.21/11.31	d NODES 11261
11.21/11.31	d CHECKS 3332290
11.21/11.32	   
11.21/11.32	   totalWckTime=11.127  totalCpuTime=10.04

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094677-1247404855/watcher-2094677-1247404855 -o /tmp/evaluation-result-2094677-1247404855/solver-2094677-1247404855 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094677-1247404855.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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.92 4/81 363
/proc/meminfo: memFree=1692208/2055920 swapFree=4192812/4192956
[pid=363] ppid=361 vsize=18576 CPUtime=0
/proc/363/stat : 363 (runsolver) R 361 363 32034 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 27550618 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 269807578407 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/363/statm: 4644 284 249 26 0 2626 0

[startup+0.055876 s]
/proc/loadavg: 2.00 2.00 1.92 4/81 363
/proc/meminfo: memFree=1692208/2055920 swapFree=4192812/4192956
[pid=363] ppid=361 vsize=863616 CPUtime=0.04
/proc/363/stat : 363 (java) S 361 363 32034 0 -1 0 2452 0 1 0 3 1 0 0 20 0 9 0 27550618 884342784 2017 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/363/statm: 215904 2017 916 9 0 210819 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863616

[startup+0.101879 s]
/proc/loadavg: 2.00 2.00 1.92 4/81 363
/proc/meminfo: memFree=1692208/2055920 swapFree=4192812/4192956
[pid=363] ppid=361 vsize=865940 CPUtime=0.09
/proc/363/stat : 363 (java) S 361 363 32034 0 -1 0 3728 0 1 0 7 2 0 0 20 0 9 0 27550618 886722560 3196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/363/statm: 216485 3196 1695 9 0 210970 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865940

[startup+0.301901 s]
/proc/loadavg: 2.00 2.00 1.92 4/81 363
/proc/meminfo: memFree=1692208/2055920 swapFree=4192812/4192956
[pid=363] ppid=361 vsize=866432 CPUtime=0.28
/proc/363/stat : 363 (java) S 361 363 32034 0 -1 0 5921 0 1 0 25 3 0 0 20 0 9 0 27550618 887226368 5287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/363/statm: 216608 5287 1983 9 0 211066 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866432

[startup+0.701946 s]
/proc/loadavg: 2.00 2.00 1.92 4/81 363
/proc/meminfo: memFree=1692208/2055920 swapFree=4192812/4192956
[pid=363] ppid=361 vsize=867544 CPUtime=0.68
/proc/363/stat : 363 (java) S 361 363 32034 0 -1 0 9508 0 1 0 62 6 0 0 20 0 9 0 27550618 888365056 8862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/363/statm: 216886 8862 2039 9 0 211322 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867544

[startup+1.50204 s]
/proc/loadavg: 2.00 2.00 1.92 3/90 372
/proc/meminfo: memFree=1651496/2055920 swapFree=4192812/4192956
[pid=363] ppid=361 vsize=867672 CPUtime=1.48
/proc/363/stat : 363 (java) S 361 363 32034 0 -1 0 16526 0 1 0 122 26 0 0 20 0 9 0 27550618 888496128 15877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/363/statm: 216918 15877 2044 9 0 211354 0
[pid=363/tid=365] ppid=361 vsize=867672 CPUtime=1.22
/proc/363/task/365/stat : 365 (java) R 361 363 32034 0 -1 64 15126 0 1 0 98 24 0 0 25 0 9 0 27550619 888496128 15877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=366] ppid=361 vsize=867672 CPUtime=0
/proc/363/task/366/stat : 366 (java) S 361 363 32034 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 27550621 888496128 15877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=367] ppid=361 vsize=867672 CPUtime=0
/proc/363/task/367/stat : 367 (java) S 361 363 32034 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 27550621 888496128 15877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=368] ppid=361 vsize=867672 CPUtime=0
/proc/363/task/368/stat : 368 (java) S 361 363 32034 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 27550621 888496128 15877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=369] ppid=361 vsize=867672 CPUtime=0
/proc/363/task/369/stat : 369 (java) S 361 363 32034 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27550623 888496128 15877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=370] ppid=361 vsize=867672 CPUtime=0.23
/proc/363/task/370/stat : 370 (java) S 361 363 32034 0 -1 64 701 0 0 0 23 0 0 0 16 0 9 0 27550623 888496128 15877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=371] ppid=361 vsize=867672 CPUtime=0
/proc/363/task/371/stat : 371 (java) S 361 363 32034 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27550623 888496128 15877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=372] ppid=361 vsize=867672 CPUtime=0
/proc/363/task/372/stat : 372 (java) S 361 363 32034 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27550623 888496128 15877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867672

[startup+3.10121 s]
/proc/loadavg: 2.00 2.00 1.92 3/92 374
/proc/meminfo: memFree=1624344/2055920 swapFree=4192812/4192956
[pid=363] ppid=361 vsize=868048 CPUtime=3.06
/proc/363/stat : 363 (java) S 361 363 32034 0 -1 0 35050 589 1 0 230 33 42 1 20 0 9 0 27550618 888881152 20724 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/363/statm: 217012 20724 2662 9 0 211448 0
[pid=363/tid=365] ppid=361 vsize=868048 CPUtime=2.49
/proc/363/task/365/stat : 365 (java) R 361 363 32034 0 -1 64 27075 589 1 0 178 28 42 1 25 0 9 0 27550619 888881152 20724 996147200 134512640 134550932 4294955968 18446744073709551615 4127344206 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=366] ppid=361 vsize=868048 CPUtime=0.59
/proc/363/task/366/stat : 366 (java) S 361 363 32034 0 -1 64 6178 589 0 0 15 1 42 1 16 0 9 0 27550621 888881152 20724 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=367] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/367/stat : 367 (java) S 361 363 32034 0 -1 64 19 589 0 0 0 0 42 1 16 0 9 0 27550621 888881152 20724 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=368] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/368/stat : 368 (java) S 361 363 32034 0 -1 64 10 589 0 0 0 0 42 1 15 0 9 0 27550621 888881152 20724 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=369] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/369/stat : 369 (java) S 361 363 32034 0 -1 64 1 589 0 0 0 0 42 1 25 0 9 0 27550623 888881152 20724 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=370] ppid=361 vsize=868048 CPUtime=0.79
/proc/363/task/370/stat : 370 (java) S 361 363 32034 0 -1 64 953 589 0 0 35 1 42 1 15 0 9 0 27550623 888881152 20724 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=371] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/371/stat : 371 (java) S 361 363 32034 0 -1 64 1 589 0 0 0 0 42 1 25 0 9 0 27550623 888881152 20724 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=372] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/372/stat : 372 (java) S 361 363 32034 0 -1 64 13 589 0 0 0 0 42 1 15 0 9 0 27550623 888881152 20724 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868048

[startup+6.30155 s]
/proc/loadavg: 2.00 2.00 1.92 3/90 376
/proc/meminfo: memFree=1619040/2055920 swapFree=4192812/4192956
[pid=363] ppid=361 vsize=868048 CPUtime=6.23
/proc/363/stat : 363 (java) S 361 363 32034 0 -1 0 35099 589 1 0 547 33 42 1 20 0 9 0 27550618 888881152 20742 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/363/statm: 217012 20742 2662 9 0 211448 0
[pid=363/tid=365] ppid=361 vsize=868048 CPUtime=5.65
/proc/363/task/365/stat : 365 (java) R 361 363 32034 0 -1 64 27080 589 1 0 493 29 42 1 25 0 9 0 27550619 888881152 20742 996147200 134512640 134550932 4294955968 18446744073709551615 4127341644 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=366] ppid=361 vsize=868048 CPUtime=0.59
/proc/363/task/366/stat : 366 (java) S 361 363 32034 0 -1 64 6178 589 0 0 15 1 42 1 17 0 9 0 27550621 888881152 20742 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=367] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/367/stat : 367 (java) S 361 363 32034 0 -1 64 19 589 0 0 0 0 42 1 16 0 9 0 27550621 888881152 20742 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=368] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/368/stat : 368 (java) S 361 363 32034 0 -1 64 10 589 0 0 0 0 42 1 15 0 9 0 27550621 888881152 20742 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=369] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/369/stat : 369 (java) S 361 363 32034 0 -1 64 1 589 0 0 0 0 42 1 25 0 9 0 27550623 888881152 20742 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=370] ppid=361 vsize=868048 CPUtime=0.82
/proc/363/task/370/stat : 370 (java) S 361 363 32034 0 -1 64 973 589 0 0 38 1 42 1 15 0 9 0 27550623 888881152 20742 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=371] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/371/stat : 371 (java) S 361 363 32034 0 -1 64 1 589 0 0 0 0 42 1 25 0 9 0 27550623 888881152 20742 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=372] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/372/stat : 372 (java) S 361 363 32034 0 -1 64 37 589 0 0 0 0 42 1 15 0 9 0 27550623 888881152 20742 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868048

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

[startup+9.50289 s]
/proc/loadavg: 2.00 2.00 1.92 3/90 376
/proc/meminfo: memFree=1619040/2055920 swapFree=4192812/4192956
[pid=363] ppid=361 vsize=868048 CPUtime=9.42
/proc/363/stat : 363 (java) S 361 363 32034 0 -1 0 35102 589 1 0 866 33 42 1 20 0 9 0 27550618 888881152 20743 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/363/statm: 217012 20743 2662 9 0 211448 0
[pid=363/tid=365] ppid=361 vsize=868048 CPUtime=8.83
/proc/363/task/365/stat : 365 (java) R 361 363 32034 0 -1 64 27082 589 1 0 811 29 42 1 25 0 9 0 27550619 888881152 20743 996147200 134512640 134550932 4294955968 18446744073709551615 4126383021 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=366] ppid=361 vsize=868048 CPUtime=0.59
/proc/363/task/366/stat : 366 (java) S 361 363 32034 0 -1 64 6178 589 0 0 15 1 42 1 16 0 9 0 27550621 888881152 20743 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=367] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/367/stat : 367 (java) S 361 363 32034 0 -1 64 19 589 0 0 0 0 42 1 16 0 9 0 27550621 888881152 20743 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=368] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/368/stat : 368 (java) S 361 363 32034 0 -1 64 10 589 0 0 0 0 42 1 15 0 9 0 27550621 888881152 20743 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=369] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/369/stat : 369 (java) S 361 363 32034 0 -1 64 1 589 0 0 0 0 42 1 25 0 9 0 27550623 888881152 20743 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=370] ppid=361 vsize=868048 CPUtime=0.83
/proc/363/task/370/stat : 370 (java) S 361 363 32034 0 -1 64 974 589 0 0 39 1 42 1 16 0 9 0 27550623 888881152 20743 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=371] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/371/stat : 371 (java) S 361 363 32034 0 -1 64 1 589 0 0 0 0 42 1 25 0 9 0 27550623 888881152 20743 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=372] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/372/stat : 372 (java) S 361 363 32034 0 -1 64 37 589 0 0 0 0 42 1 15 0 9 0 27550623 888881152 20743 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.42
Current children cumulated vsize (KiB) 868048

[startup+10.303 s]
/proc/loadavg: 2.00 2.00 1.92 3/90 376
/proc/meminfo: memFree=1619040/2055920 swapFree=4192812/4192956
[pid=363] ppid=361 vsize=868048 CPUtime=10.22
/proc/363/stat : 363 (java) S 361 363 32034 0 -1 0 35105 589 1 0 945 34 42 1 20 0 9 0 27550618 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/363/statm: 217012 20744 2662 9 0 211448 0
[pid=363/tid=365] ppid=361 vsize=868048 CPUtime=9.62
/proc/363/task/365/stat : 365 (java) R 361 363 32034 0 -1 64 27084 589 1 0 890 29 42 1 25 0 9 0 27550619 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4127327164 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=366] ppid=361 vsize=868048 CPUtime=0.59
/proc/363/task/366/stat : 366 (java) S 361 363 32034 0 -1 64 6178 589 0 0 15 1 42 1 17 0 9 0 27550621 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=367] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/367/stat : 367 (java) S 361 363 32034 0 -1 64 19 589 0 0 0 0 42 1 16 0 9 0 27550621 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=368] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/368/stat : 368 (java) S 361 363 32034 0 -1 64 10 589 0 0 0 0 42 1 15 0 9 0 27550621 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=369] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/369/stat : 369 (java) S 361 363 32034 0 -1 64 1 589 0 0 0 0 42 1 25 0 9 0 27550623 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=370] ppid=361 vsize=868048 CPUtime=0.83
/proc/363/task/370/stat : 370 (java) S 361 363 32034 0 -1 64 975 589 0 0 39 1 42 1 16 0 9 0 27550623 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=371] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/371/stat : 371 (java) S 361 363 32034 0 -1 64 1 589 0 0 0 0 42 1 25 0 9 0 27550623 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=372] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/372/stat : 372 (java) S 361 363 32034 0 -1 64 37 589 0 0 0 0 42 1 15 0 9 0 27550623 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.22
Current children cumulated vsize (KiB) 868048

[startup+11.1021 s]
/proc/loadavg: 2.00 2.00 1.92 3/90 376
/proc/meminfo: memFree=1618912/2055920 swapFree=4192812/4192956
[pid=363] ppid=361 vsize=868048 CPUtime=11.02
/proc/363/stat : 363 (java) S 361 363 32034 0 -1 0 35105 589 1 0 1025 34 42 1 20 0 9 0 27550618 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/363/statm: 217012 20744 2662 9 0 211448 0
[pid=363/tid=365] ppid=361 vsize=868048 CPUtime=10.41
/proc/363/task/365/stat : 365 (java) R 361 363 32034 0 -1 64 27084 589 1 0 969 29 42 1 25 0 9 0 27550619 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4127321797 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=366] ppid=361 vsize=868048 CPUtime=0.59
/proc/363/task/366/stat : 366 (java) S 361 363 32034 0 -1 64 6178 589 0 0 15 1 42 1 17 0 9 0 27550621 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=367] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/367/stat : 367 (java) S 361 363 32034 0 -1 64 19 589 0 0 0 0 42 1 16 0 9 0 27550621 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=368] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/368/stat : 368 (java) S 361 363 32034 0 -1 64 10 589 0 0 0 0 42 1 15 0 9 0 27550621 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=369] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/369/stat : 369 (java) S 361 363 32034 0 -1 64 1 589 0 0 0 0 42 1 25 0 9 0 27550623 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=370] ppid=361 vsize=868048 CPUtime=0.83
/proc/363/task/370/stat : 370 (java) S 361 363 32034 0 -1 64 975 589 0 0 39 1 42 1 16 0 9 0 27550623 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=371] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/371/stat : 371 (java) S 361 363 32034 0 -1 64 1 589 0 0 0 0 42 1 25 0 9 0 27550623 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=372] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/372/stat : 372 (java) S 361 363 32034 0 -1 64 37 589 0 0 0 0 42 1 15 0 9 0 27550623 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.02
Current children cumulated vsize (KiB) 868048

[startup+11.3021 s]
/proc/loadavg: 2.00 2.00 1.92 3/90 376
/proc/meminfo: memFree=1618912/2055920 swapFree=4192812/4192956
[pid=363] ppid=361 vsize=868048 CPUtime=11.21
/proc/363/stat : 363 (java) S 361 363 32034 0 -1 0 35107 589 1 0 1044 34 42 1 20 0 9 0 27550618 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/363/statm: 217012 20744 2662 9 0 211448 0
[pid=363/tid=365] ppid=361 vsize=868048 CPUtime=10.61
/proc/363/task/365/stat : 365 (java) R 361 363 32034 0 -1 64 27085 589 1 0 989 29 42 1 25 0 9 0 27550619 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4125978474 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=366] ppid=361 vsize=868048 CPUtime=0.59
/proc/363/task/366/stat : 366 (java) S 361 363 32034 0 -1 64 6178 589 0 0 15 1 42 1 16 0 9 0 27550621 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=367] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/367/stat : 367 (java) S 361 363 32034 0 -1 64 19 589 0 0 0 0 42 1 16 0 9 0 27550621 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=368] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/368/stat : 368 (java) S 361 363 32034 0 -1 64 10 589 0 0 0 0 42 1 15 0 9 0 27550621 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=369] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/369/stat : 369 (java) S 361 363 32034 0 -1 64 1 589 0 0 0 0 42 1 25 0 9 0 27550623 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=370] ppid=361 vsize=868048 CPUtime=0.83
/proc/363/task/370/stat : 370 (java) S 361 363 32034 0 -1 64 976 589 0 0 39 1 42 1 16 0 9 0 27550623 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=371] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/371/stat : 371 (java) S 361 363 32034 0 -1 64 1 589 0 0 0 0 42 1 25 0 9 0 27550623 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=363/tid=372] ppid=361 vsize=868048 CPUtime=0.43
/proc/363/task/372/stat : 372 (java) S 361 363 32034 0 -1 64 37 589 0 0 0 0 42 1 15 0 9 0 27550623 888881152 20744 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.21
Current children cumulated vsize (KiB) 868048

Child status: 0
Real time (s): 11.3716
CPU time (s): 11.2563
CPU user time (s): 10.8883
CPU system time (s): 0.367944
CPU usage (%): 98.9857
Max. virtual memory (cumulated for all children) (KiB): 870908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.8883
system time used= 0.367944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35836
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= 2342
involuntary context switches= 2489

runsolver used 0.018997 second user time and 0.045993 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 15:20:55
IDJOB=2094677
IDBENCH=54480
IDSOLVER=773
FILE ID=node81/2094677-1247404855
PBS_JOBID= 9510488
Free space on /tmp= 126676 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-16-1.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094677-1247404855/watcher-2094677-1247404855 -o /tmp/evaluation-result-2094677-1247404855/solver-2094677-1247404855 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094677-1247404855.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e937311bd82c72304e2e8ab9cbbd48e0
RANDOM SEED=1599363128

node81.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.233
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.233
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:       1692752 kB
Buffers:         36012 kB
Cached:         124944 kB
SwapCached:          0 kB
Active:         228760 kB
Inactive:        64564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2644 kB
Writeback:           0 kB
Mapped:         152756 kB
Slab:            54740 kB
Committed_AS:  1026020 kB
PageTables:       2096 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126672 MiB
End job on node81 at 2009-07-12 15:21:07