Trace number 229049

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 8.80766 8.82748

DiagnosticValue
CHECKS52605281
NODES49775

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-51_ext.xml
MD5SUM5c7d52ecb0854a6f9996890e2a59c7a0
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.92871
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.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/229049-1168080933/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.39	       =>  wckTime=0.093  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.46	   
0.46	   constraints being loaded...
0.56	     nbConstraints=250  nbRelationTypes=250  nbExtensionStructures=250  nbSharedExtensionStructures=0
0.56	     nbConflictsStructures=250  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1360  maxDegree=20
0.56	     maxArity=2
0.56	       =>  wckTime=0.265  cpuTime=0.2  mem=11M893
0.60	   
0.60	   solver IterativeSystematicSolver being built... 
0.74	       =>  wckTime=0.449  cpuTime=0.31  mem=13M735
0.75	   
0.75	   preprocessing
0.75	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.75	     detectedInconsistency=no
0.75	       =>  wckTime=0.0030  cpuTime=0.01  mem=13M735
0.79	   
0.79	   search
0.79	     run=0  nbConstraintChecks=22067  nbPropagations=433  nbRevisions=3582  nbUselessRevisions=2840  nbAssignments=21
0.79	     nbFailedAssignments=5  nbBacktracks=11  nbVisitedNodes=34  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.79	     nbTooLargeKeys=0
0.79	       =>  wckTime=0.044  cpuTime=0.03  mem=14M710
0.81	   
0.81	   search
0.81	     run=1  nbConstraintChecks=58724  nbPropagations=1474  nbRevisions=13154  nbUselessRevisions=10286  nbAssignments=54
0.81	     nbFailedAssignments=15  nbBacktracks=26  nbVisitedNodes=88  nbRestartNogoods=1  mapSize=21  nbInferences=0
0.81	     nbTooLargeKeys=0
0.81	       =>  wckTime=0.065  cpuTime=0.04  mem=14M710
0.83	   
0.83	   search
0.83	     run=2  nbConstraintChecks=110974  nbPropagations=3459  nbRevisions=32397  nbUselessRevisions=25147
0.83	     nbAssignments=104  nbFailedAssignments=36  nbBacktracks=48  nbVisitedNodes=174  nbRestartNogoods=6  mapSize=41
0.83	     nbInferences=0  nbTooLargeKeys=0
0.83	       =>  wckTime=0.087  cpuTime=0.06  mem=14M710
0.84	   
0.84	   search
0.84	     run=3  nbConstraintChecks=173784  nbPropagations=6606  nbRevisions=63590  nbUselessRevisions=49264
0.85	     nbAssignments=166  nbFailedAssignments=60  nbBacktracks=81  nbVisitedNodes=278  nbRestartNogoods=9  mapSize=67
0.85	     nbInferences=0  nbTooLargeKeys=0
0.85	       =>  wckTime=0.102  cpuTime=0.07  mem=14M710
0.87	   
0.87	   search
0.87	     run=4  nbConstraintChecks=255366  nbPropagations=11270  nbRevisions=110004  nbUselessRevisions=84893
0.87	     nbAssignments=254  nbFailedAssignments=90  nbBacktracks=132  nbVisitedNodes=427  nbRestartNogoods=12  mapSize=109
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.122  cpuTime=0.09  mem=14M710
0.90	   
0.90	   search
0.90	     run=5  nbConstraintChecks=406698  nbPropagations=18645  nbRevisions=185428  nbUselessRevisions=142641
0.90	     nbAssignments=395  nbFailedAssignments=149  nbBacktracks=209  nbVisitedNodes=676  nbRestartNogoods=16  mapSize=175
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.155  cpuTime=0.12  mem=14M710
0.94	   
0.94	   search
0.94	     run=6  nbConstraintChecks=615589  nbPropagations=29642  nbRevisions=299997  nbUselessRevisions=230255
0.94	     nbAssignments=602  nbFailedAssignments=237  nbBacktracks=324  nbVisitedNodes=1038  nbRestartNogoods=20  mapSize=275
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.198  cpuTime=0.16  mem=14M710
1.00	   
1.00	   search
1.00	     run=7  nbConstraintChecks=929321  nbPropagations=46107  nbRevisions=472466  nbUselessRevisions=361881
1.00	     nbAssignments=908  nbFailedAssignments=366  nbBacktracks=494  nbVisitedNodes=1566  nbRestartNogoods=24  mapSize=422
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.257  cpuTime=0.22  mem=14M710
1.08	   
1.08	   search
1.08	     run=8  nbConstraintChecks=1346861  nbPropagations=70246  nbRevisions=724175  nbUselessRevisions=554195
1.08	     nbAssignments=1329  nbFailedAssignments=527  nbBacktracks=750  nbVisitedNodes=2298  nbRestartNogoods=30
1.08	     mapSize=649  nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.339  cpuTime=0.29  mem=14M710
1.20	   
1.20	   search
1.20	     run=9  nbConstraintChecks=1973654  nbPropagations=105442  nbRevisions=1094575  nbUselessRevisions=837824
1.20	     nbAssignments=1962  nbFailedAssignments=768  nbBacktracks=1135  nbVisitedNodes=3387  nbRestartNogoods=34
1.20	     mapSize=964  nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.46  cpuTime=0.4  mem=14M710
1.23	   
1.23	   INFO : Stopping hyperNogood (mapSize=1015, nbTooLargekeys=0, mem=14M710)
1.39	   
1.39	   search
1.39	     run=10  nbConstraintChecks=3073579  nbPropagations=159841  nbRevisions=1672080  nbUselessRevisions=1279876
1.39	     nbAssignments=2986  nbFailedAssignments=1209  nbBacktracks=1711  nbVisitedNodes=5201  nbRestartNogoods=41
1.39	       =>  wckTime=0.643  cpuTime=0.57  mem=14M710
1.63	   
1.63	   search
1.63	     run=11  nbConstraintChecks=4631829  nbPropagations=241950  nbRevisions=2545447  nbUselessRevisions=1946603
1.63	     nbAssignments=4484  nbFailedAssignments=1836  nbBacktracks=2578  nbVisitedNodes=7850  nbRestartNogoods=49
1.63	       =>  wckTime=0.886  cpuTime=0.82  mem=14M710
1.95	   
1.95	   search
1.95	     run=12  nbConstraintChecks=6739126  nbPropagations=361591  nbRevisions=3810309  nbUselessRevisions=2910722
1.95	     nbAssignments=6588  nbFailedAssignments=2635  nbBacktracks=3876  nbVisitedNodes=11437  nbRestartNogoods=54
1.95	       =>  wckTime=1.206  cpuTime=1.14  mem=14M710
2.48	   
2.48	   search
2.48	     run=13  nbConstraintChecks=10268369  nbPropagations=542324  nbRevisions=5733648  nbUselessRevisions=4378691
2.48	     nbAssignments=9854  nbFailedAssignments=3949  nbBacktracks=5822  nbVisitedNodes=17177  nbRestartNogoods=58
2.48	       =>  wckTime=1.733  cpuTime=1.66  mem=14M710
3.23	   
3.23	   search
3.23	     run=14  nbConstraintChecks=15285729  nbPropagations=810270  nbRevisions=8575356  nbUselessRevisions=6543957
3.23	     nbAssignments=14578  nbFailedAssignments=5747  nbBacktracks=8743  nbVisitedNodes=25327  nbRestartNogoods=70
3.23	       =>  wckTime=2.482  cpuTime=2.41  mem=14M710
4.38	   
4.38	   search
4.38	     run=15  nbConstraintChecks=23098716  nbPropagations=1212868  nbRevisions=12862632  nbUselessRevisions=9815865
4.38	     nbAssignments=21877  nbFailedAssignments=8663  nbBacktracks=13121  nbVisitedNodes=38117  nbRestartNogoods=79
4.38	       =>  wckTime=3.642  cpuTime=3.57  mem=14M710
6.11	   
6.11	   search
6.11	     run=16  nbConstraintChecks=34583959  nbPropagations=1816572  nbRevisions=19315556  nbUselessRevisions=14750984
6.11	     nbAssignments=32817  nbFailedAssignments=13027  nbBacktracks=19691  nbVisitedNodes=57169  nbRestartNogoods=92
6.11	       =>  wckTime=5.367  cpuTime=5.29  mem=14M710
8.71	   
8.71	   search
8.71	     run=17  nbConstraintChecks=51943601  nbPropagations=2719814  nbRevisions=28958601  nbUselessRevisions=22115440
8.71	     nbAssignments=49108  nbFailedAssignments=19462  nbBacktracks=29543  nbVisitedNodes=85396  nbRestartNogoods=101
8.71	       =>  wckTime=7.964  cpuTime=7.89  mem=14M710
8.81	   
8.81	   search
8.81	     run=18  nbConstraintChecks=52605281  nbPropagations=3634868  nbRevisions=38725340  nbUselessRevisions=29574708
8.81	     nbAssignments=49775  nbFailedAssignments=19709  nbBacktracks=29923  nbVisitedNodes=86532  nbRestartNogoods=108
8.81	       =>  wckTime=8.067  cpuTime=7.99  mem=14M710
8.81	   
8.81	   global
8.81	     nbConstraintChecks=52605281  nbPropagations=3634908  nbRevisions=38725340  nbUselessRevisions=29574708
8.81	     nbRestartNogoods=108  solvingWckTime=8.067  solvingCpuTime=8.0  expiredTime=no  totalExploration=no
8.81	     nbFoundSolutions=1  globalCpuTime=8.36
8.81	       =>  wckTime=8.519  cpuTime=8.31  mem=14M710
8.81	   
8.81	s SATISFIABLE
8.81	v 15 13 5 9 13 14 15 0 6 6 15 6 14 14 9 1 6 9 12 7 12 1 6 2 3 4 13 0 1 12 5 7 8 3 1 15 4 13 5 1 
8.81	d NODES 49775
8.81	d CHECKS 52605281
8.81	   
8.81	   totalWckTime=8.593  totalCpuTime=8.36

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/node76/watcher-229049-1168080933 -o ROOT/results/node76/solver-229049-1168080933 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229049-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.12 0.55 0.88 4/75 32107
/proc/meminfo: memFree=1758176/2055888 swapFree=4096420/4096564
[pid=32106] ppid=32103 vsize=1508 CPUtime=0
/proc/32106/stat : 32106 (java) R 32103 32106 31973 0 -1 0 85 0 0 0 0 0 0 0 19 0 1 0 156491963 1544192 67 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4821224 0 0 4096 0 0 0 0 17 1 0 0
/proc/32106/statm: 377 70 56 14 0 8 0

