Trace number 228126

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 ACUNSAT 18.1322 18.1918

DiagnosticValue
CHECKS81501286
NODES91689

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-67_ext.xml
MD5SUMa20da04848645b83f1d5facd570e22fc
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.31434
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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/228126-1168080852/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11
0.39	       =>  wckTime=0.095  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.58	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.58	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8198  maxDegree=27
0.58	     maxArity=2
0.58	       =>  wckTime=0.284  cpuTime=0.21  mem=10M852
0.62	   
0.62	   solver IterativeSystematicSolver being built... 
0.77	       =>  wckTime=0.472  cpuTime=0.35  mem=13M696
0.78	   
0.78	   preprocessing
0.78	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.78	     detectedInconsistency=no
0.78	       =>  wckTime=0.0070  cpuTime=0.0  mem=13M696
0.82	   
0.82	   search
0.82	     run=0  nbConstraintChecks=21778  nbPropagations=485  nbRevisions=5063  nbUselessRevisions=4160  nbAssignments=26
0.82	     nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=41  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.82	     nbTooLargeKeys=0
0.82	       =>  wckTime=0.046  cpuTime=0.03  mem=14M671
0.84	   
0.84	   search
0.84	     run=1  nbConstraintChecks=47357  nbPropagations=1483  nbRevisions=16314  nbUselessRevisions=13457  nbAssignments=56
0.84	     nbFailedAssignments=17  nbBacktracks=25  nbVisitedNodes=88  nbRestartNogoods=3  mapSize=23  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.068  cpuTime=0.04  mem=14M671
0.86	   
0.86	   search
0.86	     run=2  nbConstraintChecks=80801  nbPropagations=3133  nbRevisions=35541  nbUselessRevisions=29116  nbAssignments=98
0.86	     nbFailedAssignments=29  nbBacktracks=51  nbVisitedNodes=156  nbRestartNogoods=5  mapSize=43  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.087  cpuTime=0.05  mem=14M671
0.88	   
0.88	   search
0.88	     run=3  nbConstraintChecks=142426  nbPropagations=5919  nbRevisions=70673  nbUselessRevisions=57728
0.88	     nbAssignments=164  nbFailedAssignments=52  nbBacktracks=88  nbVisitedNodes=267  nbRestartNogoods=6  mapSize=75
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.105  cpuTime=0.07  mem=14M671
0.90	   
0.90	   search
0.90	     run=4  nbConstraintChecks=211312  nbPropagations=10056  nbRevisions=124925  nbUselessRevisions=102322
0.90	     nbAssignments=253  nbFailedAssignments=83  nbBacktracks=139  nbVisitedNodes=416  nbRestartNogoods=8  mapSize=118
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.126  cpuTime=0.09  mem=14M671
0.93	   
0.93	   search
0.93	     run=5  nbConstraintChecks=311217  nbPropagations=16063  nbRevisions=205503  nbUselessRevisions=168401
0.93	     nbAssignments=378  nbFailedAssignments=126  nbBacktracks=214  nbVisitedNodes=628  nbRestartNogoods=11  mapSize=184
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.158  cpuTime=0.12  mem=14M671
0.98	   
0.98	   search
0.98	     run=6  nbConstraintChecks=479852  nbPropagations=25013  nbRevisions=329457  nbUselessRevisions=269929
0.98	     nbAssignments=558  nbFailedAssignments=187  nbBacktracks=327  nbVisitedNodes=932  nbRestartNogoods=15  mapSize=276
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.203  cpuTime=0.16  mem=14M671
1.04	   
1.04	   search
1.04	     run=7  nbConstraintChecks=723625  nbPropagations=38279  nbRevisions=517269  nbUselessRevisions=424029
1.04	     nbAssignments=837  nbFailedAssignments=283  nbBacktracks=506  nbVisitedNodes=1409  nbRestartNogoods=21  mapSize=421
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.266  cpuTime=0.22  mem=14M671
1.13	   
1.13	   search
1.13	     run=8  nbConstraintChecks=1055365  nbPropagations=57578  nbRevisions=791680  nbUselessRevisions=649213
1.13	     nbAssignments=1232  nbFailedAssignments=416  nbBacktracks=762  nbVisitedNodes=2074  nbRestartNogoods=24
1.13	     mapSize=631  nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.358  cpuTime=0.31  mem=14M671
1.27	   
1.27	   search
1.27	     run=9  nbConstraintChecks=1571279  nbPropagations=85910  nbRevisions=1199273  nbUselessRevisions=983605
1.27	     nbAssignments=1811  nbFailedAssignments=605  nbBacktracks=1146  nbVisitedNodes=3066  nbRestartNogoods=27
1.27	     mapSize=952  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.497  cpuTime=0.43  mem=14M671
1.31	   
1.31	   INFO : Stopping hyperNogood (mapSize=1044, nbTooLargekeys=0, mem=14M671)
1.45	   
1.45	   search
1.45	     run=10  nbConstraintChecks=2382885  nbPropagations=128554  nbRevisions=1815885  nbUselessRevisions=1489309
1.45	     nbAssignments=2725  nbFailedAssignments=937  nbBacktracks=1724  nbVisitedNodes=4614  nbRestartNogoods=32
1.45	       =>  wckTime=0.675  cpuTime=0.59  mem=14M671
1.68	   
1.68	   search
1.68	     run=11  nbConstraintChecks=3517937  nbPropagations=191113  nbRevisions=2722002  nbUselessRevisions=2231729
1.68	     nbAssignments=4012  nbFailedAssignments=1355  nbBacktracks=2589  nbVisitedNodes=6768  nbRestartNogoods=38
1.68	       =>  wckTime=0.904  cpuTime=0.82  mem=14M671
2.04	   
2.04	   search
2.04	     run=12  nbConstraintChecks=5341645  nbPropagations=285557  nbRevisions=4112527  nbUselessRevisions=3376635
2.04	     nbAssignments=6015  nbFailedAssignments=2057  nbBacktracks=3886  nbVisitedNodes=10195  nbRestartNogoods=45
2.04	       =>  wckTime=1.267  cpuTime=1.18  mem=14M671
2.56	   
2.56	   search
2.56	     run=13  nbConstraintChecks=7800291  nbPropagations=423970  nbRevisions=6144133  nbUselessRevisions=5049122
2.56	     nbAssignments=8924  nbFailedAssignments=3013  nbBacktracks=5834  nbVisitedNodes=15067  nbRestartNogoods=52
2.56	       =>  wckTime=1.786  cpuTime=1.7  mem=14M671
3.42	   
3.42	   search
3.42	     run=14  nbConstraintChecks=11855552  nbPropagations=632742  nbRevisions=9199403  nbUselessRevisions=7560630
3.42	     nbAssignments=13367  nbFailedAssignments=4531  nbBacktracks=8753  nbVisitedNodes=22559  nbRestartNogoods=58
3.42	       =>  wckTime=2.645  cpuTime=2.55  mem=14M671
4.58	   
4.58	   search
4.58	     run=15  nbConstraintChecks=17171906  nbPropagations=938880  nbRevisions=13671900  nbUselessRevisions=11244328
4.58	     nbAssignments=19885  nbFailedAssignments=6663  nbBacktracks=13132  nbVisitedNodes=33468  nbRestartNogoods=68
4.58	       =>  wckTime=3.804  cpuTime=3.71  mem=14M671
6.44	   
6.44	   search
6.44	     run=16  nbConstraintChecks=25875893  nbPropagations=1398082  nbRevisions=20411135  nbUselessRevisions=16801823
6.44	     nbAssignments=29948  nbFailedAssignments=10150  nbBacktracks=19702  nbVisitedNodes=50455  nbRestartNogoods=77
6.44	       =>  wckTime=5.664  cpuTime=5.57  mem=14M671
9.16	   
9.16	   search
9.16	     run=17  nbConstraintChecks=38551940  nbPropagations=2082841  nbRevisions=30495586  nbUselessRevisions=25126498
9.16	     nbAssignments=44668  nbFailedAssignments=15009  nbBacktracks=29556  nbVisitedNodes=75199  nbRestartNogoods=86
9.16	       =>  wckTime=8.383  cpuTime=8.29  mem=14M671
13.40	   
13.40	   search
13.40	     run=18  nbConstraintChecks=58767304  nbPropagations=3118113  nbRevisions=45764994  nbUselessRevisions=37720886
13.40	     nbAssignments=67019  nbFailedAssignments=22575  nbBacktracks=44337  nbVisitedNodes=112998  nbRestartNogoods=94
13.40	       =>  wckTime=12.624  cpuTime=12.53  mem=14M671
18.15	   
18.15	   search
18.15	     run=19  nbConstraintChecks=81501286  nbPropagations=4544162  nbRevisions=66839138  nbUselessRevisions=55099864
18.15	     nbAssignments=91689  nbFailedAssignments=31127  nbBacktracks=60456  nbVisitedNodes=154780  nbRestartNogoods=100
18.15	       =>  wckTime=17.372  cpuTime=17.27  mem=14M671
18.15	   
18.15	   global
18.15	     nbConstraintChecks=81501286  nbPropagations=4544202  nbRevisions=66839138  nbUselessRevisions=55099864
18.15	     nbRestartNogoods=100  solvingWckTime=17.373  solvingCpuTime=17.28  expiredTime=no  totalExploration=yes
18.15	     nbFoundSolutions=0  globalCpuTime=17.67
18.15	       =>  wckTime=17.848  cpuTime=17.63  mem=14M671
18.15	   
18.15	s UNSATISFIABLE
18.15	d NODES 91689
18.15	d CHECKS 81501286
18.15	   
18.15	   totalWckTime=17.923  totalCpuTime=17.67

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/node15/watcher-228126-1168080852 -o ROOT/results/node15/solver-228126-1168080852 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/228126-1168080852/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.43 1.11 1.60 1/81 15972
/proc/meminfo: memFree=1003344/2055920 swapFree=4174172/4192956
[pid=15971] ppid=15969 vsize=1592 CPUtime=0
/proc/15971/stat : 15971 (java) R 15969 15971 14943 0 -1 0 306 0 0 0 0 0 0 0 20 0 1 0 156481100 1630208 101 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7949093 0 0 4096 0 0 0 0 17 1 0 0
/proc/15971/statm: 446 110 86 14 0 91 0

