Trace number 226863

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 14.9157 14.9654

DiagnosticValue
CHECKS128871114
NODES62530

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-75_ext.xml
MD5SUMd40f5d65f9d308db1589acb6920d71d9
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 benchmark8.29374
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/226863-1168080741/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.23  mem=15M761
0.63	   
0.63	   solver IterativeSystematicSolver being built... 
0.77	       =>  wckTime=0.48  cpuTime=0.36  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=68280  nbPropagations=985  nbRevisions=5601  nbUselessRevisions=3455  nbAssignments=35
0.83	     nbFailedAssignments=20  nbBacktracks=12  nbVisitedNodes=67  nbRestartNogoods=0  mapSize=12  nbInferences=0
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.055  cpuTime=0.03  mem=14M764
0.85	   
0.85	   search
0.85	     run=1  nbConstraintChecks=133027  nbPropagations=2885  nbRevisions=16412  nbUselessRevisions=10056
0.85	     nbAssignments=76  nbFailedAssignments=43  nbBacktracks=27  nbVisitedNodes=141  nbRestartNogoods=1  mapSize=23
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=200792  nbPropagations=5871  nbRevisions=33159  nbUselessRevisions=20204
0.87	     nbAssignments=120  nbFailedAssignments=61  nbBacktracks=50  nbVisitedNodes=215  nbRestartNogoods=4  mapSize=39
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.092  cpuTime=0.05  mem=14M764
0.89	   
0.89	   search
0.89	     run=3  nbConstraintChecks=347386  nbPropagations=10803  nbRevisions=62068  nbUselessRevisions=37976
0.89	     nbAssignments=214  nbFailedAssignments=119  nbBacktracks=83  nbVisitedNodes=388  nbRestartNogoods=7  mapSize=70
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.116  cpuTime=0.07  mem=14M764
0.93	   
0.93	   search
0.93	     run=4  nbConstraintChecks=558702  nbPropagations=18651  nbRevisions=108188  nbUselessRevisions=66129
0.93	     nbAssignments=320  nbFailedAssignments=168  nbBacktracks=134  nbVisitedNodes=577  nbRestartNogoods=9  mapSize=114
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.148  cpuTime=0.1  mem=14M764
0.96	   
0.96	   search
0.96	     run=5  nbConstraintChecks=831958  nbPropagations=30542  nbRevisions=178222  nbUselessRevisions=108873
0.96	     nbAssignments=473  nbFailedAssignments=241  nbBacktracks=209  nbVisitedNodes=850  nbRestartNogoods=14  mapSize=177
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.186  cpuTime=0.14  mem=14M764
1.03	   
1.03	   search
1.03	     run=6  nbConstraintChecks=1315637  nbPropagations=49064  nbRevisions=289741  nbUselessRevisions=177321
1.03	     nbAssignments=751  nbFailedAssignments=402  nbBacktracks=323  nbVisitedNodes=1370  nbRestartNogoods=20  mapSize=282
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.253  cpuTime=0.2  mem=14M764
1.11	   
1.11	   search
1.11	     run=7  nbConstraintChecks=1892064  nbPropagations=76354  nbRevisions=452878  nbUselessRevisions=277498
1.11	     nbAssignments=1076  nbFailedAssignments=553  nbBacktracks=493  nbVisitedNodes=1956  nbRestartNogoods=24
1.11	     mapSize=428  nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.335  cpuTime=0.28  mem=14M764
1.25	   
1.25	   search
1.25	     run=8  nbConstraintChecks=2919623  nbPropagations=117410  nbRevisions=698715  nbUselessRevisions=427926
1.25	     nbAssignments=1616  nbFailedAssignments=833  nbBacktracks=750  nbVisitedNodes=2936  nbRestartNogoods=29
1.25	     mapSize=648  nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.476  cpuTime=0.41  mem=14M764
1.45	   
1.45	   search
1.45	     run=9  nbConstraintChecks=4513699  nbPropagations=181130  nbRevisions=1080423  nbUselessRevisions=661073
1.45	     nbAssignments=2464  nbFailedAssignments=1294  nbBacktracks=1134  nbVisitedNodes=4513  nbRestartNogoods=36
1.45	     mapSize=993  nbInferences=0  nbTooLargeKeys=0
1.45	       =>  wckTime=0.67  cpuTime=0.6  mem=14M764
1.46	   
1.46	   INFO : Stopping hyperNogood (mapSize=1005, nbTooLargekeys=0, mem=14M764)
1.72	   
1.72	   search
1.72	     run=10  nbConstraintChecks=6891864  nbPropagations=277399  nbRevisions=1661127  nbUselessRevisions=1016903
1.72	     nbAssignments=3761  nbFailedAssignments=2010  nbBacktracks=1710  nbVisitedNodes=6931  nbRestartNogoods=39
1.72	       =>  wckTime=0.942  cpuTime=0.86  mem=14M764
2.16	   
2.16	   search
2.16	     run=11  nbConstraintChecks=11201191  nbPropagations=429371  nbRevisions=2582202  nbUselessRevisions=1576979
2.16	     nbAssignments=5726  nbFailedAssignments=3109  nbBacktracks=2574  nbVisitedNodes=10657  nbRestartNogoods=49
2.16	       =>  wckTime=1.384  cpuTime=1.3  mem=14M764
2.75	   
2.75	   search
2.75	     run=12  nbConstraintChecks=16480058  nbPropagations=652622  nbRevisions=3933951  nbUselessRevisions=2398625
2.75	     nbAssignments=8443  nbFailedAssignments=4525  nbBacktracks=3871  nbVisitedNodes=15649  nbRestartNogoods=56
2.75	       =>  wckTime=1.968  cpuTime=1.88  mem=14M764
3.65	   
3.65	   search
3.65	     run=13  nbConstraintChecks=24703223  nbPropagations=986861  nbRevisions=5972568  nbUselessRevisions=3642773
3.65	     nbAssignments=12963  nbFailedAssignments=7097  nbBacktracks=5817  nbVisitedNodes=24037  nbRestartNogoods=64
3.65	       =>  wckTime=2.871  cpuTime=2.78  mem=14M764
4.90	   
4.90	   search
4.90	     run=14  nbConstraintChecks=35890334  nbPropagations=1477573  nbRevisions=8940177  nbUselessRevisions=5450456
4.90	     nbAssignments=18834  nbFailedAssignments=10042  nbBacktracks=8736  nbVisitedNodes=34711  nbRestartNogoods=72
4.90	       =>  wckTime=4.118  cpuTime=4.03  mem=14M764
6.92	   
6.92	   search
6.92	     run=15  nbConstraintChecks=54508172  nbPropagations=2217478  nbRevisions=13425939  nbUselessRevisions=8186017
6.92	     nbAssignments=28155  nbFailedAssignments=14980  nbBacktracks=13117  nbVisitedNodes=51935  nbRestartNogoods=85
6.92	       =>  wckTime=6.142  cpuTime=6.05  mem=14M764
10.05	   
10.05	   search
10.05	     run=16  nbConstraintChecks=83794377  nbPropagations=3329867  nbRevisions=20205057  nbUselessRevisions=12314999
10.05	     nbAssignments=41880  nbFailedAssignments=22134  nbBacktracks=19685  nbVisitedNodes=77200  nbRestartNogoods=96
10.05	       =>  wckTime=9.272  cpuTime=9.18  mem=14M764
14.75	   
14.75	   search
14.75	     run=17  nbConstraintChecks=127309082  nbPropagations=4998490  nbRevisions=30375698  nbUselessRevisions=18498245
14.75	     nbAssignments=61801  nbFailedAssignments=32201  nbBacktracks=29538  nbVisitedNodes=113666  nbRestartNogoods=108
14.75	       =>  wckTime=13.969  cpuTime=13.88  mem=14M764
14.92	   
14.92	   search
14.92	     run=18  nbConstraintChecks=128871114  nbPropagations=6687270  nbRevisions=40669591  nbUselessRevisions=24757040
14.92	     nbAssignments=62530  nbFailedAssignments=32570  nbBacktracks=29899  nbVisitedNodes=114992  nbRestartNogoods=115
14.92	       =>  wckTime=14.139  cpuTime=14.05  mem=14M764
14.92	   
14.92	   global
14.92	     nbConstraintChecks=128871114  nbPropagations=6687310  nbRevisions=40669591  nbUselessRevisions=24757040
14.92	     nbRestartNogoods=115  solvingWckTime=14.139  solvingCpuTime=14.05  expiredTime=no  totalExploration=yes
14.92	     nbFoundSolutions=0  globalCpuTime=14.47
14.92	       =>  wckTime=14.623  cpuTime=14.42  mem=14M764
14.92	   
14.92	s UNSATISFIABLE
14.92	d NODES 62530
14.92	d CHECKS 128871114
14.92	   
14.92	   totalWckTime=14.698  totalCpuTime=14.47

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-226863-1168080741 -o ROOT/results/node60/solver-226863-1168080741 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226863-1168080741/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.39 0.62 0.84 3/68 13025
/proc/meminfo: memFree=1473360/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=308 CPUtime=0
/proc/13024/stat : 13024 (java) R 13022 13024 12593 0 -1 0 57 0 0 0 0 0 0 0 19 0 1 0 156472787 315392 40 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 5534500 0 0 4096 0 0 0 0 17 1 0 0
/proc/13024/statm: 374 43 33 14 0 7 0