[startup+0.102896 s]
/proc/loadavg: 0.12 0.55 0.88 4/75 32107
/proc/meminfo: memFree=1758176/2055888 swapFree=4096420/4096564
[pid=32106] ppid=32103 vsize=914992 CPUtime=0.09
/proc/32106/stat : 32106 (java) S 32103 32106 31973 0 -1 0 2996 0 1 0 7 2 0 0 17 0 8 0 156491963 936951808 2744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 228748 2744 1429 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914992

[startup+0.510975 s]
/proc/loadavg: 0.12 0.55 0.88 4/75 32107
/proc/meminfo: memFree=1758176/2055888 swapFree=4096420/4096564
[pid=32106] ppid=32103 vsize=915332 CPUtime=0.49
/proc/32106/stat : 32106 (java) R 32103 32106 31973 0 -1 0 6921 0 1 0 44 5 0 0 18 0 8 0 156491963 937299968 6662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 228833 6662 2146 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33313 s]
/proc/loadavg: 0.12 0.55 0.88 4/92 32124
/proc/meminfo: memFree=1711192/2055888 swapFree=4096420/4096564
[pid=32106] ppid=32103 vsize=915456 CPUtime=1.31
/proc/32106/stat : 32106 (java) R 32103 32106 31973 0 -1 0 8595 0 1 0 124 7 0 0 24 0 8 0 156491963 937426944 8335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834088 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 228864 8335 2514 14 0 215333 0
[pid=32106/tid=32108] ppid=32103 vsize=915456 CPUtime=0.02
/proc/32106/task/32108/stat : 32108 (java) S 32103 32106 31973 0 -1 64 243 0 0 0 2 0 0 0 16 0 8 0 156491967 937426944 8335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32106/tid=32109] ppid=32103 vsize=915456 CPUtime=0
/proc/32106/task/32109/stat : 32109 (java) S 32103 32106 31973 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156491967 937426944 8335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32106/tid=32110] ppid=32103 vsize=915456 CPUtime=0
/proc/32106/task/32110/stat : 32110 (java) S 32103 32106 31973 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156491967 937426944 8335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32106/tid=32111] ppid=32103 vsize=915456 CPUtime=0
/proc/32106/task/32111/stat : 32111 (java) S 32103 32106 31973 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156491970 937426944 8335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32106/tid=32112] ppid=32103 vsize=915456 CPUtime=0.2
/proc/32106/task/32112/stat : 32112 (java) S 32103 32106 31973 0 -1 64 388 0 0 0 19 1 0 0 16 0 8 0 156491970 937426944 8335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32106/tid=32113] ppid=32103 vsize=915456 CPUtime=0
/proc/32106/task/32113/stat : 32113 (java) S 32103 32106 31973 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156491970 937426944 8335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32106/tid=32114] ppid=32103 vsize=915456 CPUtime=0
/proc/32106/task/32114/stat : 32114 (java) S 32103 32106 31973 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156491970 937426944 8335 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) 915456

