Trace number 2098574

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 ESACSAT 13.36 13.5666

DiagnosticValue
CHECKS3252550
NODES18877

General information on the benchmark

Namecsp/os-taillard-10/
normalized-os-taillard-10-100-1.xml
MD5SUMb83db8d02d2041055b7635deab62e87a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.771881
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size587
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data

0.07/0.10	
0.07/0.10	Abscon 112 (May, 2008)
0.17/0.26	
0.17/0.26	   configuration
0.17/0.26	     name=esac.xml
0.17/0.29	   
0.17/0.29	   instance
0.17/0.29	     name=HOME/instance-2098574-1247416113.xml
0.27/0.33	   
0.27/0.33	   domains being loaded...
0.27/0.35	   
0.27/0.35	   variables being loaded...
0.36/0.40	     nbVariables=100  nbDomainTypes=100  minDomainSize=491  maxDomainSize=587  nbTotalValues=53999
0.36/0.40	       =>  wckTime=0.139  cpuTime=0.11  mem=8M900
0.36/0.40	   
0.36/0.40	   predicates being loaded...
0.36/0.46	   
0.36/0.46	   constraints being loaded...
0.85/0.98	     nbConstraints=910  nbGlobalConstraints=910  nbSharedBinaryRepresentations=0  minDegree=19  maxDegree=19  minArity=2
0.85/0.98	     avgArity=2.09  maxArity=10  nbGenerators=0  nbFusions=0  symmetryWckTime=0.16  symmetryCpuTime=0.12  nbCliques=10
0.85/0.98	       =>  wckTime=0.721  cpuTime=0.53  mem=22M580
0.95/1.06	   
0.95/1.06	   solver IterativeSystematicSolver being built... 
1.05/1.13	   
1.05/1.14	   INFO : Forward propagation technique limited 
1.14/1.20	       =>  wckTime=0.942  cpuTime=0.65  mem=23M766
1.14/1.23	   
1.14/1.23	   preprocessing
1.14/1.23	     nbConstraintChecks=0  nbPropagations=100  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.14/1.23	     detectedInconsistency=no
1.14/1.23	       =>  wckTime=0.02  cpuTime=0.01  mem=24M758
3.31/3.50	   
3.31/3.50	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=36M919)
13.22/13.49	   
13.22/13.49	   search
13.22/13.49	     run=16  nbConstraintChecks=3252546  minDepth=16  maxDepth=100  nbPropagations=560717  nbRevisions=0
13.22/13.49	     nbUselessRevisions=0  nbAssignments=18877  nbFailedAssignments=17565  nbBacktracks=837  nbVisitedNodes=37258
13.22/13.49	     nbRestartNogoods=592  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=13.76  nbIEliminables=0
13.22/13.49	     nbDEliminables=0  nbPEliminables=0
13.22/13.49	       =>  wckTime=12.285  cpuTime=12.03  mem=18M725
13.22/13.49	   
13.22/13.49	   global
13.22/13.49	     nbConstraintChecks=3252546  nbPropagations=560817  nbRestartNogoods=592  solvingWckTime=12.287
13.22/13.49	     solvingCpuTime=12.03  expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=12.67
13.22/13.49	     globalCpuTime=12.72
13.22/13.49	       =>  wckTime=13.233  cpuTime=12.68  mem=18M725
13.22/13.49	   
13.22/13.49	s SATISFIABLE
13.22/13.49	v 493 97 457 311 224 330 407 194 260 0 450 420 194 64 249 446 157 330 239 0 0 141 556 446 396 494 343 294 228 82 0 23 344 437 174 249 88 159 548 80 359 450 0 224 465 503 107 187 294 239 355 0 311 45 512 141 187 297 238 437 428 124 359 0 309 111 512 537 403 216 316 248 124 494 157 37 0 407 23 576 403 133 4 111 89 238 344 93 420 45 121 469 488 267 214 159 503 355 61 0 
13.22/13.49	d NODES 18877
13.22/13.49	d CHECKS 3252546
13.22/13.50	   
13.22/13.50	   totalWckTime=13.3  totalCpuTime=12.72

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-2098574-1247416113/watcher-2098574-1247416113 -o /tmp/evaluation-result-2098574-1247416113/solver-2098574-1247416113 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098574-1247416113.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.00 2.00 4/80 30245
/proc/meminfo: memFree=1736160/2055920 swapFree=4192812/4192956
[pid=30245] ppid=30243 vsize=200 CPUtime=0
/proc/30245/stat : 30245 (java) R 30243 30245 30091 0 -1 0 207 0 0 0 0 0 0 0 18 0 1 0 28674993 204800 29 996147200 134512640 134550932 4294955968 18446744073709551615 10481836 0 0 4096 0 0 0 0 17 0 0 0
/proc/30245/statm: 68 34 26 9 0 4 0