[startup+0.107586 s]
/proc/loadavg: 0.39 0.62 0.84 3/68 13025
/proc/meminfo: memFree=1473360/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=914988 CPUtime=0.08
/proc/13024/stat : 13024 (java) R 13022 13024 12593 0 -1 0 3079 0 1 0 7 1 0 0 16 0 8 0 156472787 936947712 2825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13024/statm: 228747 2826 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515622 s]
/proc/loadavg: 0.39 0.62 0.84 3/68 13025
/proc/meminfo: memFree=1473360/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=915328 CPUtime=0.5
/proc/13024/stat : 13024 (java) R 13022 13024 12593 0 -1 0 7769 0 1 0 43 7 0 0 17 0 8 0 156472787 937295872 7508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072924607 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13024/statm: 228832 7508 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.3377 s]
/proc/loadavg: 0.39 0.62 0.84 2/75 13032
/proc/meminfo: memFree=1447768/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=915464 CPUtime=1.32
/proc/13024/stat : 13024 (java) R 13022 13024 12593 0 -1 0 9081 0 1 0 122 10 0 0 17 0 8 0 156472787 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747761 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13024/statm: 228866 8819 2513 14 0 215336 0
[pid=13024/tid=13026] ppid=13022 vsize=915464 CPUtime=0.02
/proc/13024/task/13026/stat : 13026 (java) S 13022 13024 12593 0 -1 64 254 0 0 0 2 0 0 0 16 0 8 0 156472791 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13024/tid=13027] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13027/stat : 13027 (java) S 13022 13024 12593 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156472792 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13024/tid=13028] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13028/stat : 13028 (java) S 13022 13024 12593 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156472792 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13024/tid=13029] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13029/stat : 13029 (java) S 13022 13024 12593 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156472795 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13024/tid=13030] ppid=13022 vsize=915464 CPUtime=0.18
/proc/13024/task/13030/stat : 13030 (java) S 13022 13024 12593 0 -1 64 371 0 0 0 16 2 0 0 16 0 8 0 156472795 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13024/tid=13031] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13031/stat : 13031 (java) S 13022 13024 12593 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156472795 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13024/tid=13032] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13032/stat : 13032 (java) S 13022 13024 12593 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156472795 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915464

