Trace number 227115

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, and are wall clock time (not CPU 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 109 ESACUNSAT 14.0059 14.1445

DiagnosticValue
CHECKS40042669
NODES56993

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-53_ext.xml
MD5SUMdc113ec7bb4eabef2434552dfe9f49d7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.04438
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/227115-1168277414/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.42	       =>  wckTime=0.102  cpuTime=0.1  mem=6M951
0.42	   
0.42	   relations being loaded...
0.52	   
0.53	   constraints being loaded...
0.70	     nbConstraints=750  nbRelationTypes=749  nbExtensionStructures=748  nbSharedExtensionStructures=2
0.70	     nbConflictsStructures=748  nbSharedConflictsStructures=2  nbSharedBinaryRepresentations=11834  maxDegree=39
0.70	     maxArity=2
0.70	       =>  wckTime=0.38  cpuTime=0.26  mem=11M848
0.75	   
0.75	   solver IterativeSystematicSolver being built... 
0.92	       =>  wckTime=0.595  cpuTime=0.4  mem=15M3
0.97	   
0.97	   preprocessing
0.97	     nbConstraintChecks=21204  nbPropagations=847  nbRevisions=4710  nbUselessRevisions=3718  nbSingletonTests=50
0.97	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.97	       =>  wckTime=0.054  cpuTime=0.03  mem=15M3
1.00	   
1.00	   search
1.00	     run=0  nbConstraintChecks=10166  nbPropagations=1116  nbRevisions=7465  nbUselessRevisions=6057  nbAssignments=21
1.00	     nbFailedAssignments=3  nbBacktracks=12  nbVisitedNodes=31  nbRestartNogoods=0  mapSize=8  nbInferences=0
1.00	     nbTooLargeKeys=0
1.00	       =>  wckTime=0.078  cpuTime=0.05  mem=15M3
1.02	   
1.02	   search
1.02	     run=1  nbConstraintChecks=29638  nbPropagations=2666  nbRevisions=20803  nbUselessRevisions=17047  nbAssignments=54
1.02	     nbFailedAssignments=13  nbBacktracks=27  nbVisitedNodes=79  nbRestartNogoods=1  mapSize=20  nbInferences=0
1.02	     nbTooLargeKeys=0
1.02	       =>  wckTime=0.098  cpuTime=0.06  mem=15M3
1.03	   
1.03	   search
1.03	     run=2  nbConstraintChecks=55218  nbPropagations=4762  nbRevisions=41833  nbUselessRevisions=34441  nbAssignments=95
1.03	     nbFailedAssignments=25  nbBacktracks=49  nbVisitedNodes=143  nbRestartNogoods=4  mapSize=39  nbInferences=0
1.03	     nbTooLargeKeys=0
1.03	       =>  wckTime=0.115  cpuTime=0.07  mem=15M3
1.05	   
1.05	   search
1.05	     run=3  nbConstraintChecks=88478  nbPropagations=7574  nbRevisions=73824  nbUselessRevisions=61309
1.05	     nbAssignments=148  nbFailedAssignments=37  nbBacktracks=82  nbVisitedNodes=224  nbRestartNogoods=7  mapSize=63
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.13  cpuTime=0.08  mem=15M3
1.08	   
1.08	   search
1.08	     run=4  nbConstraintChecks=147664  nbPropagations=11532  nbRevisions=124333  nbUselessRevisions=103945
1.08	     nbAssignments=229  nbFailedAssignments=60  nbBacktracks=133  nbVisitedNodes=355  nbRestartNogoods=9  mapSize=106
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.156  cpuTime=0.11  mem=15M3
1.11	   
1.11	   search
1.11	     run=5  nbConstraintChecks=221941  nbPropagations=16952  nbRevisions=200068  nbUselessRevisions=168311
1.11	     nbAssignments=347  nbFailedAssignments=94  nbBacktracks=210  nbVisitedNodes=547  nbRestartNogoods=12  mapSize=172
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.191  cpuTime=0.14  mem=15M3
1.16	   
1.16	   search
1.16	     run=6  nbConstraintChecks=324955  nbPropagations=24418  nbRevisions=311010  nbUselessRevisions=263015
1.16	     nbAssignments=514  nbFailedAssignments=139  nbBacktracks=327  nbVisitedNodes=815  nbRestartNogoods=16  mapSize=263
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.241  cpuTime=0.18  mem=15M3
1.23	   
1.23	   search
1.23	     run=7  nbConstraintChecks=504475  nbPropagations=35319  nbRevisions=480907  nbUselessRevisions=408136
1.23	     nbAssignments=763  nbFailedAssignments=213  nbBacktracks=498  nbVisitedNodes=1231  nbRestartNogoods=18  mapSize=408
1.23	     nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.309  cpuTime=0.25  mem=15M3
1.32	   
1.32	   search
1.32	     run=8  nbConstraintChecks=745975  nbPropagations=50785  nbRevisions=727883  nbUselessRevisions=618847
1.32	     nbAssignments=1132  nbFailedAssignments=318  nbBacktracks=754  nbVisitedNodes=1821  nbRestartNogoods=21
1.32	     mapSize=607  nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.402  cpuTime=0.34  mem=15M3
1.48	   
1.48	   search
1.48	     run=9  nbConstraintChecks=1126896  nbPropagations=73438  nbRevisions=1098642  nbUselessRevisions=935226
1.48	     nbAssignments=1693  nbFailedAssignments=487  nbBacktracks=1140  nbVisitedNodes=2744  nbRestartNogoods=25
1.48	     mapSize=925  nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.562  cpuTime=0.49  mem=15M3
1.53	   
1.53	   INFO : Stopping hyperNogood (mapSize=1014, nbTooLargekeys=0, mem=15M3)
1.70	   
1.70	   search
1.70	     run=10  nbConstraintChecks=1735466  nbPropagations=107511  nbRevisions=1664640  nbUselessRevisions=1417622
1.70	     nbAssignments=2526  nbFailedAssignments=738  nbBacktracks=1716  nbVisitedNodes=4116  nbRestartNogoods=31
1.70	       =>  wckTime=0.777  cpuTime=0.7  mem=15M3
1.98	   
1.98	   search
1.98	     run=11  nbConstraintChecks=2617016  nbPropagations=157936  nbRevisions=2518807  nbUselessRevisions=2146898
1.98	     nbAssignments=3784  nbFailedAssignments=1123  nbBacktracks=2583  nbVisitedNodes=6185  nbRestartNogoods=39
1.98	       =>  wckTime=1.065  cpuTime=0.98  mem=15M3
2.42	   
2.42	   search
2.42	     run=12  nbConstraintChecks=3918268  nbPropagations=233082  nbRevisions=3790662  nbUselessRevisions=3231442
2.42	     nbAssignments=5681  nbFailedAssignments=1714  nbBacktracks=3881  nbVisitedNodes=9315  nbRestartNogoods=47
2.42	       =>  wckTime=1.496  cpuTime=1.41  mem=15M3
3.04	   
3.04	   search
3.04	     run=13  nbConstraintChecks=5840359  nbPropagations=344293  nbRevisions=5691465  nbUselessRevisions=4853400
3.04	     nbAssignments=8485  nbFailedAssignments=2553  nbBacktracks=5827  nbVisitedNodes=13909  nbRestartNogoods=56
3.04	       =>  wckTime=2.122  cpuTime=2.03  mem=15M3
3.99	   
3.99	   search
3.99	     run=14  nbConstraintChecks=8787418  nbPropagations=509516  nbRevisions=8559360  nbUselessRevisions=7305349
3.99	     nbAssignments=12686  nbFailedAssignments=3826  nbBacktracks=8749  nbVisitedNodes=20806  nbRestartNogoods=62
3.99	       =>  wckTime=3.074  cpuTime=2.98  mem=15M3
5.41	   
5.41	   search
5.41	     run=15  nbConstraintChecks=13164018  nbPropagations=756679  nbRevisions=12837744  nbUselessRevisions=10960414
5.41	     nbAssignments=18976  nbFailedAssignments=5731  nbBacktracks=13131  nbVisitedNodes=31104  nbRestartNogoods=66
5.41	       =>  wckTime=4.494  cpuTime=4.39  mem=15M3
7.51	   
7.51	   search
7.51	     run=16  nbConstraintChecks=19608102  nbPropagations=1123485  nbRevisions=19248343  nbUselessRevisions=16445272
7.51	     nbAssignments=28444  nbFailedAssignments=8624  nbBacktracks=19702  nbVisitedNodes=46667  nbRestartNogoods=74
7.51	       =>  wckTime=6.588  cpuTime=6.47  mem=15M3
10.75	   
10.75	   search
10.75	     run=17  nbConstraintChecks=29619594  nbPropagations=1675637  nbRevisions=28912986  nbUselessRevisions=24712768
10.75	     nbAssignments=42677  nbFailedAssignments=12998  nbBacktracks=29555  nbVisitedNodes=70041  nbRestartNogoods=77
10.75	       =>  wckTime=9.829  cpuTime=9.7  mem=15M3
14.07	   
14.07	   search
14.07	     run=18  nbConstraintChecks=40021465  nbPropagations=2418499  nbRevisions=41930142  nbUselessRevisions=35840249
14.07	     nbAssignments=56993  nbFailedAssignments=17327  nbBacktracks=39543  nbVisitedNodes=93611  nbRestartNogoods=82
14.07	       =>  wckTime=13.155  cpuTime=13.01  mem=15M3
14.08	   
14.08	   global
14.08	     nbConstraintChecks=40042669  nbPropagations=2419346  nbRevisions=41934852  nbUselessRevisions=35843967
14.08	     nbRestartNogoods=82  solvingWckTime=13.156  solvingCpuTime=13.01  expiredTime=no  totalExploration=yes
14.08	     nbFoundSolutions=0  globalCpuTime=13.46
14.08	       =>  wckTime=13.754  cpuTime=13.41  mem=15M3
14.08	   
14.08	s UNSATISFIABLE
14.08	d NODES 56993
14.08	d CHECKS 40042669
14.08	   
14.08	   totalWckTime=13.837  totalCpuTime=13.46

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node58/watcher-227115-1168277414 -o ROOT/results/node58/solver-227115-1168277414 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227115-1168277414/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 2.23 2.65 2.43 4/81 23245
/proc/meminfo: memFree=1124960/2055920 swapFree=4192812/4192956
[pid=23244] ppid=23242 vsize=18540 CPUtime=0
/proc/23244/stat : 23244 (runsolver) R 23242 23244 22385 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 176139897 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 226238197031 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/23244/statm: 4635 279 244 17 0 2626 0

[startup+0.102612 s]
/proc/loadavg: 2.23 2.65 2.43 4/81 23245
/proc/meminfo: memFree=1124960/2055920 swapFree=4192812/4192956
[pid=23244] ppid=23242 vsize=913228 CPUtime=0.08
/proc/23244/stat : 23244 (java) S 23242 23244 22385 0 -1 0 2908 0 1 0 7 1 0 0 19 0 8 0 176139897 935145472 2654 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23244/statm: 228307 2654 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913228

[startup+0.510645 s]
/proc/loadavg: 2.23 2.65 2.43 4/81 23245
/proc/meminfo: memFree=1124960/2055920 swapFree=4192812/4192956
[pid=23244] ppid=23242 vsize=915328 CPUtime=0.48
/proc/23244/stat : 23244 (java) R 23242 23244 22385 0 -1 0 6239 0 1 0 45 3 0 0 18 0 8 0 176139897 937295872 5978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23244/statm: 228832 5978 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33371 s]
/proc/loadavg: 2.23 2.65 2.43 3/88 23252
/proc/meminfo: memFree=1100840/2055920 swapFree=4192812/4192956
[pid=23244] ppid=23242 vsize=915580 CPUtime=1.3
/proc/23244/stat : 23244 (java) R 23242 23244 22385 0 -1 0 8756 0 1 0 124 6 0 0 24 0 8 0 176139897 937553920 8494 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073947417 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23244/statm: 228895 8494 2524 14 0 215365 0
[pid=23244/tid=23246] ppid=23242 vsize=915580 CPUtime=0.04
/proc/23244/task/23246/stat : 23246 (java) S 23242 23244 22385 0 -1 64 303 0 0 0 4 0 0 0 16 0 8 0 176139901 937553920 8494 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23247] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23247/stat : 23247 (java) S 23242 23244 22385 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176139902 937553920 8494 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23248] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23248/stat : 23248 (java) S 23242 23244 22385 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176139902 937553920 8494 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23249] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23249/stat : 23249 (java) S 23242 23244 22385 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176139905 937553920 8494 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23250] ppid=23242 vsize=915580 CPUtime=0.24
/proc/23244/task/23250/stat : 23250 (java) S 23242 23244 22385 0 -1 64 404 0 0 0 23 1 0 0 15 0 8 0 176139905 937553920 8494 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23251] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23251/stat : 23251 (java) S 23242 23244 22385 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 176139905 937553920 8494 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23252] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23252/stat : 23252 (java) S 23242 23244 22385 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176139905 937553920 8494 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915580

