Trace number 2099353

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 20.4999 20.5167

DiagnosticValue
CHECKS59110400
NODES80265

General information on the benchmark

Namecsp/tightness0.1/
normalized-rand-2-40-8-753-100-88_ext.xml
MD5SUMeacb78b1ba56312a8188d59e95043160
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.78612
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints752
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension752
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.20/0.24	
0.20/0.24	   configuration
0.20/0.24	     name=mac.xml
0.20/0.28	   
0.20/0.28	   instance
0.20/0.28	     name=HOME/instance-2099353-1247418060.xml
0.30/0.31	   
0.30/0.31	   domains being loaded...
0.30/0.32	   
0.30/0.32	   variables being loaded...
0.30/0.35	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8  nbTotalValues=320
0.30/0.35	       =>  wckTime=0.104  cpuTime=0.09  mem=7M892
0.30/0.35	   
0.30/0.35	   relations being loaded...
0.40/0.46	   
0.40/0.46	   constraints being loaded...
0.70/0.74	     nbConstraints=752  nbRelationTypes=750  nbExtensionStructures=750  nbSharedExtensionStructures=2
0.70/0.74	     nbConflictsStructures=750  nbSharedConflictsStructures=2  nbSharedBinaryRepresentations=11867  minDegree=35
0.70/0.74	     maxDegree=39  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.084  symmetryCpuTime=0.05
0.70/0.74	       =>  wckTime=0.492  cpuTime=0.32  mem=19M671
0.78/0.80	   
0.78/0.80	   solver IterativeSystematicSolver being built... 
0.88/0.93	       =>  wckTime=0.682  cpuTime=0.43  mem=20M605
0.88/0.94	   
0.88/0.94	   preprocessing
0.88/0.94	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.88/0.94	     detectedInconsistency=no
0.88/0.94	       =>  wckTime=0.012  cpuTime=0.0  mem=20M605
0.99/1.08	   
0.99/1.08	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M597)
20.37/20.49	   
20.37/20.49	   search
20.37/20.49	     run=17  nbConstraintChecks=59110387  minDepth=0  maxDepth=17  nbPropagations=3601257  nbRevisions=66005312
20.37/20.49	     nbUselessRevisions=57316781  nbAssignments=80265  nbFailedAssignments=23565  nbInferredBacktracks=14
20.37/20.49	     nbBacktracks=56569  nbVisitedNodes=130555  nbRestartNogoods=88  nbSEliminables=9.28  nbREliminables=1.24
20.37/20.49	     nbIEliminables=0.01  nbDEliminables=0  nbPEliminables=0
20.37/20.49	       =>  wckTime=19.562  cpuTime=19.48  mem=21M597
20.37/20.49	   
20.37/20.49	   global
20.37/20.49	     nbConstraintChecks=59110387  nbPropagations=3601297  nbRevisions=66005312  nbUselessRevisions=57316781
20.37/20.49	     nbRestartNogoods=88  solvingWckTime=19.565  solvingCpuTime=19.48  expiredTime=no  totalExploration=yes
20.37/20.49	     nbFoundSolutions=0  globalCpuTime=19.95
20.37/20.49	       =>  wckTime=20.248  cpuTime=19.91  mem=21M597
20.37/20.49	   
20.37/20.49	s UNSATISFIABLE
20.37/20.50	d NODES 80265
20.37/20.50	d CHECKS 59110387
20.37/20.50	   
20.46/20.50	   totalWckTime=20.313  totalCpuTime=19.95

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-2099353-1247418060/watcher-2099353-1247418060 -o /tmp/evaluation-result-2099353-1247418060/solver-2099353-1247418060 -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-2099353-1247418060.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.02 2.01 2.00 4/80 1164
/proc/meminfo: memFree=1598080/2055920 swapFree=4192812/4192956
[pid=1164] ppid=1162 vsize=10764 CPUtime=0
/proc/1164/stat : 1164 (java) S 1162 1164 812 0 -1 0 740 0 0 0 0 0 0 0 18 0 2 0 28866324 11022336 520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/1164/statm: 2691 520 240 9 0 1196 0
[pid=1164/tid=1165] ppid=1162 vsize=10764 CPUtime=0
/proc/1164/task/1165/stat : 1165 (java) D 1162 1164 812 0 -1 64 62 0 0 0 0 0 0 0 19 0 2 0 28866325 11022336 520 996147200 134512640 134550932 4294955968 18446744073709551615 3810084 0 2147483391 0 16784584 0 0 0 -1 1 0 0

