Trace number 226486

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 23.9914 24.0178

DiagnosticValue
CHECKS200917444
NODES120299

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-31_ext.xml
MD5SUM8cfb7f062f28b0701b26adee3b2be2b4
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 benchmark16.7964
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.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/226486-1168080704/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.40	       =>  wckTime=0.098  cpuTime=0.09  mem=6M951
0.40	   
0.40	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.60	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.60	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=11  maxArity=2
0.60	       =>  wckTime=0.292  cpuTime=0.25  mem=15M731
0.63	   
0.63	   solver IterativeSystematicSolver being built... 
0.78	       =>  wckTime=0.479  cpuTime=0.37  mem=13M789
0.79	   
0.79	   preprocessing
0.79	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.79	     detectedInconsistency=no
0.79	       =>  wckTime=0.0020  cpuTime=0.0  mem=13M789
0.84	   
0.84	   search
0.84	     run=0  nbConstraintChecks=58796  nbPropagations=893  nbRevisions=4941  nbUselessRevisions=3146  nbAssignments=30
0.84	     nbFailedAssignments=14  nbBacktracks=11  nbVisitedNodes=55  nbRestartNogoods=0  mapSize=11  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.052  cpuTime=0.03  mem=14M764
0.86	   
0.86	   search
0.86	     run=1  nbConstraintChecks=119044  nbPropagations=2620  nbRevisions=14513  nbUselessRevisions=9146  nbAssignments=61
0.86	     nbFailedAssignments=25  nbBacktracks=27  nbVisitedNodes=106  nbRestartNogoods=2  mapSize=22  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.071  cpuTime=0.04  mem=14M764
0.88	   
0.88	   search
0.88	     run=2  nbConstraintChecks=197043  nbPropagations=5470  nbRevisions=30256  nbUselessRevisions=18900
0.88	     nbAssignments=112  nbFailedAssignments=47  nbBacktracks=50  nbVisitedNodes=192  nbRestartNogoods=5  mapSize=40
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.09  cpuTime=0.06  mem=14M764
0.90	   
0.90	   search
0.90	     run=3  nbConstraintChecks=368200  nbPropagations=10433  nbRevisions=58844  nbUselessRevisions=36369
0.90	     nbAssignments=194  nbFailedAssignments=92  nbBacktracks=83  nbVisitedNodes=343  nbRestartNogoods=7  mapSize=71
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.115  cpuTime=0.08  mem=14M764
0.94	   
0.94	   search
0.94	     run=4  nbConstraintChecks=598197  nbPropagations=18679  nbRevisions=106923  nbUselessRevisions=65659
0.94	     nbAssignments=314  nbFailedAssignments=158  nbBacktracks=133  nbVisitedNodes=565  nbRestartNogoods=12  mapSize=116
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.15  cpuTime=0.11  mem=14M764
0.99	   
0.99	   search
0.99	     run=5  nbConstraintChecks=959704  nbPropagations=31845  nbRevisions=186109  nbUselessRevisions=114123
0.99	     nbAssignments=526  nbFailedAssignments=290  nbBacktracks=208  nbVisitedNodes=962  nbRestartNogoods=19  mapSize=183
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.2  cpuTime=0.16  mem=14M764
1.03	   
1.03	   search
1.03	     run=6  nbConstraintChecks=1215556  nbPropagations=49070  nbRevisions=288318  nbUselessRevisions=176705
1.03	     nbAssignments=711  nbFailedAssignments=359  nbBacktracks=321  nbVisitedNodes=1268  nbRestartNogoods=23  mapSize=266
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.24  cpuTime=0.2  mem=14M764
1.09	   
1.09	   search
1.09	     run=7  nbConstraintChecks=1655678  nbPropagations=73320  nbRevisions=430973  nbUselessRevisions=264205
1.09	     nbAssignments=1026  nbFailedAssignments=499  nbBacktracks=492  nbVisitedNodes=1807  nbRestartNogoods=26
1.09	     mapSize=390  nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.305  cpuTime=0.26  mem=14M764
1.25	   
1.25	   search
1.25	     run=8  nbConstraintChecks=2764519  nbPropagations=113161  nbRevisions=668572  nbUselessRevisions=409666
1.25	     nbAssignments=1633  nbFailedAssignments=847  nbBacktracks=748  nbVisitedNodes=2951  nbRestartNogoods=35
1.25	     mapSize=621  nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.462  cpuTime=0.41  mem=14M764
1.39	   
1.39	   search
1.39	     run=9  nbConstraintChecks=3860372  nbPropagations=170255  nbRevisions=1004471  nbUselessRevisions=614946
1.39	     nbAssignments=2368  nbFailedAssignments=1190  nbBacktracks=1135  nbVisitedNodes=4238  nbRestartNogoods=42
1.39	     mapSize=929  nbInferences=0  nbTooLargeKeys=0
1.39	       =>  wckTime=0.603  cpuTime=0.54  mem=14M764
1.44	   
1.44	   INFO : Stopping hyperNogood (mapSize=1032, nbTooLargekeys=0, mem=14M764)
1.68	   
1.68	   search
1.68	     run=10  nbConstraintChecks=6377638  nbPropagations=260976  nbRevisions=1546405  nbUselessRevisions=945498
1.68	     nbAssignments=3704  nbFailedAssignments=1946  nbBacktracks=1711  nbVisitedNodes=6744  nbRestartNogoods=47
1.68	       =>  wckTime=0.895  cpuTime=0.83  mem=14M764
1.93	   
1.93	   search
1.93	     run=11  nbConstraintChecks=8482528  nbPropagations=386360  nbRevisions=2284959  nbUselessRevisions=1396726
1.93	     nbAssignments=5188  nbFailedAssignments=2561  nbBacktracks=2575  nbVisitedNodes=9301  nbRestartNogoods=62
1.93	       =>  wckTime=1.147  cpuTime=1.08  mem=14M764
2.40	   
2.40	   search
2.40	     run=12  nbConstraintChecks=12501448  nbPropagations=574056  nbRevisions=3388722  nbUselessRevisions=2072160
2.40	     nbAssignments=7758  nbFailedAssignments=3829  nbBacktracks=3874  nbVisitedNodes=13926  nbRestartNogoods=73
2.40	       =>  wckTime=1.614  cpuTime=1.54  mem=14M764
3.25	   
3.25	   search
3.25	     run=13  nbConstraintChecks=19906572  nbPropagations=868418  nbRevisions=5146243  nbUselessRevisions=3147379
3.25	     nbAssignments=12058  nbFailedAssignments=6179  nbBacktracks=5822  nbVisitedNodes=21877  nbRestartNogoods=80
3.25	       =>  wckTime=2.464  cpuTime=2.39  mem=14M764
4.28	   
4.28	   search
4.28	     run=14  nbConstraintChecks=28911830  nbPropagations=1296649  nbRevisions=7688655  nbUselessRevisions=4701336
4.28	     nbAssignments=17514  nbFailedAssignments=8712  nbBacktracks=8743  nbVisitedNodes=31529  nbRestartNogoods=86
4.28	       =>  wckTime=3.497  cpuTime=3.42  mem=14M764
5.96	   
5.96	   search
5.96	     run=15  nbConstraintChecks=43604255  nbPropagations=1938644  nbRevisions=11509840  nbUselessRevisions=7035500
5.96	     nbAssignments=26368  nbFailedAssignments=13182  nbBacktracks=13123  nbVisitedNodes=47469  nbRestartNogoods=93
5.96	       =>  wckTime=5.172  cpuTime=5.1  mem=14M764
8.80	   
8.80	   search
8.80	     run=16  nbConstraintChecks=68600527  nbPropagations=2935686  nbRevisions=17504338  nbUselessRevisions=10698158
8.80	     nbAssignments=40629  nbFailedAssignments=20871  nbBacktracks=19692  nbVisitedNodes=73755  nbRestartNogoods=103
8.80	       =>  wckTime=8.013  cpuTime=7.95  mem=14M764
12.48	   
12.48	   search
12.48	     run=17  nbConstraintChecks=100202129  nbPropagations=4409289  nbRevisions=26305162  nbUselessRevisions=16073401
12.48	     nbAssignments=59590  nbFailedAssignments=29974  nbBacktracks=29546  nbVisitedNodes=107576  nbRestartNogoods=120
12.48	       =>  wckTime=11.689  cpuTime=11.62  mem=14M764
18.13	   
18.13	   search
18.13	     run=18  nbConstraintChecks=149624820  nbPropagations=6614376  nbRevisions=39450130  nbUselessRevisions=24115631
18.13	     nbAssignments=89136  nbFailedAssignments=44736  nbBacktracks=44324  nbVisitedNodes=160788  nbRestartNogoods=127
18.13	       =>  wckTime=17.34  cpuTime=17.27  mem=14M764
23.98	   
23.98	   search
23.98	     run=19  nbConstraintChecks=200917444  nbPropagations=9578993  nbRevisions=57093127  nbUselessRevisions=34917746
23.98	     nbAssignments=120299  nbFailedAssignments=59973  nbBacktracks=60251  nbVisitedNodes=216245  nbRestartNogoods=143
23.98	       =>  wckTime=23.196  cpuTime=23.12  mem=14M764
23.98	   
23.98	   global
23.98	     nbConstraintChecks=200917444  nbPropagations=9579033  nbRevisions=57093127  nbUselessRevisions=34917746
23.98	     nbRestartNogoods=143  solvingWckTime=23.198  solvingCpuTime=23.12  expiredTime=no  totalExploration=yes
23.98	     nbFoundSolutions=0  globalCpuTime=23.54
23.98	       =>  wckTime=23.681  cpuTime=23.49  mem=14M764
23.99	   
23.99	s UNSATISFIABLE
23.99	d NODES 120299
23.99	d CHECKS 200917444
23.99	   
23.99	   totalWckTime=23.755  totalCpuTime=23.54

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/node60/watcher-226486-1168080704 -o ROOT/results/node60/solver-226486-1168080704 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226486-1168080704/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.18 0.62 0.85 3/68 12969
/proc/meminfo: memFree=1473800/2055920 swapFree=4192812/4192956
[pid=12968] ppid=12966 vsize=1784 CPUtime=0
/proc/12968/stat : 12968 (java) R 12966 12968 12620 0 -1 0 165 0 0 0 0 0 0 0 18 0 1 0 156469202 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/12968/statm: 446 136 102 14 0 91 0

