Trace number 2097537

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 4.18236 4.24689

DiagnosticValue
CHECKS226031
NODES921

General information on the benchmark

Namecsp/rlfapScensMod/
normalized-scen1-f8.xml
MD5SUM30986b8dab49576f9b5a029c9cb5ddfe
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.529918
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5548
Maximum constraint arity2
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5548
Global constraints used (with number of constraints)

Solver Data

0.03/0.10	
0.03/0.10	Abscon 112 (May, 2008)
0.17/0.27	
0.17/0.27	   configuration
0.17/0.27	     name=mac.xml
0.27/0.30	   
0.27/0.30	   instance
0.27/0.31	     name=HOME/instance-2097537-1247413479.xml
0.27/0.34	   
0.27/0.34	   domains being loaded...
0.27/0.35	   
0.27/0.35	   variables being loaded...
0.48/0.51	     nbVariables=916  nbDomainTypes=7  minDomainSize=6  maxDomainSize=36  nbTotalValues=29496
0.48/0.51	       =>  wckTime=0.246  cpuTime=0.17  mem=10M820
0.48/0.52	   
0.48/0.52	   predicates being loaded...
0.48/0.58	   
0.48/0.58	   constraints being loaded...
2.85/2.91	     nbConstraints=5693  nbGlobalConstraints=145  nbConvertedConstraints=5548  nbConvertConstraintsChecks=2348015
2.85/2.91	     nbExtensionStructures=2213  nbSharedExtensionStructures=5454  nbConflictsStructures=2239
2.85/2.91	     nbSharedConflictsStructures=5454  nbSharedBinaryRepresentations=142944  minDegree=1  maxDegree=62  minArity=2
2.85/2.91	     avgArity=2.1  maxArity=12  nbGenerators=54  nbFusions=35  symmetryWckTime=0.49  symmetryCpuTime=0.24  nbCliques=91
2.85/2.91	       =>  wckTime=2.643  cpuTime=2.07  mem=20M792
2.95/3.03	   
2.95/3.03	   solver IterativeSystematicSolver being built... 
3.04/3.10	   
3.04/3.10	   INFO : Forward propagation technique limited 
3.15/3.22	       =>  wckTime=2.947  cpuTime=2.23  mem=31M454
3.25/3.33	   
3.25/3.33	   preprocessing
3.25/3.33	     nbConstraintChecks=31955  nbPropagations=1372  nbRevisions=1008  nbUselessRevisions=29  nbRemovedValues=7260
3.25/3.33	     nbRemovedTuples=3405  detectedInconsistency=no
3.25/3.33	       =>  wckTime=0.112  cpuTime=0.1  mem=32M439
4.13/4.21	   
4.13/4.21	   search
4.13/4.21	     run=0  nbConstraintChecks=194076  minDepth=40  maxDepth=916  nbPropagations=5288  nbRevisions=12623
4.13/4.21	     nbUselessRevisions=6863  nbAssignments=921  nbFailedAssignments=5  nbBacktracks=0  nbVisitedNodes=927
4.13/4.22	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
4.13/4.22	     nbREliminables=1.26  nbIEliminables=672.55  nbDEliminables=0  nbPEliminables=0
4.13/4.22	       =>  wckTime=0.995  cpuTime=0.94  mem=36M403
4.13/4.22	   
4.13/4.22	   global
4.13/4.22	     nbConstraintChecks=226031  nbPropagations=6660  nbRevisions=13631  nbUselessRevisions=6892  nbRestartNogoods=0
4.13/4.22	     solvingWckTime=0.997  solvingCpuTime=0.94  expiredTime=no  totalExploration=no  nbFoundSolutions=1
4.13/4.22	     firstSolutionCpuTime=3.15  globalCpuTime=3.21
4.13/4.22	       =>  wckTime=3.947  cpuTime=3.17  mem=36M403
4.13/4.22	   
4.13/4.22	s SATISFIABLE
4.13/4.22	v 652 414 680 442 666 428 128 366 254 16 16 254 156 394 156 394 254 16 652 414 666 428 268 30 652 414 666 428 380 142 680 442 680 442 268 30 652 414 414 652 380 142 30 268 680 442 380 142 680 442 156 394 652 414 16 254 30 268 128 366 652 414 442 680 652 414 142 380 254 16 680 442 652 414 666 428 268 30 666 428 652 414 254 16 414 652 254 16 296 58 142 380 414 652 268 30 254 16 156 394 16 254 652 414 156 394 428 666 652 414 366 128 16 254 666 428 72 310 30 268 254 16 442 680 268 30 254 16 666 428 16 254 414 652 30 268 254 16 666 428 408 170 268 30 268 30 16 254 414 652 442 680 380 142 16 254 652 414 128 366 254 16 394 156 394 156 652 414 156 394 666 428 30 268 30 268 380 142 254 16 16 254 652 414 414 652 16 254 394 156 16 254 652 414 254 16 666 428 254 16 30 268 366 128 680 442 414 652 268 30 268 30 680 442 414 652 366 128 254 16 16 254 666 428 666 428 652 414 156 394 58 296 366 128 666 428 30 268 394 156 156 394 156 394 680 442 30 268 30 268 240 478 366 128 254 16 16 254 16 254 16 254 680 442 16 254 414 652 394 156 394 156 16 254 16 254 414 652 268 30 254 16 254 16 680 442 16 254 680 442 254 16 408 170 254 16 16 254 652 414 44 282 666 428 16 254 254 16 652 414 680 442 680 442 16 254 16 254 652 414 30 268 156 394 16 254 114 352 652 414 268 30 652 414 652 414 652 414 142 380 666 428 666 428 268 30 442 680 680 442 268 30 680 442 442 680 142 380 128 366 680 442 142 380 30 268 666 428 268 30 652 414 666 428 680 442 442 680 380 142 128 366 428 666 268 30 128 366 254 16 268 30 666 428 282 44 142 380 72 310 666 428 428 666 380 142 16 254 142 380 666 428 268 30 680 442 268 30 666 428 30 268 156 394 30 268 652 414 652 414 652 414 442 680 128 366 680 442 142 380 680 442 254 16 666 428 254 16 442 680 156 394 16 254 254 16 268 30 44 282 666 428 442 680 380 142 428 666 142 380 652 414 680 442 442 680 666 428 366 128 30 268 156 394 652 414 652 414 680 442 142 380 680 442 680 442 16 254 268 30 142 380 156 394 428 666 652 414 16 254 310 72 30 268 254 16 380 142 680 442 128 366 268 30 666 428 142 380 254 16 254 16 156 394 666 428 394 156 652 414 652 414 156 394 652 414 254 16 680 442 156 394 16 254 142 380 680 442 268 30 44 282 142 380 428 666 142 380 680 442 268 30 428 666 44 282 652 414 156 394 254 16 282 44 680 442 254 16 254 16 666 428 30 268 666 428 142 380 142 380 680 442 428 666 666 428 268 30 652 414 680 442 666 428 380 142 680 442 296 58 142 380 380 142 680 442 666 428 680 442 666 428 680 442 142 380 652 414 680 442 268 30 366 128 156 394 296 58 16 254 666 428 666 428 268 30 666 428 282 44 414 652 652 414 254 16 666 428 30 268 156 394 142 380 282 44 680 442 268 30 666 428 268 30 666 428 268 30 666 428 268 30 428 666 16 254 652 414 16 254 16 254 254 16 652 414 268 30 394 156 442 680 414 652 254 16 16 254 428 666 268 30 352 114 352 114 352 114 58 296 680 442 680 442 30 268 666 428 30 268 394 156 666 428 268 30 268 30 142 380 442 680 142 380 268 30 268 30 666 428 268 30 268 30 680 442 652 414 680 442 16 254 680 442 680 442 128 366 428 666 428 666 666 428 666 428 680 442 428 666 268 30 666 428 268 30 680 442 428 666 268 30 442 680 666 428 442 680 254 16 666 428 268 30 128 366 666 428 142 380 268 30 680 442 100 338 666 428 666 428 44 282 666 428 680 442 142 380 254 16 666 428 16 254 680 442 268 30 428 666 30 268 428 666 366 128 16 254 268 30 652 414 142 380 666 428 666 428 652 414 680 442 680 442 666 428 128 366 268 30 268 30 666 428 30 268 366 128 44 282 442 680 30 268 666 428 428 666 268 30 128 366 16 254 414 652 366 128 156 394 394 156 142 380 254 16 
4.13/4.22	d NODES 921
4.13/4.22	d CHECKS 226031
4.13/4.22	   
4.13/4.22	   totalWckTime=4.019  totalCpuTime=3.21

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-2097537-1247413479/watcher-2097537-1247413479 -o /tmp/evaluation-result-2097537-1247413479/solver-2097537-1247413479 -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-2097537-1247413479.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.96 1.97 1.99 4/81 32061
/proc/meminfo: memFree=1700016/2055920 swapFree=4192812/4192956
[pid=32061] ppid=32059 vsize=18576 CPUtime=0
/proc/32061/stat : 32061 (runsolver) R 32059 32061 28996 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 28413302 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 210723466535 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/32061/statm: 4644 284 249 26 0 2626 0

