Trace number 2097651

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 36.0105 36.3103

DiagnosticValue
CHECKS183071
NODES40698

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-5_ext.xml
MD5SUM6b8857b2844edd92b15e6a0cf4e8bdd0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.9251
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2097651-1247413778.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.34	     nbVariables=20  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=100
0.28/0.35	       =>  wckTime=0.102  cpuTime=0.09  mem=7M892
0.28/0.35	   
0.28/0.35	   relations being loaded...
2.98/3.02	   
2.98/3.02	   INFO : Contraction of relations, mem = 108M85
4.68/4.76	   
4.68/4.76	   constraints being loaded...
7.38/7.45	     nbConstraints=18  nbRelationTypes=18  nbGlobalConstraints=18  nbExtensionStructures=18
7.38/7.45	     nbSharedExtensionStructures=0  nbConflictsStructures=18  nbSharedConflictsStructures=0
7.38/7.45	     nbSharedBinaryRepresentations=0  minDegree=4  maxDegree=10  minArity=8  maxArity=8  nbGenerators=0  nbFusions=0
7.38/7.45	     symmetryWckTime=0.065  symmetryCpuTime=0.02
7.38/7.45	       =>  wckTime=7.2  cpuTime=5.98  mem=182M290
8.36/8.41	   
8.36/8.41	   solver IterativeSystematicSolver being built... 
8.36/8.47	   
8.36/8.47	   INFO : Forward propagation technique limited 
8.47/8.53	       =>  wckTime=8.29  cpuTime=6.1  mem=179M754
8.66/8.77	   
8.66/8.77	   preprocessing
8.66/8.77	     nbConstraintChecks=0  nbValidityChecks=1405786  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0
8.66/8.77	     nbRemovedValues=0  detectedInconsistency=no
8.66/8.77	       =>  wckTime=0.231  cpuTime=0.21  mem=179M754
9.55/9.60	   
9.55/9.61	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=181M508)
35.90/36.26	   
35.90/36.26	   search
35.90/36.26	     run=17  nbConstraintChecks=183071  nbValidityChecks=234152366  minDepth=5  maxDepth=20  nbPropagations=949187
35.90/36.26	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=40698  nbFailedAssignments=19808  nbBacktracks=20712
35.90/36.26	     nbVisitedNodes=73044  nbRestartNogoods=122  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=8.54
35.90/36.26	     nbIEliminables=2.56  nbDEliminables=0  nbPEliminables=0
35.90/36.26	       =>  wckTime=27.724  cpuTime=27.34  mem=182M376
35.90/36.26	   
35.90/36.26	   global
35.90/36.26	     nbConstraintChecks=183071  nbValidityChecks=235558152  nbPropagations=949207  nbRestartNogoods=122
35.90/36.26	     solvingWckTime=27.727  solvingCpuTime=27.35  expiredTime=no  totalExploration=no  nbFoundSolutions=1
35.90/36.26	     firstSolutionCpuTime=33.45  globalCpuTime=33.5
35.90/36.26	       =>  wckTime=36.018  cpuTime=33.46  mem=182M376
35.90/36.26	   
35.90/36.26	s SATISFIABLE
35.90/36.26	v 1 4 4 1 3 0 3 4 2 1 3 1 3 1 2 2 1 0 0 1 
35.90/36.26	d NODES 40698
35.90/36.26	d CHECKS 183071
35.90/36.26	   
35.90/36.26	   totalWckTime=36.084  totalCpuTime=33.5

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-2097651-1247413778/watcher-2097651-1247413778 -o /tmp/evaluation-result-2097651-1247413778/solver-2097651-1247413778 -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-2097651-1247413778.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: 1.99 2.01 2.00 4/80 31208
/proc/meminfo: memFree=1591616/2055920 swapFree=4192812/4192956
[pid=31208] ppid=31206 vsize=1616 CPUtime=0
/proc/31208/stat : 31208 (java) R 31206 31208 27605 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 28442166 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/31208/statm: 404 148 122 9 0 46 0

