Trace number 223829

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 11.0943 11.1603

DiagnosticValue
CHECKS83848818
NODES54368

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-57_ext.xml
MD5SUM55bc74fe7a83ba25e257573c1718d9d5
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.92925
SatisfiableNO
(Un)Satisfiability was provedNO
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.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/223829-1168080467/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.38	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.38	       =>  wckTime=0.095  cpuTime=0.08  mem=6M951
0.38	   
0.38	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.58	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.58	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1  maxDegree=15  maxArity=2
0.58	       =>  wckTime=0.287  cpuTime=0.22  mem=13M943
0.61	   
0.61	   solver IterativeSystematicSolver being built... 
0.76	       =>  wckTime=0.474  cpuTime=0.33  mem=13M749
0.77	   
0.77	   preprocessing
0.77	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.77	     detectedInconsistency=no
0.77	       =>  wckTime=0.0030  cpuTime=0.0  mem=13M749
0.82	   
0.82	   search
0.82	     run=0  nbConstraintChecks=39458  nbPropagations=592  nbRevisions=4476  nbUselessRevisions=3145  nbAssignments=26
0.82	     nbFailedAssignments=10  nbBacktracks=11  nbVisitedNodes=44  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.82	     nbTooLargeKeys=0
0.82	       =>  wckTime=0.051  cpuTime=0.03  mem=14M724
0.84	   
0.84	   search
0.84	     run=1  nbConstraintChecks=99561  nbPropagations=2092  nbRevisions=16496  nbUselessRevisions=11743  nbAssignments=67
0.84	     nbFailedAssignments=31  nbBacktracks=26  nbVisitedNodes=117  nbRestartNogoods=3  mapSize=23  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.074  cpuTime=0.04  mem=14M724
0.86	   
0.86	   search
0.86	     run=2  nbConstraintChecks=171360  nbPropagations=4747  nbRevisions=37609  nbUselessRevisions=26811
0.86	     nbAssignments=115  nbFailedAssignments=51  nbBacktracks=48  nbVisitedNodes=202  nbRestartNogoods=6  mapSize=43
0.86	     nbInferences=0  nbTooLargeKeys=0
0.86	       =>  wckTime=0.093  cpuTime=0.05  mem=14M724
0.88	   
0.88	   search
0.88	     run=3  nbConstraintChecks=286049  nbPropagations=9161  nbRevisions=72609  nbUselessRevisions=51332
0.88	     nbAssignments=193  nbFailedAssignments=90  nbBacktracks=83  nbVisitedNodes=340  nbRestartNogoods=10  mapSize=71
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.114  cpuTime=0.07  mem=14M724
0.91	   
0.91	   search
0.91	     run=4  nbConstraintChecks=447740  nbPropagations=16168  nbRevisions=128958  nbUselessRevisions=90691
0.91	     nbAssignments=312  nbFailedAssignments=152  nbBacktracks=134  nbVisitedNodes=557  nbRestartNogoods=12  mapSize=120
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.143  cpuTime=0.1  mem=14M724
0.95	   
0.95	   search
0.95	     run=5  nbConstraintChecks=710827  nbPropagations=26811  nbRevisions=217339  nbUselessRevisions=152586
0.95	     nbAssignments=480  nbFailedAssignments=240  nbBacktracks=210  nbVisitedNodes=870  nbRestartNogoods=19  mapSize=192
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.18  cpuTime=0.13  mem=14M724
1.00	   
1.00	   search
1.00	     run=6  nbConstraintChecks=1085913  nbPropagations=43164  nbRevisions=352735  nbUselessRevisions=246683
1.00	     nbAssignments=730  nbFailedAssignments=374  nbBacktracks=323  nbVisitedNodes=1333  nbRestartNogoods=25  mapSize=300
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.237  cpuTime=0.19  mem=14M724
1.09	   
1.09	   search
1.09	     run=7  nbConstraintChecks=1719965  nbPropagations=68571  nbRevisions=566144  nbUselessRevisions=394541
1.09	     nbAssignments=1127  nbFailedAssignments=598  nbBacktracks=494  nbVisitedNodes=2084  nbRestartNogoods=29
1.09	     mapSize=462  nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.329  cpuTime=0.28  mem=14M724
1.22	   
1.22	   search
1.22	     run=8  nbConstraintChecks=2460227  nbPropagations=105602  nbRevisions=873665  nbUselessRevisions=606861
1.22	     nbAssignments=1640  nbFailedAssignments=849  nbBacktracks=751  nbVisitedNodes=3004  nbRestartNogoods=34
1.22	     mapSize=693  nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.451  cpuTime=0.38  mem=14M724
1.37	   
1.37	   INFO : Stopping hyperNogood (mapSize=1008, nbTooLargekeys=0, mem=14M724)
1.39	   
1.39	   search
1.39	     run=9  nbConstraintChecks=3729779  nbPropagations=161932  nbRevisions=1340866  nbUselessRevisions=928461
1.39	     nbAssignments=2421  nbFailedAssignments=1242  nbBacktracks=1137  nbVisitedNodes=4453  nbRestartNogoods=43
1.39	       =>  wckTime=0.622  cpuTime=0.55  mem=14M724
1.58	   
1.58	   search
1.58	     run=10  nbConstraintChecks=5169142  nbPropagations=241423  nbRevisions=1991190  nbUselessRevisions=1376336
1.58	     nbAssignments=3452  nbFailedAssignments=1695  nbBacktracks=1713  nbVisitedNodes=6266  nbRestartNogoods=49
1.58	       =>  wckTime=0.814  cpuTime=0.73  mem=14M724
1.92	   
1.92	   search
1.92	     run=11  nbConstraintChecks=7914583  nbPropagations=363422  nbRevisions=2997228  nbUselessRevisions=2071487
1.92	     nbAssignments=5260  nbFailedAssignments=2634  nbBacktracks=2577  nbVisitedNodes=9615  nbRestartNogoods=61
1.92	       =>  wckTime=1.156  cpuTime=1.07  mem=14M724
2.41	   
2.41	   search
2.41	     run=12  nbConstraintChecks=11885320  nbPropagations=546525  nbRevisions=4499732  nbUselessRevisions=3108438
2.41	     nbAssignments=7840  nbFailedAssignments=3913  nbBacktracks=3875  nbVisitedNodes=14325  nbRestartNogoods=72
2.41	       =>  wckTime=1.641  cpuTime=1.55  mem=14M724
3.15	   
3.15	   search
3.15	     run=13  nbConstraintChecks=18009051  nbPropagations=820840  nbRevisions=6764339  nbUselessRevisions=4671959
3.15	     nbAssignments=11805  nbFailedAssignments=5926  nbBacktracks=5822  nbVisitedNodes=21609  nbRestartNogoods=88
3.15	       =>  wckTime=2.381  cpuTime=2.29  mem=14M724
4.18	   
4.18	   search
4.18	     run=14  nbConstraintChecks=26514445  nbPropagations=1225594  nbRevisions=10105723  nbUselessRevisions=6978854
4.18	     nbAssignments=17532  nbFailedAssignments=8731  nbBacktracks=8741  nbVisitedNodes=32017  nbRestartNogoods=92
4.18	       =>  wckTime=3.419  cpuTime=3.33  mem=14M724
5.79	   
5.79	   search
5.79	     run=15  nbConstraintChecks=39653386  nbPropagations=1833103  nbRevisions=15119369  nbUselessRevisions=10439842
5.79	     nbAssignments=26190  nbFailedAssignments=13007  nbBacktracks=13120  nbVisitedNodes=47817  nbRestartNogoods=100
5.79	       =>  wckTime=5.03  cpuTime=4.94  mem=14M724
8.21	   
8.21	   search
8.21	     run=16  nbConstraintChecks=59588548  nbPropagations=2741497  nbRevisions=22612855  nbUselessRevisions=15608891
8.21	     nbAssignments=39031  nbFailedAssignments=19275  nbBacktracks=19688  nbVisitedNodes=71206  nbRestartNogoods=112
8.21	       =>  wckTime=7.445  cpuTime=7.35  mem=14M724
11.10	   
11.10	   search
11.10	     run=17  nbConstraintChecks=83848818  nbPropagations=4009272  nbRevisions=33098853  nbUselessRevisions=22841612
11.10	     nbAssignments=54368  nbFailedAssignments=26986  nbBacktracks=27315  nbVisitedNodes=99215  nbRestartNogoods=120
11.10	       =>  wckTime=10.34  cpuTime=10.24  mem=14M724
11.11	   
11.11	   global
11.11	     nbConstraintChecks=83848818  nbPropagations=4009312  nbRevisions=33098853  nbUselessRevisions=22841612
11.11	     nbRestartNogoods=120  solvingWckTime=10.341  solvingCpuTime=10.24  expiredTime=no  totalExploration=yes
11.11	     nbFoundSolutions=0  globalCpuTime=10.63
11.11	       =>  wckTime=10.818  cpuTime=10.57  mem=14M724
11.11	   
11.11	s UNSATISFIABLE
11.11	d NODES 54368
11.11	d CHECKS 83848818
11.11	   
11.11	   totalWckTime=10.894  totalCpuTime=10.64

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/node18/watcher-223829-1168080467 -o ROOT/results/node18/solver-223829-1168080467 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/223829-1168080467/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: 1.43 1.54 1.69 4/93 26446
/proc/meminfo: memFree=1057048/2055920 swapFree=4192812/4192956
[pid=26445] ppid=26443 vsize=1784 CPUtime=0
/proc/26445/stat : 26445 (java) D 26443 26445 26154 0 -1 0 374 0 0 0 0 0 0 0 18 0 1 0 156442053 1826816 163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7861028 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/26445/statm: 446 163 128 14 0 91 0

