Trace number 227013

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 16.1645 16.2885

DiagnosticValue
CHECKS47521739
NODES69133

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-1_ext.xml
MD5SUM655b894243930f201942bb0da568b6c4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.42148
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/227013-1168080748/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.42	       =>  wckTime=0.1  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.71	     nbConstraints=753  nbRelationTypes=753  nbExtensionStructures=753  nbSharedExtensionStructures=0
0.71	     nbConflictsStructures=753  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=11915  maxDegree=39
0.71	     maxArity=2
0.71	       =>  wckTime=0.383  cpuTime=0.25  mem=11M844
0.75	   
0.75	   solver IterativeSystematicSolver being built... 
0.91	       =>  wckTime=0.586  cpuTime=0.37  mem=14M16
0.92	   
0.92	   preprocessing
0.92	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.92	     detectedInconsistency=no
0.92	       =>  wckTime=0.012  cpuTime=0.01  mem=14M16
0.96	   
0.96	   search
0.96	     run=0  nbConstraintChecks=9287  nbPropagations=280  nbRevisions=2619  nbUselessRevisions=2200  nbAssignments=20
0.96	     nbFailedAssignments=4  nbBacktracks=10  nbVisitedNodes=28  nbRestartNogoods=0  mapSize=6  nbInferences=0
0.96	     nbTooLargeKeys=0
0.96	       =>  wckTime=0.047  cpuTime=0.04  mem=15M8
0.99	   
0.99	   search
0.99	     run=1  nbConstraintChecks=27317  nbPropagations=973  nbRevisions=10591  nbUselessRevisions=8861  nbAssignments=49
0.99	     nbFailedAssignments=11  nbBacktracks=26  nbVisitedNodes=72  nbRestartNogoods=1  mapSize=18  nbInferences=0
0.99	     nbTooLargeKeys=0
0.99	       =>  wckTime=0.076  cpuTime=0.05  mem=15M8
1.01	   
1.01	   search
1.01	     run=2  nbConstraintChecks=52276  nbPropagations=2206  nbRevisions=26212  nbUselessRevisions=21915  nbAssignments=87
1.01	     nbFailedAssignments=20  nbBacktracks=48  nbVisitedNodes=130  nbRestartNogoods=3  mapSize=35  nbInferences=0
1.01	     nbTooLargeKeys=0
1.01	       =>  wckTime=0.095  cpuTime=0.06  mem=15M8
1.03	   
1.03	   search
1.03	     run=3  nbConstraintChecks=91846  nbPropagations=4257  nbRevisions=54245  nbUselessRevisions=45499
1.03	     nbAssignments=145  nbFailedAssignments=35  nbBacktracks=81  nbVisitedNodes=220  nbRestartNogoods=5  mapSize=62
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.117  cpuTime=0.08  mem=15M8
1.05	   
1.05	   search
1.05	     run=4  nbConstraintChecks=143628  nbPropagations=7337  nbRevisions=98269  nbUselessRevisions=82431
1.05	     nbAssignments=228  nbFailedAssignments=61  nbBacktracks=131  nbVisitedNodes=352  nbRestartNogoods=8  mapSize=104
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.142  cpuTime=0.12  mem=15M8
1.10	   
1.10	   search
1.10	     run=5  nbConstraintChecks=238754  nbPropagations=12190  nbRevisions=173339  nbUselessRevisions=145846
1.10	     nbAssignments=350  nbFailedAssignments=100  nbBacktracks=207  nbVisitedNodes=556  nbRestartNogoods=10  mapSize=176
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.184  cpuTime=0.15  mem=15M8
1.15	   
1.15	   search
1.15	     run=6  nbConstraintChecks=357333  nbPropagations=19372  nbRevisions=286968  nbUselessRevisions=241999
1.15	     nbAssignments=531  nbFailedAssignments=159  nbBacktracks=321  nbVisitedNodes=851  nbRestartNogoods=14  mapSize=272
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.242  cpuTime=0.2  mem=15M8
1.23	   
1.23	   search
1.23	     run=7  nbConstraintChecks=542253  nbPropagations=30018  nbRevisions=460230  nbUselessRevisions=389049
1.23	     nbAssignments=787  nbFailedAssignments=239  nbBacktracks=491  nbVisitedNodes=1281  nbRestartNogoods=19  mapSize=423
1.23	     nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.316  cpuTime=0.28  mem=15M8
1.32	   
1.32	   search
1.32	     run=8  nbConstraintChecks=778410  nbPropagations=45274  nbRevisions=709808  nbUselessRevisions=601003
1.32	     nbAssignments=1151  nbFailedAssignments=341  nbBacktracks=747  nbVisitedNodes=1867  nbRestartNogoods=24
1.32	     mapSize=625  nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.413  cpuTime=0.37  mem=15M8
1.49	   
1.49	   search
1.49	     run=9  nbConstraintChecks=1177235  nbPropagations=68198  nbRevisions=1088488  nbUselessRevisions=922762
1.49	     nbAssignments=1731  nbFailedAssignments=527  nbBacktracks=1132  nbVisitedNodes=2836  nbRestartNogoods=28
1.49	     mapSize=963  nbInferences=0  nbTooLargeKeys=0
1.49	       =>  wckTime=0.579  cpuTime=0.52  mem=15M8
1.52	   
1.52	   INFO : Stopping hyperNogood (mapSize=1021, nbTooLargekeys=0, mem=15M8)
1.69	   
1.69	   search
1.69	     run=10  nbConstraintChecks=1735726  nbPropagations=101449  nbRevisions=1652550  nbUselessRevisions=1404259
1.69	     nbAssignments=2563  nbFailedAssignments=774  nbBacktracks=1710  nbVisitedNodes=4183  nbRestartNogoods=33
1.69	       =>  wckTime=0.777  cpuTime=0.7  mem=15M8
1.97	   
1.97	   search
1.97	     run=11  nbConstraintChecks=2600870  nbPropagations=150918  nbRevisions=2500430  nbUselessRevisions=2127945
1.97	     nbAssignments=3823  nbFailedAssignments=1164  nbBacktracks=2575  nbVisitedNodes=6261  nbRestartNogoods=37
1.97	       =>  wckTime=1.055  cpuTime=0.98  mem=15M8
2.39	   
2.39	   search
2.39	     run=12  nbConstraintChecks=3894832  nbPropagations=224861  nbRevisions=3767590  nbUselessRevisions=3208880
2.39	     nbAssignments=5718  nbFailedAssignments=1755  nbBacktracks=3873  nbVisitedNodes=9368  nbRestartNogoods=42
2.39	       =>  wckTime=1.477  cpuTime=1.4  mem=15M8
2.97	   
2.97	   search
2.97	     run=13  nbConstraintChecks=5734288  nbPropagations=332939  nbRevisions=5643008  nbUselessRevisions=4813179
2.97	     nbAssignments=8453  nbFailedAssignments=2537  nbBacktracks=5819  nbVisitedNodes=13817  nbRestartNogoods=48
2.97	       =>  wckTime=2.062  cpuTime=1.98  mem=15M8
3.88	   
3.88	   search
3.88	     run=14  nbConstraintChecks=8551641  nbPropagations=494375  nbRevisions=8448185  nbUselessRevisions=7213481
3.88	     nbAssignments=12628  nbFailedAssignments=3784  nbBacktracks=8740  nbVisitedNodes=20642  nbRestartNogoods=58
3.88	       =>  wckTime=2.968  cpuTime=2.88  mem=15M8
5.25	   
5.25	   search
5.25	     run=15  nbConstraintChecks=12892813  nbPropagations=737119  nbRevisions=12671202  nbUselessRevisions=10825556
5.25	     nbAssignments=18919  nbFailedAssignments=5690  nbBacktracks=13121  nbVisitedNodes=31007  nbRestartNogoods=70
5.25	       =>  wckTime=4.342  cpuTime=4.25  mem=15M8
7.26	   
7.26	   search
7.26	     run=16  nbConstraintChecks=19219225  nbPropagations=1098093  nbRevisions=18989664  nbUselessRevisions=16237088
7.26	     nbAssignments=28282  nbFailedAssignments=8474  nbBacktracks=19689  nbVisitedNodes=46339  nbRestartNogoods=76
7.26	       =>  wckTime=6.349  cpuTime=6.24  mem=15M8
10.34	   
10.34	   search
10.34	     run=17  nbConstraintChecks=28890307  nbPropagations=1641656  nbRevisions=28447376  nbUselessRevisions=24328582
10.34	     nbAssignments=42431  nbFailedAssignments=12764  nbBacktracks=29544  nbVisitedNodes=69564  nbRestartNogoods=84
10.34	       =>  wckTime=9.431  cpuTime=9.31  mem=15M8
15.01	   
15.01	   search
15.01	     run=18  nbConstraintChecks=43629540  nbPropagations=2458916  nbRevisions=42702558  nbUselessRevisions=36522685
15.01	     nbAssignments=63564  nbFailedAssignments=19109  nbBacktracks=44327  nbVisitedNodes=104250  nbRestartNogoods=89
15.01	       =>  wckTime=14.1  cpuTime=13.96  mem=15M8
16.25	   
16.25	   search
16.25	     run=19  nbConstraintChecks=47521739  nbPropagations=3348026  nbRevisions=58220287  nbUselessRevisions=49799054
16.25	     nbAssignments=69133  nbFailedAssignments=20730  nbBacktracks=48276  nbVisitedNodes=113308  nbRestartNogoods=94
16.25	       =>  wckTime=15.337  cpuTime=15.19  mem=15M8
16.25	   
16.25	   global
16.25	     nbConstraintChecks=47521739  nbPropagations=3348066  nbRevisions=58220287  nbUselessRevisions=49799054
16.25	     nbRestartNogoods=94  solvingWckTime=15.338  solvingCpuTime=15.19  expiredTime=no  totalExploration=yes
16.25	     nbFoundSolutions=0  globalCpuTime=15.62
16.25	       =>  wckTime=15.926  cpuTime=15.56  mem=15M8
16.25	   
16.25	s UNSATISFIABLE
16.25	d NODES 69133
16.25	d CHECKS 47521739
16.25	   
16.25	   totalWckTime=16.008  totalCpuTime=15.62

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/node72/watcher-227013-1168080748 -o ROOT/results/node72/solver-227013-1168080748 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227013-1168080748/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.09 0.96 1.51 5/86 1800
/proc/meminfo: memFree=1446680/2055920 swapFree=4192812/4192956
[pid=1799] ppid=1794 vsize=172 CPUtime=0
/proc/1799/stat : 1799 (java) R 1794 1799 1684 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 156484621 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 2535723 0 0 4096 0 0 0 0 17 0 0 0
/proc/1799/statm: 43 24 18 14 0 3 0

