Trace number 2098101

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACUNSAT 2.59061 2.61003

DiagnosticValue
CHECKS0
NODES0

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25a-15.xml
MD5SUM36f7bb4525a596900e07fbeb72405348
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.292955
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8260
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8260
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2098101-1247414219.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.38/0.41	     nbVariables=450  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15  nbTotalValues=6750
0.38/0.41	       =>  wckTime=0.173  cpuTime=0.12  mem=9M843
0.38/0.41	   
0.38/0.41	   predicates being loaded...
0.38/0.47	   
0.38/0.47	   constraints being loaded...
2.18/2.27	     nbConstraints=8293  nbGlobalConstraints=33  nbConvertedConstraints=8260  nbConvertConstraintsChecks=225
2.18/2.27	     nbExtensionStructures=1  nbSharedExtensionStructures=8259  nbConflictsStructures=1
2.18/2.27	     nbSharedConflictsStructures=8259  nbSharedBinaryRepresentations=15  minDegree=2  maxDegree=129  minArity=2
2.18/2.27	     avgArity=2.03  maxArity=25  nbGenerators=0  nbFusions=0  symmetryWckTime=0.456  symmetryCpuTime=0.2  nbCliques=33
2.18/2.27	       =>  wckTime=2.027  cpuTime=1.5  mem=21M398
2.27/2.39	   
2.36/2.40	   solver IterativeSystematicSolver being built... 
2.36/2.47	   
2.36/2.47	   INFO : Forward propagation technique limited 
2.47/2.56	       =>  wckTime=2.315  cpuTime=1.64  mem=29M251
2.47/2.57	   
2.47/2.57	   preprocessing
2.47/2.57	     nbConstraintChecks=0  nbPropagations=7  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.47/2.57	     detectedInconsistency=yes
2.47/2.57	       =>  wckTime=0.0070  cpuTime=0.0  mem=29M251
2.47/2.57	   
2.47/2.57	   global
2.47/2.57	     nbConstraintChecks=0  nbPropagations=7  nbRestartNogoods=0  solvingWckTime=0.01  solvingCpuTime=0.0  expiredTime=no
2.47/2.57	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=1.69
2.47/2.57	       =>  wckTime=2.329  cpuTime=1.65  mem=30M302
2.47/2.57	   
2.47/2.57	s UNSATISFIABLE
2.47/2.57	d NODES 0
2.47/2.57	d CHECKS 0
2.47/2.57	   
2.47/2.57	   totalWckTime=2.397  totalCpuTime=1.7

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098101-1247414219/watcher-2098101-1247414219 -o /tmp/evaluation-result-2098101-1247414219/solver-2098101-1247414219 -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-2098101-1247414219.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.26 2.07 2.02 4/80 32540
/proc/meminfo: memFree=1766888/2055920 swapFree=4192812/4192956
[pid=32540] ppid=32538 vsize=308 CPUtime=0
/proc/32540/stat : 32540 (java) R 32538 32540 29892 0 -1 0 219 0 0 0 0 0 0 0 18 0 1 0 28484618 315392 39 996147200 134512640 134550932 4294955968 18446744073709551615 8413988 0 0 4096 0 0 0 0 17 0 0 0
/proc/32540/statm: 77 39 29 9 0 6 0

[startup+0.0712639 s]
/proc/loadavg: 2.26 2.07 2.02 4/80 32540
/proc/meminfo: memFree=1766888/2055920 swapFree=4192812/4192956
[pid=32540] ppid=32538 vsize=864144 CPUtime=0.06
/proc/32540/stat : 32540 (java) S 32538 32540 29892 0 -1 0 3129 0 1 0 4 2 0 0 18 0 9 0 28484618 884883456 2614 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32540/statm: 216036 2614 1241 9 0 210929 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864144

[startup+0.101268 s]
/proc/loadavg: 2.26 2.07 2.02 4/80 32540
/proc/meminfo: memFree=1766888/2055920 swapFree=4192812/4192956
[pid=32540] ppid=32538 vsize=865980 CPUtime=0.09
/proc/32540/stat : 32540 (java) S 32538 32540 29892 0 -1 0 3837 0 1 0 7 2 0 0 18 0 9 0 28484618 886763520 3280 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32540/statm: 216495 3280 1731 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301288 s]
/proc/loadavg: 2.26 2.07 2.02 4/80 32540
/proc/meminfo: memFree=1766888/2055920 swapFree=4192812/4192956
[pid=32540] ppid=32538 vsize=866380 CPUtime=0.29
/proc/32540/stat : 32540 (java) S 32538 32540 29892 0 -1 0 6085 0 1 0 25 4 0 0 18 0 9 0 28484618 887173120 5451 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32540/statm: 216595 5452 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701328 s]
/proc/loadavg: 2.26 2.07 2.02 4/80 32540
/proc/meminfo: memFree=1766888/2055920 swapFree=4192812/4192956
[pid=32540] ppid=32538 vsize=867808 CPUtime=0.69
/proc/32540/stat : 32540 (java) S 32538 32540 29892 0 -1 0 9374 0 1 0 63 6 0 0 18 0 9 0 28484618 888635392 8728 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32540/statm: 216952 8729 2037 9 0 211388 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867808