[startup+0.0433999 s]
/proc/loadavg: 2.02 2.00 2.00 4/80 30245
/proc/meminfo: memFree=1736160/2055920 swapFree=4192812/4192956
[pid=30245] ppid=30243 vsize=861288 CPUtime=0.01
/proc/30245/stat : 30245 (java) S 30243 30245 30091 0 -1 0 1747 0 1 0 0 1 0 0 18 0 3 0 28674993 881958912 1442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 215322 1445 594 9 0 210237 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861288

[startup+0.101403 s]
/proc/loadavg: 2.02 2.00 2.00 4/80 30245
/proc/meminfo: memFree=1736160/2055920 swapFree=4192812/4192956
[pid=30245] ppid=30243 vsize=865912 CPUtime=0.07
/proc/30245/stat : 30245 (java) S 30243 30245 30091 0 -1 0 3620 0 1 0 6 1 0 0 18 0 9 0 28674993 886693888 3104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 216478 3104 1654 9 0 210970 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865912

[startup+0.301426 s]
/proc/loadavg: 2.02 2.00 2.00 4/80 30245
/proc/meminfo: memFree=1736160/2055920 swapFree=4192812/4192956
[pid=30245] ppid=30243 vsize=866432 CPUtime=0.27
/proc/30245/stat : 30245 (java) S 30243 30245 30091 0 -1 0 5875 0 1 0 24 3 0 0 18 0 9 0 28674993 887226368 5241 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 216608 5241 1981 9 0 211066 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866432

[startup+0.701468 s]
/proc/loadavg: 2.02 2.00 2.00 4/80 30245
/proc/meminfo: memFree=1736160/2055920 swapFree=4192812/4192956
[pid=30245] ppid=30243 vsize=867700 CPUtime=0.67
/proc/30245/stat : 30245 (java) S 30243 30245 30091 0 -1 0 9038 0 1 0 62 5 0 0 18 0 9 0 28674993 888524800 8392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 216925 8392 2037 9 0 211361 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867700

[startup+1.50156 s]
/proc/loadavg: 2.02 2.00 2.00 4/91 30258
/proc/meminfo: memFree=1704968/2055920 swapFree=4192812/4192956
[pid=30245] ppid=30243 vsize=868152 CPUtime=1.43
/proc/30245/stat : 30245 (java) S 30243 30245 30091 0 -1 0 20708 318 1 0 132 11 0 0 18 0 9 0 28674993 888987648 13660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 217038 13660 2658 9 0 211474 0
[pid=30245/tid=30247] ppid=30243 vsize=868152 CPUtime=1.09
/proc/30245/task/30247/stat : 30247 (java) R 30243 30245 30091 0 -1 64 15107 318 1 0 100 9 0 0 19 0 9 0 28674994 888987648 13660 996147200 134512640 134550932 4294955968 18446744073709551615 4126467460 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30248] ppid=30243 vsize=868152 CPUtime=0.05
/proc/30245/task/30248/stat : 30248 (java) S 30243 30245 30091 0 -1 64 3856 318 0 0 5 0 0 0 17 0 9 0 28674997 888987648 13660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30249] ppid=30243 vsize=868152 CPUtime=0
/proc/30245/task/30249/stat : 30249 (java) S 30243 30245 30091 0 -1 64 19 318 0 0 0 0 0 0 16 0 9 0 28674998 888987648 13660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30250] ppid=30243 vsize=868152 CPUtime=0
/proc/30245/task/30250/stat : 30250 (java) S 30243 30245 30091 0 -1 64 11 318 0 0 0 0 0 0 16 0 9 0 28674998 888987648 13660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30251] ppid=30243 vsize=868152 CPUtime=0
/proc/30245/task/30251/stat : 30251 (java) S 30243 30245 30091 0 -1 64 2 318 0 0 0 0 0 0 22 0 9 0 28675000 888987648 13660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30245/tid=30252] ppid=30243 vsize=868152 CPUtime=0.25
/proc/30245/task/30252/stat : 30252 (java) S 30243 30245 30091 0 -1 64 908 318 0 0 25 0 0 0 15 0 9 0 28675000 888987648 13660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30253] ppid=30243 vsize=868152 CPUtime=0
/proc/30245/task/30253/stat : 30253 (java) S 30243 30245 30091 0 -1 64 0 318 0 0 0 0 0 0 23 0 9 0 28675000 888987648 13660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30245/tid=30254] ppid=30243 vsize=868152 CPUtime=0
/proc/30245/task/30254/stat : 30254 (java) S 30243 30245 30091 0 -1 64 5 318 0 0 0 0 0 0 15 0 9 0 28675000 888987648 13660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 868152

