Trace number 229577

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.2298 14.2927

DiagnosticValue
CHECKS79790470
NODES80884

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-21_ext.xml
MD5SUM812c7eddef433007453b41251fcd26a0
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 benchmark1.42878
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/229577-1168080990/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.40	       =>  wckTime=0.097  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
0.47	   
0.47	   constraints being loaded...
0.57	     nbConstraints=250  nbRelationTypes=250  nbExtensionStructures=250  nbSharedExtensionStructures=0
0.57	     nbConflictsStructures=250  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1392  maxDegree=19
0.57	     maxArity=2
0.57	       =>  wckTime=0.27  cpuTime=0.2  mem=11M893
0.61	   
0.61	   solver IterativeSystematicSolver being built... 
0.75	       =>  wckTime=0.456  cpuTime=0.33  mem=13M736
0.76	   
0.76	   preprocessing
0.76	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.76	     detectedInconsistency=no
0.76	       =>  wckTime=0.0030  cpuTime=0.0  mem=13M736
0.80	   
0.80	   search
0.80	     run=0  nbConstraintChecks=24507  nbPropagations=469  nbRevisions=4256  nbUselessRevisions=3286  nbAssignments=23
0.80	     nbFailedAssignments=7  nbBacktracks=10  nbVisitedNodes=37  nbRestartNogoods=0  mapSize=7  nbInferences=0
0.80	     nbTooLargeKeys=0
0.80	       =>  wckTime=0.048  cpuTime=0.02  mem=14M711
0.82	   
0.82	   search
0.82	     run=1  nbConstraintChecks=62338  nbPropagations=1701  nbRevisions=16142  nbUselessRevisions=12413  nbAssignments=60
0.82	     nbFailedAssignments=22  nbBacktracks=27  nbVisitedNodes=101  nbRestartNogoods=5  mapSize=22  nbInferences=0
0.82	     nbTooLargeKeys=0
0.82	       =>  wckTime=0.068  cpuTime=0.04  mem=14M711
0.84	   
0.84	   search
0.84	     run=2  nbConstraintChecks=95312  nbPropagations=3612  nbRevisions=34368  nbUselessRevisions=26504  nbAssignments=99
0.84	     nbFailedAssignments=31  nbBacktracks=51  nbVisitedNodes=162  nbRestartNogoods=7  mapSize=36  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.085  cpuTime=0.05  mem=14M711
0.86	   
0.86	   search
0.86	     run=3  nbConstraintChecks=144631  nbPropagations=6524  nbRevisions=62848  nbUselessRevisions=48610
0.86	     nbAssignments=157  nbFailedAssignments=49  nbBacktracks=86  nbVisitedNodes=258  nbRestartNogoods=10  mapSize=63
0.86	     nbInferences=0  nbTooLargeKeys=0
0.86	       =>  wckTime=0.099  cpuTime=0.06  mem=14M711
0.88	   
0.88	   search
0.88	     run=4  nbConstraintChecks=240543  nbPropagations=11158  nbRevisions=109527  nbUselessRevisions=84617
0.88	     nbAssignments=245  nbFailedAssignments=83  nbBacktracks=136  nbVisitedNodes=410  nbRestartNogoods=12  mapSize=101
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.122  cpuTime=0.08  mem=14M711
0.91	   
0.91	   search
0.91	     run=5  nbConstraintChecks=365520  nbPropagations=18054  nbRevisions=179923  nbUselessRevisions=138642
0.91	     nbAssignments=384  nbFailedAssignments=141  nbBacktracks=211  nbVisitedNodes=644  nbRestartNogoods=14  mapSize=162
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.153  cpuTime=0.11  mem=14M711
0.95	   
0.95	   search
0.95	     run=6  nbConstraintChecks=542801  nbPropagations=28247  nbRevisions=284546  nbUselessRevisions=218919
0.95	     nbAssignments=574  nbFailedAssignments=211  nbBacktracks=324  nbVisitedNodes=964  nbRestartNogoods=18  mapSize=254
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.194  cpuTime=0.15  mem=14M711
1.01	   
1.01	   search
1.01	     run=7  nbConstraintChecks=818359  nbPropagations=43741  nbRevisions=446087  nbUselessRevisions=342779
1.01	     nbAssignments=881  nbFailedAssignments=340  nbBacktracks=497  nbVisitedNodes=1499  nbRestartNogoods=22  mapSize=402
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.257  cpuTime=0.21  mem=14M711
1.10	   
1.10	   search
1.10	     run=8  nbConstraintChecks=1212269  nbPropagations=66913  nbRevisions=687915  nbUselessRevisions=527832
1.10	     nbAssignments=1307  nbFailedAssignments=502  nbBacktracks=757  nbVisitedNodes=2228  nbRestartNogoods=28
1.10	     mapSize=608  nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.346  cpuTime=0.3  mem=14M711
1.23	   
1.23	   search
1.23	     run=9  nbConstraintChecks=1793943  nbPropagations=101191  nbRevisions=1045606  nbUselessRevisions=800987
1.23	     nbAssignments=1945  nbFailedAssignments=751  nbBacktracks=1141  nbVisitedNodes=3326  nbRestartNogoods=34
1.23	     mapSize=920  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.475  cpuTime=0.41  mem=14M711
1.26	   
1.26	   INFO : Stopping hyperNogood (mapSize=1007, nbTooLargekeys=0, mem=14M711)
1.42	   
1.42	   search
1.42	     run=10  nbConstraintChecks=2755928  nbPropagations=153328  nbRevisions=1598366  nbUselessRevisions=1223992
1.42	     nbAssignments=2942  nbFailedAssignments=1165  nbBacktracks=1717  nbVisitedNodes=5063  nbRestartNogoods=41
1.42	       =>  wckTime=0.66  cpuTime=0.59  mem=14M711
1.66	   
1.66	   search
1.66	     run=11  nbConstraintChecks=4156477  nbPropagations=231423  nbRevisions=2428568  nbUselessRevisions=1859370
1.66	     nbAssignments=4375  nbFailedAssignments=1726  nbBacktracks=2584  nbVisitedNodes=7529  nbRestartNogoods=47
1.66	       =>  wckTime=0.906  cpuTime=0.83  mem=14M711
2.04	   
2.04	   search
2.04	     run=12  nbConstraintChecks=6450011  nbPropagations=351439  nbRevisions=3709661  nbUselessRevisions=2839019
2.04	     nbAssignments=6649  nbFailedAssignments=2694  nbBacktracks=3881  nbVisitedNodes=11531  nbRestartNogoods=52
2.04	       =>  wckTime=1.286  cpuTime=1.21  mem=14M711
2.60	   
2.60	   search
2.60	     run=13  nbConstraintChecks=9723639  nbPropagations=532926  nbRevisions=5658249  nbUselessRevisions=4332265
2.60	     nbAssignments=10051  nbFailedAssignments=4145  nbBacktracks=5828  nbVisitedNodes=17499  nbRestartNogoods=60
2.60	       =>  wckTime=1.84  cpuTime=1.76  mem=14M711
3.34	   
3.34	   search
3.34	     run=14  nbConstraintChecks=14214954  nbPropagations=796349  nbRevisions=8478113  nbUselessRevisions=6491707
3.34	     nbAssignments=14748  nbFailedAssignments=5917  nbBacktracks=8748  nbVisitedNodes=25549  nbRestartNogoods=65
3.34	       =>  wckTime=2.587  cpuTime=2.51  mem=14M711
4.61	   
4.61	   search
4.61	     run=15  nbConstraintChecks=21872371  nbPropagations=1198659  nbRevisions=12794019  nbUselessRevisions=9796710
4.61	     nbAssignments=22099  nbFailedAssignments=8884  nbBacktracks=13126  nbVisitedNodes=38396  nbRestartNogoods=74
4.61	       =>  wckTime=3.855  cpuTime=3.78  mem=14M711
6.53	   
6.53	   search
6.53	     run=16  nbConstraintChecks=33427954  nbPropagations=1811370  nbRevisions=19404205  nbUselessRevisions=14865354
6.53	     nbAssignments=33582  nbFailedAssignments=13792  nbBacktracks=19695  nbVisitedNodes=58639  nbRestartNogoods=87
6.53	       =>  wckTime=5.779  cpuTime=5.7  mem=14M711
9.24	   
9.24	   search
9.24	     run=17  nbConstraintChecks=49579730  nbPropagations=2723874  nbRevisions=29226284  nbUselessRevisions=22401350
9.24	     nbAssignments=50042  nbFailedAssignments=20393  nbBacktracks=29547  nbVisitedNodes=87268  nbRestartNogoods=100
9.24	       =>  wckTime=8.487  cpuTime=8.41  mem=14M711
13.25	   
13.25	   search
13.25	     run=18  nbConstraintChecks=73661719  nbPropagations=4083220  nbRevisions=43811831  nbUselessRevisions=33586757
13.25	     nbAssignments=74927  nbFailedAssignments=30494  nbBacktracks=44326  nbVisitedNodes=130464  nbRestartNogoods=113
13.25	       =>  wckTime=12.497  cpuTime=12.41  mem=14M711
14.25	   
14.25	   search
14.25	     run=19  nbConstraintChecks=79790470  nbPropagations=5554710  nbRevisions=59609163  nbUselessRevisions=45702611
14.25	     nbAssignments=80884  nbFailedAssignments=32902  nbBacktracks=47835  nbVisitedNodes=140879  nbRestartNogoods=118
14.25	       =>  wckTime=13.495  cpuTime=13.4  mem=14M711
14.25	   
14.25	   global
14.25	     nbConstraintChecks=79790470  nbPropagations=5554750  nbRevisions=59609163  nbUselessRevisions=45702611
14.25	     nbRestartNogoods=118  solvingWckTime=13.496  solvingCpuTime=13.41  expiredTime=no  totalExploration=no
14.25	     nbFoundSolutions=1  globalCpuTime=13.79
14.25	       =>  wckTime=13.955  cpuTime=13.74  mem=14M711
14.25	   
14.25	s SATISFIABLE
14.25	v 9 6 7 15 11 5 0 8 4 12 15 12 1 2 7 11 13 13 13 13 10 11 1 8 7 8 2 4 9 5 11 8 0 12 14 8 10 6 13 3 
14.25	d NODES 80884
14.25	d CHECKS 79790470
14.25	   
14.26	   totalWckTime=14.029  totalCpuTime=13.79

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/node29/watcher-229577-1168080990 -o ROOT/results/node29/solver-229577-1168080990 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229577-1168080990/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.51 1.49 1.68 2/81 17592
/proc/meminfo: memFree=1667992/2055920 swapFree=4192812/4192956
[pid=17591] ppid=17589 vsize=172 CPUtime=0
/proc/17591/stat : 17591 (java) R 17589 17591 17405 0 -1 0 217 0 0 0 0 0 0 0 19 0 1 0 156495154 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4129572 0 0 4096 0 0 0 0 17 0 0 0
/proc/17591/statm: 43 24 18 14 0 3 0