[startup+0.041256 s]
/proc/loadavg: 1.99 2.01 2.00 4/80 31208
/proc/meminfo: memFree=1591616/2055920 swapFree=4192812/4192956
[pid=31208] ppid=31206 vsize=861936 CPUtime=0.03
/proc/31208/stat : 31208 (java) S 31206 31208 27605 0 -1 0 2294 0 1 0 2 1 0 0 18 0 5 0 28442166 882622464 1894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/31208/statm: 215484 1894 867 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.10226 s]
/proc/loadavg: 1.99 2.01 2.00 4/80 31208
/proc/meminfo: memFree=1591616/2055920 swapFree=4192812/4192956
[pid=31208] ppid=31206 vsize=865980 CPUtime=0.09
/proc/31208/stat : 31208 (java) S 31206 31208 27605 0 -1 0 3748 0 1 0 7 2 0 0 18 0 9 0 28442166 886763520 3214 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31208/statm: 216495 3214 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.302281 s]
/proc/loadavg: 1.99 2.01 2.00 4/80 31208
/proc/meminfo: memFree=1591616/2055920 swapFree=4192812/4192956
[pid=31208] ppid=31206 vsize=866380 CPUtime=0.28
/proc/31208/stat : 31208 (java) S 31206 31208 27605 0 -1 0 6005 0 1 0 24 4 0 0 18 0 9 0 28442166 887173120 5372 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31208/statm: 216595 5378 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701327 s]
/proc/loadavg: 1.99 2.01 2.00 4/80 31208
/proc/meminfo: memFree=1591616/2055920 swapFree=4192812/4192956
[pid=31208] ppid=31206 vsize=866624 CPUtime=0.68
/proc/31208/stat : 31208 (java) S 31206 31208 27605 0 -1 0 20463 0 1 0 58 10 0 0 18 0 9 0 28442166 887422976 19824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31208/statm: 216656 19824 2010 9 0 211114 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866624

[startup+1.50139 s]
/proc/loadavg: 1.99 2.01 2.00 3/89 31217
/proc/meminfo: memFree=1519280/2055920 swapFree=4192812/4192956
[pid=31208] ppid=31206 vsize=866624 CPUtime=1.48
/proc/31208/stat : 31208 (java) S 31206 31208 27605 0 -1 0 25314 0 1 0 134 14 0 0 18 0 9 0 28442166 887422976 24673 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31208/statm: 216656 24673 2010 9 0 211114 0
[pid=31208/tid=31210] ppid=31206 vsize=866624 CPUtime=1.28
/proc/31208/task/31210/stat : 31210 (java) R 31206 31208 27605 0 -1 64 15706 0 1 0 118 10 0 0 25 0 9 0 28442167 887422976 24673 996147200 134512640 134550932 4294955968 18446744073709551615 101450293 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31211] ppid=31206 vsize=866624 CPUtime=0.11
/proc/31208/task/31211/stat : 31211 (java) S 31206 31208 27605 0 -1 64 8581 0 0 0 8 3 0 0 16 0 9 0 28442169 887422976 24673 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31212] ppid=31206 vsize=866624 CPUtime=0
/proc/31208/task/31212/stat : 31212 (java) S 31206 31208 27605 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 28442169 887422976 24673 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31213] ppid=31206 vsize=866624 CPUtime=0
/proc/31208/task/31213/stat : 31213 (java) S 31206 31208 27605 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 28442169 887422976 24673 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31214] ppid=31206 vsize=866624 CPUtime=0
/proc/31208/task/31214/stat : 31214 (java) S 31206 31208 27605 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28442171 887422976 24673 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31215] ppid=31206 vsize=866624 CPUtime=0.07
/proc/31208/task/31215/stat : 31215 (java) S 31206 31208 27605 0 -1 64 331 0 0 0 7 0 0 0 16 0 9 0 28442171 887422976 24673 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31216] ppid=31206 vsize=866624 CPUtime=0
/proc/31208/task/31216/stat : 31216 (java) S 31206 31208 27605 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28442171 887422976 24673 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31217] ppid=31206 vsize=866624 CPUtime=0
/proc/31208/task/31217/stat : 31217 (java) S 31206 31208 27605 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28442171 887422976 24673 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) 866624