[startup+0.107701 s]
/proc/loadavg: 1.43 1.54 1.69 4/93 26446
/proc/meminfo: memFree=1057048/2055920 swapFree=4192812/4192956
[pid=26445] ppid=26443 vsize=914988 CPUtime=0.09
/proc/26445/stat : 26445 (java) R 26443 26445 26154 0 -1 0 3125 0 1 0 8 1 0 0 24 0 8 0 156442053 936947712 2872 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26445/statm: 228747 2872 1472 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.51574 s]
/proc/loadavg: 1.43 1.54 1.69 4/93 26446
/proc/meminfo: memFree=1057048/2055920 swapFree=4192812/4192956
[pid=26445] ppid=26443 vsize=915328 CPUtime=0.5
/proc/26445/stat : 26445 (java) R 26443 26445 26154 0 -1 0 7383 0 1 0 46 4 0 0 25 0 8 0 156442053 937295872 7122 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26445/statm: 228832 7122 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33682 s]
/proc/loadavg: 1.43 1.54 1.69 3/100 26453
/proc/meminfo: memFree=1033376/2055920 swapFree=4192812/4192956
[pid=26445] ppid=26443 vsize=915452 CPUtime=1.31
/proc/26445/stat : 26445 (java) R 26443 26445 26154 0 -1 0 8642 0 1 0 125 6 0 0 25 0 8 0 156442053 937422848 8380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26445/statm: 228863 8380 2513 14 0 215333 0
[pid=26445/tid=26447] ppid=26443 vsize=915452 CPUtime=0.02
/proc/26445/task/26447/stat : 26447 (java) S 26443 26445 26154 0 -1 64 244 0 0 0 2 0 0 0 16 0 8 0 156442056 937422848 8380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26445/tid=26448] ppid=26443 vsize=915452 CPUtime=0
/proc/26445/task/26448/stat : 26448 (java) S 26443 26445 26154 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156442057 937422848 8380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26445/tid=26449] ppid=26443 vsize=915452 CPUtime=0
/proc/26445/task/26449/stat : 26449 (java) S 26443 26445 26154 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156442057 937422848 8380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26445/tid=26450] ppid=26443 vsize=915452 CPUtime=0
/proc/26445/task/26450/stat : 26450 (java) S 26443 26445 26154 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156442060 937422848 8380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26445/tid=26451] ppid=26443 vsize=915452 CPUtime=0.21
/proc/26445/task/26451/stat : 26451 (java) S 26443 26445 26154 0 -1 64 380 0 0 0 20 1 0 0 15 0 8 0 156442060 937422848 8380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26445/tid=26452] ppid=26443 vsize=915452 CPUtime=0
/proc/26445/task/26452/stat : 26452 (java) S 26443 26445 26154 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156442060 937422848 8380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26445/tid=26453] ppid=26443 vsize=915452 CPUtime=0
/proc/26445/task/26453/stat : 26453 (java) S 26443 26445 26154 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156442060 937422848 8380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915452

