Trace number 229105

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 12.7161 12.7855

DiagnosticValue
CHECKS79805920
NODES67135

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-3_ext.xml
MD5SUM2304a437f976a87177b662aafeab0674
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.6233
SatisfiableNO
(Un)Satisfiability was provedNO
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/229105-1168080933/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.42	       =>  wckTime=0.101  cpuTime=0.1  mem=6M951
0.42	   
0.42	   relations being loaded...
0.50	   
0.50	   constraints being loaded...
0.61	     nbConstraints=250  nbRelationTypes=250  nbExtensionStructures=250  nbSharedExtensionStructures=0
0.61	     nbConflictsStructures=250  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1304  maxDegree=18
0.61	     maxArity=2
0.61	       =>  wckTime=0.294  cpuTime=0.22  mem=11M893
0.65	   
0.65	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.494  cpuTime=0.34  mem=13M736
0.82	   
0.82	   preprocessing
0.82	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.82	     detectedInconsistency=no
0.82	       =>  wckTime=0.0040  cpuTime=0.0  mem=13M736
0.87	   
0.87	   search
0.87	     run=0  nbConstraintChecks=33326  nbPropagations=569  nbRevisions=5716  nbUselessRevisions=4474  nbAssignments=28
0.87	     nbFailedAssignments=11  nbBacktracks=11  nbVisitedNodes=49  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.056  cpuTime=0.03  mem=14M711
0.89	   
0.89	   search
0.89	     run=1  nbConstraintChecks=73345  nbPropagations=1792  nbRevisions=18296  nbUselessRevisions=14095  nbAssignments=61
0.89	     nbFailedAssignments=24  nbBacktracks=28  nbVisitedNodes=105  nbRestartNogoods=5  mapSize=25  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.077  cpuTime=0.05  mem=14M711
0.91	   
0.91	   search
0.91	     run=2  nbConstraintChecks=133323  nbPropagations=4065  nbRevisions=41515  nbUselessRevisions=31894
0.92	     nbAssignments=115  nbFailedAssignments=48  nbBacktracks=53  nbVisitedNodes=199  nbRestartNogoods=6  mapSize=48
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.101  cpuTime=0.07  mem=14M711
0.93	   
0.93	   search
0.93	     run=3  nbConstraintChecks=197648  nbPropagations=7435  nbRevisions=75814  nbUselessRevisions=58203
0.93	     nbAssignments=177  nbFailedAssignments=70  nbBacktracks=86  nbVisitedNodes=300  nbRestartNogoods=9  mapSize=74
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.116  cpuTime=0.08  mem=14M711
0.95	   
0.96	   search
0.96	     run=4  nbConstraintChecks=304555  nbPropagations=12589  nbRevisions=129547  nbUselessRevisions=99444
0.96	     nbAssignments=270  nbFailedAssignments=107  nbBacktracks=137  nbVisitedNodes=458  nbRestartNogoods=14  mapSize=114
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.141  cpuTime=0.1  mem=14M711
1.00	   
1.00	   search
1.00	     run=5  nbConstraintChecks=501319  nbPropagations=20797  nbRevisions=218001  nbUselessRevisions=167079
1.00	     nbAssignments=419  nbFailedAssignments=176  nbBacktracks=213  nbVisitedNodes=732  nbRestartNogoods=19  mapSize=186
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.184  cpuTime=0.14  mem=14M711
1.05	   
1.05	   search
1.05	     run=6  nbConstraintChecks=725662  nbPropagations=32723  nbRevisions=346800  nbUselessRevisions=265345
1.05	     nbAssignments=618  nbFailedAssignments=255  nbBacktracks=329  nbVisitedNodes=1077  nbRestartNogoods=25  mapSize=281
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.231  cpuTime=0.19  mem=14M711
1.12	   
1.12	   search
1.12	     run=7  nbConstraintChecks=1107032  nbPropagations=50701  nbRevisions=542894  nbUselessRevisions=414836
1.12	     nbAssignments=943  nbFailedAssignments=406  nbBacktracks=499  nbVisitedNodes=1659  nbRestartNogoods=27  mapSize=429
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.305  cpuTime=0.26  mem=14M711
1.23	   
1.23	   search
1.23	     run=8  nbConstraintChecks=1606061  nbPropagations=76981  nbRevisions=827490  nbUselessRevisions=631566
1.23	     nbAssignments=1376  nbFailedAssignments=579  nbBacktracks=755  nbVisitedNodes=2414  nbRestartNogoods=29
1.23	     mapSize=653  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.414  cpuTime=0.36  mem=14M711
1.40	   
1.40	   search
1.40	     run=9  nbConstraintChecks=2464114  nbPropagations=117048  nbRevisions=1265130  nbUselessRevisions=965252
1.40	     nbAssignments=2065  nbFailedAssignments=881  nbBacktracks=1139  nbVisitedNodes=3655  nbRestartNogoods=37
1.40	     mapSize=999  nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.583  cpuTime=0.51  mem=14M711
1.41	   
1.41	   INFO : Stopping hyperNogood (mapSize=1008, nbTooLargekeys=0, mem=14M711)
1.60	   
1.61	   search
1.61	     run=10  nbConstraintChecks=3635524  nbPropagations=175868  nbRevisions=1906837  nbUselessRevisions=1453888
1.61	     nbAssignments=3054  nbFailedAssignments=1288  nbBacktracks=1716  nbVisitedNodes=5403  nbRestartNogoods=45
1.61	       =>  wckTime=0.788  cpuTime=0.7  mem=14M711
1.88	   
1.88	   search
1.88	     run=11  nbConstraintChecks=5289046  nbPropagations=262514  nbRevisions=2846172  nbUselessRevisions=2168171
1.88	     nbAssignments=4505  nbFailedAssignments=1872  nbBacktracks=2580  nbVisitedNodes=7934  nbRestartNogoods=55
1.88	       =>  wckTime=1.062  cpuTime=0.97  mem=14M711
2.30	   
2.30	   search
2.30	     run=12  nbConstraintChecks=8007138  nbPropagations=392274  nbRevisions=4253948  nbUselessRevisions=3236711
2.30	     nbAssignments=6713  nbFailedAssignments=2780  nbBacktracks=3877  nbVisitedNodes=11806  nbRestartNogoods=60
2.30	       =>  wckTime=1.488  cpuTime=1.39  mem=14M711
2.94	   
2.94	   search
2.94	     run=13  nbConstraintChecks=11999863  nbPropagations=587238  nbRevisions=6381592  nbUselessRevisions=4854859
2.94	     nbAssignments=10099  nbFailedAssignments=4213  nbBacktracks=5823  nbVisitedNodes=17809  nbRestartNogoods=69
2.94	       =>  wckTime=2.124  cpuTime=2.02  mem=14M711
3.76	   
3.76	   search
3.76	     run=14  nbConstraintChecks=17340753  nbPropagations=872300  nbRevisions=9476729  nbUselessRevisions=7209552
3.76	     nbAssignments=14938  nbFailedAssignments=6126  nbBacktracks=8743  nbVisitedNodes=26180  nbRestartNogoods=77
3.76	       =>  wckTime=2.944  cpuTime=2.84  mem=14M711
5.01	   
5.01	   search
5.01	     run=15  nbConstraintChecks=26013116  nbPropagations=1299982  nbRevisions=14143014  nbUselessRevisions=10765642
5.01	     nbAssignments=22393  nbFailedAssignments=9195  nbBacktracks=13121  nbVisitedNodes=39299  nbRestartNogoods=87
5.01	       =>  wckTime=4.198  cpuTime=4.09  mem=14M711
6.83	   
6.83	   search
6.83	     run=16  nbConstraintChecks=38732433  nbPropagations=1934821  nbRevisions=21075741  nbUselessRevisions=16050395
6.83	     nbAssignments=33272  nbFailedAssignments=13503  nbBacktracks=19689  nbVisitedNodes=58302  nbRestartNogoods=95
6.83	       =>  wckTime=6.019  cpuTime=5.91  mem=14M711
9.86	   
9.86	   search
9.86	     run=17  nbConstraintChecks=59783839  nbPropagations=2907889  nbRevisions=31797286  nbUselessRevisions=24240983
9.86	     nbAssignments=50419  nbFailedAssignments=20794  nbBacktracks=29541  nbVisitedNodes=88862  nbRestartNogoods=104
9.86	       =>  wckTime=9.042  cpuTime=8.93  mem=14M711
12.75	   
12.75	   search
12.75	     run=18  nbConstraintChecks=79805920  nbPropagations=4205415  nbRevisions=46129061  nbUselessRevisions=35199357
12.75	     nbAssignments=67135  nbFailedAssignments=27932  nbBacktracks=39120  nbVisitedNodes=118464  nbRestartNogoods=109
12.75	       =>  wckTime=11.938  cpuTime=11.82  mem=14M711
12.75	   
12.75	   global
12.75	     nbConstraintChecks=79805920  nbPropagations=4205455  nbRevisions=46129061  nbUselessRevisions=35199357
12.75	     nbRestartNogoods=109  solvingWckTime=11.939  solvingCpuTime=11.82  expiredTime=no  totalExploration=yes
12.75	     nbFoundSolutions=0  globalCpuTime=12.22
12.75	       =>  wckTime=12.436  cpuTime=12.17  mem=14M711
12.76	   
12.76	s UNSATISFIABLE
12.76	d NODES 67135
12.76	d CHECKS 79805920
12.76	   
12.76	   totalWckTime=12.519  totalCpuTime=12.22

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/node6/watcher-229105-1168080933 -o ROOT/results/node6/solver-229105-1168080933 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229105-1168080933/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.63 1.41 1.77 3/93 9846
/proc/meminfo: memFree=1215280/2055924 swapFree=4165672/4192956
[pid=9845] ppid=9843 vsize=18540 CPUtime=0
/proc/9845/stat : 9845 (runsolver) R 9843 9845 9256 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156490292 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 268582841639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/9845/statm: 4635 279 244 17 0 2626 0