[startup+0.0444741 s]
/proc/loadavg: 1.96 1.97 1.99 4/81 32061
/proc/meminfo: memFree=1700016/2055920 swapFree=4192812/4192956
[pid=32061] ppid=32059 vsize=861936 CPUtime=0.03
/proc/32061/stat : 32061 (java) S 32059 32061 28996 0 -1 0 2280 0 1 0 2 1 0 0 18 0 5 0 28413302 882622464 1882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/32061/statm: 215484 1896 867 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.109604 s]
/proc/loadavg: 1.96 1.97 1.99 4/81 32061
/proc/meminfo: memFree=1700016/2055920 swapFree=4192812/4192956
[pid=32061] ppid=32059 vsize=865984 CPUtime=0.08
/proc/32061/stat : 32061 (java) S 32059 32061 28996 0 -1 0 3740 0 1 0 6 2 0 0 18 0 9 0 28413302 886767616 3206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32061/statm: 216496 3206 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301629 s]
/proc/loadavg: 1.96 1.97 1.99 4/81 32061
/proc/meminfo: memFree=1700016/2055920 swapFree=4192812/4192956
[pid=32061] ppid=32059 vsize=866300 CPUtime=0.27
/proc/32061/stat : 32061 (java) S 32059 32061 28996 0 -1 0 5700 0 1 0 23 4 0 0 18 0 9 0 28413302 887091200 5107 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32061/statm: 216575 5107 1923 9 0 211053 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866300

