Trace number 224009

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 ACSAT 14.9237 15.0254

DiagnosticValue
CHECKS96691116
NODES85097

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-5_ext.xml
MD5SUMe87527d3d9cb650583ee9e0c941502a5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.9663
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
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.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/224009-1168080483/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.41	       =>  wckTime=0.102  cpuTime=0.1  mem=6M951
0.41	   
0.41	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.61	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.61	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2  maxDegree=15  maxArity=2
0.61	       =>  wckTime=0.308  cpuTime=0.25  mem=13M942
0.65	   
0.65	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.506  cpuTime=0.37  mem=13M749
0.82	   
0.82	   preprocessing
0.82	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.82	     detectedInconsistency=no
0.82	       =>  wckTime=0.0030  cpuTime=0.0  mem=13M749
0.87	   
0.87	   search
0.87	     run=0  nbConstraintChecks=31050  nbPropagations=623  nbRevisions=4147  nbUselessRevisions=2997  nbAssignments=30
0.87	     nbFailedAssignments=12  nbBacktracks=10  nbVisitedNodes=50  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.055  cpuTime=0.03  mem=14M724
0.89	   
0.89	   search
0.89	     run=1  nbConstraintChecks=69438  nbPropagations=1928  nbRevisions=13264  nbUselessRevisions=9586  nbAssignments=65
0.89	     nbFailedAssignments=23  nbBacktracks=26  nbVisitedNodes=103  nbRestartNogoods=3  mapSize=20  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.073  cpuTime=0.05  mem=14M724
0.91	   
0.91	   search
0.91	     run=2  nbConstraintChecks=122493  nbPropagations=4244  nbRevisions=30150  nbUselessRevisions=21712
0.91	     nbAssignments=121  nbFailedAssignments=51  nbBacktracks=48  nbVisitedNodes=200  nbRestartNogoods=6  mapSize=39
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.093  cpuTime=0.06  mem=14M724
0.93	   
0.93	   search
0.93	     run=3  nbConstraintChecks=188039  nbPropagations=7747  nbRevisions=55762  nbUselessRevisions=39849
0.93	     nbAssignments=178  nbFailedAssignments=70  nbBacktracks=81  nbVisitedNodes=292  nbRestartNogoods=7  mapSize=63
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.111  cpuTime=0.07  mem=14M724
0.95	   
0.95	   search
0.95	     run=4  nbConstraintChecks=309862  nbPropagations=13634  nbRevisions=99879  nbUselessRevisions=70731
0.95	     nbAssignments=295  nbFailedAssignments=130  nbBacktracks=132  nbVisitedNodes=501  nbRestartNogoods=12  mapSize=105
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.14  cpuTime=0.1  mem=14M724
0.99	   
0.99	   search
0.99	     run=5  nbConstraintChecks=493171  nbPropagations=22981  nbRevisions=170282  nbUselessRevisions=119618
0.99	     nbAssignments=455  nbFailedAssignments=208  nbBacktracks=208  nbVisitedNodes=791  nbRestartNogoods=17  mapSize=170
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.174  cpuTime=0.13  mem=14M724
1.04	   
1.04	   search
1.04	     run=6  nbConstraintChecks=735276  nbPropagations=37231  nbRevisions=278209  nbUselessRevisions=195010
1.04	     nbAssignments=687  nbFailedAssignments=321  nbBacktracks=321  nbVisitedNodes=1206  nbRestartNogoods=21  mapSize=270
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.224  cpuTime=0.17  mem=14M724
1.11	   
1.11	   search
1.11	     run=7  nbConstraintChecks=1157825  nbPropagations=58945  nbRevisions=444748  nbUselessRevisions=310654
1.11	     nbAssignments=1025  nbFailedAssignments=483  nbBacktracks=493  nbVisitedNodes=1813  nbRestartNogoods=30
1.11	     mapSize=429  nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.298  cpuTime=0.25  mem=14M724
1.23	   
1.23	   search
1.23	     run=8  nbConstraintChecks=1722406  nbPropagations=92225  nbRevisions=696566  nbUselessRevisions=484980
1.23	     nbAssignments=1543  nbFailedAssignments=737  nbBacktracks=750  nbVisitedNodes=2750  nbRestartNogoods=36
1.23	     mapSize=651  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.418  cpuTime=0.35  mem=14M724
1.38	   
1.38	   search
1.38	     run=9  nbConstraintChecks=2584775  nbPropagations=141800  nbRevisions=1076252  nbUselessRevisions=748835
1.38	     nbAssignments=2315  nbFailedAssignments=1115  nbBacktracks=1136  nbVisitedNodes=4142  nbRestartNogoods=41
1.38	     mapSize=992  nbInferences=0  nbTooLargeKeys=0
1.38	       =>  wckTime=0.564  cpuTime=0.48  mem=14M724
1.38	   
1.38	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=14M724)
1.57	   
1.57	   search
1.57	     run=10  nbConstraintChecks=3824035  nbPropagations=214637  nbRevisions=1634672  nbUselessRevisions=1136307
1.57	     nbAssignments=3399  nbFailedAssignments=1617  nbBacktracks=1712  nbVisitedNodes=6075  nbRestartNogoods=48
1.57	       =>  wckTime=0.76  cpuTime=0.67  mem=14M724
1.82	   
1.82	   search
1.82	     run=11  nbConstraintChecks=5500571  nbPropagations=320505  nbRevisions=2444309  nbUselessRevisions=1698203
1.82	     nbAssignments=4990  nbFailedAssignments=2337  nbBacktracks=2577  nbVisitedNodes=8914  nbRestartNogoods=55
1.82	       =>  wckTime=1.009  cpuTime=0.92  mem=14M724
2.23	   
2.23	   search
2.23	     run=12  nbConstraintChecks=8227440  nbPropagations=478519  nbRevisions=3667844  nbUselessRevisions=2550790
2.23	     nbAssignments=7431  nbFailedAssignments=3475  nbBacktracks=3874  nbVisitedNodes=13273  nbRestartNogoods=64
2.23	       =>  wckTime=1.411  cpuTime=1.32  mem=14M724
2.83	   
2.83	   search
2.83	     run=13  nbConstraintChecks=12381888  nbPropagations=714554  nbRevisions=5497327  nbUselessRevisions=3824611
2.83	     nbAssignments=11123  nbFailedAssignments=5213  nbBacktracks=5820  nbVisitedNodes=19913  nbRestartNogoods=73
2.83	       =>  wckTime=2.011  cpuTime=1.92  mem=14M724
3.65	   
3.65	   search
3.65	     run=14  nbConstraintChecks=17799065  nbPropagations=1062787  nbRevisions=8160035  nbUselessRevisions=5676945
3.65	     nbAssignments=16451  nbFailedAssignments=7616  nbBacktracks=8740  nbVisitedNodes=29342  nbRestartNogoods=79
3.65	       =>  wckTime=2.838  cpuTime=2.74  mem=14M724
4.99	   
4.99	   search
4.99	     run=15  nbConstraintChecks=27229311  nbPropagations=1583092  nbRevisions=12182166  nbUselessRevisions=8474417
4.99	     nbAssignments=24614  nbFailedAssignments=11391  nbBacktracks=13119  nbVisitedNodes=43829  nbRestartNogoods=88
4.99	       =>  wckTime=4.179  cpuTime=4.08  mem=14M724
6.91	   
6.91	   search
6.91	     run=16  nbConstraintChecks=40109015  nbPropagations=2362007  nbRevisions=18154379  nbUselessRevisions=12625173
6.91	     nbAssignments=36820  nbFailedAssignments=17023  nbBacktracks=19687  nbVisitedNodes=65650  nbRestartNogoods=108
6.91	       =>  wckTime=6.095  cpuTime=5.98  mem=14M724
9.87	   
9.87	   search
9.87	     run=17  nbConstraintChecks=60730809  nbPropagations=3528007  nbRevisions=27136129  nbUselessRevisions=18873345
9.87	     nbAssignments=54625  nbFailedAssignments=24967  nbBacktracks=29540  nbVisitedNodes=97310  nbRestartNogoods=120
9.87	       =>  wckTime=9.054  cpuTime=8.93  mem=14M724
14.53	   
14.53	   search
14.53	     run=18  nbConstraintChecks=93554375  nbPropagations=5290379  nbRevisions=40793738  nbUselessRevisions=28377468
14.53	     nbAssignments=82151  nbFailedAssignments=37708  nbBacktracks=44319  nbVisitedNodes=146270  nbRestartNogoods=135
14.53	       =>  wckTime=13.711  cpuTime=13.56  mem=14M724
14.99	   
14.99	   search
14.99	     run=19  nbConstraintChecks=96691116  nbPropagations=7114148  nbRevisions=54912692  nbUselessRevisions=38201942
14.99	     nbAssignments=85097  nbFailedAssignments=38962  nbBacktracks=45971  nbVisitedNodes=151411  nbRestartNogoods=151
14.99	       =>  wckTime=14.179  cpuTime=14.02  mem=14M724
14.99	   
14.99	   global
14.99	     nbConstraintChecks=96691116  nbPropagations=7114188  nbRevisions=54912692  nbUselessRevisions=38201942
15.00	     nbRestartNogoods=151  solvingWckTime=14.18  solvingCpuTime=14.03  expiredTime=no  totalExploration=no
15.00	     nbFoundSolutions=1  globalCpuTime=14.45
15.00	       =>  wckTime=14.688  cpuTime=14.4  mem=14M724
15.00	   
15.00	s SATISFIABLE
15.00	v 9 15 0 21 21 9 15 0 7 17 4 4 0 17 16 15 23 21 24 12 1 6 8 22 23 2 21 24 8 10 23 17 0 3 10 5 19 17 24 1 
15.00	d NODES 85097
15.00	d CHECKS 96691116
15.00	   
15.00	   totalWckTime=14.769  totalCpuTime=14.45