[startup+0.103257 s]
/proc/loadavg: 0.18 0.62 0.85 3/68 12969
/proc/meminfo: memFree=1473800/2055920 swapFree=4192812/4192956
[pid=12968] ppid=12966 vsize=914988 CPUtime=0.09
/proc/12968/stat : 12968 (java) R 12966 12968 12620 0 -1 0 2988 0 1 0 7 2 0 0 22 0 8 0 156469202 936947712 2734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12968/statm: 228747 2734 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.511293 s]
/proc/loadavg: 0.18 0.62 0.85 3/68 12969
/proc/meminfo: memFree=1473800/2055920 swapFree=4192812/4192956
[pid=12968] ppid=12966 vsize=915328 CPUtime=0.49
/proc/12968/stat : 12968 (java) R 12966 12968 12620 0 -1 0 7551 0 1 0 45 4 0 0 16 0 8 0 156469202 937295872 7290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12968/statm: 228832 7291 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33237 s]
/proc/loadavg: 0.18 0.62 0.85 2/75 12977
/proc/meminfo: memFree=1450512/2055920 swapFree=4192812/4192956
[pid=12968] ppid=12966 vsize=915464 CPUtime=1.33
/proc/12968/stat : 12968 (java) R 12966 12968 12620 0 -1 0 9075 0 1 0 126 7 0 0 17 0 8 0 156469202 937435136 8813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073739884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12968/statm: 228866 8813 2513 14 0 215336 0
[pid=12968/tid=12971] ppid=12966 vsize=915464 CPUtime=0.03
/proc/12968/task/12971/stat : 12971 (java) S 12966 12968 12620 0 -1 64 254 0 0 0 3 0 0 0 16 0 8 0 156469206 937435136 8813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12972] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12972/stat : 12972 (java) S 12966 12968 12620 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156469206 937435136 8813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12973] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12973/stat : 12973 (java) S 12966 12968 12620 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156469206 937435136 8813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12974] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12974/stat : 12974 (java) S 12966 12968 12620 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156469209 937435136 8813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12975] ppid=12966 vsize=915464 CPUtime=0.18
/proc/12968/task/12975/stat : 12975 (java) S 12966 12968 12620 0 -1 64 371 0 0 0 17 1 0 0 16 0 8 0 156469209 937435136 8813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12976] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12976/stat : 12976 (java) S 12966 12968 12620 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156469209 937435136 8813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12977] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12977/stat : 12977 (java) S 12966 12968 12620 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156469209 937435136 8813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 915464

