Trace number 2095527

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 1.38279 1.41619

DiagnosticValue
CHECKS760011
NODES100

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-60-2-1.xml
MD5SUM3722c9f6b8b98b38946c34eea0c06cd8
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 benchmark0.017996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity3
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.30	   
0.18/0.30	   instance
0.18/0.30	     name=HOME/instance-2095527-1247407714.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.29/0.39	     nbVariables=100  nbDomainTypes=1  minDomainSize=70  maxDomainSize=70  nbTotalValues=7000
0.29/0.39	       =>  wckTime=0.149  cpuTime=0.14  mem=7M892
0.29/0.39	   
0.29/0.39	   predicates being loaded...
0.47/0.55	   
0.47/0.55	   constraints being loaded...
0.77/0.81	     nbConstraints=77  nbGlobalConstraints=17  nbDisconnectedVariables=18  nbConvertedConstraints=30
0.77/0.81	     nbConvertConstraintsChecks=147000  nbExtensionStructures=30  nbSharedExtensionStructures=2
0.77/0.81	     nbConflictsStructures=30  nbSharedConflictsStructures=2  nbUnbuiltConflictsStructures=30
0.77/0.81	     nbSharedBinaryRepresentations=4129  nbEvaluationManagers=30  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=5
0.77/0.81	     minArity=2  avgArity=2.39  maxArity=3  nbGenerators=17  nbFusions=0  symmetryWckTime=0.051  symmetryCpuTime=0.03
0.77/0.81	       =>  wckTime=0.57  cpuTime=0.43  mem=15M811
0.77/0.86	   
0.77/0.86	   solver IterativeSystematicSolver being built... 
0.87/0.94	   
0.87/0.94	   INFO : Forward propagation technique limited 
0.97/1.01	       =>  wckTime=0.763  cpuTime=0.55  mem=20M821
1.27/1.34	   
1.27/1.34	   preprocessing
1.27/1.34	     nbConstraintChecks=759893  nbValidityChecks=548  nbPropagations=108  nbRevisions=169  nbUselessRevisions=69
1.27/1.34	     nbRemovedValues=5646  detectedInconsistency=no
1.27/1.34	       =>  wckTime=0.335  cpuTime=0.32  mem=21M812
1.27/1.38	   
1.27/1.38	   search
1.27/1.38	     run=0  nbConstraintChecks=118  nbValidityChecks=96  minDepth=101  maxDepth=100  nbPropagations=219  nbRevisions=289
1.27/1.38	     nbUselessRevisions=186  nbAssignments=100  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=101
1.27/1.38	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=88.45
1.27/1.38	     nbREliminables=9.35  nbIEliminables=2.19  nbDEliminables=0  nbPEliminables=0
1.27/1.38	       =>  wckTime=0.377  cpuTime=0.35  mem=22M820
1.27/1.39	   
1.27/1.39	   global
1.27/1.39	     nbConstraintChecks=760011  nbValidityChecks=644  nbPropagations=327  nbRevisions=458  nbUselessRevisions=255
1.27/1.39	     nbRestartNogoods=0  solvingWckTime=0.379  solvingCpuTime=0.35  expiredTime=no  totalExploration=no
1.27/1.39	     nbFoundSolutions=1  firstSolutionCpuTime=0.9  globalCpuTime=0.95
1.27/1.39	       =>  wckTime=1.144  cpuTime=0.9  mem=22M820
1.27/1.39	   
1.27/1.39	s SATISFIABLE
1.27/1.39	v 7 17 61 53 43 53 17 41 29 3 5 19 31 62 2 17 2 17 41 59 37 23 2 29 5 31 5 7 19 53 29 5 5 5 29 19 43 59 37 5 29 43 3 71 11 2 67 11 2 45 43 17 37 2 59 43 5 31 59 3 13 2 11 2 59 2 2 2 43 61 11 53 5 13 47 19 2 2 2 31 2 23 59 2 23 11 2 2 47 71 41 2 59 2 71 2 17 17 47 2 
1.27/1.39	d NODES 100
1.27/1.39	d CHECKS 760011
1.27/1.39	   
1.27/1.39	   totalWckTime=1.202  totalCpuTime=0.95

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-2095527-1247407714/watcher-2095527-1247407714 -o /tmp/evaluation-result-2095527-1247407714/solver-2095527-1247407714 -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-2095527-1247407714.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.12 2.11 2.06 4/80 32674
/proc/meminfo: memFree=1774872/2055920 swapFree=4192812/4192956
[pid=32674] ppid=32672 vsize=10676 CPUtime=0
/proc/32674/stat : 32674 (java) S 32672 32674 31795 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27838438 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32674/statm: 2669 474 207 9 0 1184 0
[pid=32674/tid=32675] ppid=32672 vsize=10676 CPUtime=0
/proc/32674/task/32675/stat : 32675 (java) R 32672 32674 31795 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27838440 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 9752536 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.117683 s]
/proc/loadavg: 2.12 2.11 2.06 4/80 32674
/proc/meminfo: memFree=1774872/2055920 swapFree=4192812/4192956
[pid=32674] ppid=32672 vsize=865984 CPUtime=0.1
/proc/32674/stat : 32674 (java) S 32672 32674 31795 0 -1 0 3975 0 1 0 8 2 0 0 18 0 9 0 27838438 886767616 3404 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32674/statm: 216496 3404 1774 9 0 210981 0
[pid=32674/tid=32675] ppid=32672 vsize=865984 CPUtime=0.09
/proc/32674/task/32675/stat : 32675 (java) R 32672 32674 31795 0 -1 64 3068 0 1 0 7 2 0 0 18 0 9 0 27838440 886767616 3404 996147200 134512640 134550932 4294955968 18446744073709551615 104264352 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865984