Verifier Data (download as text)

OK

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-224009-1168080483 -o ROOT/results/node62/solver-224009-1168080483 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224009-1168080483/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.61 1.11 1.51 4/73 4261
/proc/meminfo: memFree=1127488/2055920 swapFree=4192812/4192956
[pid=4260] ppid=4255 vsize=172 CPUtime=0
/proc/4260/stat : 4260 (java) R 4255 4260 4151 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 156446385 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 8106283 0 0 4096 0 0 0 0 17 0 0 0
/proc/4260/statm: 43 24 18 14 0 3 0

[startup+0.108403 s]
/proc/loadavg: 0.61 1.11 1.51 4/73 4261
/proc/meminfo: memFree=1127488/2055920 swapFree=4192812/4192956
[pid=4260] ppid=4255 vsize=914988 CPUtime=0.09
/proc/4260/stat : 4260 (java) R 4255 4260 4151 0 -1 0 3074 0 1 0 8 1 0 0 24 0 8 0 156446385 936947712 2820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154020517 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4260/statm: 228747 2820 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.520479 s]
/proc/loadavg: 0.61 1.11 1.51 4/73 4261
/proc/meminfo: memFree=1127488/2055920 swapFree=4192812/4192956
[pid=4260] ppid=4255 vsize=915328 CPUtime=0.5
/proc/4260/stat : 4260 (java) R 4255 4260 4151 0 -1 0 7325 0 1 0 46 4 0 0 18 0 8 0 156446385 937295872 7064 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072924428 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4260/statm: 228832 7064 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.34264 s]
/proc/loadavg: 0.61 1.11 1.51 3/87 4275
/proc/meminfo: memFree=1080400/2055920 swapFree=4192812/4192956
[pid=4260] ppid=4255 vsize=916476 CPUtime=1.32
/proc/4260/stat : 4260 (java) R 4255 4260 4151 0 -1 0 8643 0 1 0 126 6 0 0 23 0 8 0 156446385 938471424 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918501 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4260/statm: 229119 8381 2513 14 0 215589 0
[pid=4260/tid=4263] ppid=4255 vsize=916476 CPUtime=0.03
/proc/4260/task/4263/stat : 4263 (java) S 4255 4260 4151 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 156446389 938471424 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4260/tid=4266] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4266/stat : 4266 (java) S 4255 4260 4151 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156446389 938471424 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4260/tid=4267] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4267/stat : 4267 (java) S 4255 4260 4151 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156446389 938471424 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4260/tid=4268] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4268/stat : 4268 (java) S 4255 4260 4151 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156446392 938471424 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4260/tid=4269] ppid=4255 vsize=916476 CPUtime=0.22
/proc/4260/task/4269/stat : 4269 (java) S 4255 4260 4151 0 -1 64 381 0 0 0 21 1 0 0 16 0 8 0 156446392 938471424 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4260/tid=4270] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4270/stat : 4270 (java) S 4255 4260 4151 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156446392 938471424 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4260/tid=4273] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4273/stat : 4273 (java) S 4255 4260 4151 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156446392 938471424 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 916476