[startup+0.106234 s]
/proc/loadavg: 0.51 1.49 1.68 2/81 17592
/proc/meminfo: memFree=1667992/2055920 swapFree=4192812/4192956
[pid=17591] ppid=17589 vsize=914988 CPUtime=0.08
/proc/17591/stat : 17591 (java) R 17589 17591 17405 0 -1 0 3056 0 1 0 7 1 0 0 16 0 8 0 156495154 936947712 2802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17591/statm: 228747 2804 1449 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.514258 s]
/proc/loadavg: 0.51 1.49 1.68 2/81 17592
/proc/meminfo: memFree=1667992/2055920 swapFree=4192812/4192956
[pid=17591] ppid=17589 vsize=915328 CPUtime=0.48
/proc/17591/stat : 17591 (java) R 17589 17591 17405 0 -1 0 6819 0 1 0 45 3 0 0 16 0 8 0 156495154 937295872 6558 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17591/statm: 228832 6558 2142 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33531 s]
/proc/loadavg: 0.51 1.49 1.68 2/88 17599
/proc/meminfo: memFree=1644512/2055920 swapFree=4192812/4192956
[pid=17591] ppid=17589 vsize=915452 CPUtime=1.3
/proc/17591/stat : 17591 (java) R 17589 17591 17405 0 -1 0 8593 0 1 0 125 5 0 0 16 0 8 0 156495154 937422848 8331 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073809764 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17591/statm: 228863 8331 2513 14 0 215333 0
[pid=17591/tid=17593] ppid=17589 vsize=915452 CPUtime=0.02
/proc/17591/task/17593/stat : 17593 (java) S 17589 17591 17405 0 -1 64 242 0 0 0 2 0 0 0 16 0 8 0 156495157 937422848 8331 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17594] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17594/stat : 17594 (java) S 17589 17591 17405 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156495158 937422848 8331 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17595] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17595/stat : 17595 (java) S 17589 17591 17405 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156495158 937422848 8331 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17596] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17596/stat : 17596 (java) S 17589 17591 17405 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156495161 937422848 8331 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17597] ppid=17589 vsize=915452 CPUtime=0.18
/proc/17591/task/17597/stat : 17597 (java) S 17589 17591 17405 0 -1 64 384 0 0 0 18 0 0 0 16 0 8 0 156495161 937422848 8331 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17598] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17598/stat : 17598 (java) S 17589 17591 17405 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156495161 937422848 8331 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17599] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17599/stat : 17599 (java) S 17589 17591 17405 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156495161 937422848 8331 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915452