[startup+2.97398 s]
/proc/loadavg: 1.43 1.54 1.69 3/100 26453
/proc/meminfo: memFree=1033312/2055920 swapFree=4192812/4192956
[pid=26445] ppid=26443 vsize=915452 CPUtime=2.95
/proc/26445/stat : 26445 (java) R 26443 26445 26154 0 -1 0 8648 0 1 0 289 6 0 0 25 0 8 0 156442053 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073804903 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26445/statm: 228863 8385 2513 14 0 215333 0
[pid=26445/tid=26447] ppid=26443 vsize=915452 CPUtime=0.02
/proc/26445/task/26447/stat : 26447 (java) S 26443 26445 26154 0 -1 64 244 0 0 0 2 0 0 0 17 0 8 0 156442056 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26445/tid=26448] ppid=26443 vsize=915452 CPUtime=0
/proc/26445/task/26448/stat : 26448 (java) S 26443 26445 26154 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156442057 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26445/tid=26449] ppid=26443 vsize=915452 CPUtime=0
/proc/26445/task/26449/stat : 26449 (java) S 26443 26445 26154 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156442057 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26445/tid=26450] ppid=26443 vsize=915452 CPUtime=0
/proc/26445/task/26450/stat : 26450 (java) S 26443 26445 26154 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156442060 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26445/tid=26451] ppid=26443 vsize=915452 CPUtime=0.22
/proc/26445/task/26451/stat : 26451 (java) S 26443 26445 26154 0 -1 64 385 0 0 0 21 1 0 0 15 0 8 0 156442060 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26445/tid=26452] ppid=26443 vsize=915452 CPUtime=0
/proc/26445/task/26452/stat : 26452 (java) S 26443 26445 26154 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156442060 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26445/tid=26453] ppid=26443 vsize=915452 CPUtime=0
/proc/26445/task/26453/stat : 26453 (java) S 26443 26445 26154 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156442060 937422848 8385 18446744073709551615 134512640 134570532 4294956464 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) 915452