[startup+0.060426 s]
/proc/loadavg: 2.02 2.01 2.00 4/80 1164
/proc/meminfo: memFree=1598080/2055920 swapFree=4192812/4192956
[pid=1164] ppid=1162 vsize=864024 CPUtime=0.05
/proc/1164/stat : 1164 (java) S 1162 1164 812 0 -1 0 2751 0 1 0 4 1 0 0 18 0 9 0 28866324 884760576 2301 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1164/statm: 216006 2301 1089 9 0 210899 0
[pid=1164/tid=1165] ppid=1162 vsize=864024 CPUtime=0.03
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 812 0 -1 64 1845 0 1 0 3 0 0 0 20 0 9 0 28866325 884760576 2301 996147200 134512640 134550932 4294955968 18446744073709551615 102337862 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.155871 s]
/proc/loadavg: 2.02 2.01 2.00 4/80 1164
/proc/meminfo: memFree=1598080/2055920 swapFree=4192812/4192956
[pid=1164] ppid=1162 vsize=865984 CPUtime=0.14
/proc/1164/stat : 1164 (java) S 1162 1164 812 0 -1 0 4261 0 1 0 12 2 0 0 18 0 9 0 28866324 886767616 3687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1164/statm: 216496 3687 1833 9 0 210981 0
[pid=1164/tid=1165] ppid=1162 vsize=865984 CPUtime=0.12
/proc/1164/task/1165/stat : 1165 (java) D 1162 1164 812 0 -1 64 3353 0 1 0 11 1 0 0 18 0 9 0 28866325 886767616 3687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 18446744072099937270 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 865984

[startup+0.301424 s]
/proc/loadavg: 2.02 2.01 2.00 4/80 1164
/proc/meminfo: memFree=1598080/2055920 swapFree=4192812/4192956
[pid=1164] ppid=1162 vsize=866384 CPUtime=0.3
/proc/1164/stat : 1164 (java) S 1162 1164 812 0 -1 0 5979 0 1 0 27 3 0 0 18 0 9 0 28866324 887177216 5345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1164/statm: 216596 5345 1984 9 0 211054 0
[pid=1164/tid=1165] ppid=1162 vsize=866384 CPUtime=0.25
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 812 0 -1 64 5007 0 1 0 22 3 0 0 17 0 9 0 28866325 887177216 5346 996147200 134512640 134550932 4294955968 18446744073709551615 104514034 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 866384

[startup+0.701484 s]
/proc/loadavg: 2.02 2.01 2.00 4/80 1164
/proc/meminfo: memFree=1598080/2055920 swapFree=4192812/4192956
[pid=1164] ppid=1162 vsize=867752 CPUtime=0.7
/proc/1164/stat : 1164 (java) S 1162 1164 812 0 -1 0 9341 0 1 0 64 6 0 0 18 0 10 0 28866324 888578048 8686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1164/statm: 216938 8686 2019 9 0 211396 0
[pid=1164/tid=1165] ppid=1162 vsize=867752 CPUtime=0.5
/proc/1164/task/1165/stat : 1165 (java) S 1162 1164 812 0 -1 64 8000 0 1 0 46 4 0 0 21 0 10 0 28866325 888578048 8686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 867752

