Trace number 2097538

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 4.41133 4.4877

DiagnosticValue
CHECKS568433
NODES1037

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.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2097538-1247413484.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.38/0.47	     nbVariables=916  nbDomainTypes=7  minDomainSize=6  maxDomainSize=36  nbTotalValues=29496
0.38/0.47	       =>  wckTime=0.227  cpuTime=0.16  mem=10M820
0.38/0.47	   
0.38/0.47	   predicates being loaded...
0.49/0.53	   
0.49/0.53	   constraints being loaded...
2.58/2.70	     nbConstraints=5693  nbGlobalConstraints=145  nbConvertedConstraints=5548  nbConvertConstraintsChecks=2348015
2.58/2.70	     nbExtensionStructures=2213  nbSharedExtensionStructures=5454  nbConflictsStructures=2239
2.67/2.70	     nbSharedConflictsStructures=5454  nbSharedBinaryRepresentations=142944  minDegree=1  maxDegree=62  minArity=2
2.67/2.70	     avgArity=2.1  maxArity=12  nbGenerators=54  nbFusions=35  symmetryWckTime=0.479  symmetryCpuTime=0.27  nbCliques=91
2.67/2.70	       =>  wckTime=2.454  cpuTime=1.96  mem=20M792
2.77/2.82	   
2.77/2.82	   solver IterativeSystematicSolver being built... 
2.77/2.89	   
2.77/2.89	   INFO : Forward propagation technique limited 
2.97/3.01	       =>  wckTime=2.763  cpuTime=2.12  mem=31M454
3.37/3.46	   
3.37/3.46	   preprocessing
3.37/3.46	     nbConstraintChecks=289830  nbPropagations=6446  nbRevisions=17784  nbUselessRevisions=10306  nbSingletonTests=929
3.37/3.46	     nbEffectiveSingletonTests=0  nbACRemovals=7260  nbFoundSingletons=0  nbRemovedValues=7260  nbRemovedTuples=3405
3.37/3.46	     detectedInconsistency=no
3.37/3.46	       =>  wckTime=0.446  cpuTime=0.4  mem=32M439
4.35/4.42	   
4.35/4.42	   search
4.35/4.42	     run=2  nbConstraintChecks=278603  minDepth=94  maxDepth=916  nbPropagations=25818  nbRevisions=78199
4.35/4.42	     nbUselessRevisions=44453  nbAssignments=1037  nbFailedAssignments=29  nbBacktracks=16  nbVisitedNodes=1073
4.35/4.42	     nbRestartNogoods=6  nbFoundSolutions=1  mapSize=7  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
4.35/4.42	     nbREliminables=1.9  nbIEliminables=698.13  nbDEliminables=0  nbPEliminables=0
4.35/4.42	       =>  wckTime=1.411  cpuTime=1.32  mem=36M428
4.35/4.42	   
4.35/4.42	   global
4.35/4.42	     nbConstraintChecks=568433  nbPropagations=32264  nbRevisions=95983  nbUselessRevisions=54759  nbRestartNogoods=6
4.35/4.42	     solvingWckTime=1.414  solvingCpuTime=1.33  expiredTime=no  totalExploration=no  nbFoundSolutions=1
4.35/4.42	     firstSolutionCpuTime=3.43  globalCpuTime=3.48
4.35/4.42	       =>  wckTime=4.18  cpuTime=3.45  mem=36M428
4.35/4.42	   
4.35/4.42	s SATISFIABLE
4.35/4.42	v 652 414 268 30 666 428 128 366 254 16 16 254 156 394 156 394 142 380 414 652 666 428 268 30 652 414 666 428 58 296 652 414 268 30 442 680 142 380 352 114 652 414 442 680 30 268 142 380 680 442 156 394 652 414 394 156 30 268 128 366 652 414 16 254 380 142 142 380 254 16 680 442 652 414 666 428 268 30 666 428 652 414 254 16 414 652 254 16 254 16 142 380 414 652 268 30 254 16 394 156 380 142 652 414 156 394 428 666 652 414 44 282 254 16 156 394 72 310 30 268 366 128 442 680 666 428 254 16 666 428 16 254 680 442 30 268 254 16 666 428 408 170 268 30 268 30 16 254 428 666 442 680 380 142 16 254 652 414 114 352 652 414 394 156 394 156 652 414 394 156 666 428 30 268 30 268 380 142 254 16 16 254 652 414 414 652 16 254 428 666 16 254 652 414 254 16 666 428 254 16 428 666 366 128 680 442 652 414 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 156 394 680 442 680 442 652 414 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 394 156 652 414 652 414 680 442 142 380 680 442 680 442 442 680 652 414 254 16 100 338 44 282 414 652 666 428 100 338 680 442 254 16 380 142 680 442 128 366 268 30 666 428 142 380 254 16 16 254 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 680 442 652 414 142 380 414 652 652 414 254 16 666 428 30 268 156 394 156 394 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 296 58 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 394 156 254 16 254 16 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 442 680 30 268 366 128 394 156 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 282 44 100 338 394 156 142 380 254 16 
4.35/4.43	d NODES 1037
4.35/4.43	d CHECKS 568433
4.35/4.43	   
4.35/4.43	   totalWckTime=4.248  totalCpuTime=3.48

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-2097538-1247413484/watcher-2097538-1247413484 -o /tmp/evaluation-result-2097538-1247413484/solver-2097538-1247413484 -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-2097538-1247413484.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 32100
/proc/meminfo: memFree=1699952/2055920 swapFree=4192812/4192956
[pid=32100] ppid=32098 vsize=308 CPUtime=0
/proc/32100/stat : 32100 (java) R 32098 32100 28996 0 -1 0 219 0 0 0 0 0 0 0 18 0 1 0 28413799 315392 39 996147200 134512640 134550932 4294955968 18446744073709551615 7709476 0 0 4096 0 0 0 0 17 0 0 0
/proc/32100/statm: 77 39 29 9 0 6 0