[startup+3.10154 s]
/proc/loadavg: 2.15 2.04 2.01 3/89 31217
/proc/meminfo: memFree=1487344/2055920 swapFree=4192812/4192956
[pid=31208] ppid=31206 vsize=867052 CPUtime=3.08
/proc/31208/stat : 31208 (java) S 31206 31208 27605 0 -1 0 34606 0 1 0 288 20 0 0 18 0 9 0 28442166 887861248 33959 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31208/statm: 216763 33959 2012 9 0 211221 0
[pid=31208/tid=31210] ppid=31206 vsize=867052 CPUtime=2.68
/proc/31208/task/31210/stat : 31210 (java) R 31206 31208 27605 0 -1 64 15718 0 1 0 257 11 0 0 25 0 9 0 28442167 887861248 33959 996147200 134512640 134550932 4294955968 18446744073709551615 4126652668 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31211] ppid=31206 vsize=867052 CPUtime=0.29
/proc/31208/task/31211/stat : 31211 (java) S 31206 31208 27605 0 -1 64 17731 0 0 0 22 7 0 0 16 0 9 0 28442169 887861248 33959 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31212] ppid=31206 vsize=867052 CPUtime=0
/proc/31208/task/31212/stat : 31212 (java) S 31206 31208 27605 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 28442169 887861248 33959 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31213] ppid=31206 vsize=867052 CPUtime=0
/proc/31208/task/31213/stat : 31213 (java) S 31206 31208 27605 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 28442169 887861248 33959 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31214] ppid=31206 vsize=867052 CPUtime=0
/proc/31208/task/31214/stat : 31214 (java) S 31206 31208 27605 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28442171 887861248 33959 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31215] ppid=31206 vsize=867052 CPUtime=0.08
/proc/31208/task/31215/stat : 31215 (java) S 31206 31208 27605 0 -1 64 461 0 0 0 8 0 0 0 16 0 9 0 28442171 887861248 33959 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31216] ppid=31206 vsize=867052 CPUtime=0
/proc/31208/task/31216/stat : 31216 (java) S 31206 31208 27605 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28442171 887861248 33959 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31217] ppid=31206 vsize=867052 CPUtime=0
/proc/31208/task/31217/stat : 31217 (java) S 31206 31208 27605 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28442171 887861248 33959 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867052

[startup+6.30284 s]
/proc/loadavg: 2.15 2.04 2.01 3/89 31217
/proc/meminfo: memFree=1429360/2055920 swapFree=4192812/4192956
[pid=31208] ppid=31206 vsize=867152 CPUtime=6.28
/proc/31208/stat : 31208 (java) S 31206 31208 27605 0 -1 0 51310 0 1 0 601 27 0 0 18 0 9 0 28442166 887963648 48497 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31208/statm: 216788 48497 2633 9 0 211246 0
[pid=31208/tid=31210] ppid=31206 vsize=867152 CPUtime=5.15
/proc/31208/task/31210/stat : 31210 (java) R 31206 31208 27605 0 -1 64 15761 0 1 0 504 11 0 0 25 0 9 0 28442167 887963648 48497 996147200 134512640 134550932 4294955968 18446744073709551615 4126738710 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31211] ppid=31206 vsize=867152 CPUtime=0.98
/proc/31208/task/31211/stat : 31211 (java) S 31206 31208 27605 0 -1 64 34365 0 0 0 84 14 0 0 16 0 9 0 28442169 887963648 48497 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31212] ppid=31206 vsize=867152 CPUtime=0
/proc/31208/task/31212/stat : 31212 (java) S 31206 31208 27605 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28442169 887963648 48497 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31213] ppid=31206 vsize=867152 CPUtime=0
/proc/31208/task/31213/stat : 31213 (java) S 31206 31208 27605 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28442169 887963648 48497 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31214] ppid=31206 vsize=867152 CPUtime=0
/proc/31208/task/31214/stat : 31214 (java) S 31206 31208 27605 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28442171 887963648 48497 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31215] ppid=31206 vsize=867152 CPUtime=0.12
/proc/31208/task/31215/stat : 31215 (java) S 31206 31208 27605 0 -1 64 482 0 0 0 12 0 0 0 17 0 9 0 28442171 887963648 48497 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31216] ppid=31206 vsize=867152 CPUtime=0
/proc/31208/task/31216/stat : 31216 (java) S 31206 31208 27605 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28442171 887963648 48497 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31217] ppid=31206 vsize=867152 CPUtime=0
/proc/31208/task/31217/stat : 31217 (java) S 31206 31208 27605 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28442171 887963648 48497 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867152