[startup+0.702675 s]
/proc/loadavg: 1.96 1.97 1.99 4/81 32061
/proc/meminfo: memFree=1700016/2055920 swapFree=4192812/4192956
[pid=32061] ppid=32059 vsize=867776 CPUtime=0.67
/proc/32061/stat : 32061 (java) S 32059 32061 28996 0 -1 0 8668 0 1 0 60 7 0 0 18 0 9 0 28413302 888602624 8022 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32061/statm: 216944 8022 2038 9 0 211380 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867776

[startup+1.50277 s]
/proc/loadavg: 1.96 1.97 1.99 4/90 32070
/proc/meminfo: memFree=1662440/2055920 swapFree=4192812/4192956
[pid=32061] ppid=32059 vsize=867776 CPUtime=1.46
/proc/32061/stat : 32061 (java) S 32059 32061 28996 0 -1 0 13841 0 1 0 128 18 0 0 18 0 9 0 28413302 888602624 13192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32061/statm: 216944 13192 2043 9 0 211380 0
[pid=32061/tid=32063] ppid=32059 vsize=867776 CPUtime=1.2
/proc/32061/task/32063/stat : 32063 (java) R 32059 32061 28996 0 -1 64 12408 0 1 0 103 17 0 0 25 0 9 0 28413304 888602624 13192 996147200 134512640 134550932 4294955968 18446744073709551615 4126921107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32064] ppid=32059 vsize=867776 CPUtime=0
/proc/32061/task/32064/stat : 32064 (java) S 32059 32061 28996 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28413305 888602624 13192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32065] ppid=32059 vsize=867776 CPUtime=0
/proc/32061/task/32065/stat : 32065 (java) S 32059 32061 28996 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28413305 888602624 13192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32066] ppid=32059 vsize=867776 CPUtime=0
/proc/32061/task/32066/stat : 32066 (java) S 32059 32061 28996 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28413305 888602624 13192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32067] ppid=32059 vsize=867776 CPUtime=0
/proc/32061/task/32067/stat : 32067 (java) S 32059 32061 28996 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28413307 888602624 13192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32068] ppid=32059 vsize=867776 CPUtime=0.24
/proc/32061/task/32068/stat : 32068 (java) S 32059 32061 28996 0 -1 64 734 0 0 0 24 0 0 0 16 0 9 0 28413307 888602624 13192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32069] ppid=32059 vsize=867776 CPUtime=0
/proc/32061/task/32069/stat : 32069 (java) S 32059 32061 28996 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28413307 888602624 13192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32070] ppid=32059 vsize=867776 CPUtime=0
/proc/32061/task/32070/stat : 32070 (java) S 32059 32061 28996 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28413307 888602624 13192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867776