[startup+0.102157 s]
/proc/loadavg: 1.96 1.97 1.99 4/81 32100
/proc/meminfo: memFree=1699952/2055920 swapFree=4192812/4192956
[pid=32100] ppid=32098 vsize=865980 CPUtime=0.09
/proc/32100/stat : 32100 (java) S 32098 32100 28996 0 -1 0 3804 0 1 0 7 2 0 0 18 0 9 0 28413799 886763520 3255 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32100/statm: 216495 3255 1718 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.201155 s]
/proc/loadavg: 1.96 1.97 1.99 4/81 32100
/proc/meminfo: memFree=1699952/2055920 swapFree=4192812/4192956
[pid=32100] ppid=32098 vsize=866144 CPUtime=0.18
/proc/32100/stat : 32100 (java) S 32098 32100 28996 0 -1 0 4895 0 1 0 16 2 0 0 18 0 9 0 28413799 886931456 4312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32100/statm: 216536 4313 1888 9 0 211014 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866144

[startup+0.301167 s]
/proc/loadavg: 1.96 1.97 1.99 4/81 32100
/proc/meminfo: memFree=1699952/2055920 swapFree=4192812/4192956
[pid=32100] ppid=32098 vsize=866380 CPUtime=0.28
/proc/32100/stat : 32100 (java) S 32098 32100 28996 0 -1 0 6003 0 1 0 25 3 0 0 18 0 9 0 28413799 887173120 5369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32100/statm: 216595 5369 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701216 s]
/proc/loadavg: 1.96 1.97 1.99 4/81 32100
/proc/meminfo: memFree=1699952/2055920 swapFree=4192812/4192956
[pid=32100] ppid=32098 vsize=867776 CPUtime=0.69
/proc/32100/stat : 32100 (java) S 32098 32100 28996 0 -1 0 9253 0 1 0 64 5 0 0 18 0 9 0 28413799 888602624 8607 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32100/statm: 216944 8608 2039 9 0 211380 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867776