[startup+0.102758 s]
/proc/loadavg: 0.63 1.41 1.77 3/93 9846
/proc/meminfo: memFree=1215280/2055924 swapFree=4165672/4192956
[pid=9845] ppid=9843 vsize=914988 CPUtime=0.08
/proc/9845/stat : 9845 (java) R 9843 9845 9256 0 -1 0 2979 0 1 0 7 1 0 0 20 0 8 0 156490292 936947712 2725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072935410 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9845/statm: 228747 2725 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.514806 s]
/proc/loadavg: 0.63 1.41 1.77 3/93 9846
/proc/meminfo: memFree=1215280/2055924 swapFree=4165672/4192956
[pid=9845] ppid=9843 vsize=915328 CPUtime=0.49
/proc/9845/stat : 9845 (java) R 9843 9845 9256 0 -1 0 6656 0 1 0 44 5 0 0 18 0 8 0 156490292 937295872 6395 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9845/statm: 228832 6395 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.3439 s]
/proc/loadavg: 0.63 1.41 1.77 3/100 9853
/proc/meminfo: memFree=1191928/2055924 swapFree=4165672/4192956
[pid=9845] ppid=9843 vsize=915452 CPUtime=1.31
/proc/9845/stat : 9845 (java) R 9843 9845 9256 0 -1 0 8578 0 1 0 124 7 0 0 24 0 8 0 156490292 937422848 8316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073818641 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9845/statm: 228863 8316 2513 14 0 215333 0
[pid=9845/tid=9847] ppid=9843 vsize=915452 CPUtime=0.03
/proc/9845/task/9847/stat : 9847 (java) S 9843 9845 9256 0 -1 64 241 0 0 0 3 0 0 0 16 0 8 0 156490296 937422848 8316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9848] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9848/stat : 9848 (java) S 9843 9845 9256 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156490296 937422848 8316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9849] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9849/stat : 9849 (java) S 9843 9845 9256 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156490297 937422848 8316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9850] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9850/stat : 9850 (java) S 9843 9845 9256 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156490300 937422848 8316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9851] ppid=9843 vsize=915452 CPUtime=0.22
/proc/9845/task/9851/stat : 9851 (java) S 9843 9845 9256 0 -1 64 379 0 0 0 21 1 0 0 16 0 8 0 156490300 937422848 8316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9852] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9852/stat : 9852 (java) S 9843 9845 9256 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156490300 937422848 8316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9853] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9853/stat : 9853 (java) S 9843 9845 9256 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156490300 937422848 8316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915452