[startup+2.98986 s]
/proc/loadavg: 0.39 0.62 0.84 2/75 13032
/proc/meminfo: memFree=1447704/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=915464 CPUtime=2.97
/proc/13024/stat : 13024 (java) R 13022 13024 12593 0 -1 0 9088 0 1 0 287 10 0 0 18 0 8 0 156472787 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918600 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13024/statm: 228866 8824 2513 14 0 215336 0
[pid=13024/tid=13026] ppid=13022 vsize=915464 CPUtime=0.02
/proc/13024/task/13026/stat : 13026 (java) S 13022 13024 12593 0 -1 64 254 0 0 0 2 0 0 0 17 0 8 0 156472791 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13024/tid=13027] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13027/stat : 13027 (java) S 13022 13024 12593 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156472792 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13024/tid=13028] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13028/stat : 13028 (java) S 13022 13024 12593 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156472792 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13024/tid=13029] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13029/stat : 13029 (java) S 13022 13024 12593 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156472795 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13024/tid=13030] ppid=13022 vsize=915464 CPUtime=0.19
/proc/13024/task/13030/stat : 13030 (java) S 13022 13024 12593 0 -1 64 377 0 0 0 17 2 0 0 15 0 8 0 156472795 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13024/tid=13031] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13031/stat : 13031 (java) S 13022 13024 12593 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156472795 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13024/tid=13032] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13032/stat : 13032 (java) S 13022 13024 12593 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156472795 937435136 8824 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.27519 s]
/proc/loadavg: 0.44 0.63 0.84 2/75 13032
/proc/meminfo: memFree=1447712/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=915464 CPUtime=6.25
/proc/13024/stat : 13024 (java) R 13022 13024 12593 0 -1 0 9088 0 1 0 615 10 0 0 25 0 8 0 156472787 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073739961 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13024/statm: 228866 8824 2513 14 0 215336 0
[pid=13024/tid=13026] ppid=13022 vsize=915464 CPUtime=0.02
/proc/13024/task/13026/stat : 13026 (java) S 13022 13024 12593 0 -1 64 254 0 0 0 2 0 0 0 16 0 8 0 156472791 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13024/tid=13027] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13027/stat : 13027 (java) S 13022 13024 12593 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156472792 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13024/tid=13028] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13028/stat : 13028 (java) S 13022 13024 12593 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156472792 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13024/tid=13029] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13029/stat : 13029 (java) S 13022 13024 12593 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156472795 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13024/tid=13030] ppid=13022 vsize=915464 CPUtime=0.19
/proc/13024/task/13030/stat : 13030 (java) S 13022 13024 12593 0 -1 64 377 0 0 0 17 2 0 0 15 0 8 0 156472795 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13024/tid=13031] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13031/stat : 13031 (java) S 13022 13024 12593 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156472795 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13024/tid=13032] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13032/stat : 13032 (java) S 13022 13024 12593 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156472795 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 915464

