Trace number 228549

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 15.3117 15.5113

DiagnosticValue
CHECKS67055664
NODES73735

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-1_ext.xml
MD5SUM1b1c27f1174ad9d3519665d1cc58d473
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 benchmark3.83742
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.38	   
0.38	Abscon 109 (November, 2006)
0.38	   
0.38	   configuration
0.38	     name=esac.xml
0.41	   
0.41	   instance
0.41	     name=/tmp/evaluation/228549-1168299371/unknown.xml
0.44	   
0.44	   domains being loaded...
0.45	   
0.45	   variables being loaded...
0.48	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11
0.48	       =>  wckTime=0.101  cpuTime=0.09  mem=6M951
0.48	   
0.48	   relations being loaded...
0.57	   
0.57	   constraints being loaded...
0.68	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.68	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8186  maxDegree=26
0.68	     maxArity=2
0.68	       =>  wckTime=0.3  cpuTime=0.22  mem=10M860
0.72	   
0.72	   solver IterativeSystematicSolver being built... 
0.89	       =>  wckTime=0.507  cpuTime=0.35  mem=14M820
0.94	   
0.94	   preprocessing
0.94	     nbConstraintChecks=30985  nbPropagations=859  nbRevisions=5351  nbUselessRevisions=4165  nbSingletonTests=50
0.94	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.94	       =>  wckTime=0.051  cpuTime=0.03  mem=14M820
0.96	   
0.96	   search
0.96	     run=0  nbConstraintChecks=22786  nbPropagations=1304  nbRevisions=11197  nbUselessRevisions=8964  nbAssignments=26
0.97	     nbFailedAssignments=8  nbBacktracks=12  nbVisitedNodes=41  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.97	     nbTooLargeKeys=0
0.97	       =>  wckTime=0.075  cpuTime=0.05  mem=14M820
0.98	   
0.98	   search
0.98	     run=1  nbConstraintChecks=56068  nbPropagations=3345  nbRevisions=30315  nbUselessRevisions=24385  nbAssignments=68
0.98	     nbFailedAssignments=18  nbBacktracks=27  nbVisitedNodes=93  nbRestartNogoods=3  mapSize=21  nbInferences=0
0.98	     nbTooLargeKeys=0
0.98	       =>  wckTime=0.095  cpuTime=0.07  mem=14M820
1.00	   
1.00	   search
1.00	     run=2  nbConstraintChecks=94856  nbPropagations=6091  nbRevisions=58821  nbUselessRevisions=47409
1.00	     nbAssignments=113  nbFailedAssignments=33  nbBacktracks=51  nbVisitedNodes=165  nbRestartNogoods=9  mapSize=39
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.111  cpuTime=0.08  mem=14M820
1.02	   
1.02	   search
1.02	     run=3  nbConstraintChecks=142479  nbPropagations=9801  nbRevisions=98435  nbUselessRevisions=79453
1.02	     nbAssignments=178  nbFailedAssignments=48  nbBacktracks=85  nbVisitedNodes=250  nbRestartNogoods=13  mapSize=66
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.127  cpuTime=0.1  mem=14M820
1.04	   
1.04	   search
1.04	     run=4  nbConstraintChecks=206077  nbPropagations=14685  nbRevisions=153555  nbUselessRevisions=124070
1.04	     nbAssignments=258  nbFailedAssignments=74  nbBacktracks=135  nbVisitedNodes=382  nbRestartNogoods=16  mapSize=108
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.146  cpuTime=0.11  mem=14M820
1.07	   
1.07	   search
1.07	     run=5  nbConstraintChecks=326244  nbPropagations=21700  nbRevisions=238483  nbUselessRevisions=192777
1.07	     nbAssignments=386  nbFailedAssignments=118  nbBacktracks=211  nbVisitedNodes=602  nbRestartNogoods=17  mapSize=175
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.183  cpuTime=0.15  mem=14M820
1.11	   
1.11	   search
1.11	     run=6  nbConstraintChecks=482349  nbPropagations=31480  nbRevisions=364030  nbUselessRevisions=294696
1.11	     nbAssignments=567  nbFailedAssignments=181  nbBacktracks=325  nbVisitedNodes=904  nbRestartNogoods=24  mapSize=267
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.225  cpuTime=0.19  mem=14M820
1.18	   
1.18	   search
1.18	     run=7  nbConstraintChecks=716563  nbPropagations=45375  nbRevisions=547919  nbUselessRevisions=443961
1.18	     nbAssignments=832  nbFailedAssignments=266  nbBacktracks=496  nbVisitedNodes=1348  nbRestartNogoods=27  mapSize=407
1.18	     nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.292  cpuTime=0.25  mem=14M820
1.28	   
1.28	   search
1.28	     run=8  nbConstraintChecks=1074685  nbPropagations=65624  nbRevisions=823608  nbUselessRevisions=668932
1.28	     nbAssignments=1232  nbFailedAssignments=394  nbBacktracks=752  nbVisitedNodes=1996  nbRestartNogoods=35
1.28	     mapSize=617  nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.388  cpuTime=0.34  mem=14M820
1.42	   
1.42	   search
1.42	     run=9  nbConstraintChecks=1594204  nbPropagations=95006  nbRevisions=1229287  nbUselessRevisions=999868
1.42	     nbAssignments=1823  nbFailedAssignments=593  nbBacktracks=1137  nbVisitedNodes=2967  nbRestartNogoods=37
1.42	     mapSize=918  nbInferences=0  nbTooLargeKeys=0
1.42	       =>  wckTime=0.53  cpuTime=0.46  mem=14M820
1.46	   
1.46	   INFO : Stopping hyperNogood (mapSize=1009, nbTooLargekeys=0, mem=14M820)
1.61	   
1.61	   search
1.61	     run=10  nbConstraintChecks=2378480  nbPropagations=138057  nbRevisions=1832679  nbUselessRevisions=1491915
1.61	     nbAssignments=2698  nbFailedAssignments=882  nbBacktracks=1715  nbVisitedNodes=4446  nbRestartNogoods=42
1.61	       =>  wckTime=0.718  cpuTime=0.63  mem=14M820
1.88	   
1.88	   search
1.88	     run=11  nbConstraintChecks=3624695  nbPropagations=202886  nbRevisions=2755281  nbUselessRevisions=2245747
1.88	     nbAssignments=4072  nbFailedAssignments=1371  nbBacktracks=2582  nbVisitedNodes=6761  nbRestartNogoods=48
1.88	       =>  wckTime=0.987  cpuTime=0.9  mem=14M820
2.27	   
2.27	   search
2.27	     run=12  nbConstraintChecks=5452885  nbPropagations=299338  nbRevisions=4145829  nbUselessRevisions=3384209
2.27	     nbAssignments=6075  nbFailedAssignments=2071  nbBacktracks=3880  nbVisitedNodes=10159  nbRestartNogoods=52
2.27	       =>  wckTime=1.384  cpuTime=1.29  mem=14M820
2.81	   
2.81	   search
2.81	     run=13  nbConstraintChecks=7945671  nbPropagations=440305  nbRevisions=6192755  nbUselessRevisions=5065997
2.81	     nbAssignments=8992  nbFailedAssignments=3035  nbBacktracks=5828  nbVisitedNodes=15038  nbRestartNogoods=60
2.81	       =>  wckTime=1.922  cpuTime=1.83  mem=14M820
3.69	   
3.69	   search
3.69	     run=14  nbConstraintChecks=12030088  nbPropagations=652276  nbRevisions=9292353  nbUselessRevisions=7614826
3.69	     nbAssignments=13568  nbFailedAssignments=4683  nbBacktracks=8748  nbVisitedNodes=22819  nbRestartNogoods=65
3.69	       =>  wckTime=2.8  cpuTime=2.7  mem=14M820
4.95	   
4.95	   search
4.95	     run=15  nbConstraintChecks=17889381  nbPropagations=966661  nbRevisions=13903127  nbUselessRevisions=11408238
4.95	     nbAssignments=20151  nbFailedAssignments=6882  nbBacktracks=13126  nbVisitedNodes=33838  nbRestartNogoods=77
4.95	       =>  wckTime=4.059  cpuTime=3.95  mem=14M820
6.93	   
6.93	   search
6.93	     run=16  nbConstraintChecks=27207384  nbPropagations=1440095  nbRevisions=20895256  nbUselessRevisions=17162529
6.93	     nbAssignments=30292  nbFailedAssignments=10449  nbBacktracks=19694  nbVisitedNodes=51042  nbRestartNogoods=82
6.93	       =>  wckTime=6.04  cpuTime=5.92  mem=14M820
9.93	   
9.93	   search
9.93	     run=17  nbConstraintChecks=41237484  nbPropagations=2154134  nbRevisions=31502124  nbUselessRevisions=25897713
9.93	     nbAssignments=45426  nbFailedAssignments=15724  nbBacktracks=29547  nbVisitedNodes=76829  nbRestartNogoods=90
9.93	       =>  wckTime=9.037  cpuTime=8.91  mem=14M820
14.30	   
14.30	   search
14.30	     run=18  nbConstraintChecks=61617935  nbPropagations=3218888  nbRevisions=47291872  nbUselessRevisions=38900093
14.30	     nbAssignments=67982  nbFailedAssignments=23496  nbBacktracks=44326  nbVisitedNodes=114809  nbRestartNogoods=101
14.30	       =>  wckTime=13.412  cpuTime=13.26  mem=14M820
15.46	   
15.46	   search
15.46	     run=19  nbConstraintChecks=67024679  nbPropagations=4375207  nbRevisions=64437765  nbUselessRevisions=53011369
15.46	     nbAssignments=73735  nbFailedAssignments=25517  nbBacktracks=48059  nbVisitedNodes=124523  nbRestartNogoods=108
15.46	       =>  wckTime=14.566  cpuTime=14.41  mem=14M820
15.46	   
15.46	   global
15.46	     nbConstraintChecks=67055664  nbPropagations=4376066  nbRevisions=64443116  nbUselessRevisions=53015534
15.46	     nbRestartNogoods=108  solvingWckTime=14.567  solvingCpuTime=14.41  expiredTime=no  totalExploration=yes
15.46	     nbFoundSolutions=0  globalCpuTime=14.81
15.46	       =>  wckTime=15.078  cpuTime=14.76  mem=14M820
15.46	   
15.46	s UNSATISFIABLE
15.46	d NODES 73735
15.46	d CHECKS 67055664
15.46	   
15.46	   totalWckTime=15.158  totalCpuTime=14.81

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/node11/watcher-228549-1168299371 -o ROOT/results/node11/solver-228549-1168299371 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228549-1168299371/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.00 2.00 1.83 4/98 7240
/proc/meminfo: memFree=1343528/2055920 swapFree=4192812/4192956
[pid=7239] ppid=7237 vsize=18540 CPUtime=0
/proc/7239/stat : 7239 (runsolver) R 7237 7239 6431 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 178332101 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7239/statm: 4635 279 244 17 0 2626 0

