Trace number 226600

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 18.4882 18.5518

DiagnosticValue
CHECKS160077895
NODES84276

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-79_ext.xml
MD5SUMcbb059c9def2827086903f2eb9f0d052
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 benchmark12.835
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
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/226600-1168080714/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.39	       =>  wckTime=0.099  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.59	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=12  maxArity=2
0.59	       =>  wckTime=0.293  cpuTime=0.24  mem=15M744
0.63	   
0.63	   solver IterativeSystematicSolver being built... 
0.77	       =>  wckTime=0.48  cpuTime=0.37  mem=13M789
0.78	   
0.78	   preprocessing
0.78	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.78	     detectedInconsistency=no
0.78	       =>  wckTime=0.0020  cpuTime=0.0  mem=13M789
0.83	   
0.83	   search
0.83	     run=0  nbConstraintChecks=57131  nbPropagations=920  nbRevisions=5117  nbUselessRevisions=3195  nbAssignments=35
0.83	     nbFailedAssignments=19  nbBacktracks=10  nbVisitedNodes=64  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.053  cpuTime=0.02  mem=14M764
0.85	   
0.85	   search
0.85	     run=1  nbConstraintChecks=142131  nbPropagations=2954  nbRevisions=16970  nbUselessRevisions=10595
0.85	     nbAssignments=81  nbFailedAssignments=43  nbBacktracks=26  nbVisitedNodes=144  nbRestartNogoods=3  mapSize=25
0.85	     nbInferences=0  nbTooLargeKeys=0
0.85	       =>  wckTime=0.075  cpuTime=0.04  mem=14M764
0.87	   
0.87	   search
0.87	     run=2  nbConstraintChecks=235083  nbPropagations=6306  nbRevisions=36933  nbUselessRevisions=23201
0.87	     nbAssignments=136  nbFailedAssignments=71  nbBacktracks=49  nbVisitedNodes=243  nbRestartNogoods=6  mapSize=44
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.094  cpuTime=0.06  mem=14M764
0.89	   
0.89	   search
0.89	     run=3  nbConstraintChecks=361033  nbPropagations=11402  nbRevisions=67736  nbUselessRevisions=42676
0.89	     nbAssignments=207  nbFailedAssignments=103  nbBacktracks=84  nbVisitedNodes=368  nbRestartNogoods=8  mapSize=73
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.115  cpuTime=0.08  mem=14M764
0.93	   
0.93	   search
0.93	     run=4  nbConstraintChecks=573799  nbPropagations=19455  nbRevisions=116202  nbUselessRevisions=72902
0.93	     nbAssignments=315  nbFailedAssignments=157  nbBacktracks=135  nbVisitedNodes=566  nbRestartNogoods=12  mapSize=115
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.147  cpuTime=0.11  mem=14M764
0.97	   
0.97	   search
0.97	     run=5  nbConstraintChecks=921335  nbPropagations=32369  nbRevisions=194021  nbUselessRevisions=121132
0.97	     nbAssignments=491  nbFailedAssignments=251  nbBacktracks=211  nbVisitedNodes=891  nbRestartNogoods=19  mapSize=187
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.193  cpuTime=0.15  mem=14M764
1.03	   
1.03	   search
1.03	     run=6  nbConstraintChecks=1332218  nbPropagations=50773  nbRevisions=305578  nbUselessRevisions=190094
1.03	     nbAssignments=700  nbFailedAssignments=343  nbBacktracks=324  nbVisitedNodes=1260  nbRestartNogoods=25  mapSize=280
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.248  cpuTime=0.21  mem=14M764
1.12	   
1.12	   search
1.12	     run=7  nbConstraintChecks=1988690  nbPropagations=78635  nbRevisions=475377  nbUselessRevisions=295217
1.12	     nbAssignments=1067  nbFailedAssignments=536  nbBacktracks=495  nbVisitedNodes=1940  nbRestartNogoods=32
1.12	     mapSize=435  nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.34  cpuTime=0.29  mem=14M764
1.25	   
1.25	   search
1.25	     run=8  nbConstraintChecks=2969591  nbPropagations=119268  nbRevisions=724971  nbUselessRevisions=449345
1.25	     nbAssignments=1576  nbFailedAssignments=786  nbBacktracks=751  nbVisitedNodes=2856  nbRestartNogoods=39
1.25	     mapSize=652  nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.472  cpuTime=0.41  mem=14M764
1.43	   
1.43	   search
1.43	     run=9  nbConstraintChecks=4384023  nbPropagations=181530  nbRevisions=1107826  nbUselessRevisions=686568
1.43	     nbAssignments=2440  nbFailedAssignments=1261  nbBacktracks=1136  nbVisitedNodes=4439  nbRestartNogoods=44
1.43	     mapSize=992  nbInferences=0  nbTooLargeKeys=0
1.43	       =>  wckTime=0.649  cpuTime=0.58  mem=14M764
1.43	   
1.43	   INFO : Stopping hyperNogood (mapSize=1004, nbTooLargekeys=0, mem=14M764)
1.69	   
1.69	   search
1.69	     run=10  nbConstraintChecks=6677396  nbPropagations=275606  nbRevisions=1689523  nbUselessRevisions=1047062
1.69	     nbAssignments=3679  nbFailedAssignments=1917  nbBacktracks=1714  nbVisitedNodes=6714  nbRestartNogoods=49
1.69	       =>  wckTime=0.915  cpuTime=0.84  mem=14M764
2.10	   
2.10	   search
2.10	     run=11  nbConstraintChecks=10278979  nbPropagations=422184  nbRevisions=2593314  nbUselessRevisions=1606802
2.10	     nbAssignments=5703  nbFailedAssignments=3073  nbBacktracks=2578  nbVisitedNodes=10515  nbRestartNogoods=57
2.10	       =>  wckTime=1.323  cpuTime=1.24  mem=14M764
2.60	   
2.60	   search
2.60	     run=12  nbConstraintChecks=14758497  nbPropagations=631943  nbRevisions=3887848  nbUselessRevisions=2410332
2.60	     nbAssignments=8270  nbFailedAssignments=4336  nbBacktracks=3876  nbVisitedNodes=15150  nbRestartNogoods=67
2.60	       =>  wckTime=1.824  cpuTime=1.74  mem=14M764
3.41	   
3.41	   search
3.41	     run=13  nbConstraintChecks=21995042  nbPropagations=944769  nbRevisions=5818722  nbUselessRevisions=3609311
3.41	     nbAssignments=12285  nbFailedAssignments=6400  nbBacktracks=5825  nbVisitedNodes=22448  nbRestartNogoods=73
3.41	       =>  wckTime=2.636  cpuTime=2.56  mem=14M764
4.75	   
4.75	   search
4.75	     run=14  nbConstraintChecks=34036721  nbPropagations=1422892  nbRevisions=8784584  nbUselessRevisions=5448878
4.75	     nbAssignments=18633  nbFailedAssignments=9822  nbBacktracks=8744  nbVisitedNodes=34161  nbRestartNogoods=83
4.75	       =>  wckTime=3.972  cpuTime=3.89  mem=14M764
6.68	   
6.68	   search
6.68	     run=15  nbConstraintChecks=51629175  nbPropagations=2141258  nbRevisions=13237127  nbUselessRevisions=8207995
6.68	     nbAssignments=27770  nbFailedAssignments=14576  nbBacktracks=13125  nbVisitedNodes=50985  nbRestartNogoods=99
6.68	       =>  wckTime=5.904  cpuTime=5.82  mem=14M764
9.61	   
9.61	   search
9.61	     run=16  nbConstraintChecks=77975790  nbPropagations=3225795  nbRevisions=19966994  nbUselessRevisions=12376818
9.61	     nbAssignments=42048  nbFailedAssignments=22281  nbBacktracks=19693  nbVisitedNodes=77372  nbRestartNogoods=111
9.61	       =>  wckTime=8.834  cpuTime=8.75  mem=14M764
13.75	   
13.75	   search
13.75	     run=17  nbConstraintChecks=116039530  nbPropagations=4817700  nbRevisions=29874831  nbUselessRevisions=18513374
13.75	     nbAssignments=62184  nbFailedAssignments=32563  nbBacktracks=29546  nbVisitedNodes=113940  nbRestartNogoods=118
13.75	       =>  wckTime=12.973  cpuTime=12.89  mem=14M764
18.49	   
18.49	   search
18.49	     run=18  nbConstraintChecks=160077895  nbPropagations=6981213  nbRevisions=43359068  nbUselessRevisions=26850115
18.49	     nbAssignments=84276  nbFailedAssignments=43728  nbBacktracks=40474  nbVisitedNodes=153948  nbRestartNogoods=126
18.49	       =>  wckTime=17.707  cpuTime=17.62  mem=14M764
18.49	   
18.49	   global
18.49	     nbConstraintChecks=160077895  nbPropagations=6981253  nbRevisions=43359068  nbUselessRevisions=26850115
18.49	     nbRestartNogoods=126  solvingWckTime=17.708  solvingCpuTime=17.62  expiredTime=no  totalExploration=yes
18.49	     nbFoundSolutions=0  globalCpuTime=18.03
18.49	       =>  wckTime=18.193  cpuTime=17.99  mem=14M764
18.49	   
18.49	s UNSATISFIABLE
18.49	d NODES 84276
18.49	d CHECKS 160077895
18.49	   
18.49	   totalWckTime=18.267  totalCpuTime=18.03

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/node26/watcher-226600-1168080714 -o ROOT/results/node26/solver-226600-1168080714 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226600-1168080714/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.61 1.54 1.70 2/81 21103
/proc/meminfo: memFree=1325016/2055920 swapFree=4192812/4192956
[pid=21102] ppid=21100 vsize=1784 CPUtime=0
/proc/21102/stat : 21102 (java) R 21100 21102 20694 0 -1 0 329 0 0 0 0 0 0 0 18 0 1 0 156466471 1826816 124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21102/statm: 446 130 97 14 0 91 0