[startup+12.7014 s]
/proc/loadavg: 2.13 2.04 2.01 3/89 31221
/proc/meminfo: memFree=1362280/2055920 swapFree=4192812/4192956
[pid=31208] ppid=31206 vsize=867888 CPUtime=12.62
/proc/31208/stat : 31208 (java) S 31206 31208 27605 0 -1 0 107705 269 1 0 1218 42 0 2 18 0 9 0 28442166 888717312 59832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31208/statm: 216972 59832 2660 9 0 211408 0
[pid=31208/tid=31210] ppid=31206 vsize=867888 CPUtime=10.32
/proc/31208/task/31210/stat : 31210 (java) R 31206 31208 27605 0 -1 64 19299 269 1 0 1017 13 0 2 25 0 9 0 28442167 888717312 59832 996147200 134512640 134550932 4294955968 18446744073709551615 4126847316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31211] ppid=31206 vsize=867888 CPUtime=2.02
/proc/31208/task/31211/stat : 31211 (java) S 31206 31208 27605 0 -1 64 86866 269 0 0 175 25 0 2 17 0 9 0 28442169 888717312 59832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31212] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31212/stat : 31212 (java) S 31206 31208 27605 0 -1 64 19 269 0 0 0 0 0 2 16 0 9 0 28442169 888717312 59832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31213] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31213/stat : 31213 (java) S 31206 31208 27605 0 -1 64 9 269 0 0 0 0 0 2 16 0 9 0 28442169 888717312 59832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31214] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31214/stat : 31214 (java) S 31206 31208 27605 0 -1 64 2 269 0 0 0 0 0 2 23 0 9 0 28442171 888717312 59832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31215] ppid=31206 vsize=867888 CPUtime=0.27
/proc/31208/task/31215/stat : 31215 (java) S 31206 31208 27605 0 -1 64 688 269 0 0 25 0 0 2 15 0 9 0 28442171 888717312 59832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31216] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31216/stat : 31216 (java) S 31206 31208 27605 0 -1 64 1 269 0 0 0 0 0 2 24 0 9 0 28442171 888717312 59832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31217] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31217/stat : 31217 (java) S 31206 31208 27605 0 -1 64 5 269 0 0 0 0 0 2 15 0 9 0 28442171 888717312 59832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867888