[startup+12.7588 s]
/proc/loadavg: 0.48 0.64 0.84 2/75 13033
/proc/meminfo: memFree=1449560/2055920 swapFree=4192812/4192956
[pid=13024] ppid=13022 vsize=915464 CPUtime=12.73
/proc/13024/stat : 13024 (java) R 13022 13024 12593 0 -1 0 9088 0 1 0 1263 10 0 0 25 0 8 0 156472787 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073733258 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13024/statm: 228866 8824 2513 14 0 215336 0
[pid=13024/tid=13026] ppid=13022 vsize=915464 CPUtime=0.02
/proc/13024/task/13026/stat : 13026 (java) S 13022 13024 12593 0 -1 64 254 0 0 0 2 0 0 0 16 0 8 0 156472791 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13024/tid=13027] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13027/stat : 13027 (java) S 13022 13024 12593 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156472792 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13024/tid=13028] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13028/stat : 13028 (java) S 13022 13024 12593 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156472792 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13024/tid=13029] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13029/stat : 13029 (java) S 13022 13024 12593 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156472795 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13024/tid=13030] ppid=13022 vsize=915464 CPUtime=0.19
/proc/13024/task/13030/stat : 13030 (java) S 13022 13024 12593 0 -1 64 377 0 0 0 17 2 0 0 15 0 8 0 156472795 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13024/tid=13031] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13031/stat : 13031 (java) S 13022 13024 12593 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156472795 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13024/tid=13032] ppid=13022 vsize=915464 CPUtime=0
/proc/13024/task/13032/stat : 13032 (java) S 13022 13024 12593 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156472795 937435136 8824 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): 14.9654
CPU time (s): 14.9157
CPU user time (s): 14.8067
CPU system time (s): 0.108983
CPU usage (%): 99.6678
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.8067
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9094
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= 1031
involuntary context switches= 155

runsolver used 0.017997 s user time and 0.046992 s system time

The end

Launcher Data (download as text)

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


IDJOB= 226863
IDBENCH= 6020
FILE ID= node60/226863-1168080741

PBS_JOBID= 3476168

Free space on /tmp= 66549 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d40f5d65f9d308db1589acb6920d71d9

RANDOM SEED= 588304907

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:       1473768 kB
Buffers:         48116 kB
Cached:         439648 kB
SwapCached:          0 kB
Active:          68232 kB
Inactive:       439756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1473768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2140 kB
Writeback:           0 kB
Mapped:          30400 kB
Slab:            59888 kB
Committed_AS:  3291340 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:47 UTC 2007