Trace number 197718

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 27.7468 27.9928

DiagnosticValue
CHECKS26721736
NODES379811

General information on the benchmark

Namecril/
cril-6_ext.xml
MD5SUMf8d39e5bdce05fe09513769763e88957
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.960853
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables36
Number of constraints153
Maximum constraint arity4
Maximum domain size9
Number of constraints which are defined in extension153
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/197718-1168126164/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=36  nbDomainTypes=1  minDomainSize=9  maxDomainSize=9
0.41	       =>  wckTime=0.095  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
0.44	   
0.44	   constraints being loaded...
0.51	     nbConstraints=153  nbRelationTypes=10  nbExtensionStructures=10  nbSharedExtensionStructures=143
0.51	     nbConflictsStructures=10  nbSharedConflictsStructures=143  nbSharedBinaryRepresentations=9  maxDegree=9  maxArity=4
0.51	       =>  wckTime=0.187  cpuTime=0.16  mem=8M935
0.54	   
0.54	   solver IterativeSystematicSolver being built... 
0.70	       =>  wckTime=0.386  cpuTime=0.29  mem=14M526
0.75	   
0.75	   preprocessing
0.75	     nbConstraintChecks=3680  nbValidityChecks=4388  nbPropagations=287  nbRevisions=889  nbUselessRevisions=639
0.75	     nbSingletonTests=50  nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=119  detectedInconsistency=no
0.75	       =>  wckTime=0.048  cpuTime=0.03  mem=14M526
0.78	   
0.78	   search
0.78	     run=0  nbConstraintChecks=2352  nbValidityChecks=2514  nbPropagations=497  nbRevisions=1511
0.78	     nbUselessRevisions=1040  nbAssignments=40  nbFailedAssignments=8  nbBacktracks=14  nbVisitedNodes=55
0.78	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
0.78	       =>  wckTime=0.07  cpuTime=0.04  mem=15M501
0.80	   
0.80	   search
0.80	     run=1  nbConstraintChecks=8830  nbValidityChecks=10263  nbPropagations=1556  nbRevisions=4956
0.80	     nbUselessRevisions=3342  nbAssignments=124  nbFailedAssignments=22  nbBacktracks=30  nbVisitedNodes=114
0.80	     nbRestartNogoods=4  mapSize=21  nbInferences=0  nbTooLargeKeys=0
0.80	       =>  wckTime=0.096  cpuTime=0.06  mem=15M501
0.81	   
0.81	   search
0.81	     run=2  nbConstraintChecks=11425  nbValidityChecks=13271  nbPropagations=2831  nbRevisions=9271
0.81	     nbUselessRevisions=6265  nbAssignments=168  nbFailedAssignments=35  nbBacktracks=52  nbVisitedNodes=184
0.81	     nbRestartNogoods=5  mapSize=40  nbInferences=0  nbTooLargeKeys=0
0.81	       =>  wckTime=0.103  cpuTime=0.07  mem=15M501
0.82	   
0.82	   search
0.82	     run=3  nbConstraintChecks=14910  nbValidityChecks=16698  nbPropagations=4473  nbRevisions=14887
0.82	     nbUselessRevisions=10018  nbAssignments=238  nbFailedAssignments=58  nbBacktracks=85  nbVisitedNodes=299
0.82	     nbRestartNogoods=7  mapSize=70  nbInferences=0  nbTooLargeKeys=0
0.82	       =>  wckTime=0.114  cpuTime=0.07  mem=15M501
0.84	   
0.84	   search
0.84	     run=4  nbConstraintChecks=25362  nbValidityChecks=26489  nbPropagations=6956  nbRevisions=23638
0.84	     nbUselessRevisions=15686  nbAssignments=349  nbFailedAssignments=93  nbBacktracks=135  nbVisitedNodes=461
0.84	     nbRestartNogoods=11  mapSize=116  nbInferences=0  nbTooLargeKeys=0
0.84	       =>  wckTime=0.129  cpuTime=0.09  mem=15M501
0.85	   
0.85	   search
0.85	     run=5  nbConstraintChecks=32057  nbValidityChecks=31938  nbPropagations=10099  nbRevisions=34941
0.85	     nbUselessRevisions=23010  nbAssignments=488  nbFailedAssignments=145  nbBacktracks=210  nbVisitedNodes=702
0.85	     nbRestartNogoods=17  mapSize=189  nbInferences=0  nbTooLargeKeys=0
0.85	       =>  wckTime=0.145  cpuTime=0.1  mem=15M501
0.87	   
0.87	   search
0.87	     run=6  nbConstraintChecks=44715  nbValidityChecks=41980  nbPropagations=14332  nbRevisions=50141
0.87	     nbUselessRevisions=32598  nbAssignments=666  nbFailedAssignments=196  nbBacktracks=325  nbVisitedNodes=983
0.87	     nbRestartNogoods=21  mapSize=273  nbInferences=3  nbTooLargeKeys=0
0.87	       =>  wckTime=0.168  cpuTime=0.12  mem=15M501
0.90	   
0.90	   search
0.90	     run=7  nbConstraintChecks=62246  nbValidityChecks=55605  nbPropagations=20059  nbRevisions=71162
0.90	     nbUselessRevisions=46086  nbAssignments=948  nbFailedAssignments=299  nbBacktracks=495  nbVisitedNodes=1471
0.90	     nbRestartNogoods=26  mapSize=443  nbInferences=3  nbTooLargeKeys=0
0.90	       =>  wckTime=0.196  cpuTime=0.15  mem=15M501
0.95	   
0.95	   search
0.95	     run=8  nbConstraintChecks=87414  nbValidityChecks=76377  nbPropagations=28275  nbRevisions=99754
0.95	     nbUselessRevisions=63942  nbAssignments=1358  nbFailedAssignments=429  nbBacktracks=754  nbVisitedNodes=2131
0.95	     nbRestartNogoods=30  mapSize=631  nbInferences=12  nbTooLargeKeys=0
0.95	       =>  wckTime=0.241  cpuTime=0.19  mem=15M501
1.02	   
1.02	   search
1.02	     run=9  nbConstraintChecks=138885  nbValidityChecks=122055  nbPropagations=40499  nbRevisions=141238
1.02	     nbUselessRevisions=89038  nbAssignments=1955  nbFailedAssignments=627  nbBacktracks=1138  nbVisitedNodes=3099
1.02	     nbRestartNogoods=39  mapSize=925  nbInferences=17  nbTooLargeKeys=0
1.02	       =>  wckTime=0.313  cpuTime=0.24  mem=15M501
1.09	   
1.09	   search
1.09	     run=10  nbConstraintChecks=194581  nbValidityChecks=164864  nbPropagations=57474  nbRevisions=200818
1.09	     nbUselessRevisions=125609  nbAssignments=2860  nbFailedAssignments=936  nbBacktracks=1715  nbVisitedNodes=4578
1.09	     nbRestartNogoods=44  mapSize=1380  nbInferences=26  nbTooLargeKeys=0
1.09	       =>  wckTime=0.389  cpuTime=0.31  mem=15M501
1.21	   
1.21	   search
1.21	     run=11  nbConstraintChecks=305696  nbValidityChecks=260867  nbPropagations=83722  nbRevisions=292394
1.21	     nbUselessRevisions=180850  nbAssignments=4366  nbFailedAssignments=1497  nbBacktracks=2579  nbVisitedNodes=7080
1.21	     nbRestartNogoods=50  mapSize=2112  nbInferences=97  nbTooLargeKeys=0
1.21	       =>  wckTime=0.505  cpuTime=0.42  mem=15M501
1.38	   
1.38	   search
1.38	     run=12  nbConstraintChecks=477832  nbValidityChecks=407645  nbPropagations=124283  nbRevisions=430851
1.38	     nbUselessRevisions=262634  nbAssignments=6403  nbFailedAssignments=2177  nbBacktracks=3876  nbVisitedNodes=10313
1.38	     nbRestartNogoods=59  mapSize=3044  nbInferences=146  nbTooLargeKeys=0
1.38	       =>  wckTime=0.677  cpuTime=0.6  mem=15M501
1.61	   
1.61	   search
1.61	     run=13  nbConstraintChecks=698100  nbValidityChecks=585255  nbPropagations=183882  nbRevisions=640368
1.61	     nbUselessRevisions=388333  nbAssignments=9582  nbFailedAssignments=3305  nbBacktracks=5822  nbVisitedNodes=15700
1.61	     nbRestartNogoods=67  mapSize=4767  nbInferences=238  nbTooLargeKeys=0
1.61	       =>  wckTime=0.909  cpuTime=0.83  mem=16M476
1.96	   
1.96	   search
1.96	     run=14  nbConstraintChecks=1038570  nbValidityChecks=882305  nbPropagations=273365  nbRevisions=946928
1.96	     nbUselessRevisions=572264  nbAssignments=14265  nbFailedAssignments=4755  nbBacktracks=8741  nbVisitedNodes=23257
1.96	     nbRestartNogoods=75  mapSize=6972  nbInferences=541  nbTooLargeKeys=0
1.96	       =>  wckTime=1.258  cpuTime=1.18  mem=16M476
2.47	   
2.47	   search
2.47	     run=15  nbConstraintChecks=1549655  nbValidityChecks=1311374  nbPropagations=406793  nbRevisions=1410672
2.47	     nbUselessRevisions=853047  nbAssignments=21192  nbFailedAssignments=6980  nbBacktracks=13121  nbVisitedNodes=34818
2.47	     nbRestartNogoods=87  mapSize=10587  nbInferences=837  nbTooLargeKeys=0
2.47	       =>  wckTime=1.764  cpuTime=1.69  mem=17M452
3.32	   
3.32	   search
3.32	     run=16  nbConstraintChecks=2420004  nbValidityChecks=2107659  nbPropagations=604474  nbRevisions=2099851
3.32	     nbUselessRevisions=1271840  nbAssignments=31973  nbFailedAssignments=10807  nbBacktracks=19689
3.32	     nbVisitedNodes=52560  nbRestartNogoods=91  mapSize=15843  nbInferences=1210  nbTooLargeKeys=0
3.32	       =>  wckTime=2.616  cpuTime=2.54  mem=18M427
4.45	   
4.45	   search
4.45	     run=17  nbConstraintChecks=3571607  nbValidityChecks=3090548  nbPropagations=897522  nbRevisions=3115718
4.45	     nbUselessRevisions=1879610  nbAssignments=46964  nbFailedAssignments=15749  nbBacktracks=29547
4.45	     nbVisitedNodes=76721  nbRestartNogoods=98  mapSize=23272  nbInferences=1371  nbTooLargeKeys=0
4.45	       =>  wckTime=3.745  cpuTime=3.66  mem=19M402
6.21	   
6.21	   search
6.21	     run=18  nbConstraintChecks=5232100  nbValidityChecks=4582623  nbPropagations=1336257  nbRevisions=4614419
6.21	     nbUselessRevisions=2789402  nbAssignments=72172  nbFailedAssignments=22317  nbBacktracks=44325
6.21	     nbVisitedNodes=116843  nbRestartNogoods=103  mapSize=33592  nbInferences=5223  nbTooLargeKeys=0
6.21	       =>  wckTime=5.502  cpuTime=5.42  mem=22M328
8.84	   
8.84	   search
8.84	     run=19  nbConstraintChecks=7893653  nbValidityChecks=6856482  nbPropagations=2014757  nbRevisions=6898074
8.85	     nbUselessRevisions=4167794  nbAssignments=107078  nbFailedAssignments=33150  nbBacktracks=66493
8.85	     nbVisitedNodes=173797  nbRestartNogoods=112  mapSize=50838  nbInferences=7118  nbTooLargeKeys=0
8.85	       =>  wckTime=8.139  cpuTime=8.05  mem=26M753
12.93	   
12.93	   search
12.93	     run=20  nbConstraintChecks=12120596  nbValidityChecks=10765548  nbPropagations=3051211  nbRevisions=10381307
12.93	     nbUselessRevisions=6259347  nbAssignments=160982  nbFailedAssignments=51966  nbBacktracks=99747
12.93	     nbVisitedNodes=262595  nbRestartNogoods=124  mapSize=77684  nbInferences=8945  nbTooLargeKeys=0
12.93	       =>  wckTime=12.229  cpuTime=12.1  mem=31M628
18.41	   
18.41	   search
18.41	     run=21  nbConstraintChecks=17687382  nbValidityChecks=15486563  nbPropagations=4601165  nbRevisions=15547469
18.41	     nbUselessRevisions=9353700  nbAssignments=239664  nbFailedAssignments=77160  nbBacktracks=149628
18.41	     nbVisitedNodes=390782  nbRestartNogoods=132  mapSize=115857  nbInferences=12533  nbTooLargeKeys=0
18.41	       =>  wckTime=17.7  cpuTime=17.52  mem=39M503
26.91	   
26.91	   search
26.91	     run=22  nbConstraintChecks=25697341  nbValidityChecks=22665176  nbPropagations=6892567  nbRevisions=23183513
26.91	     nbUselessRevisions=13955389  nbAssignments=363568  nbFailedAssignments=116052  nbBacktracks=224446
26.91	     nbVisitedNodes=593270  nbRestartNogoods=140  mapSize=173969  nbInferences=22717  nbTooLargeKeys=0
26.91	       =>  wckTime=26.204  cpuTime=25.69  mem=29M451
27.94	   
27.94	   search
27.94	     run=23  nbConstraintChecks=26718056  nbValidityChecks=23613340  nbPropagations=9276051  nbRevisions=31123570
27.94	     nbUselessRevisions=18740548  nbAssignments=379811  nbFailedAssignments=121110  nbBacktracks=235353
27.94	     nbVisitedNodes=618711  nbRestartNogoods=152  mapSize=181491  nbInferences=22987  nbTooLargeKeys=0
27.94	       =>  wckTime=27.234  cpuTime=26.71  mem=30M436
27.94	   
27.94	   global
27.94	     nbConstraintChecks=26721736  nbValidityChecks=23617728  nbPropagations=9276338  nbRevisions=31124459
27.94	     nbUselessRevisions=18741187  nbRestartNogoods=152  solvingWckTime=27.235  solvingCpuTime=26.71  expiredTime=no
27.94	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=27.04
27.94	       =>  wckTime=27.623  cpuTime=27.0  mem=30M436
27.94	   
27.94	s UNSATISFIABLE
27.94	d NODES 379811
27.94	d CHECKS 26721736
27.94	   
27.94	   totalWckTime=27.699  totalCpuTime=27.05

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/node62/watcher-197718-1168126164 -o ROOT/results/node62/solver-197718-1168126164 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/197718-1168126164/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: 0.14 0.78 1.33 5/69 17150
/proc/meminfo: memFree=1854632/2055920 swapFree=4192812/4192956
[pid=17149] ppid=17146 vsize=0 CPUtime=0
/proc/17149/stat : 17149 (runsolver) R 17146 17149 16862 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 161015716 0 0 18446744073709551615 0 0 0 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17149/statm: 0 0 0 0 0 0 0