[startup+2.98686 s]
/proc/loadavg: 2.23 2.65 2.43 3/88 23252
/proc/meminfo: memFree=1100584/2055920 swapFree=4192812/4192956
[pid=23244] ppid=23242 vsize=915580 CPUtime=2.95
/proc/23244/stat : 23244 (java) R 23242 23244 22385 0 -1 0 8795 0 1 0 289 6 0 0 25 0 8 0 176139897 937553920 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073915513 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23244/statm: 228895 8532 2524 14 0 215365 0
[pid=23244/tid=23246] ppid=23242 vsize=915580 CPUtime=0.04
/proc/23244/task/23246/stat : 23246 (java) S 23242 23244 22385 0 -1 64 303 0 0 0 4 0 0 0 16 0 8 0 176139901 937553920 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23247] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23247/stat : 23247 (java) S 23242 23244 22385 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176139902 937553920 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23248] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23248/stat : 23248 (java) S 23242 23244 22385 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176139902 937553920 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23249] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23249/stat : 23249 (java) S 23242 23244 22385 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176139905 937553920 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23250] ppid=23242 vsize=915580 CPUtime=0.27
/proc/23244/task/23250/stat : 23250 (java) S 23242 23244 22385 0 -1 64 419 0 0 0 26 1 0 0 16 0 8 0 176139905 937553920 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23251] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23251/stat : 23251 (java) S 23242 23244 22385 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 176139905 937553920 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23252] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23252/stat : 23252 (java) S 23242 23244 22385 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176139905 937553920 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915580