[startup+1.50159 s]
/proc/loadavg: 2.02 2.01 2.00 5/94 1183
/proc/meminfo: memFree=1564480/2055920 swapFree=4192812/4192956
[pid=1164] ppid=1162 vsize=868288 CPUtime=1.48
/proc/1164/stat : 1164 (java) S 1162 1164 812 0 -1 0 17276 311 1 0 139 9 0 0 18 0 9 0 28866324 889126912 10741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1164/statm: 217072 10741 2656 9 0 211508 0
[pid=1164/tid=1165] ppid=1162 vsize=868288 CPUtime=1.13
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 812 0 -1 64 12454 311 1 0 107 6 0 0 25 0 9 0 28866325 889126912 10741 996147200 134512640 134550932 4294955968 18446744073709551615 4126381357 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1167] ppid=1162 vsize=868288 CPUtime=0.04
/proc/1164/task/1167/stat : 1167 (java) S 1162 1164 812 0 -1 64 3109 311 0 0 4 0 0 0 17 0 9 0 28866327 889126912 10741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1168] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1168/stat : 1168 (java) S 1162 1164 812 0 -1 64 19 311 0 0 0 0 0 0 17 0 9 0 28866327 889126912 10741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1169] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1169/stat : 1169 (java) S 1162 1164 812 0 -1 64 9 311 0 0 0 0 0 0 16 0 9 0 28866327 889126912 10741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1170] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1170/stat : 1170 (java) S 1162 1164 812 0 -1 64 2 311 0 0 0 0 0 0 18 0 9 0 28866329 889126912 10741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1171] ppid=1162 vsize=868288 CPUtime=0.27
/proc/1164/task/1171/stat : 1171 (java) S 1162 1164 812 0 -1 64 869 311 0 0 26 1 0 0 15 0 9 0 28866329 889126912 10741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1172] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1172/stat : 1172 (java) S 1162 1164 812 0 -1 64 0 311 0 0 0 0 0 0 19 0 9 0 28866329 889126912 10741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1173] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1173/stat : 1173 (java) S 1162 1164 812 0 -1 64 3 311 0 0 0 0 0 0 15 0 9 0 28866329 889126912 10741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 868288

[startup+3.10182 s]
/proc/loadavg: 2.02 2.01 2.00 3/89 1183
/proc/meminfo: memFree=1565288/2055920 swapFree=4192812/4192956
[pid=1164] ppid=1162 vsize=868288 CPUtime=3.08
/proc/1164/stat : 1164 (java) S 1162 1164 812 0 -1 0 17287 311 1 0 299 9 0 0 18 0 9 0 28866324 889126912 10751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1164/statm: 217072 10751 2656 9 0 211508 0
[pid=1164/tid=1165] ppid=1162 vsize=868288 CPUtime=2.72
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 812 0 -1 64 12457 311 1 0 266 6 0 0 25 0 9 0 28866325 889126912 10751 996147200 134512640 134550932 4294955968 18446744073709551615 4127042629 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1167] ppid=1162 vsize=868288 CPUtime=0.04
/proc/1164/task/1167/stat : 1167 (java) S 1162 1164 812 0 -1 64 3109 311 0 0 4 0 0 0 17 0 9 0 28866327 889126912 10751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1168] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1168/stat : 1168 (java) S 1162 1164 812 0 -1 64 19 311 0 0 0 0 0 0 17 0 9 0 28866327 889126912 10751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1169] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1169/stat : 1169 (java) S 1162 1164 812 0 -1 64 9 311 0 0 0 0 0 0 16 0 9 0 28866327 889126912 10751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1170] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1170/stat : 1170 (java) S 1162 1164 812 0 -1 64 2 311 0 0 0 0 0 0 18 0 9 0 28866329 889126912 10751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1171] ppid=1162 vsize=868288 CPUtime=0.28
/proc/1164/task/1171/stat : 1171 (java) S 1162 1164 812 0 -1 64 877 311 0 0 27 1 0 0 16 0 9 0 28866329 889126912 10751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1172] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1172/stat : 1172 (java) S 1162 1164 812 0 -1 64 0 311 0 0 0 0 0 0 19 0 9 0 28866329 889126912 10751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1173] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1173/stat : 1173 (java) S 1162 1164 812 0 -1 64 3 311 0 0 0 0 0 0 15 0 9 0 28866329 889126912 10751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 868288