[startup+0.103575 s]
/proc/loadavg: 0.61 1.54 1.70 2/81 21103
/proc/meminfo: memFree=1325016/2055920 swapFree=4192812/4192956
[pid=21102] ppid=21100 vsize=914988 CPUtime=0.09
/proc/21102/stat : 21102 (java) R 21100 21102 20694 0 -1 0 3069 0 1 0 8 1 0 0 16 0 8 0 156466471 936947712 2815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21102/statm: 228747 2816 1452 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.511601 s]
/proc/loadavg: 0.61 1.54 1.70 2/81 21103
/proc/meminfo: memFree=1325016/2055920 swapFree=4192812/4192956
[pid=21102] ppid=21100 vsize=915328 CPUtime=0.5
/proc/21102/stat : 21102 (java) R 21100 21102 20694 0 -1 0 7718 0 1 0 45 5 0 0 17 0 8 0 156466471 937295872 7457 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21102/statm: 228832 7457 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33168 s]
/proc/loadavg: 0.61 1.54 1.70 2/88 21110
/proc/meminfo: memFree=1299424/2055920 swapFree=4192812/4192956
[pid=21102] ppid=21100 vsize=915464 CPUtime=1.31
/proc/21102/stat : 21102 (java) R 21100 21102 20694 0 -1 0 9091 0 1 0 124 7 0 0 16 0 8 0 156466471 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073731383 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21102/statm: 228866 8829 2513 14 0 215336 0
[pid=21102/tid=21104] ppid=21100 vsize=915464 CPUtime=0.03
/proc/21102/task/21104/stat : 21104 (java) S 21100 21102 20694 0 -1 64 255 0 0 0 3 0 0 0 16 0 8 0 156466474 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21102/tid=21105] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21105/stat : 21105 (java) S 21100 21102 20694 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156466475 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21106] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21106/stat : 21106 (java) S 21100 21102 20694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156466475 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21107] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21107/stat : 21107 (java) S 21100 21102 20694 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156466478 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21108] ppid=21100 vsize=915464 CPUtime=0.18
/proc/21102/task/21108/stat : 21108 (java) S 21100 21102 20694 0 -1 64 371 0 0 0 18 0 0 0 16 0 8 0 156466478 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21109] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21109/stat : 21109 (java) S 21100 21102 20694 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156466478 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21110] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21110/stat : 21110 (java) S 21100 21102 20694 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156466478 937435136 8829 18446744073709551615 134512640 134570532 4294956480 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) 915464