[startup+0.107717 s]
/proc/loadavg: 2.00 2.00 1.83 4/98 7240
/proc/meminfo: memFree=1343528/2055920 swapFree=4192812/4192956
[pid=7239] ppid=7237 vsize=907808 CPUtime=0.05
/proc/7239/stat : 7239 (java) D 7237 7239 6431 0 -1 0 2507 0 1 0 5 0 0 0 17 0 4 0 178332101 929595392 2254 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/7239/statm: 226952 2254 1232 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.515797 s]
/proc/loadavg: 2.00 2.00 1.83 4/98 7240
/proc/meminfo: memFree=1343528/2055920 swapFree=4192812/4192956
[pid=7239] ppid=7237 vsize=915328 CPUtime=0.43
/proc/7239/stat : 7239 (java) R 7237 7239 6431 0 -1 0 6157 0 1 0 40 3 0 0 18 0 8 0 178332101 937295872 5896 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7239/statm: 228832 5896 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 915328

[startup+1.34554 s]
/proc/loadavg: 2.00 2.00 1.83 3/105 7247
/proc/meminfo: memFree=1319856/2055920 swapFree=4192812/4192956
[pid=7239] ppid=7237 vsize=915456 CPUtime=1.25
/proc/7239/stat : 7239 (java) R 7237 7239 6431 0 -1 0 8662 0 1 0 120 5 0 0 24 0 8 0 178332101 937426944 8400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7239/statm: 228864 8400 2524 14 0 215334 0
[pid=7239/tid=7241] ppid=7237 vsize=915456 CPUtime=0.03
/proc/7239/task/7241/stat : 7241 (java) S 7237 7239 6431 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178332105 937426944 8400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7242] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7242/stat : 7242 (java) S 7237 7239 6431 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178332106 937426944 8400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7243] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7243/stat : 7243 (java) S 7237 7239 6431 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178332106 937426944 8400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7244] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7244/stat : 7244 (java) S 7237 7239 6431 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178332115 937426944 8400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7245] ppid=7237 vsize=915456 CPUtime=0.22
/proc/7239/task/7245/stat : 7245 (java) S 7237 7239 6431 0 -1 64 382 0 0 0 21 1 0 0 15 0 8 0 178332115 937426944 8400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7246] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7246/stat : 7246 (java) S 7237 7239 6431 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 178332115 937426944 8400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7247] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7247/stat : 7247 (java) S 7237 7239 6431 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 178332116 937426944 8400 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 915456