[startup+2.97996 s]
/proc/loadavg: 0.72 1.12 1.52 4/87 4275
/proc/meminfo: memFree=1080272/2055920 swapFree=4192812/4192956
[pid=4260] ppid=4255 vsize=916476 CPUtime=2.95
/proc/4260/stat : 4260 (java) R 4255 4260 4151 0 -1 0 8648 0 1 0 289 6 0 0 25 0 8 0 156446385 938471424 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802779 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4260/statm: 229119 8385 2513 14 0 215589 0
[pid=4260/tid=4263] ppid=4255 vsize=916476 CPUtime=0.03
/proc/4260/task/4263/stat : 4263 (java) S 4255 4260 4151 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 156446389 938471424 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4260/tid=4266] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4266/stat : 4266 (java) S 4255 4260 4151 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156446389 938471424 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4260/tid=4267] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4267/stat : 4267 (java) S 4255 4260 4151 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156446389 938471424 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4260/tid=4268] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4268/stat : 4268 (java) S 4255 4260 4151 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156446392 938471424 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4260/tid=4269] ppid=4255 vsize=916476 CPUtime=0.22
/proc/4260/task/4269/stat : 4269 (java) S 4255 4260 4151 0 -1 64 385 0 0 0 21 1 0 0 16 0 8 0 156446392 938471424 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4260/tid=4270] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4270/stat : 4270 (java) S 4255 4260 4151 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156446392 938471424 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4260/tid=4273] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4273/stat : 4273 (java) S 4255 4260 4151 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156446392 938471424 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 916476