[startup+6.27614 s]
/proc/loadavg: 2.21 2.64 2.43 3/88 23252
/proc/meminfo: memFree=1100520/2055920 swapFree=4192812/4192956
[pid=23244] ppid=23242 vsize=915580 CPUtime=6.22
/proc/23244/stat : 23244 (java) R 23242 23244 22385 0 -1 0 8804 0 1 0 616 6 0 0 25 0 8 0 176139897 937553920 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073911876 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23244/statm: 228895 8540 2524 14 0 215365 0
[pid=23244/tid=23246] ppid=23242 vsize=915580 CPUtime=0.04
/proc/23244/task/23246/stat : 23246 (java) S 23242 23244 22385 0 -1 64 303 0 0 0 4 0 0 0 16 0 8 0 176139901 937553920 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23247] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23247/stat : 23247 (java) S 23242 23244 22385 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176139902 937553920 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23248] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23248/stat : 23248 (java) S 23242 23244 22385 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176139902 937553920 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23249] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23249/stat : 23249 (java) S 23242 23244 22385 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176139905 937553920 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23250] ppid=23242 vsize=915580 CPUtime=0.28
/proc/23244/task/23250/stat : 23250 (java) S 23242 23244 22385 0 -1 64 420 0 0 0 27 1 0 0 16 0 8 0 176139905 937553920 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23251] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23251/stat : 23251 (java) S 23242 23244 22385 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 176139905 937553920 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23252] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23252/stat : 23252 (java) S 23242 23244 22385 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176139905 937553920 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915580