[startup+0.103513 s]
/proc/loadavg: 0.14 0.78 1.33 5/69 17150
/proc/meminfo: memFree=1854632/2055920 swapFree=4192812/4192956
[pid=17149] ppid=17146 vsize=912588 CPUtime=0.07
/proc/17149/stat : 17149 (java) R 17146 17149 16862 0 -1 0 2751 0 1 0 6 1 0 0 21 0 8 0 161015716 934490112 2497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072916949 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17149/statm: 228147 2497 1382 14 0 215091 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 912588

[startup+0.51559 s]
/proc/loadavg: 0.14 0.78 1.33 5/69 17150
/proc/meminfo: memFree=1854632/2055920 swapFree=4192812/4192956
[pid=17149] ppid=17146 vsize=915328 CPUtime=0.47
/proc/17149/stat : 17149 (java) S 17146 17149 16862 0 -1 0 6637 0 1 0 44 3 0 0 16 0 8 0 161015716 937295872 6376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17149/statm: 228832 6376 2159 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33975 s]
/proc/loadavg: 0.14 0.78 1.33 2/75 17180
/proc/meminfo: memFree=1829808/2055920 swapFree=4192812/4192956
[pid=17149] ppid=17146 vsize=915460 CPUtime=1.29
/proc/17149/stat : 17149 (java) R 17146 17149 16862 0 -1 0 8813 0 1 0 123 6 0 0 17 0 8 0 161015716 937431040 8551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073610861 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17149/statm: 228865 8551 2527 14 0 215335 0
[pid=17149/tid=17155] ppid=17146 vsize=915460 CPUtime=0.02
/proc/17149/task/17155/stat : 17155 (java) S 17146 17149 16862 0 -1 64 175 0 0 0 2 0 0 0 16 0 8 0 161015721 937431040 8551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17149/tid=17156] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17156/stat : 17156 (java) S 17146 17149 16862 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 161015721 937431040 8551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17157] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17157/stat : 17157 (java) S 17146 17149 16862 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161015721 937431040 8551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17175] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17175/stat : 17175 (java) S 17146 17149 16862 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 161015725 937431040 8551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17176] ppid=17146 vsize=915460 CPUtime=0.18
/proc/17149/task/17176/stat : 17176 (java) S 17146 17149 16862 0 -1 64 380 0 0 0 17 1 0 0 16 0 8 0 161015725 937431040 8551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17177] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17177/stat : 17177 (java) S 17146 17149 16862 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 161015725 937431040 8551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17178] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17178/stat : 17178 (java) S 17146 17149 16862 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161015726 937431040 8551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915460