[startup+0.106447 s]
/proc/loadavg: 0.09 0.96 1.51 5/86 1800
/proc/meminfo: memFree=1446680/2055920 swapFree=4192812/4192956
[pid=1799] ppid=1794 vsize=913236 CPUtime=0.08
/proc/1799/stat : 1799 (java) R 1794 1799 1684 0 -1 0 2921 0 1 0 7 1 0 0 17 0 8 0 156484621 935153664 2667 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1799/statm: 228309 2667 1397 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913236

[startup+0.518481 s]
/proc/loadavg: 0.09 0.96 1.51 5/86 1800
/proc/meminfo: memFree=1446680/2055920 swapFree=4192812/4192956
[pid=1799] ppid=1794 vsize=915328 CPUtime=0.49
/proc/1799/stat : 1799 (java) R 1794 1799 1684 0 -1 0 6285 0 1 0 45 4 0 0 19 0 8 0 156484621 937295872 6024 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072897193 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1799/statm: 228832 6025 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.3426 s]
/proc/loadavg: 0.09 0.96 1.51 3/100 1818
/proc/meminfo: memFree=1399144/2055920 swapFree=4192812/4192956
[pid=1799] ppid=1794 vsize=915584 CPUtime=1.3
/proc/1799/stat : 1799 (java) R 1794 1799 1684 0 -1 0 8658 0 1 0 124 6 0 0 24 0 8 0 156484621 937558016 8396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336163 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1799/statm: 228896 8396 2513 14 0 215366 0
[pid=1799/tid=1802] ppid=1794 vsize=915584 CPUtime=0.03
/proc/1799/task/1802/stat : 1802 (java) S 1794 1799 1684 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 156484626 937558016 8396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1805] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1805/stat : 1805 (java) S 1794 1799 1684 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156484626 937558016 8396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1806] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1806/stat : 1806 (java) S 1794 1799 1684 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156484626 937558016 8396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1815] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1815/stat : 1815 (java) S 1794 1799 1684 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156484629 937558016 8396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1816] ppid=1794 vsize=915584 CPUtime=0.26
/proc/1799/task/1816/stat : 1816 (java) S 1794 1799 1684 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 156484629 937558016 8396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1817] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1817/stat : 1817 (java) S 1794 1799 1684 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156484629 937558016 8396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1818] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1818/stat : 1818 (java) S 1794 1799 1684 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156484629 937558016 8396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915584