[startup+2.98641 s]
/proc/loadavg: 0.55 1.48 1.67 2/88 17599
/proc/meminfo: memFree=1644384/2055920 swapFree=4192812/4192956
[pid=17591] ppid=17589 vsize=915452 CPUtime=2.95
/proc/17591/stat : 17591 (java) R 17589 17591 17405 0 -1 0 8608 0 1 0 290 5 0 0 16 0 8 0 156495154 937422848 8345 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073798496 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17591/statm: 228863 8345 2513 14 0 215333 0
[pid=17591/tid=17593] ppid=17589 vsize=915452 CPUtime=0.02
/proc/17591/task/17593/stat : 17593 (java) S 17589 17591 17405 0 -1 64 242 0 0 0 2 0 0 0 16 0 8 0 156495157 937422848 8345 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17594] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17594/stat : 17594 (java) S 17589 17591 17405 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156495158 937422848 8345 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17595] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17595/stat : 17595 (java) S 17589 17591 17405 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156495158 937422848 8345 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17596] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17596/stat : 17596 (java) S 17589 17591 17405 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156495161 937422848 8345 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17597] ppid=17589 vsize=915452 CPUtime=0.19
/proc/17591/task/17597/stat : 17597 (java) S 17589 17591 17405 0 -1 64 388 0 0 0 19 0 0 0 16 0 8 0 156495161 937422848 8345 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17598] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17598/stat : 17598 (java) S 17589 17591 17405 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156495161 937422848 8345 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17599] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17599/stat : 17599 (java) S 17589 17591 17405 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156495161 937422848 8345 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) 915452