[startup+2.97545 s]
/proc/loadavg: 0.12 0.55 0.88 3/92 32124
/proc/meminfo: memFree=1710680/2055888 swapFree=4096420/4096564
[pid=32106] ppid=32103 vsize=915456 CPUtime=2.95
/proc/32106/stat : 32106 (java) R 32103 32106 31973 0 -1 0 8607 0 1 0 288 7 0 0 25 0 8 0 156491963 937426944 8346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073799929 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 228864 8346 2514 14 0 215333 0
[pid=32106/tid=32108] ppid=32103 vsize=915456 CPUtime=0.02
/proc/32106/task/32108/stat : 32108 (java) S 32103 32106 31973 0 -1 64 243 0 0 0 2 0 0 0 16 0 8 0 156491967 937426944 8346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32106/tid=32109] ppid=32103 vsize=915456 CPUtime=0
/proc/32106/task/32109/stat : 32109 (java) S 32103 32106 31973 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156491967 937426944 8346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32106/tid=32110] ppid=32103 vsize=915456 CPUtime=0
/proc/32106/task/32110/stat : 32110 (java) S 32103 32106 31973 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156491967 937426944 8346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32106/tid=32111] ppid=32103 vsize=915456 CPUtime=0
/proc/32106/task/32111/stat : 32111 (java) S 32103 32106 31973 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156491970 937426944 8346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32106/tid=32112] ppid=32103 vsize=915456 CPUtime=0.2
/proc/32106/task/32112/stat : 32112 (java) S 32103 32106 31973 0 -1 64 389 0 0 0 19 1 0 0 16 0 8 0 156491970 937426944 8346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32106/tid=32113] ppid=32103 vsize=915456 CPUtime=0
/proc/32106/task/32113/stat : 32113 (java) S 32103 32106 31973 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156491970 937426944 8346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32106/tid=32114] ppid=32103 vsize=915456 CPUtime=0
/proc/32106/task/32114/stat : 32114 (java) S 32103 32106 31973 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156491970 937426944 8346 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) 915456