[startup+0.201699 s]
/proc/loadavg: 2.12 2.11 2.06 4/80 32674
/proc/meminfo: memFree=1774872/2055920 swapFree=4192812/4192956
[pid=32674] ppid=32672 vsize=866144 CPUtime=0.18
/proc/32674/stat : 32674 (java) S 32672 32674 31795 0 -1 0 4704 0 1 0 15 3 0 0 18 0 9 0 27838438 886931456 4121 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32674/statm: 216536 4121 1878 9 0 211014 0
[pid=32674/tid=32675] ppid=32672 vsize=866144 CPUtime=0.17
/proc/32674/task/32675/stat : 32675 (java) R 32672 32674 31795 0 -1 64 3797 0 1 0 15 2 0 0 18 0 9 0 27838440 886931456 4121 996147200 134512640 134550932 4294955968 18446744073709551615 102242722 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866144

[startup+0.301714 s]
/proc/loadavg: 2.12 2.11 2.06 4/80 32674
/proc/meminfo: memFree=1774872/2055920 swapFree=4192812/4192956
[pid=32674] ppid=32672 vsize=866224 CPUtime=0.29
/proc/32674/stat : 32674 (java) S 32672 32674 31795 0 -1 0 5801 0 1 0 25 4 0 0 18 0 9 0 27838438 887013376 5167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32674/statm: 216556 5167 1980 9 0 211014 0
[pid=32674/tid=32675] ppid=32672 vsize=866224 CPUtime=0.25
/proc/32674/task/32675/stat : 32675 (java) R 32672 32674 31795 0 -1 64 4871 0 1 0 22 3 0 0 18 0 9 0 27838440 887013376 5167 996147200 134512640 134550932 4294955968 18446744073709551615 104263824 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866224

[startup+0.701803 s]
/proc/loadavg: 2.12 2.11 2.06 4/80 32674
/proc/meminfo: memFree=1774872/2055920 swapFree=4192812/4192956
[pid=32674] ppid=32672 vsize=867160 CPUtime=0.68
/proc/32674/stat : 32674 (java) S 32672 32674 31795 0 -1 0 7975 0 1 0 63 5 0 0 18 0 9 0 27838438 887971840 7327 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32674/statm: 216790 7327 2035 9 0 211226 0
[pid=32674/tid=32675] ppid=32672 vsize=867160 CPUtime=0.55
/proc/32674/task/32675/stat : 32675 (java) R 32672 32674 31795 0 -1 64 6783 0 1 0 51 4 0 0 20 0 9 0 27838440 887971840 7327 996147200 134512640 134550932 4294955968 18446744073709551615 4126375568 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867160

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