[startup+1.50232 s]
/proc/loadavg: 1.96 1.97 1.99 3/90 32109
/proc/meminfo: memFree=1659688/2055920 swapFree=4192812/4192956
[pid=32100] ppid=32098 vsize=867776 CPUtime=1.49
/proc/32100/stat : 32100 (java) S 32098 32100 28996 0 -1 0 14491 0 1 0 134 15 0 0 18 0 9 0 28413799 888602624 13842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32100/statm: 216944 13842 2043 9 0 211380 0
[pid=32100/tid=32102] ppid=32098 vsize=867776 CPUtime=1.23
/proc/32100/task/32102/stat : 32102 (java) R 32098 32100 28996 0 -1 64 13060 0 1 0 110 13 0 0 25 0 9 0 28413800 888602624 13842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=867776 CPUtime=0
/proc/32100/task/32103/stat : 32103 (java) S 32098 32100 28996 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28413801 888602624 13842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32100/tid=32104] ppid=32098 vsize=867776 CPUtime=0
/proc/32100/task/32104/stat : 32104 (java) S 32098 32100 28996 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 28413801 888602624 13844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32100/tid=32105] ppid=32098 vsize=867776 CPUtime=0
/proc/32100/task/32105/stat : 32105 (java) S 32098 32100 28996 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 28413801 888602624 13844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32100/tid=32106] ppid=32098 vsize=867776 CPUtime=0
/proc/32100/task/32106/stat : 32106 (java) S 32098 32100 28996 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28413803 888602624 13844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32100/tid=32107] ppid=32098 vsize=867776 CPUtime=0.24
/proc/32100/task/32107/stat : 32107 (java) S 32098 32100 28996 0 -1 64 733 0 0 0 24 0 0 0 15 0 9 0 28413803 888602624 13844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32100/tid=32108] ppid=32098 vsize=867776 CPUtime=0
/proc/32100/task/32108/stat : 32108 (java) S 32098 32100 28996 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28413803 888602624 13844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32100/tid=32109] ppid=32098 vsize=867776 CPUtime=0
/proc/32100/task/32109/stat : 32109 (java) S 32098 32100 28996 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28413803 888602624 13844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867776

[startup+3.1025 s]
/proc/loadavg: 1.97 1.97 1.99 3/90 32109
/proc/meminfo: memFree=1634280/2055920 swapFree=4192812/4192956
[pid=32100] ppid=32098 vsize=868224 CPUtime=3.07
/proc/32100/stat : 32100 (java) S 32098 32100 28996 0 -1 0 31042 622 1 0 259 33 14 1 18 0 9 0 28413799 889061376 21190 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32100/statm: 217056 21190 2661 9 0 211492 0
[pid=32100/tid=32102] ppid=32098 vsize=868224 CPUtime=2.52
/proc/32100/task/32102/stat : 32102 (java) R 32098 32100 28996 0 -1 64 22818 622 1 0 209 28 14 1 19 0 9 0 28413800 889061376 21190 996147200 134512640 134550932 4294955968 18446744073709551615 4127331618 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32100/tid=32103] ppid=32098 vsize=868224 CPUtime=0.32
/proc/32100/task/32103/stat : 32103 (java) S 32098 32100 28996 0 -1 64 6408 622 0 0 16 1 14 1 18 0 9 0 28413801 889061376 21190 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32100/tid=32104] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32104/stat : 32104 (java) S 32098 32100 28996 0 -1 64 21 622 0 0 0 0 14 1 16 0 9 0 28413801 889061376 21190 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32100/tid=32105] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32105/stat : 32105 (java) S 32098 32100 28996 0 -1 64 9 622 0 0 0 0 14 1 16 0 9 0 28413801 889061376 21190 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32100/tid=32106] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32106/stat : 32106 (java) S 32098 32100 28996 0 -1 64 2 622 0 0 0 0 14 1 24 0 9 0 28413803 889061376 21190 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32100/tid=32107] ppid=32098 vsize=868224 CPUtime=0.48
/proc/32100/task/32107/stat : 32107 (java) S 32098 32100 28996 0 -1 64 972 622 0 0 33 0 14 1 15 0 9 0 28413803 889061376 21190 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32100/tid=32108] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32108/stat : 32108 (java) S 32098 32100 28996 0 -1 64 0 622 0 0 0 0 14 1 25 0 9 0 28413803 889061376 21190 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32100/tid=32109] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32109/stat : 32109 (java) S 32098 32100 28996 0 -1 64 11 622 0 0 0 0 14 1 15 0 9 0 28413803 889061376 21190 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868224

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