[startup+6.30227 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 1183
/proc/meminfo: memFree=1565104/2055920 swapFree=4192812/4192956
[pid=1164] ppid=1162 vsize=868288 CPUtime=6.28
/proc/1164/stat : 1164 (java) S 1162 1164 812 0 -1 0 17315 311 1 0 619 9 0 0 18 0 9 0 28866324 889126912 10753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1164/statm: 217072 10753 2656 9 0 211508 0
[pid=1164/tid=1165] ppid=1162 vsize=868288 CPUtime=5.92
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 812 0 -1 64 12461 311 1 0 586 6 0 0 25 0 9 0 28866325 889126912 10753 996147200 134512640 134550932 4294955968 18446744073709551615 4127087011 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1167] ppid=1162 vsize=868288 CPUtime=0.04
/proc/1164/task/1167/stat : 1167 (java) S 1162 1164 812 0 -1 64 3109 311 0 0 4 0 0 0 16 0 9 0 28866327 889126912 10753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1168] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1168/stat : 1168 (java) S 1162 1164 812 0 -1 64 19 311 0 0 0 0 0 0 17 0 9 0 28866327 889126912 10753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1169] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1169/stat : 1169 (java) S 1162 1164 812 0 -1 64 9 311 0 0 0 0 0 0 16 0 9 0 28866327 889126912 10753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1170] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1170/stat : 1170 (java) S 1162 1164 812 0 -1 64 2 311 0 0 0 0 0 0 18 0 9 0 28866329 889126912 10753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1171] ppid=1162 vsize=868288 CPUtime=0.28
/proc/1164/task/1171/stat : 1171 (java) S 1162 1164 812 0 -1 64 877 311 0 0 27 1 0 0 16 0 9 0 28866329 889126912 10753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1172] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1172/stat : 1172 (java) S 1162 1164 812 0 -1 64 0 311 0 0 0 0 0 0 19 0 9 0 28866329 889126912 10753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1173] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1173/stat : 1173 (java) S 1162 1164 812 0 -1 64 27 311 0 0 0 0 0 0 15 0 9 0 28866329 889126912 10753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 868288

[startup+12.7022 s]
/proc/loadavg: 2.09 2.03 2.01 3/89 1183
/proc/meminfo: memFree=1564912/2055920 swapFree=4192812/4192956
[pid=1164] ppid=1162 vsize=868288 CPUtime=12.67
/proc/1164/stat : 1164 (java) S 1162 1164 812 0 -1 0 17316 311 1 0 1258 9 0 0 18 0 9 0 28866324 889126912 10754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1164/statm: 217072 10754 2656 9 0 211508 0
[pid=1164/tid=1165] ppid=1162 vsize=868288 CPUtime=12.32
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 812 0 -1 64 12462 311 1 0 1226 6 0 0 25 0 9 0 28866325 889126912 10754 996147200 134512640 134550932 4294955968 18446744073709551615 4127042629 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1167] ppid=1162 vsize=868288 CPUtime=0.04
/proc/1164/task/1167/stat : 1167 (java) S 1162 1164 812 0 -1 64 3109 311 0 0 4 0 0 0 16 0 9 0 28866327 889126912 10754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1168] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1168/stat : 1168 (java) S 1162 1164 812 0 -1 64 19 311 0 0 0 0 0 0 17 0 9 0 28866327 889126912 10754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1169] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1169/stat : 1169 (java) S 1162 1164 812 0 -1 64 9 311 0 0 0 0 0 0 16 0 9 0 28866327 889126912 10754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1170] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1170/stat : 1170 (java) S 1162 1164 812 0 -1 64 2 311 0 0 0 0 0 0 18 0 9 0 28866329 889126912 10754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1171] ppid=1162 vsize=868288 CPUtime=0.28
/proc/1164/task/1171/stat : 1171 (java) S 1162 1164 812 0 -1 64 877 311 0 0 27 1 0 0 16 0 9 0 28866329 889126912 10754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1172] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1172/stat : 1172 (java) S 1162 1164 812 0 -1 64 0 311 0 0 0 0 0 0 19 0 9 0 28866329 889126912 10754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1173] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1173/stat : 1173 (java) S 1162 1164 812 0 -1 64 27 311 0 0 0 0 0 0 15 0 9 0 28866329 889126912 10754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 868288

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