[startup+6.17929 s]
/proc/loadavg: 1.47 1.55 1.69 3/100 26453
/proc/meminfo: memFree=1033248/2055920 swapFree=4192812/4192956
[pid=26445] ppid=26443 vsize=915452 CPUtime=6.15
/proc/26445/stat : 26445 (java) R 26443 26445 26154 0 -1 0 8649 0 1 0 609 6 0 0 25 0 8 0 156442053 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073814489 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26445/statm: 228863 8385 2513 14 0 215333 0
[pid=26445/tid=26447] ppid=26443 vsize=915452 CPUtime=0.02
/proc/26445/task/26447/stat : 26447 (java) S 26443 26445 26154 0 -1 64 244 0 0 0 2 0 0 0 16 0 8 0 156442056 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26445/tid=26448] ppid=26443 vsize=915452 CPUtime=0
/proc/26445/task/26448/stat : 26448 (java) S 26443 26445 26154 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156442057 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26445/tid=26449] ppid=26443 vsize=915452 CPUtime=0
/proc/26445/task/26449/stat : 26449 (java) S 26443 26445 26154 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156442057 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26445/tid=26450] ppid=26443 vsize=915452 CPUtime=0
/proc/26445/task/26450/stat : 26450 (java) S 26443 26445 26154 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156442060 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26445/tid=26451] ppid=26443 vsize=915452 CPUtime=0.22
/proc/26445/task/26451/stat : 26451 (java) S 26443 26445 26154 0 -1 64 385 0 0 0 21 1 0 0 15 0 8 0 156442060 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26445/tid=26452] ppid=26443 vsize=915452 CPUtime=0
/proc/26445/task/26452/stat : 26452 (java) S 26443 26445 26154 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156442060 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26445/tid=26453] ppid=26443 vsize=915452 CPUtime=0
/proc/26445/task/26453/stat : 26453 (java) S 26443 26445 26154 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156442060 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 11.1603
CPU time (s): 11.0943
CPU user time (s): 11.0203
CPU system time (s): 0.073988
CPU usage (%): 99.4087
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.0203
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= 8726
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= 1283
involuntary context switches= 1792

runsolver used 0.018997 s user time and 0.042993 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat Jan  6 10:47:51 UTC 2007


IDJOB= 223829
IDBENCH= 5682
FILE ID= node18/223829-1168080467

PBS_JOBID= 3475861

Free space on /tmp= 66285 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  55bc74fe7a83ba25e257573c1718d9d5

RANDOM SEED= 366732286

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.231
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.231
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:       1057464 kB
Buffers:         70576 kB
Cached:         710540 kB
SwapCached:          0 kB
Active:         494904 kB
Inactive:       404360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1057464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2132 kB
Writeback:           0 kB
Mapped:         147208 kB
Slab:            83948 kB
Committed_AS:  4936796 kB
PageTables:       2244 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 node18 on Sat Jan  6 10:48:06 UTC 2007