[startup+2.96883 s]
/proc/loadavg: 0.61 1.54 1.70 2/88 21110
/proc/meminfo: memFree=1299360/2055920 swapFree=4192812/4192956
[pid=21102] ppid=21100 vsize=915464 CPUtime=2.95
/proc/21102/stat : 21102 (java) R 21100 21102 20694 0 -1 0 9097 0 1 0 288 7 0 0 17 0 8 0 156466471 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746505 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21102/statm: 228866 8834 2513 14 0 215336 0
[pid=21102/tid=21104] ppid=21100 vsize=915464 CPUtime=0.03
/proc/21102/task/21104/stat : 21104 (java) S 21100 21102 20694 0 -1 64 255 0 0 0 3 0 0 0 17 0 8 0 156466474 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21102/tid=21105] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21105/stat : 21105 (java) S 21100 21102 20694 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156466475 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21106] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21106/stat : 21106 (java) S 21100 21102 20694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156466475 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21107] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21107/stat : 21107 (java) S 21100 21102 20694 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156466478 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21108] ppid=21100 vsize=915464 CPUtime=0.19
/proc/21102/task/21108/stat : 21108 (java) S 21100 21102 20694 0 -1 64 376 0 0 0 19 0 0 0 15 0 8 0 156466478 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21109] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21109/stat : 21109 (java) S 21100 21102 20694 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156466478 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21110] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21110/stat : 21110 (java) S 21100 21102 20694 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156466478 937435136 8834 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) 915464