[startup+15.9026 s]
/proc/loadavg: 2.08 2.03 2.00 3/89 1183
/proc/meminfo: memFree=1564976/2055920 swapFree=4192812/4192956
[pid=1164] ppid=1162 vsize=868288 CPUtime=15.87
/proc/1164/stat : 1164 (java) S 1162 1164 812 0 -1 0 17316 311 1 0 1578 9 0 0 18 0 9 0 28866324 889126912 10754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1164/statm: 217072 10754 2656 9 0 211508 0
[pid=1164/tid=1165] ppid=1162 vsize=868288 CPUtime=15.52
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 812 0 -1 64 12462 311 1 0 1546 6 0 0 25 0 9 0 28866325 889126912 10754 996147200 134512640 134550932 4294955968 18446744073709551615 4127045267 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1167] ppid=1162 vsize=868288 CPUtime=0.04
/proc/1164/task/1167/stat : 1167 (java) S 1162 1164 812 0 -1 64 3109 311 0 0 4 0 0 0 16 0 9 0 28866327 889126912 10754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1168] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1168/stat : 1168 (java) S 1162 1164 812 0 -1 64 19 311 0 0 0 0 0 0 17 0 9 0 28866327 889126912 10754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1169] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1169/stat : 1169 (java) S 1162 1164 812 0 -1 64 9 311 0 0 0 0 0 0 16 0 9 0 28866327 889126912 10754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1170] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1170/stat : 1170 (java) S 1162 1164 812 0 -1 64 2 311 0 0 0 0 0 0 18 0 9 0 28866329 889126912 10754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1171] ppid=1162 vsize=868288 CPUtime=0.28
/proc/1164/task/1171/stat : 1171 (java) S 1162 1164 812 0 -1 64 877 311 0 0 27 1 0 0 16 0 9 0 28866329 889126912 10754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1172] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1172/stat : 1172 (java) S 1162 1164 812 0 -1 64 0 311 0 0 0 0 0 0 19 0 9 0 28866329 889126912 10754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1173] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1173/stat : 1173 (java) S 1162 1164 812 0 -1 64 27 311 0 0 0 0 0 0 15 0 9 0 28866329 889126912 10754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.87
Current children cumulated vsize (KiB) 868288

[startup+19.1011 s]
/proc/loadavg: 2.08 2.03 2.00 3/89 1183
/proc/meminfo: memFree=1564976/2055920 swapFree=4192812/4192956
[pid=1164] ppid=1162 vsize=868288 CPUtime=19.07
/proc/1164/stat : 1164 (java) S 1162 1164 812 0 -1 0 17317 311 1 0 1898 9 0 0 18 0 9 0 28866324 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1164/statm: 217072 10755 2656 9 0 211508 0
[pid=1164/tid=1165] ppid=1162 vsize=868288 CPUtime=18.71
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 812 0 -1 64 12463 311 1 0 1865 6 0 0 25 0 9 0 28866325 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4127043444 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1167] ppid=1162 vsize=868288 CPUtime=0.04
/proc/1164/task/1167/stat : 1167 (java) S 1162 1164 812 0 -1 64 3109 311 0 0 4 0 0 0 16 0 9 0 28866327 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1168] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1168/stat : 1168 (java) S 1162 1164 812 0 -1 64 19 311 0 0 0 0 0 0 17 0 9 0 28866327 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1169] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1169/stat : 1169 (java) S 1162 1164 812 0 -1 64 9 311 0 0 0 0 0 0 16 0 9 0 28866327 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1170] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1170/stat : 1170 (java) S 1162 1164 812 0 -1 64 2 311 0 0 0 0 0 0 18 0 9 0 28866329 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1171] ppid=1162 vsize=868288 CPUtime=0.28
/proc/1164/task/1171/stat : 1171 (java) S 1162 1164 812 0 -1 64 877 311 0 0 27 1 0 0 16 0 9 0 28866329 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1172] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1172/stat : 1172 (java) S 1162 1164 812 0 -1 64 0 311 0 0 0 0 0 0 19 0 9 0 28866329 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1173] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1173/stat : 1173 (java) S 1162 1164 812 0 -1 64 27 311 0 0 0 0 0 0 15 0 9 0 28866329 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.07
Current children cumulated vsize (KiB) 868288