[startup+3.10173 s]
/proc/loadavg: 2.02 2.00 2.00 3/89 30258
/proc/meminfo: memFree=1667024/2055920 swapFree=4192812/4192956
[pid=30245] ppid=30243 vsize=868064 CPUtime=3.02
/proc/30245/stat : 30245 (java) S 30243 30245 30091 0 -1 0 28763 318 1 0 287 15 0 0 18 0 9 0 28674993 888897536 21429 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 217016 21429 2639 9 0 211474 0
[pid=30245/tid=30247] ppid=30243 vsize=868064 CPUtime=2.6
/proc/30245/task/30247/stat : 30247 (java) R 30243 30245 30091 0 -1 64 19951 318 1 0 248 12 0 0 25 0 9 0 28674994 888897536 21429 996147200 134512640 134550932 4294955968 18446744073709551615 4125952318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30248] ppid=30243 vsize=868064 CPUtime=0.08
/proc/30245/task/30248/stat : 30248 (java) S 30243 30245 30091 0 -1 64 7037 318 0 0 7 1 0 0 16 0 9 0 28674997 888897536 21429 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30249] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30249/stat : 30249 (java) S 30243 30245 30091 0 -1 64 19 318 0 0 0 0 0 0 16 0 9 0 28674998 888897536 21429 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30250] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30250/stat : 30250 (java) S 30243 30245 30091 0 -1 64 13 318 0 0 0 0 0 0 15 0 9 0 28674998 888897536 21429 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30251] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30251/stat : 30251 (java) S 30243 30245 30091 0 -1 64 2 318 0 0 0 0 0 0 22 0 9 0 28675000 888897536 21429 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30245/tid=30252] ppid=30243 vsize=868064 CPUtime=0.3
/proc/30245/task/30252/stat : 30252 (java) S 30243 30245 30091 0 -1 64 936 318 0 0 30 0 0 0 16 0 9 0 28675000 888897536 21429 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30253] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30253/stat : 30253 (java) S 30243 30245 30091 0 -1 64 0 318 0 0 0 0 0 0 23 0 9 0 28675000 888897536 21429 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30245/tid=30254] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30254/stat : 30254 (java) S 30243 30245 30091 0 -1 64 5 318 0 0 0 0 0 0 15 0 9 0 28675000 888897536 21429 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 868064

[startup+6.30208 s]
/proc/loadavg: 2.02 2.00 2.00 3/89 30258
/proc/meminfo: memFree=1660432/2055920 swapFree=4192812/4192956
[pid=30245] ppid=30243 vsize=868064 CPUtime=6.19
/proc/30245/stat : 30245 (java) S 30243 30245 30091 0 -1 0 28801 318 1 0 603 16 0 0 18 0 9 0 28674993 888897536 21431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 217016 21431 2639 9 0 211474 0
[pid=30245/tid=30247] ppid=30243 vsize=868064 CPUtime=5.75
/proc/30245/task/30247/stat : 30247 (java) R 30243 30245 30091 0 -1 64 19958 318 1 0 563 12 0 0 25 0 9 0 28674994 888897536 21431 996147200 134512640 134550932 4294955968 18446744073709551615 4127127696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30248] ppid=30243 vsize=868064 CPUtime=0.09
/proc/30245/task/30248/stat : 30248 (java) S 30243 30245 30091 0 -1 64 7037 318 0 0 8 1 0 0 16 0 9 0 28674997 888897536 21431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30249] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30249/stat : 30249 (java) S 30243 30245 30091 0 -1 64 19 318 0 0 0 0 0 0 16 0 9 0 28674998 888897536 21431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30250] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30250/stat : 30250 (java) S 30243 30245 30091 0 -1 64 13 318 0 0 0 0 0 0 15 0 9 0 28674998 888897536 21431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30251] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30251/stat : 30251 (java) S 30243 30245 30091 0 -1 64 2 318 0 0 0 0 0 0 22 0 9 0 28675000 888897536 21431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30245/tid=30252] ppid=30243 vsize=868064 CPUtime=0.3
/proc/30245/task/30252/stat : 30252 (java) S 30243 30245 30091 0 -1 64 937 318 0 0 30 0 0 0 15 0 9 0 28675000 888897536 21431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30253] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30253/stat : 30253 (java) S 30243 30245 30091 0 -1 64 0 318 0 0 0 0 0 0 23 0 9 0 28675000 888897536 21431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30245/tid=30254] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30254/stat : 30254 (java) S 30243 30245 30091 0 -1 64 35 318 0 0 0 0 0 0 15 0 9 0 28675000 888897536 21431 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 868064