[startup+3.20251 s]
/proc/loadavg: 1.97 1.97 1.99 3/90 32109
/proc/meminfo: memFree=1634280/2055920 swapFree=4192812/4192956
[pid=32100] ppid=32098 vsize=868224 CPUtime=3.17
/proc/32100/stat : 32100 (java) S 32098 32100 28996 0 -1 0 31138 622 1 0 269 33 14 1 18 0 9 0 28413799 889061376 21201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32100/statm: 217056 21201 2661 9 0 211492 0
[pid=32100/tid=32102] ppid=32098 vsize=868224 CPUtime=2.61
/proc/32100/task/32102/stat : 32102 (java) R 32098 32100 28996 0 -1 64 22907 622 1 0 218 28 14 1 20 0 9 0 28413800 889061376 21201 996147200 134512640 134550932 4294955968 18446744073709551615 4127359608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32100/tid=32103] ppid=32098 vsize=868224 CPUtime=0.32
/proc/32100/task/32103/stat : 32103 (java) S 32098 32100 28996 0 -1 64 6408 622 0 0 16 1 14 1 18 0 9 0 28413801 889061376 21201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32100/tid=32104] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32104/stat : 32104 (java) S 32098 32100 28996 0 -1 64 21 622 0 0 0 0 14 1 16 0 9 0 28413801 889061376 21201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32100/tid=32105] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32105/stat : 32105 (java) S 32098 32100 28996 0 -1 64 9 622 0 0 0 0 14 1 16 0 9 0 28413801 889061376 21201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32100/tid=32106] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32106/stat : 32106 (java) S 32098 32100 28996 0 -1 64 2 622 0 0 0 0 14 1 24 0 9 0 28413803 889061376 21201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32100/tid=32107] ppid=32098 vsize=868224 CPUtime=0.49
/proc/32100/task/32107/stat : 32107 (java) S 32098 32100 28996 0 -1 64 979 622 0 0 34 0 14 1 15 0 9 0 28413803 889061376 21201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32100/tid=32108] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32108/stat : 32108 (java) S 32098 32100 28996 0 -1 64 0 622 0 0 0 0 14 1 25 0 9 0 28413803 889061376 21201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32100/tid=32109] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32109/stat : 32109 (java) S 32098 32100 28996 0 -1 64 11 622 0 0 0 0 14 1 15 0 9 0 28413803 889061376 21201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 868224

[startup+4.00261 s]
/proc/loadavg: 1.97 1.97 1.99 3/90 32113
/proc/meminfo: memFree=1625128/2055920 swapFree=4192812/4192956
[pid=32100] ppid=32098 vsize=868224 CPUtime=3.96
/proc/32100/stat : 32100 (java) S 32098 32100 28996 0 -1 0 31806 622 1 0 348 33 14 1 18 0 9 0 28413799 889061376 21222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32100/statm: 217056 21222 2661 9 0 211492 0
[pid=32100/tid=32102] ppid=32098 vsize=868224 CPUtime=3.36
/proc/32100/task/32102/stat : 32102 (java) R 32098 32100 28996 0 -1 64 23555 622 1 0 292 29 14 1 25 0 9 0 28413800 889061376 21222 996147200 134512640 134550932 4294955968 18446744073709551615 4127411502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32100/tid=32103] ppid=32098 vsize=868224 CPUtime=0.32
/proc/32100/task/32103/stat : 32103 (java) S 32098 32100 28996 0 -1 64 6408 622 0 0 16 1 14 1 17 0 9 0 28413801 889061376 21222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32100/tid=32104] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32104/stat : 32104 (java) S 32098 32100 28996 0 -1 64 21 622 0 0 0 0 14 1 16 0 9 0 28413801 889061376 21222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32100/tid=32105] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32105/stat : 32105 (java) S 32098 32100 28996 0 -1 64 9 622 0 0 0 0 14 1 16 0 9 0 28413801 889061376 21222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32100/tid=32106] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32106/stat : 32106 (java) S 32098 32100 28996 0 -1 64 2 622 0 0 0 0 14 1 24 0 9 0 28413803 889061376 21222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32100/tid=32107] ppid=32098 vsize=868224 CPUtime=0.53
/proc/32100/task/32107/stat : 32107 (java) S 32098 32100 28996 0 -1 64 999 622 0 0 38 0 14 1 15 0 9 0 28413803 889061376 21222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32100/tid=32108] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32108/stat : 32108 (java) S 32098 32100 28996 0 -1 64 0 622 0 0 0 0 14 1 25 0 9 0 28413803 889061376 21222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32100/tid=32109] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32109/stat : 32109 (java) S 32098 32100 28996 0 -1 64 11 622 0 0 0 0 14 1 15 0 9 0 28413803 889061376 21222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 868224