[startup+19.9012 s]
/proc/loadavg: 2.08 2.03 2.00 3/89 1183
/proc/meminfo: memFree=1564976/2055920 swapFree=4192812/4192956
[pid=1164] ppid=1162 vsize=868288 CPUtime=19.87
/proc/1164/stat : 1164 (java) S 1162 1164 812 0 -1 0 17317 311 1 0 1978 9 0 0 18 0 9 0 28866324 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1164/statm: 217072 10755 2656 9 0 211508 0
[pid=1164/tid=1165] ppid=1162 vsize=868288 CPUtime=19.51
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 812 0 -1 64 12463 311 1 0 1945 6 0 0 25 0 9 0 28866325 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4127045267 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1167] ppid=1162 vsize=868288 CPUtime=0.04
/proc/1164/task/1167/stat : 1167 (java) S 1162 1164 812 0 -1 64 3109 311 0 0 4 0 0 0 16 0 9 0 28866327 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1168] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1168/stat : 1168 (java) S 1162 1164 812 0 -1 64 19 311 0 0 0 0 0 0 17 0 9 0 28866327 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1169] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1169/stat : 1169 (java) S 1162 1164 812 0 -1 64 9 311 0 0 0 0 0 0 16 0 9 0 28866327 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1170] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1170/stat : 1170 (java) S 1162 1164 812 0 -1 64 2 311 0 0 0 0 0 0 18 0 9 0 28866329 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1171] ppid=1162 vsize=868288 CPUtime=0.28
/proc/1164/task/1171/stat : 1171 (java) S 1162 1164 812 0 -1 64 877 311 0 0 27 1 0 0 16 0 9 0 28866329 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1172] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1172/stat : 1172 (java) S 1162 1164 812 0 -1 64 0 311 0 0 0 0 0 0 19 0 9 0 28866329 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1173] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1173/stat : 1173 (java) S 1162 1164 812 0 -1 64 27 311 0 0 0 0 0 0 15 0 9 0 28866329 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.87
Current children cumulated vsize (KiB) 868288

[startup+20.3013 s]
/proc/loadavg: 2.08 2.03 2.00 3/89 1183
/proc/meminfo: memFree=1564976/2055920 swapFree=4192812/4192956
[pid=1164] ppid=1162 vsize=868288 CPUtime=20.27
/proc/1164/stat : 1164 (java) S 1162 1164 812 0 -1 0 17317 311 1 0 2018 9 0 0 18 0 9 0 28866324 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1164/statm: 217072 10755 2656 9 0 211508 0
[pid=1164/tid=1165] ppid=1162 vsize=868288 CPUtime=19.91
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 812 0 -1 64 12463 311 1 0 1985 6 0 0 25 0 9 0 28866325 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4127059376 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1167] ppid=1162 vsize=868288 CPUtime=0.04
/proc/1164/task/1167/stat : 1167 (java) S 1162 1164 812 0 -1 64 3109 311 0 0 4 0 0 0 16 0 9 0 28866327 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1168] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1168/stat : 1168 (java) S 1162 1164 812 0 -1 64 19 311 0 0 0 0 0 0 17 0 9 0 28866327 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1169] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1169/stat : 1169 (java) S 1162 1164 812 0 -1 64 9 311 0 0 0 0 0 0 16 0 9 0 28866327 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1170] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1170/stat : 1170 (java) S 1162 1164 812 0 -1 64 2 311 0 0 0 0 0 0 18 0 9 0 28866329 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1171] ppid=1162 vsize=868288 CPUtime=0.28
/proc/1164/task/1171/stat : 1171 (java) S 1162 1164 812 0 -1 64 877 311 0 0 27 1 0 0 16 0 9 0 28866329 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1172] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1172/stat : 1172 (java) S 1162 1164 812 0 -1 64 0 311 0 0 0 0 0 0 19 0 9 0 28866329 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1173] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1173/stat : 1173 (java) S 1162 1164 812 0 -1 64 27 311 0 0 0 0 0 0 15 0 9 0 28866329 889126912 10755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.27
Current children cumulated vsize (KiB) 868288