[startup+6.27761 s]
/proc/loadavg: 0.72 1.12 1.52 3/87 4275
/proc/meminfo: memFree=1080080/2055920 swapFree=4192812/4192956
[pid=4260] ppid=4255 vsize=916476 CPUtime=6.23
/proc/4260/stat : 4260 (java) R 4255 4260 4151 0 -1 0 8650 0 1 0 617 6 0 0 25 0 8 0 156446385 938471424 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073778795 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4260/statm: 229119 8386 2513 14 0 215589 0
[pid=4260/tid=4263] ppid=4255 vsize=916476 CPUtime=0.03
/proc/4260/task/4263/stat : 4263 (java) S 4255 4260 4151 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 156446389 938471424 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4260/tid=4266] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4266/stat : 4266 (java) S 4255 4260 4151 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156446389 938471424 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4260/tid=4267] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4267/stat : 4267 (java) S 4255 4260 4151 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156446389 938471424 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4260/tid=4268] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4268/stat : 4268 (java) S 4255 4260 4151 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156446392 938471424 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4260/tid=4269] ppid=4255 vsize=916476 CPUtime=0.23
/proc/4260/task/4269/stat : 4269 (java) S 4255 4260 4151 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 156446392 938471424 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4260/tid=4270] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4270/stat : 4270 (java) S 4255 4260 4151 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156446392 938471424 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4260/tid=4273] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4273/stat : 4273 (java) S 4255 4260 4151 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156446392 938471424 8386 18446744073709551615 134512640 134570532 4294956480 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) 916476

[startup+12.7519 s]
/proc/loadavg: 0.91 1.15 1.52 3/87 4275
/proc/meminfo: memFree=1080088/2055920 swapFree=4192812/4192956
[pid=4260] ppid=4255 vsize=916476 CPUtime=12.67
/proc/4260/stat : 4260 (java) R 4255 4260 4151 0 -1 0 8650 0 1 0 1261 6 0 0 25 0 8 0 156446385 938471424 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073786954 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4260/statm: 229119 8386 2513 14 0 215589 0
[pid=4260/tid=4263] ppid=4255 vsize=916476 CPUtime=0.03
/proc/4260/task/4263/stat : 4263 (java) S 4255 4260 4151 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 156446389 938471424 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4260/tid=4266] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4266/stat : 4266 (java) S 4255 4260 4151 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156446389 938471424 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4260/tid=4267] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4267/stat : 4267 (java) S 4255 4260 4151 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156446389 938471424 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4260/tid=4268] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4268/stat : 4268 (java) S 4255 4260 4151 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156446392 938471424 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4260/tid=4269] ppid=4255 vsize=916476 CPUtime=0.23
/proc/4260/task/4269/stat : 4269 (java) S 4255 4260 4151 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 156446392 938471424 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4260/tid=4270] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4270/stat : 4270 (java) S 4255 4260 4151 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156446392 938471424 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4260/tid=4273] ppid=4255 vsize=916476 CPUtime=0
/proc/4260/task/4273/stat : 4273 (java) S 4255 4260 4151 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156446392 938471424 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 916476

Child status: 0
Real time (s): 15.0254
CPU time (s): 14.9237
CPU user time (s): 14.8507
CPU system time (s): 0.072988
CPU usage (%): 99.3233
Max. virtual memory (cumulated for all children) (KiB): 916476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.8507
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8732
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= 1369
involuntary context switches= 1780

runsolver used 0.017997 s user time and 0.05999 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Sat Jan  6 10:48:04 UTC 2007


IDJOB= 224009
IDBENCH= 5700
FILE ID= node62/224009-1168080483

PBS_JOBID= 3476165

Free space on /tmp= 66548 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-5_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224009-1168080483/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-224009-1168080483 -o ROOT/results/node62/solver-224009-1168080483 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224009-1168080483/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  e87527d3d9cb650583ee9e0c941502a5

RANDOM SEED= 706373314

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:       1128904 kB
Buffers:         59576 kB
Cached:         769276 kB
SwapCached:          0 kB
Active:         126816 kB
Inactive:       722028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1128904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4248 kB
Writeback:           0 kB
Mapped:          30184 kB
Slab:            63848 kB
Committed_AS:  2883800 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= 66548 MiB



End job on node62 on Sat Jan  6 10:48:22 UTC 2007