[startup+1.50241 s]
/proc/loadavg: 2.26 2.07 2.02 3/89 32549
/proc/meminfo: memFree=1724192/2055920 swapFree=4192812/4192956
[pid=32540] ppid=32538 vsize=867808 CPUtime=1.49
/proc/32540/stat : 32540 (java) S 32538 32540 29892 0 -1 0 15987 0 1 0 120 29 0 0 18 0 9 0 28484618 888635392 15338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32540/statm: 216953 15338 2041 9 0 211389 0
[pid=32540/tid=32542] ppid=32538 vsize=867808 CPUtime=1.26
/proc/32540/task/32542/stat : 32542 (java) R 32538 32540 29892 0 -1 64 14578 0 1 0 99 27 0 0 25 0 9 0 28484619 888635392 15339 996147200 134512640 134550932 4294955968 18446744073709551615 4126962657 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32540/tid=32543] ppid=32538 vsize=867812 CPUtime=0
/proc/32540/task/32543/stat : 32543 (java) S 32538 32540 29892 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28484620 888639488 15339 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32540/tid=32544] ppid=32538 vsize=867808 CPUtime=0
/proc/32540/task/32544/stat : 32544 (java) S 32538 32540 29892 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 28484620 888635392 15339 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32540/tid=32545] ppid=32538 vsize=867812 CPUtime=0
/proc/32540/task/32545/stat : 32545 (java) S 32538 32540 29892 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 28484620 888639488 15339 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32540/tid=32546] ppid=32538 vsize=867808 CPUtime=0
/proc/32540/task/32546/stat : 32546 (java) S 32538 32540 29892 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28484622 888635392 15340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32540/tid=32547] ppid=32538 vsize=867812 CPUtime=0.2
/proc/32540/task/32547/stat : 32547 (java) S 32538 32540 29892 0 -1 64 712 0 0 0 20 0 0 0 16 0 9 0 28484622 888639488 15340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32540/tid=32548] ppid=32538 vsize=867808 CPUtime=0
/proc/32540/task/32548/stat : 32548 (java) S 32538 32540 29892 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28484622 888635392 15340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32540/tid=32549] ppid=32538 vsize=867808 CPUtime=0
/proc/32540/task/32549/stat : 32549 (java) S 32538 32540 29892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28484622 888635392 15340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867808

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

[startup+2.30251 s]
/proc/loadavg: 2.26 2.07 2.02 3/91 32551
/proc/meminfo: memFree=1697680/2055920 swapFree=4192812/4192956
[pid=32540] ppid=32538 vsize=868216 CPUtime=2.27
/proc/32540/stat : 32540 (java) S 32538 32540 29892 0 -1 0 22833 531 1 0 165 43 19 0 18 0 10 0 28484618 889053184 18853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32540/statm: 217054 18853 2084 9 0 211512 0
[pid=32540/tid=32542] ppid=32538 vsize=868216 CPUtime=1.88
/proc/32540/task/32542/stat : 32542 (java) S 32538 32540 29892 0 -1 64 17882 531 1 0 130 39 19 0 17 0 10 0 28484619 889053184 18853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32540/tid=32543] ppid=32538 vsize=868216 CPUtime=0.3
/proc/32540/task/32543/stat : 32543 (java) R 32538 32540 29892 0 -1 64 3269 531 0 0 10 1 19 0 17 0 10 0 28484620 889053184 18853 996147200 134512640 134550932 4294955968 18446744073709551615 102757454 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32540/tid=32544] ppid=32538 vsize=868216 CPUtime=0.19
/proc/32540/task/32544/stat : 32544 (java) S 32538 32540 29892 0 -1 64 16 531 0 0 0 0 19 0 16 0 10 0 28484620 889053184 18853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32540/tid=32545] ppid=32538 vsize=868216 CPUtime=0.19
/proc/32540/task/32545/stat : 32545 (java) S 32538 32540 29892 0 -1 64 5 531 0 0 0 0 19 0 16 0 10 0 28484620 889053184 18853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32540/tid=32546] ppid=32538 vsize=868216 CPUtime=0.19
/proc/32540/task/32546/stat : 32546 (java) S 32538 32540 29892 0 -1 64 2 531 0 0 0 0 19 0 24 0 10 0 28484622 889053184 18853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32540/tid=32547] ppid=32538 vsize=868216 CPUtime=0.43
/proc/32540/task/32547/stat : 32547 (java) S 32538 32540 29892 0 -1 64 854 531 0 0 24 0 19 0 16 0 10 0 28484622 889053184 18853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32540/tid=32548] ppid=32538 vsize=868216 CPUtime=0.19
/proc/32540/task/32548/stat : 32548 (java) S 32538 32540 29892 0 -1 64 0 531 0 0 0 0 19 0 25 0 10 0 28484622 889053184 18853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32540/tid=32549] ppid=32538 vsize=868216 CPUtime=0.19
/proc/32540/task/32549/stat : 32549 (java) S 32538 32540 29892 0 -1 64 10 531 0 0 0 0 19 0 15 0 10 0 28484622 889053184 18853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 868216