[startup+2.97453 s]
/proc/loadavg: 0.18 0.62 0.85 2/75 12977
/proc/meminfo: memFree=1450448/2055920 swapFree=4192812/4192956
[pid=12968] ppid=12966 vsize=915464 CPUtime=2.97
/proc/12968/stat : 12968 (java) R 12966 12968 12620 0 -1 0 9081 0 1 0 290 7 0 0 18 0 8 0 156469202 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073739952 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12968/statm: 228866 8818 2513 14 0 215336 0
[pid=12968/tid=12971] ppid=12966 vsize=915464 CPUtime=0.03
/proc/12968/task/12971/stat : 12971 (java) S 12966 12968 12620 0 -1 64 254 0 0 0 3 0 0 0 16 0 8 0 156469206 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12972] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12972/stat : 12972 (java) S 12966 12968 12620 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156469206 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12973] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12973/stat : 12973 (java) S 12966 12968 12620 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156469206 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12974] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12974/stat : 12974 (java) S 12966 12968 12620 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156469209 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12975] ppid=12966 vsize=915464 CPUtime=0.19
/proc/12968/task/12975/stat : 12975 (java) S 12966 12968 12620 0 -1 64 376 0 0 0 18 1 0 0 15 0 8 0 156469209 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12976] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12976/stat : 12976 (java) S 12966 12968 12620 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156469209 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12977] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12977/stat : 12977 (java) S 12966 12968 12620 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156469209 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 915464