[startup+6.25314 s]
/proc/loadavg: 0.64 1.53 1.70 2/88 21111
/proc/meminfo: memFree=1301280/2055920 swapFree=4192812/4192956
[pid=21102] ppid=21100 vsize=915464 CPUtime=6.23
/proc/21102/stat : 21102 (java) R 21100 21102 20694 0 -1 0 9098 0 1 0 616 7 0 0 23 0 8 0 156466471 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073753686 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21102/statm: 228866 8834 2513 14 0 215336 0
[pid=21102/tid=21104] ppid=21100 vsize=915464 CPUtime=0.03
/proc/21102/task/21104/stat : 21104 (java) S 21100 21102 20694 0 -1 64 255 0 0 0 3 0 0 0 16 0 8 0 156466474 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21102/tid=21105] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21105/stat : 21105 (java) S 21100 21102 20694 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156466475 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21106] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21106/stat : 21106 (java) S 21100 21102 20694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156466475 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21107] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21107/stat : 21107 (java) S 21100 21102 20694 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156466478 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21108] ppid=21100 vsize=915464 CPUtime=0.19
/proc/21102/task/21108/stat : 21108 (java) S 21100 21102 20694 0 -1 64 376 0 0 0 19 0 0 0 15 0 8 0 156466478 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21109] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21109/stat : 21109 (java) S 21100 21102 20694 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156466478 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21110] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21110/stat : 21110 (java) S 21100 21102 20694 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156466478 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915464

[startup+12.7287 s]
/proc/loadavg: 0.67 1.52 1.69 2/88 21111
/proc/meminfo: memFree=1301344/2055920 swapFree=4192812/4192956
[pid=21102] ppid=21100 vsize=915464 CPUtime=12.71
/proc/21102/stat : 21102 (java) R 21100 21102 20694 0 -1 0 9098 0 1 0 1264 7 0 0 25 0 8 0 156466471 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073767898 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21102/statm: 228866 8834 2513 14 0 215336 0
[pid=21102/tid=21104] ppid=21100 vsize=915464 CPUtime=0.03
/proc/21102/task/21104/stat : 21104 (java) S 21100 21102 20694 0 -1 64 255 0 0 0 3 0 0 0 16 0 8 0 156466474 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21102/tid=21105] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21105/stat : 21105 (java) S 21100 21102 20694 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156466475 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21106] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21106/stat : 21106 (java) S 21100 21102 20694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156466475 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21107] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21107/stat : 21107 (java) S 21100 21102 20694 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156466478 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21108] ppid=21100 vsize=915464 CPUtime=0.19
/proc/21102/task/21108/stat : 21108 (java) S 21100 21102 20694 0 -1 64 376 0 0 0 19 0 0 0 15 0 8 0 156466478 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21109] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21109/stat : 21109 (java) S 21100 21102 20694 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156466478 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21102/tid=21110] ppid=21100 vsize=915464 CPUtime=0
/proc/21102/task/21110/stat : 21110 (java) S 21100 21102 20694 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156466478 937435136 8834 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) 915464

Child status: 0
Real time (s): 18.5518
CPU time (s): 18.4882
CPU user time (s): 18.4052
CPU system time (s): 0.082987
CPU usage (%): 99.657
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.4052
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9107
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= 1092
involuntary context switches= 110

runsolver used 0.021996 s user time and 0.055991 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Sat Jan  6 10:51:57 UTC 2007


IDJOB= 226600
IDBENCH= 5992
FILE ID= node26/226600-1168080714

PBS_JOBID= 3476087

Free space on /tmp= 66535 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-79_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226600-1168080714/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-226600-1168080714 -o ROOT/results/node26/solver-226600-1168080714 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226600-1168080714/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  cbb059c9def2827086903f2eb9f0d052

RANDOM SEED= 768708621

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:       1325368 kB
Buffers:         42892 kB
Cached:         547552 kB
SwapCached:          0 kB
Active:         130376 kB
Inactive:       525308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1325368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4280 kB
Writeback:           0 kB
Mapped:          84240 kB
Slab:            59928 kB
Committed_AS:  2765332 kB
PageTables:       2112 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= 66537 MiB



End job on node26 on Sat Jan  6 10:52:24 UTC 2007