[startup+0.102529 s]
/proc/loadavg: 0.43 1.11 1.60 1/81 15972
/proc/meminfo: memFree=1003344/2055920 swapFree=4174172/4192956
[pid=15971] ppid=15969 vsize=916012 CPUtime=0.08
/proc/15971/stat : 15971 (java) R 15969 15971 14943 0 -1 0 3005 0 1 0 7 1 0 0 16 0 8 0 156481100 937996288 2751 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15971/statm: 229003 2752 1430 14 0 215498 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 916012

[startup+0.510594 s]
/proc/loadavg: 0.43 1.11 1.60 1/81 15972
/proc/meminfo: memFree=1003344/2055920 swapFree=4174172/4192956
[pid=15971] ppid=15969 vsize=916352 CPUtime=0.48
/proc/15971/stat : 15971 (java) R 15969 15971 14943 0 -1 0 6537 0 1 0 44 4 0 0 16 0 8 0 156481100 938344448 6276 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073645995 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15971/statm: 229088 6276 2138 14 0 215558 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 916352

[startup+1.33174 s]
/proc/loadavg: 0.43 1.11 1.60 2/88 15979
/proc/meminfo: memFree=980120/2055920 swapFree=4174172/4192956
[pid=15971] ppid=15969 vsize=916480 CPUtime=1.3
/proc/15971/stat : 15971 (java) R 15969 15971 14943 0 -1 0 8582 0 1 0 124 6 0 0 17 0 8 0 156481100 938475520 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073815600 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15971/statm: 229120 8320 2513 14 0 215590 0
[pid=15971/tid=15973] ppid=15969 vsize=916480 CPUtime=0.02
/proc/15971/task/15973/stat : 15973 (java) S 15969 15971 14943 0 -1 64 229 0 0 0 2 0 0 0 16 0 8 0 156481103 938475520 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15971/tid=15974] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15974/stat : 15974 (java) S 15969 15971 14943 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156481104 938475520 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15971/tid=15975] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15975/stat : 15975 (java) S 15969 15971 14943 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156481104 938475520 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15971/tid=15976] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15976/stat : 15976 (java) S 15969 15971 14943 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156481107 938475520 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15971/tid=15977] ppid=15969 vsize=916480 CPUtime=0.2
/proc/15971/task/15977/stat : 15977 (java) S 15969 15971 14943 0 -1 64 386 0 0 0 20 0 0 0 16 0 8 0 156481107 938475520 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15971/tid=15978] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15978/stat : 15978 (java) S 15969 15971 14943 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156481107 938475520 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15971/tid=15979] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15979/stat : 15979 (java) S 15969 15971 14943 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156481107 938475520 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 916480