[startup+3.10196 s]
/proc/loadavg: 1.96 1.97 1.99 3/90 32070
/proc/meminfo: memFree=1643240/2055920 swapFree=4192812/4192956
[pid=32061] ppid=32059 vsize=868224 CPUtime=3.04
/proc/32061/stat : 32061 (java) S 32059 32061 28996 0 -1 0 27287 621 1 0 247 40 16 1 18 0 9 0 28413302 889061376 21143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32061/statm: 217056 21143 2659 9 0 211492 0
[pid=32061/tid=32063] ppid=32059 vsize=868224 CPUtime=2.5
/proc/32061/task/32063/stat : 32063 (java) R 32059 32061 28996 0 -1 64 19066 621 1 0 197 36 16 1 22 0 9 0 28413304 889061376 21143 996147200 134512640 134550932 4294955968 18446744073709551615 4126461293 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32064] ppid=32059 vsize=868224 CPUtime=0.35
/proc/32061/task/32064/stat : 32064 (java) S 32059 32061 28996 0 -1 64 6408 621 0 0 16 2 16 1 17 0 9 0 28413305 889061376 21143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32065] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32065/stat : 32065 (java) S 32059 32061 28996 0 -1 64 21 621 0 0 0 0 16 1 16 0 9 0 28413305 889061376 21143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32066] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32066/stat : 32066 (java) S 32059 32061 28996 0 -1 64 9 621 0 0 0 0 16 1 15 0 9 0 28413305 889061376 21143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32067] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32067/stat : 32067 (java) S 32059 32061 28996 0 -1 64 2 621 0 0 0 0 16 1 18 0 9 0 28413307 889061376 21143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32068] ppid=32059 vsize=868224 CPUtime=0.5
/proc/32061/task/32068/stat : 32068 (java) S 32059 32061 28996 0 -1 64 965 621 0 0 33 0 16 1 15 0 9 0 28413307 889061376 21143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32069] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32069/stat : 32069 (java) S 32059 32061 28996 0 -1 64 0 621 0 0 0 0 16 1 19 0 9 0 28413307 889061376 21143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32070] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32070/stat : 32070 (java) S 32059 32061 28996 0 -1 64 11 621 0 0 0 0 16 1 15 0 9 0 28413307 889061376 21143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868224

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