[startup+2.98428 s]
/proc/loadavg: 2.00 2.00 1.83 3/105 7247
/proc/meminfo: memFree=1319536/2055920 swapFree=4192812/4192956
[pid=7239] ppid=7237 vsize=915456 CPUtime=2.88
/proc/7239/stat : 7239 (java) R 7237 7239 6431 0 -1 0 8699 0 1 0 283 5 0 0 25 0 8 0 178332101 937426944 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073892743 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7239/statm: 228864 8436 2524 14 0 215334 0
[pid=7239/tid=7241] ppid=7237 vsize=915456 CPUtime=0.03
/proc/7239/task/7241/stat : 7241 (java) S 7237 7239 6431 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178332105 937426944 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7242] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7242/stat : 7242 (java) S 7237 7239 6431 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178332106 937426944 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7243] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7243/stat : 7243 (java) S 7237 7239 6431 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178332106 937426944 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7244] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7244/stat : 7244 (java) S 7237 7239 6431 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178332115 937426944 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7245] ppid=7237 vsize=915456 CPUtime=0.25
/proc/7239/task/7245/stat : 7245 (java) S 7237 7239 6431 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 178332115 937426944 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7246] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7246/stat : 7246 (java) S 7237 7239 6431 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 178332115 937426944 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7247] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7247/stat : 7247 (java) S 7237 7239 6431 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 178332116 937426944 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 915456