[startup+2.96902 s]
/proc/loadavg: 0.43 1.11 1.60 2/88 15979
/proc/meminfo: memFree=979928/2055920 swapFree=4174172/4192956
[pid=15971] ppid=15969 vsize=916480 CPUtime=2.93
/proc/15971/stat : 15971 (java) R 15969 15971 14943 0 -1 0 8597 0 1 0 287 6 0 0 18 0 8 0 156481100 938475520 8334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073797793 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15971/statm: 229120 8334 2513 14 0 215590 0
[pid=15971/tid=15973] ppid=15969 vsize=916480 CPUtime=0.02
/proc/15971/task/15973/stat : 15973 (java) S 15969 15971 14943 0 -1 64 229 0 0 0 2 0 0 0 16 0 8 0 156481103 938475520 8334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15971/tid=15974] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15974/stat : 15974 (java) S 15969 15971 14943 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156481104 938475520 8334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15971/tid=15975] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15975/stat : 15975 (java) S 15969 15971 14943 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156481104 938475520 8334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15971/tid=15976] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15976/stat : 15976 (java) S 15969 15971 14943 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156481107 938475520 8334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15971/tid=15977] ppid=15969 vsize=916480 CPUtime=0.21
/proc/15971/task/15977/stat : 15977 (java) S 15969 15971 14943 0 -1 64 391 0 0 0 21 0 0 0 16 0 8 0 156481107 938475520 8334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15971/tid=15978] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15978/stat : 15978 (java) S 15969 15971 14943 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156481107 938475520 8334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15971/tid=15979] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15979/stat : 15979 (java) S 15969 15971 14943 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156481107 938475520 8334 18446744073709551615 134512640 134570532 4294956464 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) 916480