[startup+3.90105 s]
/proc/loadavg: 1.96 1.97 1.99 3/90 32074
/proc/meminfo: memFree=1625384/2055920 swapFree=4192812/4192956
[pid=32061] ppid=32059 vsize=868224 CPUtime=3.83
/proc/32061/stat : 32061 (java) S 32059 32061 28996 0 -1 0 31622 621 1 0 325 41 16 1 18 0 9 0 28413302 889061376 21204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32061/statm: 217056 21204 2661 9 0 211492 0
[pid=32061/tid=32063] ppid=32059 vsize=868224 CPUtime=3.23
/proc/32061/task/32063/stat : 32063 (java) R 32059 32061 28996 0 -1 64 23372 621 1 0 269 37 16 1 25 0 9 0 28413304 889061376 21204 996147200 134512640 134550932 4294955968 18446744073709551615 4127374118 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32064] ppid=32059 vsize=868224 CPUtime=0.35
/proc/32061/task/32064/stat : 32064 (java) S 32059 32061 28996 0 -1 64 6408 621 0 0 16 2 16 1 17 0 9 0 28413305 889061376 21204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32065] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32065/stat : 32065 (java) S 32059 32061 28996 0 -1 64 21 621 0 0 0 0 16 1 16 0 9 0 28413305 889061376 21204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32066] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32066/stat : 32066 (java) S 32059 32061 28996 0 -1 64 9 621 0 0 0 0 16 1 15 0 9 0 28413305 889061376 21204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32067] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32067/stat : 32067 (java) S 32059 32061 28996 0 -1 64 2 621 0 0 0 0 16 1 18 0 9 0 28413307 889061376 21204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32068] ppid=32059 vsize=868224 CPUtime=0.56
/proc/32061/task/32068/stat : 32068 (java) S 32059 32061 28996 0 -1 64 994 621 0 0 39 0 16 1 15 0 9 0 28413307 889061376 21204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32069] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32069/stat : 32069 (java) S 32059 32061 28996 0 -1 64 0 621 0 0 0 0 16 1 19 0 9 0 28413307 889061376 21204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32070] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32070/stat : 32070 (java) S 32059 32061 28996 0 -1 64 11 621 0 0 0 0 16 1 15 0 9 0 28413307 889061376 21204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 868224

[startup+4.10108 s]
/proc/loadavg: 1.96 1.97 1.99 3/90 32074
/proc/meminfo: memFree=1625384/2055920 swapFree=4192812/4192956
[pid=32061] ppid=32059 vsize=868224 CPUtime=4.03
/proc/32061/stat : 32061 (java) S 32059 32061 28996 0 -1 0 31842 621 1 0 345 41 16 1 18 0 9 0 28413302 889061376 21204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32061/statm: 217056 21204 2661 9 0 211492 0
[pid=32061/tid=32063] ppid=32059 vsize=868224 CPUtime=3.42
/proc/32061/task/32063/stat : 32063 (java) R 32059 32061 28996 0 -1 64 23592 621 1 0 288 37 16 1 25 0 9 0 28413304 889061376 21204 996147200 134512640 134550932 4294955968 18446744073709551615 4127374012 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32064] ppid=32059 vsize=868224 CPUtime=0.35
/proc/32061/task/32064/stat : 32064 (java) S 32059 32061 28996 0 -1 64 6408 621 0 0 16 2 16 1 17 0 9 0 28413305 889061376 21204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32065] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32065/stat : 32065 (java) S 32059 32061 28996 0 -1 64 21 621 0 0 0 0 16 1 16 0 9 0 28413305 889061376 21204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32066] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32066/stat : 32066 (java) S 32059 32061 28996 0 -1 64 9 621 0 0 0 0 16 1 15 0 9 0 28413305 889061376 21204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32067] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32067/stat : 32067 (java) S 32059 32061 28996 0 -1 64 2 621 0 0 0 0 16 1 18 0 9 0 28413307 889061376 21204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32068] ppid=32059 vsize=868224 CPUtime=0.56
/proc/32061/task/32068/stat : 32068 (java) S 32059 32061 28996 0 -1 64 994 621 0 0 39 0 16 1 15 0 9 0 28413307 889061376 21204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32069] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32069/stat : 32069 (java) S 32059 32061 28996 0 -1 64 0 621 0 0 0 0 16 1 19 0 9 0 28413307 889061376 21204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32070] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32070/stat : 32070 (java) S 32059 32061 28996 0 -1 64 11 621 0 0 0 0 16 1 15 0 9 0 28413307 889061376 21204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 868224