[startup+20.5013 s]
/proc/loadavg: 2.08 2.03 2.00 3/89 1183
/proc/meminfo: memFree=1564976/2055920 swapFree=4192812/4192956
[pid=1164] ppid=1162 vsize=868288 CPUtime=20.46
/proc/1164/stat : 1164 (java) S 1162 1164 812 0 -1 0 17402 311 1 0 2037 9 0 0 18 0 9 0 28866324 889126912 10840 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1164/statm: 217072 10841 2656 9 0 211508 0
[pid=1164/tid=1165] ppid=1162 vsize=868288 CPUtime=20.11
/proc/1164/task/1165/stat : 1165 (java) R 1162 1164 812 0 -1 64 12549 311 1 0 2005 6 0 0 25 0 9 0 28866325 889126912 10841 996147200 134512640 134550932 4294955968 18446744073709551615 4127022679 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1167] ppid=1162 vsize=868288 CPUtime=0.04
/proc/1164/task/1167/stat : 1167 (java) S 1162 1164 812 0 -1 64 3109 311 0 0 4 0 0 0 16 0 9 0 28866327 889126912 10841 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1168] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1168/stat : 1168 (java) S 1162 1164 812 0 -1 64 19 311 0 0 0 0 0 0 17 0 9 0 28866327 889126912 10841 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1169] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1169/stat : 1169 (java) S 1162 1164 812 0 -1 64 9 311 0 0 0 0 0 0 16 0 9 0 28866327 889126912 10841 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1170] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1170/stat : 1170 (java) S 1162 1164 812 0 -1 64 2 311 0 0 0 0 0 0 18 0 9 0 28866329 889126912 10841 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1171] ppid=1162 vsize=868288 CPUtime=0.28
/proc/1164/task/1171/stat : 1171 (java) S 1162 1164 812 0 -1 64 877 311 0 0 27 1 0 0 16 0 9 0 28866329 889126912 10841 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1164/tid=1172] ppid=1162 vsize=868288 CPUtime=0
/proc/1164/task/1172/stat : 1172 (java) S 1162 1164 812 0 -1 64 0 311 0 0 0 0 0 0 19 0 9 0 28866329 889126912 10841 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1164/tid=1173] ppid=1162 vsize=868292 CPUtime=0
/proc/1164/task/1173/stat : 1173 (java) S 1162 1164 812 0 -1 64 27 311 0 0 0 0 0 0 15 0 9 0 28866329 889131008 10841 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.46
Current children cumulated vsize (KiB) 868288

Child status: 0
Real time (s): 20.5167
CPU time (s): 20.4999
CPU user time (s): 20.3909
CPU system time (s): 0.108983
CPU usage (%): 99.9182
Max. virtual memory (cumulated for all children) (KiB): 868288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.3909
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17743
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= 1912
involuntary context switches= 1593

runsolver used 0.030995 second user time and 0.074988 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-12 19:01:00
IDJOB=2099353
IDBENCH=60156
IDSOLVER=773
FILE ID=node49/2099353-1247418060
PBS_JOBID= 9510709
Free space on /tmp= 66420 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/tightness0.1/normalized-rand-2-40-8-753-100-88_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-2099353-1247418060/watcher-2099353-1247418060 -o /tmp/evaluation-result-2099353-1247418060/solver-2099353-1247418060 -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-2099353-1247418060.xml

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

MD5SUM BENCH= eacb78b1ba56312a8188d59e95043160
RANDOM SEED=398785356

node49.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.232
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.232
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:       1598560 kB
Buffers:         80716 kB
Cached:         246772 kB
SwapCached:          0 kB
Active:         225096 kB
Inactive:       156068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1598560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2140 kB
Writeback:           0 kB
Mapped:          74100 kB
Slab:            61100 kB
Committed_AS:  1025400 kB
PageTables:       1872 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= 66420 MiB
End job on node49 at 2009-07-12 19:01:20