[startup+2.9797 s]
/proc/loadavg: 0.09 0.96 1.51 3/100 1818
/proc/meminfo: memFree=1398696/2055920 swapFree=4192812/4192956
[pid=1799] ppid=1794 vsize=915584 CPUtime=2.93
/proc/1799/stat : 1799 (java) R 1794 1799 1684 0 -1 0 8697 0 1 0 287 6 0 0 25 0 8 0 156484621 937558016 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073906703 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1799/statm: 228896 8434 2513 14 0 215366 0
[pid=1799/tid=1802] ppid=1794 vsize=915584 CPUtime=0.03
/proc/1799/task/1802/stat : 1802 (java) S 1794 1799 1684 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 156484626 937558016 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1805] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1805/stat : 1805 (java) S 1794 1799 1684 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156484626 937558016 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1806] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1806/stat : 1806 (java) S 1794 1799 1684 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156484626 937558016 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1815] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1815/stat : 1815 (java) S 1794 1799 1684 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156484629 937558016 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1816] ppid=1794 vsize=915584 CPUtime=0.29
/proc/1799/task/1816/stat : 1816 (java) S 1794 1799 1684 0 -1 64 418 0 0 0 28 1 0 0 16 0 8 0 156484629 937558016 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1817] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1817/stat : 1817 (java) S 1794 1799 1684 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156484629 937558016 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1818] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1818/stat : 1818 (java) S 1794 1799 1684 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156484629 937558016 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915584