[startup+6.26209 s]
/proc/loadavg: 0.27 0.57 0.89 3/92 32124
/proc/meminfo: memFree=1710616/2055888 swapFree=4096420/4096564
[pid=32106] ppid=32103 vsize=915456 CPUtime=6.24
/proc/32106/stat : 32106 (java) R 32103 32106 31973 0 -1 0 8615 0 1 0 617 7 0 0 25 0 8 0 156491963 937426944 8353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073773344 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32106/statm: 228864 8353 2514 14 0 215333 0
[pid=32106/tid=32108] ppid=32103 vsize=915456 CPUtime=0.02
/proc/32106/task/32108/stat : 32108 (java) S 32103 32106 31973 0 -1 64 243 0 0 0 2 0 0 0 16 0 8 0 156491967 937426944 8353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32106/tid=32109] ppid=32103 vsize=915456 CPUtime=0
/proc/32106/task/32109/stat : 32109 (java) S 32103 32106 31973 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156491967 937426944 8353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32106/tid=32110] ppid=32103 vsize=915456 CPUtime=0
/proc/32106/task/32110/stat : 32110 (java) S 32103 32106 31973 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156491967 937426944 8353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32106/tid=32111] ppid=32103 vsize=915456 CPUtime=0
/proc/32106/task/32111/stat : 32111 (java) S 32103 32106 31973 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156491970 937426944 8353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32106/tid=32112] ppid=32103 vsize=915456 CPUtime=0.2
/proc/32106/task/32112/stat : 32112 (java) S 32103 32106 31973 0 -1 64 389 0 0 0 19 1 0 0 16 0 8 0 156491970 937426944 8353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32106/tid=32113] ppid=32103 vsize=915456 CPUtime=0
/proc/32106/task/32113/stat : 32113 (java) S 32103 32106 31973 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156491970 937426944 8353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32106/tid=32114] ppid=32103 vsize=915456 CPUtime=0
/proc/32106/task/32114/stat : 32114 (java) S 32103 32106 31973 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156491970 937426944 8353 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) 915456

Child status: 0
Real time (s): 8.82748
CPU time (s): 8.80766
CPU user time (s): 8.72467
CPU system time (s): 0.082987
CPU usage (%): 99.7754
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.72467
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= 8710
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= 1296
involuntary context switches= 1288

runsolver used 0.008998 s user time and 0.031995 s system time

The end

Launcher Data (download as text)

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


IDJOB= 229049
IDBENCH= 6274
FILE ID= node76/229049-1168080933

PBS_JOBID= 3476184

Free space on /tmp= 66640 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5c7d52ecb0854a6f9996890e2a59c7a0

RANDOM SEED= 463630895

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1759112 kB
Buffers:         22612 kB
Cached:         197504 kB
SwapCached:          0 kB
Active:          64484 kB
Inactive:       176132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1759112 kB
SwapTotal:     4096564 kB
SwapFree:      4096420 kB
Dirty:            3648 kB
Writeback:           0 kB
Mapped:          30896 kB
Slab:            42212 kB
Committed_AS:  5788032 kB
PageTables:       1624 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66640 MiB



End job on node76 on Sat Jan  6 10:56:00 UTC 2007