[startup+6.27586 s]
/proc/loadavg: 0.25 0.62 0.85 2/75 12977
/proc/meminfo: memFree=1450320/2055920 swapFree=4192812/4192956
[pid=12968] ppid=12966 vsize=915464 CPUtime=6.27
/proc/12968/stat : 12968 (java) R 12966 12968 12620 0 -1 0 9082 0 1 0 620 7 0 0 25 0 8 0 156469202 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073765442 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12968/statm: 228866 8818 2513 14 0 215336 0
[pid=12968/tid=12971] ppid=12966 vsize=915464 CPUtime=0.03
/proc/12968/task/12971/stat : 12971 (java) S 12966 12968 12620 0 -1 64 254 0 0 0 3 0 0 0 16 0 8 0 156469206 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12972] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12972/stat : 12972 (java) S 12966 12968 12620 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156469206 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12973] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12973/stat : 12973 (java) S 12966 12968 12620 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156469206 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12974] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12974/stat : 12974 (java) S 12966 12968 12620 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156469209 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12975] ppid=12966 vsize=915464 CPUtime=0.19
/proc/12968/task/12975/stat : 12975 (java) S 12966 12968 12620 0 -1 64 376 0 0 0 18 1 0 0 16 0 8 0 156469209 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12976] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12976/stat : 12976 (java) S 12966 12968 12620 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156469209 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12977] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12977/stat : 12977 (java) S 12966 12968 12620 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156469209 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 915464

[startup+12.7415 s]
/proc/loadavg: 0.31 0.63 0.85 2/75 12978
/proc/meminfo: memFree=1450072/2055920 swapFree=4192812/4192956
[pid=12968] ppid=12966 vsize=915464 CPUtime=12.73
/proc/12968/stat : 12968 (java) R 12966 12968 12620 0 -1 0 9082 0 1 0 1266 7 0 0 25 0 8 0 156469202 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754918 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12968/statm: 228866 8818 2513 14 0 215336 0
[pid=12968/tid=12971] ppid=12966 vsize=915464 CPUtime=0.03
/proc/12968/task/12971/stat : 12971 (java) S 12966 12968 12620 0 -1 64 254 0 0 0 3 0 0 0 16 0 8 0 156469206 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12972] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12972/stat : 12972 (java) S 12966 12968 12620 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156469206 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12973] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12973/stat : 12973 (java) S 12966 12968 12620 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156469206 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12974] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12974/stat : 12974 (java) S 12966 12968 12620 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156469209 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12975] ppid=12966 vsize=915464 CPUtime=0.19
/proc/12968/task/12975/stat : 12975 (java) S 12966 12968 12620 0 -1 64 376 0 0 0 18 1 0 0 16 0 8 0 156469209 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12976] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12976/stat : 12976 (java) S 12966 12968 12620 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156469209 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12977] ppid=12966 vsize=915464 CPUtime=0
/proc/12968/task/12977/stat : 12977 (java) S 12966 12968 12620 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156469209 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 24.0178
CPU time (s): 23.9914
CPU user time (s): 23.9084
CPU system time (s): 0.082987
CPU usage (%): 99.8897
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.9084
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= 9088
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= 1253
involuntary context switches= 143

runsolver used 0.028995 s user time and 0.067989 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Sat Jan  6 10:51:51 UTC 2007


IDJOB= 226486
IDBENCH= 5976
FILE ID= node60/226486-1168080704

PBS_JOBID= 3476169

Free space on /tmp= 66549 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  8cfb7f062f28b0701b26adee3b2be2b4

RANDOM SEED= 23034509

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:       1474280 kB
Buffers:         48096 kB
Cached:         439192 kB
SwapCached:          0 kB
Active:          68168 kB
Inactive:       439300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1474280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4292 kB
Writeback:           0 kB
Mapped:          30352 kB
Slab:            59868 kB
Committed_AS:  3289096 kB
PageTables:       1684 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= 66551 MiB



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