Trace number 224215

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 14.1808 14.2321

DiagnosticValue
CHECKS112186401
NODES78528

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-11_ext.xml
MD5SUMcddde83e97abaa8727713e4b7e33af6d
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 benchmark7.15491
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/224215-1168080502/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.39	       =>  wckTime=0.095  cpuTime=0.08  mem=6M951
0.39	   
0.39	   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=2  maxDegree=13  maxArity=2
0.58	       =>  wckTime=0.288  cpuTime=0.22  mem=13M827
0.62	   
0.62	   solver IterativeSystematicSolver being built... 
0.76	       =>  wckTime=0.472  cpuTime=0.34  mem=13M748
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.0020  cpuTime=0.0  mem=13M748
0.82	   
0.82	   search
0.82	     run=0  nbConstraintChecks=36206  nbPropagations=583  nbRevisions=4215  nbUselessRevisions=2918  nbAssignments=26
0.82	     nbFailedAssignments=12  nbBacktracks=10  nbVisitedNodes=46  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.82	     nbTooLargeKeys=0
0.82	       =>  wckTime=0.05  cpuTime=0.03  mem=14M724
0.83	   
0.83	   search
0.83	     run=1  nbConstraintChecks=84011  nbPropagations=1910  nbRevisions=14230  nbUselessRevisions=9982  nbAssignments=57
0.83	     nbFailedAssignments=22  nbBacktracks=28  nbVisitedNodes=98  nbRestartNogoods=2  mapSize=25  nbInferences=0
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.068  cpuTime=0.04  mem=14M724
0.85	   
0.85	   search
0.85	     run=2  nbConstraintChecks=144149  nbPropagations=4047  nbRevisions=30685  nbUselessRevisions=21462
0.85	     nbAssignments=100  nbFailedAssignments=39  nbBacktracks=51  nbVisitedNodes=170  nbRestartNogoods=3  mapSize=41
0.85	     nbInferences=0  nbTooLargeKeys=0
0.85	       =>  wckTime=0.085  cpuTime=0.05  mem=14M724
0.87	   
0.87	   search
0.87	     run=3  nbConstraintChecks=213405  nbPropagations=7282  nbRevisions=55490  nbUselessRevisions=38667
0.87	     nbAssignments=160  nbFailedAssignments=62  nbBacktracks=85  nbVisitedNodes=268  nbRestartNogoods=5  mapSize=64
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.102  cpuTime=0.07  mem=14M724
0.89	   
0.89	   search
0.89	     run=4  nbConstraintChecks=344625  nbPropagations=12725  nbRevisions=97345  nbUselessRevisions=67710
0.89	     nbAssignments=268  nbFailedAssignments=115  nbBacktracks=136  nbVisitedNodes=457  nbRestartNogoods=8  mapSize=107
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.124  cpuTime=0.09  mem=14M724
0.93	   
0.93	   search
0.93	     run=5  nbConstraintChecks=551698  nbPropagations=21391  nbRevisions=164652  nbUselessRevisions=114586
0.93	     nbAssignments=409  nbFailedAssignments=175  nbBacktracks=212  nbVisitedNodes=707  nbRestartNogoods=10  mapSize=176
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.158  cpuTime=0.12  mem=14M724
0.96	   
0.96	   search
0.96	     run=6  nbConstraintChecks=798099  nbPropagations=34156  nbRevisions=263219  nbUselessRevisions=182966
0.96	     nbAssignments=605  nbFailedAssignments=254  nbBacktracks=325  nbVisitedNodes=1043  nbRestartNogoods=17  mapSize=268
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.198  cpuTime=0.16  mem=14M724
1.04	   
1.04	   search
1.04	     run=7  nbConstraintChecks=1315346  nbPropagations=54594  nbRevisions=424016  nbUselessRevisions=293897
1.04	     nbAssignments=962  nbFailedAssignments=437  nbBacktracks=495  nbVisitedNodes=1698  nbRestartNogoods=22  mapSize=415
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.273  cpuTime=0.24  mem=14M724
1.13	   
1.13	   search
1.13	     run=8  nbConstraintChecks=1888429  nbPropagations=84570  nbRevisions=658728  nbUselessRevisions=455248
1.13	     nbAssignments=1429  nbFailedAssignments=643  nbBacktracks=751  nbVisitedNodes=2499  nbRestartNogoods=27
1.13	     mapSize=618  nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.365  cpuTime=0.32  mem=14M724
1.27	   
1.27	   search
1.27	     run=9  nbConstraintChecks=2818544  nbPropagations=129498  nbRevisions=1008786  nbUselessRevisions=695985
1.27	     nbAssignments=2145  nbFailedAssignments=972  nbBacktracks=1136  nbVisitedNodes=3770  nbRestartNogoods=37
1.27	     mapSize=947  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.506  cpuTime=0.45  mem=14M724
1.31	   
1.31	   INFO : Stopping hyperNogood (mapSize=1026, nbTooLargekeys=0, mem=14M724)
1.45	   
1.45	   search
1.45	     run=10  nbConstraintChecks=4118370  nbPropagations=194380  nbRevisions=1516599  nbUselessRevisions=1044596
1.45	     nbAssignments=3127  nbFailedAssignments=1375  nbBacktracks=1713  nbVisitedNodes=5460  nbRestartNogoods=44
1.45	       =>  wckTime=0.683  cpuTime=0.62  mem=14M724
1.70	   
1.70	   search
1.70	     run=11  nbConstraintChecks=6146267  nbPropagations=290319  nbRevisions=2266240  nbUselessRevisions=1559077
1.70	     nbAssignments=4598  nbFailedAssignments=1976  nbBacktracks=2577  nbVisitedNodes=8013  nbRestartNogoods=47
1.70	       =>  wckTime=0.933  cpuTime=0.87  mem=14M724
2.06	   
2.06	   search
2.06	     run=12  nbConstraintChecks=9103797  nbPropagations=434204  nbRevisions=3385209  nbUselessRevisions=2326990
2.06	     nbAssignments=6807  nbFailedAssignments=2886  nbBacktracks=3874  nbVisitedNodes=11852  nbRestartNogoods=56
2.06	       =>  wckTime=1.297  cpuTime=1.23  mem=14M724
2.66	   
2.66	   search
2.66	     run=13  nbConstraintChecks=14065467  nbPropagations=655684  nbRevisions=5119576  nbUselessRevisions=3521850
2.66	     nbAssignments=10371  nbFailedAssignments=4499  nbBacktracks=5821  nbVisitedNodes=18220  nbRestartNogoods=63
2.66	       =>  wckTime=1.894  cpuTime=1.82  mem=14M724
3.62	   
3.62	   search
3.62	     run=14  nbConstraintChecks=22228068  nbPropagations=998170  nbRevisions=7819176  nbUselessRevisions=5376931
3.62	     nbAssignments=15934  nbFailedAssignments=7136  nbBacktracks=8744  nbVisitedNodes=28269  nbRestartNogoods=75
3.62	       =>  wckTime=2.849  cpuTime=2.78  mem=14M724
4.89	   
4.90	   search
4.90	     run=15  nbConstraintChecks=32760036  nbPropagations=1509335  nbRevisions=11822236  nbUselessRevisions=8121613
4.90	     nbAssignments=23797  nbFailedAssignments=10614  nbBacktracks=13123  nbVisitedNodes=42080  nbRestartNogoods=81
4.90	       =>  wckTime=4.129  cpuTime=4.06  mem=14M724
6.84	   
6.84	   search
6.84	     run=16  nbConstraintChecks=49139505  nbPropagations=2271336  nbRevisions=17808406  nbUselessRevisions=12229346
6.84	     nbAssignments=35458  nbFailedAssignments=15700  nbBacktracks=19694  nbVisitedNodes=62616  nbRestartNogoods=90
6.84	       =>  wckTime=6.071  cpuTime=6.01  mem=14M724
9.76	   
9.76	   search
9.76	     run=17  nbConstraintChecks=73984678  nbPropagations=3407771  nbRevisions=26741745  nbUselessRevisions=18353475
9.76	     nbAssignments=52960  nbFailedAssignments=23344  nbBacktracks=29548  nbVisitedNodes=93377  nbRestartNogoods=98
9.76	       =>  wckTime=8.995  cpuTime=8.93  mem=14M724
14.19	   
14.19	   search
14.19	     run=18  nbConstraintChecks=112186401  nbPropagations=5094263  nbRevisions=40045418  nbUselessRevisions=27453646
14.19	     nbAssignments=78528  nbFailedAssignments=34722  nbBacktracks=43739  nbVisitedNodes=138485  nbRestartNogoods=106
14.19	       =>  wckTime=13.421  cpuTime=13.35  mem=14M724
14.19	   
14.19	   global
14.19	     nbConstraintChecks=112186401  nbPropagations=5094303  nbRevisions=40045418  nbUselessRevisions=27453646
14.19	     nbRestartNogoods=106  solvingWckTime=13.422  solvingCpuTime=13.35  expiredTime=no  totalExploration=yes
14.19	     nbFoundSolutions=0  globalCpuTime=13.74
14.19	       =>  wckTime=13.898  cpuTime=13.69  mem=14M724
14.19	   
14.19	s UNSATISFIABLE
14.19	d NODES 78528
14.19	d CHECKS 112186401
14.19	   
14.19	   totalWckTime=13.973  totalCpuTime=13.75

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/node17/watcher-224215-1168080502 -o ROOT/results/node17/solver-224215-1168080502 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224215-1168080502/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.23 1.61 1.78 4/93 14641
/proc/meminfo: memFree=1480104/2055920 swapFree=4192812/4192956
[pid=14640] ppid=14638 vsize=292 CPUtime=0
/proc/14640/stat : 14640 (java) R 14638 14640 14461 0 -1 0 229 0 0 0 0 0 0 0 18 0 1 0 156445673 299008 35 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 2859812 0 0 4096 0 0 0 0 17 0 0 0
/proc/14640/statm: 73 35 27 14 0 5 0