[startup+6.26358 s]
/proc/loadavg: 0.48 1.11 1.59 2/88 15979
/proc/meminfo: memFree=979800/2055920 swapFree=4174172/4192956
[pid=15971] ppid=15969 vsize=916480 CPUtime=6.23
/proc/15971/stat : 15971 (java) R 15969 15971 14943 0 -1 0 8603 0 1 0 617 6 0 0 25 0 8 0 156481100 938475520 8339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073797387 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15971/statm: 229120 8339 2513 14 0 215590 0
[pid=15971/tid=15973] ppid=15969 vsize=916480 CPUtime=0.02
/proc/15971/task/15973/stat : 15973 (java) S 15969 15971 14943 0 -1 64 229 0 0 0 2 0 0 0 16 0 8 0 156481103 938475520 8339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15971/tid=15974] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15974/stat : 15974 (java) S 15969 15971 14943 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156481104 938475520 8339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15971/tid=15975] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15975/stat : 15975 (java) S 15969 15971 14943 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156481104 938475520 8339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15971/tid=15976] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15976/stat : 15976 (java) S 15969 15971 14943 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156481107 938475520 8339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15971/tid=15977] ppid=15969 vsize=916480 CPUtime=0.21
/proc/15971/task/15977/stat : 15977 (java) S 15969 15971 14943 0 -1 64 391 0 0 0 21 0 0 0 16 0 8 0 156481107 938475520 8339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15971/tid=15978] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15978/stat : 15978 (java) S 15969 15971 14943 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156481107 938475520 8339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15971/tid=15979] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15979/stat : 15979 (java) S 15969 15971 14943 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156481107 938475520 8339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 916480