[startup+6.28061 s]
/proc/loadavg: 0.55 1.48 1.67 2/88 17600
/proc/meminfo: memFree=1644128/2055920 swapFree=4192812/4192956
[pid=17591] ppid=17589 vsize=915452 CPUtime=6.24
/proc/17591/stat : 17591 (java) R 17589 17591 17405 0 -1 0 8614 0 1 0 619 5 0 0 20 0 8 0 156495154 937422848 8350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073799606 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17591/statm: 228863 8350 2513 14 0 215333 0
[pid=17591/tid=17593] ppid=17589 vsize=915452 CPUtime=0.02
/proc/17591/task/17593/stat : 17593 (java) S 17589 17591 17405 0 -1 64 242 0 0 0 2 0 0 0 16 0 8 0 156495157 937422848 8350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17594] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17594/stat : 17594 (java) S 17589 17591 17405 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156495158 937422848 8350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17595] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17595/stat : 17595 (java) S 17589 17591 17405 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156495158 937422848 8350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17596] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17596/stat : 17596 (java) S 17589 17591 17405 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156495161 937422848 8350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17597] ppid=17589 vsize=915452 CPUtime=0.19
/proc/17591/task/17597/stat : 17597 (java) S 17589 17591 17405 0 -1 64 388 0 0 0 19 0 0 0 16 0 8 0 156495161 937422848 8350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17598] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17598/stat : 17598 (java) S 17589 17591 17405 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156495161 937422848 8350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17599] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17599/stat : 17599 (java) S 17589 17591 17405 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156495161 937422848 8350 18446744073709551615 134512640 134570532 4294956480 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.756 s]
/proc/loadavg: 0.61 1.47 1.66 2/88 17600
/proc/meminfo: memFree=1644256/2055920 swapFree=4192812/4192956
[pid=17591] ppid=17589 vsize=915452 CPUtime=12.71
/proc/17591/stat : 17591 (java) R 17589 17591 17405 0 -1 0 8619 0 1 0 1266 5 0 0 25 0 8 0 156495154 937422848 8355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17591/statm: 228863 8355 2513 14 0 215333 0
[pid=17591/tid=17593] ppid=17589 vsize=915452 CPUtime=0.02
/proc/17591/task/17593/stat : 17593 (java) S 17589 17591 17405 0 -1 64 242 0 0 0 2 0 0 0 16 0 8 0 156495157 937422848 8355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17594] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17594/stat : 17594 (java) S 17589 17591 17405 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156495158 937422848 8355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17595] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17595/stat : 17595 (java) S 17589 17591 17405 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156495158 937422848 8355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17596] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17596/stat : 17596 (java) S 17589 17591 17405 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156495161 937422848 8355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17597] ppid=17589 vsize=915452 CPUtime=0.19
/proc/17591/task/17597/stat : 17597 (java) S 17589 17591 17405 0 -1 64 388 0 0 0 19 0 0 0 16 0 8 0 156495161 937422848 8355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17598] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17598/stat : 17598 (java) S 17589 17591 17405 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156495161 937422848 8355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17591/tid=17599] ppid=17589 vsize=915452 CPUtime=0
/proc/17591/task/17599/stat : 17599 (java) S 17589 17591 17405 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156495161 937422848 8355 18446744073709551615 134512640 134570532 4294956480 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.2927
CPU time (s): 14.2298
CPU user time (s): 14.1678
CPU system time (s): 0.06199
CPU usage (%): 99.5599
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.1678
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8711
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= 1095
involuntary context switches= 132

runsolver used 0.014997 s user time and 0.050992 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Sat Jan  6 10:56:41 UTC 2007


IDJOB= 229577
IDBENCH= 6322
FILE ID= node29/229577-1168080990

PBS_JOBID= 3476089

Free space on /tmp= 66548 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.35/rand-2-40-16-250-350-21_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229577-1168080990/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-229577-1168080990 -o ROOT/results/node29/solver-229577-1168080990 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229577-1168080990/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  812c7eddef433007453b41251fcd26a0

RANDOM SEED= 764851034

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.241
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.241
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:       1668408 kB
Buffers:         42924 kB
Cached:         208404 kB
SwapCached:          0 kB
Active:         112852 kB
Inactive:       198052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1828 kB
Writeback:           0 kB
Mapped:          78576 kB
Slab:            61600 kB
Committed_AS:  2999728 kB
PageTables:       2220 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 node29 on Sat Jan  6 10:57:08 UTC 2007