[startup+4.20109 s]
/proc/loadavg: 1.96 1.97 1.99 3/90 32074
/proc/meminfo: memFree=1625384/2055920 swapFree=4192812/4192956
[pid=32061] ppid=32059 vsize=868224 CPUtime=4.13
/proc/32061/stat : 32061 (java) S 32059 32061 28996 0 -1 0 31999 621 1 0 355 41 16 1 18 0 9 0 28413302 889061376 21209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32061/statm: 217056 21209 2661 9 0 211492 0
[pid=32061/tid=32063] ppid=32059 vsize=868224 CPUtime=3.52
/proc/32061/task/32063/stat : 32063 (java) R 32059 32061 28996 0 -1 64 23748 621 1 0 298 37 16 1 25 0 9 0 28413304 889061376 21209 996147200 134512640 134550932 4294955968 18446744073709551615 4127431622 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32064] ppid=32059 vsize=868224 CPUtime=0.35
/proc/32061/task/32064/stat : 32064 (java) S 32059 32061 28996 0 -1 64 6408 621 0 0 16 2 16 1 17 0 9 0 28413305 889061376 21209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32065] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32065/stat : 32065 (java) S 32059 32061 28996 0 -1 64 21 621 0 0 0 0 16 1 16 0 9 0 28413305 889061376 21209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32066] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32066/stat : 32066 (java) S 32059 32061 28996 0 -1 64 9 621 0 0 0 0 16 1 15 0 9 0 28413305 889061376 21209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32067] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32067/stat : 32067 (java) S 32059 32061 28996 0 -1 64 2 621 0 0 0 0 16 1 18 0 9 0 28413307 889061376 21209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32068] ppid=32059 vsize=868224 CPUtime=0.56
/proc/32061/task/32068/stat : 32068 (java) S 32059 32061 28996 0 -1 64 995 621 0 0 39 0 16 1 16 0 9 0 28413307 889061376 21209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32069] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32069/stat : 32069 (java) S 32059 32061 28996 0 -1 64 0 621 0 0 0 0 16 1 19 0 9 0 28413307 889061376 21209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32061/tid=32070] ppid=32059 vsize=868224 CPUtime=0.17
/proc/32061/task/32070/stat : 32070 (java) S 32059 32061 28996 0 -1 64 11 621 0 0 0 0 16 1 15 0 9 0 28413307 889061376 21209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 868224

Child status: 0
Real time (s): 4.24689
CPU time (s): 4.18236
CPU user time (s): 3.73443
CPU system time (s): 0.447931
CPU usage (%): 98.4805
Max. virtual memory (cumulated for all children) (KiB): 868224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.73443
system time used= 0.447931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32745
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= 1939
involuntary context switches= 2080

runsolver used 0.011998 second user time and 0.026995 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-12 17:44:39
IDJOB=2097537
IDBENCH=57506
IDSOLVER=773
FILE ID=node73/2097537-1247413479
PBS_JOBID= 9510504
Free space on /tmp= 66484 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rlfapScensMod/normalized-scen1-f8.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-2097537-1247413479/watcher-2097537-1247413479 -o /tmp/evaluation-result-2097537-1247413479/solver-2097537-1247413479 -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-2097537-1247413479.xml

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

MD5SUM BENCH= 30986b8dab49576f9b5a029c9cb5ddfe
RANDOM SEED=867721395

node73.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.213
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.213
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:       1700496 kB
Buffers:         39576 kB
Cached:         139060 kB
SwapCached:          0 kB
Active:         190068 kB
Inactive:       109596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1700496 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3204 kB
Writeback:           0 kB
Mapped:         141540 kB
Slab:            40896 kB
Committed_AS:   991652 kB
PageTables:       1996 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= 66480 MiB
End job on node73 at 2009-07-12 17:44:44