[startup+25.5026 s]
/proc/loadavg: 2.11 2.04 2.01 3/89 31221
/proc/meminfo: memFree=1362288/2055920 swapFree=4192812/4192956
[pid=31208] ppid=31206 vsize=867888 CPUtime=25.3
/proc/31208/stat : 31208 (java) S 31206 31208 27605 0 -1 0 107823 269 1 0 2486 42 0 2 18 0 9 0 28442166 888717312 59832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31208/statm: 216972 59832 2660 9 0 211408 0
[pid=31208/tid=31210] ppid=31206 vsize=867888 CPUtime=22.99
/proc/31208/task/31210/stat : 31210 (java) R 31206 31208 27605 0 -1 64 19417 269 1 0 2284 13 0 2 25 0 9 0 28442167 888717312 59832 996147200 134512640 134550932 4294955968 18446744073709551615 4126847003 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31211] ppid=31206 vsize=867888 CPUtime=2.02
/proc/31208/task/31211/stat : 31211 (java) S 31206 31208 27605 0 -1 64 86866 269 0 0 175 25 0 2 16 0 9 0 28442169 888717312 59832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31212] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31212/stat : 31212 (java) S 31206 31208 27605 0 -1 64 19 269 0 0 0 0 0 2 16 0 9 0 28442169 888717312 59832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31213] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31213/stat : 31213 (java) S 31206 31208 27605 0 -1 64 9 269 0 0 0 0 0 2 16 0 9 0 28442169 888717312 59832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31214] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31214/stat : 31214 (java) S 31206 31208 27605 0 -1 64 2 269 0 0 0 0 0 2 23 0 9 0 28442171 888717312 59832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31215] ppid=31206 vsize=867888 CPUtime=0.27
/proc/31208/task/31215/stat : 31215 (java) S 31206 31208 27605 0 -1 64 688 269 0 0 25 0 0 2 16 0 9 0 28442171 888717312 59832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31216] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31216/stat : 31216 (java) S 31206 31208 27605 0 -1 64 1 269 0 0 0 0 0 2 24 0 9 0 28442171 888717312 59832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31217] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31217/stat : 31217 (java) S 31206 31208 27605 0 -1 64 5 269 0 0 0 0 0 2 15 0 9 0 28442171 888717312 59832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 867888

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

[startup+31.9072 s]
/proc/loadavg: 2.09 2.03 2.01 3/89 31221
/proc/meminfo: memFree=1362352/2055920 swapFree=4192812/4192956
[pid=31208] ppid=31206 vsize=867888 CPUtime=31.64
/proc/31208/stat : 31208 (java) S 31206 31208 27605 0 -1 0 107886 269 1 0 3120 42 0 2 18 0 9 0 28442166 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31208/statm: 216972 59833 2660 9 0 211408 0
[pid=31208/tid=31210] ppid=31206 vsize=867888 CPUtime=29.34
/proc/31208/task/31210/stat : 31210 (java) R 31206 31208 27605 0 -1 64 19479 269 1 0 2919 13 0 2 25 0 9 0 28442167 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4126847051 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31211] ppid=31206 vsize=867888 CPUtime=2.02
/proc/31208/task/31211/stat : 31211 (java) S 31206 31208 27605 0 -1 64 86866 269 0 0 175 25 0 2 16 0 9 0 28442169 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31212] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31212/stat : 31212 (java) S 31206 31208 27605 0 -1 64 19 269 0 0 0 0 0 2 16 0 9 0 28442169 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31213] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31213/stat : 31213 (java) S 31206 31208 27605 0 -1 64 9 269 0 0 0 0 0 2 16 0 9 0 28442169 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31214] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31214/stat : 31214 (java) S 31206 31208 27605 0 -1 64 2 269 0 0 0 0 0 2 23 0 9 0 28442171 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31215] ppid=31206 vsize=867888 CPUtime=0.27
/proc/31208/task/31215/stat : 31215 (java) S 31206 31208 27605 0 -1 64 689 269 0 0 25 0 0 2 15 0 9 0 28442171 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31216] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31216/stat : 31216 (java) S 31206 31208 27605 0 -1 64 1 269 0 0 0 0 0 2 24 0 9 0 28442171 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31217] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31217/stat : 31217 (java) S 31206 31208 27605 0 -1 64 5 269 0 0 0 0 0 2 15 0 9 0 28442171 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.64
Current children cumulated vsize (KiB) 867888