[startup+2.97607 s]
/proc/loadavg: 0.14 0.78 1.33 2/75 17180
/proc/meminfo: memFree=1828272/2055920 swapFree=4192812/4192956
[pid=17149] ppid=17146 vsize=915460 CPUtime=2.93
/proc/17149/stat : 17149 (java) R 17146 17149 16862 0 -1 0 9375 0 1 0 286 7 0 0 18 0 8 0 161015716 937431040 9111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073610859 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17149/statm: 228865 9111 2527 14 0 215335 0
[pid=17149/tid=17155] ppid=17146 vsize=915460 CPUtime=0.02
/proc/17149/task/17155/stat : 17155 (java) S 17146 17149 16862 0 -1 64 175 0 0 0 2 0 0 0 17 0 8 0 161015721 937431040 9111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17149/tid=17156] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17156/stat : 17156 (java) S 17146 17149 16862 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 161015721 937431040 9111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17157] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17157/stat : 17157 (java) S 17146 17149 16862 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161015721 937431040 9111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17175] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17175/stat : 17175 (java) S 17146 17149 16862 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 161015725 937431040 9111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17176] ppid=17146 vsize=915460 CPUtime=0.18
/proc/17149/task/17176/stat : 17176 (java) S 17146 17149 16862 0 -1 64 382 0 0 0 17 1 0 0 16 0 8 0 161015725 937431040 9111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17177] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17177/stat : 17177 (java) S 17146 17149 16862 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 161015725 937431040 9111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17178] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17178/stat : 17178 (java) S 17146 17149 16862 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161015726 937431040 9111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915460