[startup+12.7028 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 30258
/proc/meminfo: memFree=1660176/2055920 swapFree=4192812/4192956
[pid=30245] ppid=30243 vsize=868064 CPUtime=12.53
/proc/30245/stat : 30245 (java) S 30243 30245 30091 0 -1 0 28813 318 1 0 1237 16 0 0 18 0 9 0 28674993 888897536 21432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 217016 21432 2639 9 0 211474 0
[pid=30245/tid=30247] ppid=30243 vsize=868064 CPUtime=12.08
/proc/30245/task/30247/stat : 30247 (java) R 30243 30245 30091 0 -1 64 19966 318 1 0 1196 12 0 0 25 0 9 0 28674994 888897536 21432 996147200 134512640 134550932 4294955968 18446744073709551615 4127167914 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30248] ppid=30243 vsize=868064 CPUtime=0.11
/proc/30245/task/30248/stat : 30248 (java) S 30243 30245 30091 0 -1 64 7037 318 0 0 10 1 0 0 16 0 9 0 28674997 888897536 21432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30249] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30249/stat : 30249 (java) S 30243 30245 30091 0 -1 64 19 318 0 0 0 0 0 0 16 0 9 0 28674998 888897536 21432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30250] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30250/stat : 30250 (java) S 30243 30245 30091 0 -1 64 13 318 0 0 0 0 0 0 15 0 9 0 28674998 888897536 21432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30251] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30251/stat : 30251 (java) S 30243 30245 30091 0 -1 64 2 318 0 0 0 0 0 0 22 0 9 0 28675000 888897536 21432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30245/tid=30252] ppid=30243 vsize=868064 CPUtime=0.3
/proc/30245/task/30252/stat : 30252 (java) S 30243 30245 30091 0 -1 64 941 318 0 0 30 0 0 0 16 0 9 0 28675000 888897536 21432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30253] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30253/stat : 30253 (java) S 30243 30245 30091 0 -1 64 0 318 0 0 0 0 0 0 23 0 9 0 28675000 888897536 21432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30245/tid=30254] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30254/stat : 30254 (java) S 30243 30245 30091 0 -1 64 35 318 0 0 0 0 0 0 15 0 9 0 28675000 888897536 21432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 868064

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

[startup+13.1028 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 30258
/proc/meminfo: memFree=1660176/2055920 swapFree=4192812/4192956
[pid=30245] ppid=30243 vsize=868064 CPUtime=12.93
/proc/30245/stat : 30245 (java) S 30243 30245 30091 0 -1 0 28813 318 1 0 1277 16 0 0 18 0 9 0 28674993 888897536 21432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 217016 21432 2639 9 0 211474 0
[pid=30245/tid=30247] ppid=30243 vsize=868064 CPUtime=12.48
/proc/30245/task/30247/stat : 30247 (java) R 30243 30245 30091 0 -1 64 19966 318 1 0 1236 12 0 0 25 0 9 0 28674994 888897536 21432 996147200 134512640 134550932 4294955968 18446744073709551615 4127132096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30248] ppid=30243 vsize=868064 CPUtime=0.11
/proc/30245/task/30248/stat : 30248 (java) S 30243 30245 30091 0 -1 64 7037 318 0 0 10 1 0 0 16 0 9 0 28674997 888897536 21432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30249] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30249/stat : 30249 (java) S 30243 30245 30091 0 -1 64 19 318 0 0 0 0 0 0 16 0 9 0 28674998 888897536 21432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30250] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30250/stat : 30250 (java) S 30243 30245 30091 0 -1 64 13 318 0 0 0 0 0 0 15 0 9 0 28674998 888897536 21432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30251] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30251/stat : 30251 (java) S 30243 30245 30091 0 -1 64 2 318 0 0 0 0 0 0 22 0 9 0 28675000 888897536 21432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30245/tid=30252] ppid=30243 vsize=868064 CPUtime=0.3
/proc/30245/task/30252/stat : 30252 (java) S 30243 30245 30091 0 -1 64 941 318 0 0 30 0 0 0 16 0 9 0 28675000 888897536 21432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30253] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30253/stat : 30253 (java) S 30243 30245 30091 0 -1 64 0 318 0 0 0 0 0 0 23 0 9 0 28675000 888897536 21432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30245/tid=30254] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30254/stat : 30254 (java) S 30243 30245 30091 0 -1 64 35 318 0 0 0 0 0 0 15 0 9 0 28675000 888897536 21432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.93
Current children cumulated vsize (KiB) 868064