[startup+6.26 s]
/proc/loadavg: 0.24 0.98 1.51 3/100 1818
/proc/meminfo: memFree=1398696/2055920 swapFree=4192812/4192956
[pid=1799] ppid=1794 vsize=915584 CPUtime=6.2
/proc/1799/stat : 1799 (java) R 1794 1799 1684 0 -1 0 8703 0 1 0 614 6 0 0 25 0 8 0 156484621 937558016 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073912971 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1799/statm: 228896 8439 2513 14 0 215366 0
[pid=1799/tid=1802] ppid=1794 vsize=915584 CPUtime=0.03
/proc/1799/task/1802/stat : 1802 (java) S 1794 1799 1684 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 156484626 937558016 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1805] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1805/stat : 1805 (java) S 1794 1799 1684 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156484626 937558016 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1806] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1806/stat : 1806 (java) S 1794 1799 1684 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156484626 937558016 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1815] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1815/stat : 1815 (java) S 1794 1799 1684 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156484629 937558016 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1816] ppid=1794 vsize=915584 CPUtime=0.29
/proc/1799/task/1816/stat : 1816 (java) S 1794 1799 1684 0 -1 64 418 0 0 0 28 1 0 0 16 0 8 0 156484629 937558016 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1817] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1817/stat : 1817 (java) S 1794 1799 1684 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156484629 937558016 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1818] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1818/stat : 1818 (java) S 1794 1799 1684 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156484629 937558016 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915584

[startup+12.7426 s]
/proc/loadavg: 0.51 1.01 1.52 3/100 1818
/proc/meminfo: memFree=1398632/2055920 swapFree=4192812/4192956
[pid=1799] ppid=1794 vsize=915584 CPUtime=12.65
/proc/1799/stat : 1799 (java) R 1794 1799 1684 0 -1 0 8708 0 1 0 1259 6 0 0 25 0 8 0 156484621 937558016 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073906656 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1799/statm: 228896 8444 2513 14 0 215366 0
[pid=1799/tid=1802] ppid=1794 vsize=915584 CPUtime=0.03
/proc/1799/task/1802/stat : 1802 (java) S 1794 1799 1684 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 156484626 937558016 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1805] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1805/stat : 1805 (java) S 1794 1799 1684 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156484626 937558016 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1806] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1806/stat : 1806 (java) S 1794 1799 1684 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156484626 937558016 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1815] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1815/stat : 1815 (java) S 1794 1799 1684 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156484629 937558016 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1816] ppid=1794 vsize=915584 CPUtime=0.29
/proc/1799/task/1816/stat : 1816 (java) S 1794 1799 1684 0 -1 64 418 0 0 0 28 1 0 0 16 0 8 0 156484629 937558016 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1817] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1817/stat : 1817 (java) S 1794 1799 1684 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156484629 937558016 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1799/tid=1818] ppid=1794 vsize=915584 CPUtime=0
/proc/1799/task/1818/stat : 1818 (java) S 1794 1799 1684 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156484629 937558016 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 915584

Child status: 0
Real time (s): 16.2885
CPU time (s): 16.1645
CPU user time (s): 16.0906
CPU system time (s): 0.073988
CPU usage (%): 99.2391
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.0906
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= 8803
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= 1598
involuntary context switches= 2293

runsolver used 0.017997 s user time and 0.055991 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sat Jan  6 10:52:32 UTC 2007


IDJOB= 227013
IDBENCH= 6036
FILE ID= node72/227013-1168080748

PBS_JOBID= 3476177

Free space on /tmp= 66551 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-1_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227013-1168080748/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-227013-1168080748 -o ROOT/results/node72/solver-227013-1168080748 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227013-1168080748/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  655b894243930f201942bb0da568b6c4

RANDOM SEED= 516654707

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.223
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.223
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:       1449448 kB
Buffers:         42024 kB
Cached:         444244 kB
SwapCached:          0 kB
Active:         150340 kB
Inactive:       384004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1449448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1908 kB
Writeback:           0 kB
Mapped:          67120 kB
Slab:            57168 kB
Committed_AS:  2613964 kB
PageTables:       2148 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 node72 on Sat Jan  6 10:52:59 UTC 2007