[startup+2.98109 s]
/proc/loadavg: 0.74 1.42 1.78 3/100 9853
/proc/meminfo: memFree=1191672/2055924 swapFree=4165672/4192956
[pid=9845] ppid=9843 vsize=915452 CPUtime=2.93
/proc/9845/stat : 9845 (java) R 9843 9845 9256 0 -1 0 8606 0 1 0 286 7 0 0 25 0 8 0 156490292 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073820863 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9845/statm: 228863 8342 2513 14 0 215333 0
[pid=9845/tid=9847] ppid=9843 vsize=915452 CPUtime=0.03
/proc/9845/task/9847/stat : 9847 (java) S 9843 9845 9256 0 -1 64 241 0 0 0 3 0 0 0 17 0 8 0 156490296 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9848] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9848/stat : 9848 (java) S 9843 9845 9256 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156490296 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9849] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9849/stat : 9849 (java) S 9843 9845 9256 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156490297 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9850] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9850/stat : 9850 (java) S 9843 9845 9256 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156490300 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9851] ppid=9843 vsize=915452 CPUtime=0.23
/proc/9845/task/9851/stat : 9851 (java) S 9843 9845 9256 0 -1 64 388 0 0 0 22 1 0 0 16 0 8 0 156490300 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9852] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9852/stat : 9852 (java) S 9843 9845 9256 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156490300 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9853] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9853/stat : 9853 (java) S 9843 9845 9256 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156490300 937422848 8342 18446744073709551615 134512640 134570532 4294956464 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) 915452