[startup+33.5024 s]
/proc/loadavg: 2.09 2.03 2.01 3/89 31221
/proc/meminfo: memFree=1362352/2055920 swapFree=4192812/4192956
[pid=31208] ppid=31206 vsize=867888 CPUtime=33.22
/proc/31208/stat : 31208 (java) S 31206 31208 27605 0 -1 0 107904 269 1 0 3278 42 0 2 18 0 9 0 28442166 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31208/statm: 216972 59833 2660 9 0 211408 0
[pid=31208/tid=31210] ppid=31206 vsize=867888 CPUtime=30.91
/proc/31208/task/31210/stat : 31210 (java) R 31206 31208 27605 0 -1 64 19497 269 1 0 3076 13 0 2 25 0 9 0 28442167 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4126847029 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31211] ppid=31206 vsize=867888 CPUtime=2.02
/proc/31208/task/31211/stat : 31211 (java) S 31206 31208 27605 0 -1 64 86866 269 0 0 175 25 0 2 16 0 9 0 28442169 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31212] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31212/stat : 31212 (java) S 31206 31208 27605 0 -1 64 19 269 0 0 0 0 0 2 16 0 9 0 28442169 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31213] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31213/stat : 31213 (java) S 31206 31208 27605 0 -1 64 9 269 0 0 0 0 0 2 16 0 9 0 28442169 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31214] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31214/stat : 31214 (java) S 31206 31208 27605 0 -1 64 2 269 0 0 0 0 0 2 23 0 9 0 28442171 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31215] ppid=31206 vsize=867888 CPUtime=0.27
/proc/31208/task/31215/stat : 31215 (java) S 31206 31208 27605 0 -1 64 689 269 0 0 25 0 0 2 15 0 9 0 28442171 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31216] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31216/stat : 31216 (java) S 31206 31208 27605 0 -1 64 1 269 0 0 0 0 0 2 24 0 9 0 28442171 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31217] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31217/stat : 31217 (java) S 31206 31208 27605 0 -1 64 5 269 0 0 0 0 0 2 15 0 9 0 28442171 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.22
Current children cumulated vsize (KiB) 867888

[startup+35.1015 s]
/proc/loadavg: 2.09 2.03 2.01 3/89 31221
/proc/meminfo: memFree=1362352/2055920 swapFree=4192812/4192956
[pid=31208] ppid=31206 vsize=867888 CPUtime=34.81
/proc/31208/stat : 31208 (java) S 31206 31208 27605 0 -1 0 107914 269 1 0 3437 42 0 2 18 0 9 0 28442166 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31208/statm: 216972 59833 2660 9 0 211408 0
[pid=31208/tid=31210] ppid=31206 vsize=867888 CPUtime=32.5
/proc/31208/task/31210/stat : 31210 (java) R 31206 31208 27605 0 -1 64 19507 269 1 0 3235 13 0 2 25 0 9 0 28442167 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4126847045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31211] ppid=31206 vsize=867888 CPUtime=2.02
/proc/31208/task/31211/stat : 31211 (java) S 31206 31208 27605 0 -1 64 86866 269 0 0 175 25 0 2 16 0 9 0 28442169 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31212] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31212/stat : 31212 (java) S 31206 31208 27605 0 -1 64 19 269 0 0 0 0 0 2 16 0 9 0 28442169 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31213] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31213/stat : 31213 (java) S 31206 31208 27605 0 -1 64 9 269 0 0 0 0 0 2 16 0 9 0 28442169 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31214] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31214/stat : 31214 (java) S 31206 31208 27605 0 -1 64 2 269 0 0 0 0 0 2 23 0 9 0 28442171 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31215] ppid=31206 vsize=867888 CPUtime=0.27
/proc/31208/task/31215/stat : 31215 (java) S 31206 31208 27605 0 -1 64 689 269 0 0 25 0 0 2 15 0 9 0 28442171 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31216] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31216/stat : 31216 (java) S 31206 31208 27605 0 -1 64 1 269 0 0 0 0 0 2 24 0 9 0 28442171 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31217] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31217/stat : 31217 (java) S 31206 31208 27605 0 -1 64 5 269 0 0 0 0 0 2 15 0 9 0 28442171 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 34.81
Current children cumulated vsize (KiB) 867888