[startup+6.26872 s]
/proc/loadavg: 0.21 0.78 1.33 2/75 17180
/proc/meminfo: memFree=1823664/2055920 swapFree=4192812/4192956
[pid=17149] ppid=17146 vsize=915460 CPUtime=6.22
/proc/17149/stat : 17149 (java) R 17146 17149 16862 0 -1 0 10501 0 1 0 615 7 0 0 25 0 8 0 161015716 937431040 10237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782679 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17149/statm: 228865 10237 2527 14 0 215335 0
[pid=17149/tid=17155] ppid=17146 vsize=915460 CPUtime=0.02
/proc/17149/task/17155/stat : 17155 (java) S 17146 17149 16862 0 -1 64 175 0 0 0 2 0 0 0 16 0 8 0 161015721 937431040 10237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17149/tid=17156] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17156/stat : 17156 (java) S 17146 17149 16862 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 161015721 937431040 10237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17157] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17157/stat : 17157 (java) S 17146 17149 16862 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161015721 937431040 10237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17175] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17175/stat : 17175 (java) S 17146 17149 16862 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 161015725 937431040 10237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17176] ppid=17146 vsize=915460 CPUtime=0.18
/proc/17149/task/17176/stat : 17176 (java) S 17146 17149 16862 0 -1 64 382 0 0 0 17 1 0 0 16 0 8 0 161015725 937431040 10237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17177] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17177/stat : 17177 (java) S 17146 17149 16862 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 161015725 937431040 10237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17178] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17178/stat : 17178 (java) S 17146 17149 16862 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161015726 937431040 10237 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915460