[startup+12.7667 s]
/proc/loadavg: 2.19 2.63 2.42 3/88 23252
/proc/meminfo: memFree=1100520/2055920 swapFree=4192812/4192956
[pid=23244] ppid=23242 vsize=915580 CPUtime=12.68
/proc/23244/stat : 23244 (java) R 23242 23244 22385 0 -1 0 8809 0 1 0 1262 6 0 0 25 0 8 0 176139897 937553920 8545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073902290 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23244/statm: 228895 8545 2524 14 0 215365 0
[pid=23244/tid=23246] ppid=23242 vsize=915580 CPUtime=0.04
/proc/23244/task/23246/stat : 23246 (java) S 23242 23244 22385 0 -1 64 303 0 0 0 4 0 0 0 16 0 8 0 176139901 937553920 8545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23247] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23247/stat : 23247 (java) S 23242 23244 22385 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176139902 937553920 8545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23248] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23248/stat : 23248 (java) S 23242 23244 22385 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176139902 937553920 8545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23249] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23249/stat : 23249 (java) S 23242 23244 22385 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176139905 937553920 8545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23250] ppid=23242 vsize=915580 CPUtime=0.28
/proc/23244/task/23250/stat : 23250 (java) S 23242 23244 22385 0 -1 64 420 0 0 0 27 1 0 0 16 0 8 0 176139905 937553920 8545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23251] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23251/stat : 23251 (java) S 23242 23244 22385 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 176139905 937553920 8545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23244/tid=23252] ppid=23242 vsize=915580 CPUtime=0
/proc/23244/task/23252/stat : 23252 (java) S 23242 23244 22385 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176139905 937553920 8545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915580

Child status: 0
Real time (s): 14.1445
CPU time (s): 14.0059
CPU user time (s): 13.9339
CPU system time (s): 0.071989
CPU usage (%): 99.0198
Max. virtual memory (cumulated for all children) (KiB): 915580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.9339
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8901
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= 1540
involuntary context switches= 1882

runsolver used 0.018997 s user time and 0.054991 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Mon Jan  8 17:30:18 UTC 2007


IDJOB= 227115
IDBENCH= 6049
FILE ID= node58/227115-1168277414

PBS_JOBID= 3483304

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-53_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227115-1168277414/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-227115-1168277414 -o ROOT/results/node58/solver-227115-1168277414 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227115-1168277414/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  dc113ec7bb4eabef2434552dfe9f49d7

RANDOM SEED= 589516825

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.223
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.223
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:       1125568 kB
Buffers:         60824 kB
Cached:         184180 kB
SwapCached:          0 kB
Active:         721636 kB
Inactive:       148224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1125568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2044 kB
Writeback:           0 kB
Mapped:         641600 kB
Slab:            44792 kB
Committed_AS:  3840720 kB
PageTables:       2976 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= 66552 MiB



End job on node58 on Mon Jan  8 17:30:33 UTC 2007