[startup+12.7357 s]
/proc/loadavg: 0.52 1.10 1.59 2/88 15979
/proc/meminfo: memFree=979800/2055920 swapFree=4174172/4192956
[pid=15971] ppid=15969 vsize=916480 CPUtime=12.69
/proc/15971/stat : 15971 (java) R 15969 15971 14943 0 -1 0 8608 0 1 0 1263 6 0 0 25 0 8 0 156481100 938475520 8344 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073819542 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15971/statm: 229120 8344 2513 14 0 215590 0
[pid=15971/tid=15973] ppid=15969 vsize=916480 CPUtime=0.02
/proc/15971/task/15973/stat : 15973 (java) S 15969 15971 14943 0 -1 64 229 0 0 0 2 0 0 0 16 0 8 0 156481103 938475520 8344 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15971/tid=15974] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15974/stat : 15974 (java) S 15969 15971 14943 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156481104 938475520 8344 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15971/tid=15975] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15975/stat : 15975 (java) S 15969 15971 14943 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156481104 938475520 8344 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15971/tid=15976] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15976/stat : 15976 (java) S 15969 15971 14943 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156481107 938475520 8344 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15971/tid=15977] ppid=15969 vsize=916480 CPUtime=0.21
/proc/15971/task/15977/stat : 15977 (java) S 15969 15971 14943 0 -1 64 391 0 0 0 21 0 0 0 16 0 8 0 156481107 938475520 8344 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15971/tid=15978] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15978/stat : 15978 (java) S 15969 15971 14943 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156481107 938475520 8344 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15971/tid=15979] ppid=15969 vsize=916480 CPUtime=0
/proc/15971/task/15979/stat : 15979 (java) S 15969 15971 14943 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156481107 938475520 8344 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 916480

Child status: 0
Real time (s): 18.1918
CPU time (s): 18.1322
CPU user time (s): 18.0583
CPU system time (s): 0.073988
CPU usage (%): 99.6726
Max. virtual memory (cumulated for all children) (KiB): 916480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.0583
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8702
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= 1173
involuntary context switches= 598

runsolver used 0.020996 s user time and 0.056991 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Sat Jan  6 10:54:16 UTC 2007


IDJOB= 228126
IDBENCH= 6154
FILE ID= node15/228126-1168080852

PBS_JOBID= 3475801

Free space on /tmp= 66283 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  a20da04848645b83f1d5facd570e22fc

RANDOM SEED= 188602014

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.276
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.276
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:       1002224 kB
Buffers:         85488 kB
Cached:         827696 kB
SwapCached:       7128 kB
Active:         355140 kB
Inactive:       595268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1002224 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:          45828 kB
Slab:            88200 kB
Committed_AS:  4170768 kB
PageTables:       2224 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= 66285 MiB



End job on node15 on Sat Jan  6 10:54:44 UTC 2007