[startup+12.741 s]
/proc/loadavg: 0.35 0.80 1.33 3/88 17201
/proc/meminfo: memFree=1657928/2055920 swapFree=4192812/4192956
[pid=17149] ppid=17146 vsize=915460 CPUtime=12.64
/proc/17149/stat : 17149 (java) R 17146 17149 16862 0 -1 0 12547 0 1 0 1256 8 0 0 25 0 8 0 161015716 937431040 12283 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073731342 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17149/statm: 228865 12283 2527 14 0 215335 0
[pid=17149/tid=17155] ppid=17146 vsize=915460 CPUtime=0.02
/proc/17149/task/17155/stat : 17155 (java) S 17146 17149 16862 0 -1 64 175 0 0 0 2 0 0 0 16 0 8 0 161015721 937431040 12283 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17149/tid=17156] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17156/stat : 17156 (java) S 17146 17149 16862 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 161015721 937431040 12283 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17157] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17157/stat : 17157 (java) S 17146 17149 16862 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161015721 937431040 12283 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17175] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17175/stat : 17175 (java) S 17146 17149 16862 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 161015725 937431040 12283 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17176] ppid=17146 vsize=915460 CPUtime=0.18
/proc/17149/task/17176/stat : 17176 (java) S 17146 17149 16862 0 -1 64 382 0 0 0 17 1 0 0 16 0 8 0 161015725 937431040 12283 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17177] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17177/stat : 17177 (java) S 17146 17149 16862 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 161015725 937431040 12283 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17178] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17178/stat : 17178 (java) S 17146 17149 16862 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161015726 937431040 12283 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915460