[startup+0.10761 s]
/proc/loadavg: 1.23 1.61 1.78 4/93 14641
/proc/meminfo: memFree=1480104/2055920 swapFree=4192812/4192956
[pid=14640] ppid=14638 vsize=914988 CPUtime=0.08
/proc/14640/stat : 14640 (java) R 14638 14640 14461 0 -1 0 3083 0 1 0 7 1 0 0 24 0 8 0 156445673 936947712 2829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14640/statm: 228747 2829 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515652 s]
/proc/loadavg: 1.23 1.61 1.78 4/93 14641
/proc/meminfo: memFree=1480104/2055920 swapFree=4192812/4192956
[pid=14640] ppid=14638 vsize=915328 CPUtime=0.49
/proc/14640/stat : 14640 (java) R 14638 14640 14461 0 -1 0 7374 0 1 0 45 4 0 0 25 0 8 0 156445673 937295872 7113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14640/statm: 228832 7113 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33674 s]
/proc/loadavg: 1.23 1.61 1.78 3/100 14648
/proc/meminfo: memFree=1456560/2055920 swapFree=4192812/4192956
[pid=14640] ppid=14638 vsize=915452 CPUtime=1.31
/proc/14640/stat : 14640 (java) R 14638 14640 14461 0 -1 0 8643 0 1 0 125 6 0 0 25 0 8 0 156445673 937422848 8381 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073778804 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14640/statm: 228863 8381 2513 14 0 215333 0
[pid=14640/tid=14642] ppid=14638 vsize=915452 CPUtime=0.02
/proc/14640/task/14642/stat : 14642 (java) S 14638 14640 14461 0 -1 64 243 0 0 0 2 0 0 0 16 0 8 0 156445677 937422848 8381 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14643] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14643/stat : 14643 (java) S 14638 14640 14461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156445677 937422848 8381 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14644] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14644/stat : 14644 (java) S 14638 14640 14461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156445677 937422848 8381 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14645] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14645/stat : 14645 (java) S 14638 14640 14461 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156445680 937422848 8381 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14646] ppid=14638 vsize=915452 CPUtime=0.19
/proc/14640/task/14646/stat : 14646 (java) S 14638 14640 14461 0 -1 64 382 0 0 0 18 1 0 0 15 0 8 0 156445680 937422848 8381 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14647] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14647/stat : 14647 (java) S 14638 14640 14461 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156445680 937422848 8381 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14648] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14648/stat : 14648 (java) S 14638 14640 14461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156445680 937422848 8381 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.97391 s]
/proc/loadavg: 1.23 1.61 1.78 3/100 14648
/proc/meminfo: memFree=1456496/2055920 swapFree=4192812/4192956
[pid=14640] ppid=14638 vsize=915452 CPUtime=2.95
/proc/14640/stat : 14640 (java) R 14638 14640 14461 0 -1 0 8650 0 1 0 289 6 0 0 25 0 8 0 156445673 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073807446 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14640/statm: 228863 8386 2513 14 0 215333 0
[pid=14640/tid=14642] ppid=14638 vsize=915452 CPUtime=0.02
/proc/14640/task/14642/stat : 14642 (java) S 14638 14640 14461 0 -1 64 243 0 0 0 2 0 0 0 17 0 8 0 156445677 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14643] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14643/stat : 14643 (java) S 14638 14640 14461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156445677 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14644] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14644/stat : 14644 (java) S 14638 14640 14461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156445677 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14645] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14645/stat : 14645 (java) S 14638 14640 14461 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156445680 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14646] ppid=14638 vsize=915452 CPUtime=0.2
/proc/14640/task/14646/stat : 14646 (java) S 14638 14640 14461 0 -1 64 388 0 0 0 19 1 0 0 15 0 8 0 156445680 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14647] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14647/stat : 14647 (java) S 14638 14640 14461 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156445680 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14648] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14648/stat : 14648 (java) S 14638 14640 14461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156445680 937422848 8386 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.27125 s]
/proc/loadavg: 1.29 1.62 1.78 3/100 14648
/proc/meminfo: memFree=1456432/2055920 swapFree=4192812/4192956
[pid=14640] ppid=14638 vsize=915452 CPUtime=6.24
/proc/14640/stat : 14640 (java) R 14638 14640 14461 0 -1 0 8650 0 1 0 618 6 0 0 25 0 8 0 156445673 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073801676 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14640/statm: 228863 8386 2513 14 0 215333 0
[pid=14640/tid=14642] ppid=14638 vsize=915452 CPUtime=0.02
/proc/14640/task/14642/stat : 14642 (java) S 14638 14640 14461 0 -1 64 243 0 0 0 2 0 0 0 16 0 8 0 156445677 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14643] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14643/stat : 14643 (java) S 14638 14640 14461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156445677 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14644] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14644/stat : 14644 (java) S 14638 14640 14461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156445677 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14645] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14645/stat : 14645 (java) S 14638 14640 14461 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156445680 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14646] ppid=14638 vsize=915452 CPUtime=0.2
/proc/14640/task/14646/stat : 14646 (java) S 14638 14640 14461 0 -1 64 388 0 0 0 19 1 0 0 15 0 8 0 156445680 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14647] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14647/stat : 14647 (java) S 14638 14640 14461 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156445680 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14648] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14648/stat : 14648 (java) S 14638 14640 14461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156445680 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915452