[startup+6.27993 s]
/proc/loadavg: 2.00 2.00 1.83 3/105 7247
/proc/meminfo: memFree=1319416/2055920 swapFree=4192812/4192956
[pid=7239] ppid=7237 vsize=915456 CPUtime=6.16
/proc/7239/stat : 7239 (java) R 7237 7239 6431 0 -1 0 8705 0 1 0 611 5 0 0 25 0 8 0 178332101 937426944 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804340 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7239/statm: 228864 8441 2524 14 0 215334 0
[pid=7239/tid=7241] ppid=7237 vsize=915456 CPUtime=0.03
/proc/7239/task/7241/stat : 7241 (java) S 7237 7239 6431 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178332105 937426944 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7242] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7242/stat : 7242 (java) S 7237 7239 6431 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178332106 937426944 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7243] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7243/stat : 7243 (java) S 7237 7239 6431 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178332106 937426944 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7244] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7244/stat : 7244 (java) S 7237 7239 6431 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178332115 937426944 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7245] ppid=7237 vsize=915456 CPUtime=0.25
/proc/7239/task/7245/stat : 7245 (java) S 7237 7239 6431 0 -1 64 394 0 0 0 24 1 0 0 16 0 8 0 178332115 937426944 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7246] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7246/stat : 7246 (java) S 7237 7239 6431 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 178332115 937426944 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7247] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7247/stat : 7247 (java) S 7237 7239 6431 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 178332116 937426944 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 915456

[startup+12.7572 s]
/proc/loadavg: 2.00 2.00 1.84 3/105 7247
/proc/meminfo: memFree=1319416/2055920 swapFree=4192812/4192956
[pid=7239] ppid=7237 vsize=915456 CPUtime=12.6
/proc/7239/stat : 7239 (java) R 7237 7239 6431 0 -1 0 8710 0 1 0 1255 5 0 0 25 0 8 0 178332101 937426944 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796960 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7239/statm: 228864 8446 2524 14 0 215334 0
[pid=7239/tid=7241] ppid=7237 vsize=915456 CPUtime=0.03
/proc/7239/task/7241/stat : 7241 (java) S 7237 7239 6431 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 178332105 937426944 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7242] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7242/stat : 7242 (java) S 7237 7239 6431 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 178332106 937426944 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7243] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7243/stat : 7243 (java) S 7237 7239 6431 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178332106 937426944 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7244] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7244/stat : 7244 (java) S 7237 7239 6431 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 178332115 937426944 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7245] ppid=7237 vsize=915456 CPUtime=0.25
/proc/7239/task/7245/stat : 7245 (java) S 7237 7239 6431 0 -1 64 394 0 0 0 24 1 0 0 16 0 8 0 178332115 937426944 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7246] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7246/stat : 7246 (java) S 7237 7239 6431 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 178332115 937426944 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7239/tid=7247] ppid=7237 vsize=915456 CPUtime=0
/proc/7239/task/7247/stat : 7247 (java) S 7237 7239 6431 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 178332116 937426944 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 15.5113
CPU time (s): 15.3117
CPU user time (s): 15.2487
CPU system time (s): 0.06299
CPU usage (%): 98.7133
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.2487
system time used= 0.06299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8804
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= 1430
involuntary context switches= 2099

runsolver used 0.014997 s user time and 0.06399 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Jan  8 23:36:11 UTC 2007


IDJOB= 228549
IDBENCH= 6207
FILE ID= node11/228549-1168299371

PBS_JOBID= 3502137

Free space on /tmp= 66342 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-1_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228549-1168299371/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-228549-1168299371 -o ROOT/results/node11/solver-228549-1168299371 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228549-1168299371/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1b1c27f1174ad9d3519665d1cc58d473

RANDOM SEED= 92879634

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.261
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	: 5931.00
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.261
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:       1344008 kB
Buffers:         89424 kB
Cached:         319868 kB
SwapCached:          0 kB
Active:         487188 kB
Inactive:       164176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1344008 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1844 kB
Writeback:           0 kB
Mapped:         270996 kB
Slab:            44832 kB
Committed_AS:  6448844 kB
PageTables:       2772 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= 66342 MiB



End job on node11 on Mon Jan  8 23:36:26 UTC 2007