[startup+2.50151 s]
/proc/loadavg: 2.26 2.07 2.02 3/91 32551
/proc/meminfo: memFree=1697680/2055920 swapFree=4192812/4192956
[pid=32540] ppid=32538 vsize=868196 CPUtime=2.47
/proc/32540/stat : 32540 (java) S 32538 32540 29892 0 -1 0 28868 531 1 0 184 44 19 0 18 0 10 0 28484618 889032704 21272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32540/statm: 217049 21272 2659 9 0 211485 0
[pid=32540/tid=32542] ppid=32538 vsize=868196 CPUtime=1.98
/proc/32540/task/32542/stat : 32542 (java) R 32538 32540 29892 0 -1 64 20356 531 1 0 139 40 19 0 16 0 10 0 28484619 889032704 21272 996147200 134512640 134550932 4294955968 18446744073709551615 104264338 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32540/tid=32543] ppid=32538 vsize=868196 CPUtime=0.39
/proc/32540/task/32543/stat : 32543 (java) R 32538 32540 29892 0 -1 64 6759 531 0 0 18 2 19 0 17 0 10 0 28484620 889032704 21272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32540/tid=32544] ppid=32538 vsize=868196 CPUtime=0.19
/proc/32540/task/32544/stat : 32544 (java) S 32538 32540 29892 0 -1 64 20 531 0 0 0 0 19 0 16 0 10 0 28484620 889032704 21272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32540/tid=32545] ppid=32538 vsize=868196 CPUtime=0.19
/proc/32540/task/32545/stat : 32545 (java) S 32538 32540 29892 0 -1 64 9 531 0 0 0 0 19 0 16 0 10 0 28484620 889032704 21272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32540/tid=32546] ppid=32538 vsize=868196 CPUtime=0.19
/proc/32540/task/32546/stat : 32546 (java) S 32538 32540 29892 0 -1 64 2 531 0 0 0 0 19 0 24 0 10 0 28484622 889032704 21272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32540/tid=32547] ppid=32538 vsize=868196 CPUtime=0.44
/proc/32540/task/32547/stat : 32547 (java) R 32538 32540 29892 0 -1 64 917 531 0 0 25 0 19 0 16 0 10 0 28484622 889032704 21272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32540/tid=32548] ppid=32538 vsize=868196 CPUtime=0.19
/proc/32540/task/32548/stat : 32548 (java) S 32538 32540 29892 0 -1 64 0 531 0 0 0 0 19 0 25 0 10 0 28484622 889032704 21272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32540/tid=32549] ppid=32538 vsize=868196 CPUtime=0.19
/proc/32540/task/32549/stat : 32549 (java) S 32538 32540 29892 0 -1 64 10 531 0 0 0 0 19 0 15 0 10 0 28484622 889032704 21272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 868196

[startup+2.6016 s]
/proc/loadavg: 2.26 2.07 2.02 3/91 32551
/proc/meminfo: memFree=1697680/2055920 swapFree=4192812/4192956
[pid=32540] ppid=32538 vsize=0 CPUtime=2.56
/proc/32540/stat : 32540 (java) Z 32538 32540 29892 0 -1 12 30878 656 1 0 191 45 19 1 16 0 2 0 28484618 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32540/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 2.61003
CPU time (s): 2.59061
CPU user time (s): 2.11068
CPU system time (s): 0.479927
CPU usage (%): 99.2558
Max. virtual memory (cumulated for all children) (KiB): 871984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.11068
system time used= 0.479927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31534
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= 1168
involuntary context switches= 1241

runsolver used 0.005999 second user time and 0.013997 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 17:57:00
IDJOB=2098101
IDBENCH=58263
IDSOLVER=773
FILE ID=node70/2098101-1247414219
PBS_JOBID= 9510508
Free space on /tmp= 66416 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-25/normalized-lei450-25a-15.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-2098101-1247414219/watcher-2098101-1247414219 -o /tmp/evaluation-result-2098101-1247414219/solver-2098101-1247414219 -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-2098101-1247414219.xml

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

MD5SUM BENCH= 36f7bb4525a596900e07fbeb72405348
RANDOM SEED=1132145308

node70.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.214
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.214
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:       1767368 kB
Buffers:         41128 kB
Cached:         143152 kB
SwapCached:          0 kB
Active:         139640 kB
Inactive:        92328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5324 kB
Writeback:           0 kB
Mapped:          68184 kB
Slab:            41868 kB
Committed_AS:   997640 kB
PageTables:       1820 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 node70 at 2009-07-12 17:57:02