[startup+4.40266 s]
/proc/loadavg: 1.97 1.97 1.99 3/90 32113
/proc/meminfo: memFree=1625000/2055920 swapFree=4192812/4192956
[pid=32100] ppid=32098 vsize=868224 CPUtime=4.35
/proc/32100/stat : 32100 (java) S 32098 32100 28996 0 -1 0 32243 622 1 0 387 33 14 1 18 0 9 0 28413799 889061376 21225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32100/statm: 217056 21225 2661 9 0 211492 0
[pid=32100/tid=32102] ppid=32098 vsize=868224 CPUtime=3.76
/proc/32100/task/32102/stat : 32102 (java) R 32098 32100 28996 0 -1 64 23992 622 1 0 332 29 14 1 18 0 9 0 28413800 889061376 21225 996147200 134512640 134550932 4294955968 18446744073709551615 102243153 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32100/tid=32103] ppid=32098 vsize=868224 CPUtime=0.32
/proc/32100/task/32103/stat : 32103 (java) S 32098 32100 28996 0 -1 64 6408 622 0 0 16 1 14 1 16 0 9 0 28413801 889061376 21225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32100/tid=32104] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32104/stat : 32104 (java) S 32098 32100 28996 0 -1 64 21 622 0 0 0 0 14 1 16 0 9 0 28413801 889061376 21225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32100/tid=32105] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32105/stat : 32105 (java) S 32098 32100 28996 0 -1 64 9 622 0 0 0 0 14 1 16 0 9 0 28413801 889061376 21225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32100/tid=32106] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32106/stat : 32106 (java) S 32098 32100 28996 0 -1 64 2 622 0 0 0 0 14 1 24 0 9 0 28413803 889061376 21225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32100/tid=32107] ppid=32098 vsize=868224 CPUtime=0.53
/proc/32100/task/32107/stat : 32107 (java) S 32098 32100 28996 0 -1 64 999 622 0 0 38 0 14 1 15 0 9 0 28413803 889061376 21225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32100/tid=32108] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32108/stat : 32108 (java) S 32098 32100 28996 0 -1 64 0 622 0 0 0 0 14 1 25 0 9 0 28413803 889061376 21225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32100/tid=32109] ppid=32098 vsize=868224 CPUtime=0.15
/proc/32100/task/32109/stat : 32109 (java) S 32098 32100 28996 0 -1 64 11 622 0 0 0 0 14 1 15 0 9 0 28413803 889061376 21225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 868224

Child status: 0
Real time (s): 4.4877
CPU time (s): 4.41133
CPU user time (s): 4.04339
CPU system time (s): 0.367944
CPU usage (%): 98.2982
Max. virtual memory (cumulated for all children) (KiB): 868224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.04338
system time used= 0.367944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32990
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= 2011
involuntary context switches= 2122

runsolver used 0.007998 second user time and 0.028995 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-12 17:44:44
IDJOB=2097538
IDBENCH=57506
IDSOLVER=774
FILE ID=node73/2097538-1247413484
PBS_JOBID= 9510504
Free space on /tmp= 66484 MiB

SOLVER NAME= Abscon 112v4 ESAC
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 esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097538-1247413484/watcher-2097538-1247413484 -o /tmp/evaluation-result-2097538-1247413484/solver-2097538-1247413484 -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-2097538-1247413484.xml

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

MD5SUM BENCH= 30986b8dab49576f9b5a029c9cb5ddfe
RANDOM SEED=573574547

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:       1700432 kB
Buffers:         39644 kB
Cached:         139060 kB
SwapCached:          0 kB
Active:         190168 kB
Inactive:       109580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1700432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3256 kB
Writeback:           0 kB
Mapped:         141540 kB
Slab:            40872 kB
Committed_AS:   991712 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:49