[startup+0.801824 s]
/proc/loadavg: 2.12 2.11 2.06 4/80 32674
/proc/meminfo: memFree=1774872/2055920 swapFree=4192812/4192956
[pid=32674] ppid=32672 vsize=867808 CPUtime=0.77
/proc/32674/stat : 32674 (java) S 32672 32674 31795 0 -1 0 8881 279 1 0 71 6 0 0 18 0 9 0 27838438 888635392 7756 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32674/statm: 216952 7756 2043 9 0 211388 0
[pid=32674/tid=32675] ppid=32672 vsize=867808 CPUtime=0.62
/proc/32674/task/32675/stat : 32675 (java) R 32672 32674 31795 0 -1 64 7515 279 1 0 58 4 0 0 21 0 9 0 27838440 888635392 7756 996147200 134512640 134550932 4294955968 18446744073709551615 4125960331 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 867808

[startup+1.2079 s]
/proc/loadavg: 2.27 2.14 2.07 3/89 32687
/proc/meminfo: memFree=1742992/2055920 swapFree=4192812/4192956
[pid=32674] ppid=32672 vsize=867920 CPUtime=1.17
/proc/32674/stat : 32674 (java) S 32672 32674 31795 0 -1 0 16118 279 1 0 108 9 0 0 18 0 9 0 27838438 888750080 10538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32674/statm: 216980 10538 2655 9 0 211416 0
[pid=32674/tid=32675] ppid=32672 vsize=867920 CPUtime=0.95
/proc/32674/task/32675/stat : 32675 (java) R 32672 32674 31795 0 -1 64 12107 279 1 0 89 6 0 0 24 0 9 0 27838440 888750080 10538 996147200 134512640 134550932 4294955968 18446744073709551615 4126707760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32674/tid=32677] ppid=32672 vsize=867920 CPUtime=0.03
/proc/32674/task/32677/stat : 32677 (java) S 32672 32674 31795 0 -1 64 2472 279 0 0 3 0 0 0 16 0 9 0 27838441 888750080 10538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32674/tid=32678] ppid=32672 vsize=867920 CPUtime=0
/proc/32674/task/32678/stat : 32678 (java) S 32672 32674 31795 0 -1 64 19 279 0 0 0 0 0 0 16 0 9 0 27838442 888750080 10538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32674/tid=32679] ppid=32672 vsize=867920 CPUtime=0
/proc/32674/task/32679/stat : 32679 (java) S 32672 32674 31795 0 -1 64 10 279 0 0 0 0 0 0 15 0 9 0 27838442 888750080 10538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32674/tid=32680] ppid=32672 vsize=867920 CPUtime=0
/proc/32674/task/32680/stat : 32680 (java) S 32672 32674 31795 0 -1 64 1 279 0 0 0 0 0 0 18 0 9 0 27838444 888750080 10538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32674/tid=32681] ppid=32672 vsize=867920 CPUtime=0.15
/proc/32674/task/32681/stat : 32681 (java) S 32672 32674 31795 0 -1 64 685 279 0 0 15 0 0 0 16 0 9 0 27838444 888750080 10538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32674/tid=32682] ppid=32672 vsize=867920 CPUtime=0
/proc/32674/task/32682/stat : 32682 (java) S 32672 32674 31795 0 -1 64 1 279 0 0 0 0 0 0 19 0 9 0 27838444 888750080 10538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32674/tid=32683] ppid=32672 vsize=867920 CPUtime=0
/proc/32674/task/32683/stat : 32683 (java) S 32672 32674 31795 0 -1 64 12 279 0 0 0 0 0 0 15 0 9 0 27838444 888750080 10538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 867920