[startup+6.26047 s]
/proc/loadavg: 0.74 1.42 1.78 2/88 9853
/proc/meminfo: memFree=1215896/2055924 swapFree=4165672/4192956
[pid=9845] ppid=9843 vsize=915452 CPUtime=6.2
/proc/9845/stat : 9845 (java) R 9843 9845 9256 0 -1 0 8611 0 1 0 613 7 0 0 25 0 8 0 156490292 937422848 8347 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073802927 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9845/statm: 228863 8347 2513 14 0 215333 0
[pid=9845/tid=9847] ppid=9843 vsize=915452 CPUtime=0.03
/proc/9845/task/9847/stat : 9847 (java) S 9843 9845 9256 0 -1 64 241 0 0 0 3 0 0 0 16 0 8 0 156490296 937422848 8347 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9848] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9848/stat : 9848 (java) S 9843 9845 9256 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156490296 937422848 8347 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9849] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9849/stat : 9849 (java) S 9843 9845 9256 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156490297 937422848 8347 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9850] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9850/stat : 9850 (java) S 9843 9845 9256 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156490300 937422848 8347 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9851] ppid=9843 vsize=915452 CPUtime=0.23
/proc/9845/task/9851/stat : 9851 (java) S 9843 9845 9256 0 -1 64 388 0 0 0 22 1 0 0 16 0 8 0 156490300 937422848 8347 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9852] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9852/stat : 9852 (java) S 9843 9845 9256 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156490300 937422848 8347 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9853] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9853/stat : 9853 (java) S 9843 9845 9256 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156490300 937422848 8347 18446744073709551615 134512640 134570532 4294956464 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) 915452

[startup+12.7442 s]
/proc/loadavg: 0.78 1.41 1.77 2/88 9861
/proc/meminfo: memFree=1215768/2055924 swapFree=4165672/4192956
[pid=9845] ppid=9843 vsize=915452 CPUtime=12.68
/proc/9845/stat : 9845 (java) R 9843 9845 9256 0 -1 0 8615 0 1 0 1261 7 0 0 25 0 8 0 156490292 937422848 8351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073808147 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9845/statm: 228863 8351 2513 14 0 215333 0
[pid=9845/tid=9847] ppid=9843 vsize=915452 CPUtime=0.03
/proc/9845/task/9847/stat : 9847 (java) S 9843 9845 9256 0 -1 64 241 0 0 0 3 0 0 0 16 0 8 0 156490296 937422848 8351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9848] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9848/stat : 9848 (java) S 9843 9845 9256 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156490296 937422848 8351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9849] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9849/stat : 9849 (java) S 9843 9845 9256 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156490297 937422848 8351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9850] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9850/stat : 9850 (java) S 9843 9845 9256 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156490300 937422848 8351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9851] ppid=9843 vsize=915452 CPUtime=0.23
/proc/9845/task/9851/stat : 9851 (java) S 9843 9845 9256 0 -1 64 388 0 0 0 22 1 0 0 16 0 8 0 156490300 937422848 8351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9852] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9852/stat : 9852 (java) S 9843 9845 9256 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156490300 937422848 8351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9845/tid=9853] ppid=9843 vsize=915452 CPUtime=0
/proc/9845/task/9853/stat : 9853 (java) S 9843 9845 9256 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156490300 937422848 8351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 12.7855
CPU time (s): 12.7161
CPU user time (s): 12.6311
CPU system time (s): 0.084987
CPU usage (%): 99.4566
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.6311
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8705
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= 1344
involuntary context switches= 1622

runsolver used 0.023996 s user time and 0.041993 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Jan  6 10:55:41 UTC 2007


IDJOB= 229105
IDBENCH= 6278
FILE ID= node6/229105-1168080933

PBS_JOBID= 3475810

Free space on /tmp= 66529 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2304a437f976a87177b662aafeab0674

RANDOM SEED= 245447000

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.240
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.240
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:      2055924 kB
MemFree:       1215760 kB
Buffers:         83028 kB
Cached:         598424 kB
SwapCached:       3036 kB
Active:         383888 kB
Inactive:       359792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1215760 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            3776 kB
Writeback:           0 kB
Mapped:          81336 kB
Slab:            81096 kB
Committed_AS:  5044776 kB
PageTables:       2468 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= 66529 MiB



End job on node6 on Sat Jan  6 10:56:09 UTC 2007