[startup+25.6015 s]
/proc/loadavg: 0.86 0.89 1.35 3/88 17201
/proc/meminfo: memFree=1583304/2055920 swapFree=4192812/4192956
[pid=17149] ppid=17146 vsize=915460 CPUtime=25.39
/proc/17149/stat : 17149 (java) R 17146 17149 16862 0 -1 0 17122 0 1 0 2530 9 0 0 25 0 8 0 161015716 937431040 16858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073720548 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17149/statm: 228865 16858 2527 14 0 215335 0
[pid=17149/tid=17155] ppid=17146 vsize=915460 CPUtime=0.02
/proc/17149/task/17155/stat : 17155 (java) S 17146 17149 16862 0 -1 64 175 0 0 0 2 0 0 0 16 0 8 0 161015721 937431040 16858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17149/tid=17156] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17156/stat : 17156 (java) S 17146 17149 16862 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 161015721 937431040 16858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17157] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17157/stat : 17157 (java) S 17146 17149 16862 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161015721 937431040 16858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17175] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17175/stat : 17175 (java) S 17146 17149 16862 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 161015725 937431040 16858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17176] ppid=17146 vsize=915460 CPUtime=0.18
/proc/17149/task/17176/stat : 17176 (java) S 17146 17149 16862 0 -1 64 382 0 0 0 17 1 0 0 16 0 8 0 161015725 937431040 16858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17177] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17177/stat : 17177 (java) S 17146 17149 16862 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 161015725 937431040 16858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17149/tid=17178] ppid=17146 vsize=915460 CPUtime=0
/proc/17149/task/17178/stat : 17178 (java) S 17146 17149 16862 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161015726 937431040 16858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 27.9928
CPU time (s): 27.7468
CPU user time (s): 27.5988
CPU system time (s): 0.147977
CPU usage (%): 99.1213
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.5988
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23494
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= 1395
involuntary context switches= 1040

runsolver used 0.027995 s user time and 0.087986 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Sat Jan  6 23:29:32 UTC 2007


IDJOB= 197718
IDBENCH= 3509
FILE ID= node62/197718-1168126164

PBS_JOBID= 3477622

Free space on /tmp= 66551 MiB

BENCH NAME= HOME/pub/bench/CPAI06/cril/cril-6_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/197718-1168126164/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-197718-1168126164 -o ROOT/results/node62/solver-197718-1168126164 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/197718-1168126164/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f8d39e5bdce05fe09513769763e88957

RANDOM SEED= 565549011

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.259
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.259
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:       1855432 kB
Buffers:         19856 kB
Cached:         113016 kB
SwapCached:          0 kB
Active:          89268 kB
Inactive:        63636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1964 kB
Writeback:           0 kB
Mapped:          30228 kB
Slab:            33340 kB
Committed_AS:  3070816 kB
PageTables:       1684 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= 66550 MiB



End job on node62 on Sat Jan  6 23:30:15 UTC 2007