[startup+12.7409 s]
/proc/loadavg: 1.40 1.63 1.78 3/100 14648
/proc/meminfo: memFree=1456432/2055920 swapFree=4192812/4192956
[pid=14640] ppid=14638 vsize=915452 CPUtime=12.71
/proc/14640/stat : 14640 (java) R 14638 14640 14461 0 -1 0 8650 0 1 0 1265 6 0 0 25 0 8 0 156445673 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073822153 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14640/statm: 228863 8386 2513 14 0 215333 0
[pid=14640/tid=14642] ppid=14638 vsize=915452 CPUtime=0.02
/proc/14640/task/14642/stat : 14642 (java) S 14638 14640 14461 0 -1 64 243 0 0 0 2 0 0 0 16 0 8 0 156445677 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14643] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14643/stat : 14643 (java) S 14638 14640 14461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156445677 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14644] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14644/stat : 14644 (java) S 14638 14640 14461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156445677 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14645] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14645/stat : 14645 (java) S 14638 14640 14461 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156445680 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14646] ppid=14638 vsize=915452 CPUtime=0.2
/proc/14640/task/14646/stat : 14646 (java) S 14638 14640 14461 0 -1 64 388 0 0 0 19 1 0 0 15 0 8 0 156445680 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14647] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14647/stat : 14647 (java) S 14638 14640 14461 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156445680 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14640/tid=14648] ppid=14638 vsize=915452 CPUtime=0
/proc/14640/task/14648/stat : 14648 (java) S 14638 14640 14461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156445680 937422848 8386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 14.2321
CPU time (s): 14.1808
CPU user time (s): 14.1099
CPU system time (s): 0.070989
CPU usage (%): 99.6402
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.1099
system time used= 0.070989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8733
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= 1384
involuntary context switches= 2208

runsolver used 0.019996 s user time and 0.056991 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Jan  6 10:48:24 UTC 2007


IDJOB= 224215
IDBENCH= 5727
FILE ID= node17/224215-1168080502

PBS_JOBID= 3475862

Free space on /tmp= 66314 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  cddde83e97abaa8727713e4b7e33af6d

RANDOM SEED= 613797384

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.236
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.236
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:       1480584 kB
Buffers:         47168 kB
Cached:         250536 kB
SwapCached:          0 kB
Active:         275064 kB
Inactive:       210688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1480584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2056 kB
Writeback:           0 kB
Mapped:         217096 kB
Slab:            73968 kB
Committed_AS:  4627184 kB
PageTables:       2544 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= 66314 MiB



End job on node17 on Sat Jan  6 10:48:45 UTC 2007