[startup+1.40295 s]
/proc/loadavg: 2.27 2.14 2.07 3/89 32687
/proc/meminfo: memFree=1742992/2055920 swapFree=4192812/4192956
[pid=32674] ppid=32672 vsize=867920 CPUtime=1.35
/proc/32674/stat : 32674 (java) S 32672 32674 31795 0 -1 0 16487 279 1 0 126 9 0 0 18 0 9 0 27838438 888750080 10904 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32674/statm: 216980 10904 2657 9 0 211416 0
[pid=32674/tid=32675] ppid=32672 vsize=867920 CPUtime=1.11
/proc/32674/task/32675/stat : 32675 (java) S 32672 32674 31795 0 -1 64 12455 279 1 0 104 7 0 0 25 0 9 0 27838440 888750080 10904 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32674/tid=32677] ppid=32672 vsize=867920 CPUtime=0.03
/proc/32674/task/32677/stat : 32677 (java) S 32672 32674 31795 0 -1 64 2472 279 0 0 3 0 0 0 16 0 9 0 27838441 888750080 10904 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32674/tid=32678] ppid=32672 vsize=867920 CPUtime=0
/proc/32674/task/32678/stat : 32678 (java) S 32672 32674 31795 0 -1 64 19 279 0 0 0 0 0 0 16 0 9 0 27838442 888750080 10904 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32674/tid=32679] ppid=32672 vsize=867920 CPUtime=0
/proc/32674/task/32679/stat : 32679 (java) S 32672 32674 31795 0 -1 64 10 279 0 0 0 0 0 0 15 0 9 0 27838442 888750080 10904 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32674/tid=32680] ppid=32672 vsize=867920 CPUtime=0
/proc/32674/task/32680/stat : 32680 (java) S 32672 32674 31795 0 -1 64 1 279 0 0 0 0 0 0 18 0 9 0 27838444 888750080 10904 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32674/tid=32681] ppid=32672 vsize=867920 CPUtime=0.17
/proc/32674/task/32681/stat : 32681 (java) S 32672 32674 31795 0 -1 64 706 279 0 0 17 0 0 0 16 0 9 0 27838444 888750080 10904 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32674/tid=32682] ppid=32672 vsize=867920 CPUtime=0
/proc/32674/task/32682/stat : 32682 (java) S 32672 32674 31795 0 -1 64 1 279 0 0 0 0 0 0 19 0 9 0 27838444 888750080 10904 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32674/tid=32683] ppid=32672 vsize=867920 CPUtime=0
/proc/32674/task/32683/stat : 32683 (java) S 32672 32674 31795 0 -1 64 12 279 0 0 0 0 0 0 15 0 9 0 27838444 888750080 10904 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 867920

Child status: 0
Real time (s): 1.41619
CPU time (s): 1.38279
CPU user time (s): 1.27181
CPU system time (s): 0.110983
CPU usage (%): 97.6413
Max. virtual memory (cumulated for all children) (KiB): 867920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.27181
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16793
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= 660
involuntary context switches= 710

runsolver used 0.004999 second user time and 0.011998 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-12 16:08:34
IDJOB=2095527
IDBENCH=55406
IDSOLVER=773
FILE ID=node10/2095527-1247407714
PBS_JOBID= 9510624
Free space on /tmp= 66420 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-60-2-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-2095527-1247407714/watcher-2095527-1247407714 -o /tmp/evaluation-result-2095527-1247407714/solver-2095527-1247407714 -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-2095527-1247407714.xml

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

MD5SUM BENCH= 3722c9f6b8b98b38946c34eea0c06cd8
RANDOM SEED=1663127575

node10.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.279
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.279
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:       1775288 kB
Buffers:         44100 kB
Cached:         119712 kB
SwapCached:          0 kB
Active:         153212 kB
Inactive:        68520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2052 kB
Writeback:           0 kB
Mapped:          78356 kB
Slab:            43972 kB
Committed_AS:  1004384 kB
PageTables:       1848 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= 66416 MiB
End job on node10 at 2009-07-12 16:08:35