[startup+13.5029 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 30258
/proc/meminfo: memFree=1660176/2055920 swapFree=4192812/4192956
[pid=30245] ppid=30243 vsize=868064 CPUtime=13.32
/proc/30245/stat : 30245 (java) S 30243 30245 30091 0 -1 0 28826 318 1 0 1316 16 0 0 18 0 9 0 28674993 888897536 21435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 217016 21435 2639 9 0 211474 0
[pid=30245/tid=30247] ppid=30243 vsize=868064 CPUtime=12.86
/proc/30245/task/30247/stat : 30247 (java) S 30243 30245 30091 0 -1 64 19973 318 1 0 1274 12 0 0 25 0 9 0 28674994 888897536 21435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30248] ppid=30243 vsize=868064 CPUtime=0.11
/proc/30245/task/30248/stat : 30248 (java) S 30243 30245 30091 0 -1 64 7037 318 0 0 10 1 0 0 16 0 9 0 28674997 888897536 21435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30249] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30249/stat : 30249 (java) S 30243 30245 30091 0 -1 64 19 318 0 0 0 0 0 0 16 0 9 0 28674998 888897536 21435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30250] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30250/stat : 30250 (java) S 30243 30245 30091 0 -1 64 13 318 0 0 0 0 0 0 15 0 9 0 28674998 888897536 21435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30251] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30251/stat : 30251 (java) S 30243 30245 30091 0 -1 64 2 318 0 0 0 0 0 0 22 0 9 0 28675000 888897536 21435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30245/tid=30252] ppid=30243 vsize=868064 CPUtime=0.31
/proc/30245/task/30252/stat : 30252 (java) S 30243 30245 30091 0 -1 64 947 318 0 0 31 0 0 0 16 0 9 0 28675000 888897536 21435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30245/tid=30253] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30253/stat : 30253 (java) S 30243 30245 30091 0 -1 64 0 318 0 0 0 0 0 0 23 0 9 0 28675000 888897536 21435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30245/tid=30254] ppid=30243 vsize=868064 CPUtime=0
/proc/30245/task/30254/stat : 30254 (java) S 30243 30245 30091 0 -1 64 35 318 0 0 0 0 0 0 15 0 9 0 28675000 888897536 21435 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.32
Current children cumulated vsize (KiB) 868064

Child status: 0
Real time (s): 13.5666
CPU time (s): 13.36
CPU user time (s): 13.173
CPU system time (s): 0.186971
CPU usage (%): 98.4767
Max. virtual memory (cumulated for all children) (KiB): 868196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.173
system time used= 0.186971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29172
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= 1841
involuntary context switches= 2158

runsolver used 0.018997 second user time and 0.053991 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-12 18:28:33
IDJOB=2098574
IDBENCH=58745
IDSOLVER=774
FILE ID=node47/2098574-1247416113
PBS_JOBID= 9510733
Free space on /tmp= 66468 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/os-taillard-10/normalized-os-taillard-10-100-1.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098574-1247416113/watcher-2098574-1247416113 -o /tmp/evaluation-result-2098574-1247416113/solver-2098574-1247416113 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098574-1247416113.xml

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

MD5SUM BENCH= b83db8d02d2041055b7635deab62e87a
RANDOM SEED=2084552692

node47.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.218
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.218
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:       1736640 kB
Buffers:         41580 kB
Cached:         131140 kB
SwapCached:          0 kB
Active:         191784 kB
Inactive:        72212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:         111656 kB
Slab:            40244 kB
Committed_AS:   999180 kB
PageTables:       2024 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= 66468 MiB
End job on node47 at 2009-07-12 18:28:46