[startup+35.9016 s]
/proc/loadavg: 2.09 2.03 2.01 3/89 31221
/proc/meminfo: memFree=1362352/2055920 swapFree=4192812/4192956
[pid=31208] ppid=31206 vsize=867888 CPUtime=35.6
/proc/31208/stat : 31208 (java) S 31206 31208 27605 0 -1 0 107923 269 1 0 3516 42 0 2 18 0 9 0 28442166 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31208/statm: 216972 59833 2660 9 0 211408 0
[pid=31208/tid=31210] ppid=31206 vsize=867888 CPUtime=33.29
/proc/31208/task/31210/stat : 31210 (java) R 31206 31208 27605 0 -1 64 19516 269 1 0 3314 13 0 2 25 0 9 0 28442167 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4126847045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31211] ppid=31206 vsize=867888 CPUtime=2.02
/proc/31208/task/31211/stat : 31211 (java) S 31206 31208 27605 0 -1 64 86866 269 0 0 175 25 0 2 16 0 9 0 28442169 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31212] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31212/stat : 31212 (java) S 31206 31208 27605 0 -1 64 19 269 0 0 0 0 0 2 16 0 9 0 28442169 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31213] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31213/stat : 31213 (java) S 31206 31208 27605 0 -1 64 9 269 0 0 0 0 0 2 16 0 9 0 28442169 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31214] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31214/stat : 31214 (java) S 31206 31208 27605 0 -1 64 2 269 0 0 0 0 0 2 23 0 9 0 28442171 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31215] ppid=31206 vsize=867888 CPUtime=0.27
/proc/31208/task/31215/stat : 31215 (java) S 31206 31208 27605 0 -1 64 689 269 0 0 25 0 0 2 15 0 9 0 28442171 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31208/tid=31216] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31216/stat : 31216 (java) S 31206 31208 27605 0 -1 64 1 269 0 0 0 0 0 2 24 0 9 0 28442171 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31208/tid=31217] ppid=31206 vsize=867888 CPUtime=0.02
/proc/31208/task/31217/stat : 31217 (java) S 31206 31208 27605 0 -1 64 5 269 0 0 0 0 0 2 15 0 9 0 28442171 888717312 59833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.6
Current children cumulated vsize (KiB) 867888

[startup+36.3071 s]
/proc/loadavg: 2.09 2.03 2.01 3/89 31221
/proc/meminfo: memFree=1362352/2055920 swapFree=4192812/4192956
[pid=31208] ppid=31206 vsize=0 CPUtime=35.99
/proc/31208/stat : 31208 (java) Z 31206 31208 27605 0 -1 12 108054 269 1 0 3552 45 0 2 16 0 2 0 28442166 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31208/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.99
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 36.3103
CPU time (s): 36.0105
CPU user time (s): 35.5256
CPU system time (s): 0.484926
CPU usage (%): 99.1745
Max. virtual memory (cumulated for all children) (KiB): 871156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.5256
system time used= 0.484926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108323
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= 2184
involuntary context switches= 2832

runsolver used 0.051992 second user time and 0.12798 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-12 17:49:40
IDJOB=2097651
IDBENCH=57591
IDSOLVER=773
FILE ID=node48/2097651-1247413778
PBS_JOBID= 9510549
Free space on /tmp= 66444 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-5_ext.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-2097651-1247413778/watcher-2097651-1247413778 -o /tmp/evaluation-result-2097651-1247413778/solver-2097651-1247413778 -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-2097651-1247413778.xml

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

MD5SUM BENCH= 6b8857b2844edd92b15e6a0cf4e8bdd0
RANDOM SEED=94643526

node48.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.237
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.237
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:       1592096 kB
Buffers:         46468 kB
Cached:         157804 kB
SwapCached:          0 kB
Active:         319032 kB
Inactive:        86044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1592096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23976 kB
Writeback:           0 kB
Mapped:         221232 kB
Slab:            43588 kB
Committed_AS:  1018312 kB
PageTables:       2116 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 node48 at 2009-07-12 17:50:17