Trace number 227372

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.5372 18.5993

DiagnosticValue
CHECKS59649688
NODES88099

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-79_ext.xml
MD5SUM156ba157425b13420cde1c1c83c4a647
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.15937
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.32	   
0.33	   instance
0.33	     name=/tmp/evaluation/227372-1168080781/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.39	       =>  wckTime=0.096  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.66	     nbConstraints=752  nbRelationTypes=753  nbExtensionStructures=752  nbSharedExtensionStructures=0
0.66	     nbConflictsStructures=752  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=11899  maxDegree=39
0.66	     maxArity=2
0.66	       =>  wckTime=0.361  cpuTime=0.25  mem=11M848
0.70	   
0.70	   solver IterativeSystematicSolver being built... 
0.85	       =>  wckTime=0.551  cpuTime=0.37  mem=14M15
0.86	   
0.86	   preprocessing
0.86	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.86	     detectedInconsistency=no
0.86	       =>  wckTime=0.012  cpuTime=0.0  mem=14M15
0.90	   
0.90	   search
0.90	     run=0  nbConstraintChecks=17777  nbPropagations=434  nbRevisions=4996  nbUselessRevisions=4145  nbAssignments=24
0.90	     nbFailedAssignments=7  nbBacktracks=10  nbVisitedNodes=38  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.049  cpuTime=0.04  mem=15M7
0.92	   
0.92	   search
0.92	     run=1  nbConstraintChecks=37489  nbPropagations=1298  nbRevisions=16114  nbUselessRevisions=13583  nbAssignments=54
0.92	     nbFailedAssignments=13  nbBacktracks=25  nbVisitedNodes=83  nbRestartNogoods=4  mapSize=21  nbInferences=0
0.92	     nbTooLargeKeys=0
0.92	       =>  wckTime=0.074  cpuTime=0.05  mem=15M7
0.94	   
0.94	   search
0.94	     run=2  nbConstraintChecks=66606  nbPropagations=2780  nbRevisions=35943  nbUselessRevisions=30361  nbAssignments=96
0.94	     nbFailedAssignments=24  nbBacktracks=51  nbVisitedNodes=146  nbRestartNogoods=7  mapSize=40  nbInferences=0
0.94	     nbTooLargeKeys=0
0.94	       =>  wckTime=0.093  cpuTime=0.07  mem=15M7
0.96	   
0.96	   search
0.96	     run=3  nbConstraintChecks=95866  nbPropagations=4894  nbRevisions=65310  nbUselessRevisions=55350
0.96	     nbAssignments=148  nbFailedAssignments=35  nbBacktracks=84  nbVisitedNodes=224  nbRestartNogoods=9  mapSize=63
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.109  cpuTime=0.08  mem=15M7
0.98	   
0.98	   search
0.98	     run=4  nbConstraintChecks=137555  nbPropagations=7906  nbRevisions=108442  nbUselessRevisions=92276
0.98	     nbAssignments=227  nbFailedAssignments=51  nbBacktracks=135  nbVisitedNodes=338  nbRestartNogoods=12  mapSize=93
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.129  cpuTime=0.1  mem=15M7
1.01	   
1.01	   search
1.01	     run=5  nbConstraintChecks=208967  nbPropagations=12341  nbRevisions=174823  nbUselessRevisions=149009
1.01	     nbAssignments=339  nbFailedAssignments=78  nbBacktracks=211  nbVisitedNodes=518  nbRestartNogoods=16  mapSize=153
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.161  cpuTime=0.14  mem=15M7
1.06	   
1.06	   search
1.06	     run=6  nbConstraintChecks=322589  nbPropagations=18925  nbRevisions=279095  nbUselessRevisions=238312
1.06	     nbAssignments=511  nbFailedAssignments=130  nbBacktracks=326  nbVisitedNodes=800  nbRestartNogoods=19  mapSize=249
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.209  cpuTime=0.18  mem=15M7
1.12	   
1.12	   search
1.12	     run=7  nbConstraintChecks=479458  nbPropagations=28517  nbRevisions=434356  nbUselessRevisions=371385
1.12	     nbAssignments=766  nbFailedAssignments=205  nbBacktracks=496  nbVisitedNodes=1209  nbRestartNogoods=21  mapSize=386
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.272  cpuTime=0.24  mem=15M7
1.21	   
1.21	   search
1.21	     run=8  nbConstraintChecks=706894  nbPropagations=42514  nbRevisions=668171  nbUselessRevisions=572110
1.21	     nbAssignments=1136  nbFailedAssignments=306  nbBacktracks=758  nbVisitedNodes=1801  nbRestartNogoods=28
1.21	     mapSize=588  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.364  cpuTime=0.33  mem=15M7
1.36	   
1.36	   search
1.36	     run=9  nbConstraintChecks=1071517  nbPropagations=63445  nbRevisions=1020504  nbUselessRevisions=874317
1.36	     nbAssignments=1705  nbFailedAssignments=483  nbBacktracks=1143  nbVisitedNodes=2730  nbRestartNogoods=32
1.36	     mapSize=903  nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.511  cpuTime=0.46  mem=15M7
1.41	   
1.41	   INFO : Stopping hyperNogood (mapSize=1029, nbTooLargekeys=0, mem=15M7)
1.54	   
1.54	   search
1.54	     run=10  nbConstraintChecks=1595793  nbPropagations=94352  nbRevisions=1548469  nbUselessRevisions=1327767
1.54	     nbAssignments=2544  nbFailedAssignments=734  nbBacktracks=1720  nbVisitedNodes=4083  nbRestartNogoods=34
1.54	       =>  wckTime=0.695  cpuTime=0.63  mem=15M7
1.79	   
1.79	   search
1.79	     run=11  nbConstraintChecks=2378136  nbPropagations=140158  nbRevisions=2343903  nbUselessRevisions=2011999
1.79	     nbAssignments=3769  nbFailedAssignments=1092  nbBacktracks=2584  nbVisitedNodes=6087  nbRestartNogoods=38
1.79	       =>  wckTime=0.947  cpuTime=0.88  mem=15M7
2.18	   
2.18	   search
2.18	     run=12  nbConstraintChecks=3608837  nbPropagations=208885  nbRevisions=3539674  nbUselessRevisions=3039258
2.18	     nbAssignments=5600  nbFailedAssignments=1620  nbBacktracks=3882  nbVisitedNodes=9064  nbRestartNogoods=39
2.18	       =>  wckTime=1.335  cpuTime=1.27  mem=15M7
2.75	   
2.75	   search
2.75	     run=13  nbConstraintChecks=5502020  nbPropagations=312887  nbRevisions=5354641  nbUselessRevisions=4596708
2.75	     nbAssignments=8366  nbFailedAssignments=2434  nbBacktracks=5828  nbVisitedNodes=13552  nbRestartNogoods=41
2.75	       =>  wckTime=1.901  cpuTime=1.83  mem=15M7
3.53	   
3.53	   search
3.53	     run=14  nbConstraintChecks=8095475  nbPropagations=466694  nbRevisions=8041859  nbUselessRevisions=6905479
3.53	     nbAssignments=12513  nbFailedAssignments=3651  nbBacktracks=8747  nbVisitedNodes=20275  nbRestartNogoods=45
3.53	       =>  wckTime=2.678  cpuTime=2.61  mem=15M7
4.76	   
4.76	   search
4.76	     run=15  nbConstraintChecks=12289707  nbPropagations=698583  nbRevisions=12122170  nbUselessRevisions=10411735
4.76	     nbAssignments=18680  nbFailedAssignments=5432  nbBacktracks=13125  nbVisitedNodes=30352  nbRestartNogoods=52
4.76	       =>  wckTime=3.912  cpuTime=3.84  mem=15M7
6.54	   
6.54	   search
6.54	     run=16  nbConstraintChecks=18342212  nbPropagations=1043816  nbRevisions=18237433  nbUselessRevisions=15673190
6.54	     nbAssignments=27889  nbFailedAssignments=8060  nbBacktracks=19701  nbVisitedNodes=45318  nbRestartNogoods=62
6.54	       =>  wckTime=5.695  cpuTime=5.62  mem=15M7
9.32	   
9.32	   search
9.32	     run=17  nbConstraintChecks=27809556  nbPropagations=1565595  nbRevisions=27476872  nbUselessRevisions=23617662
9.32	     nbAssignments=41895  nbFailedAssignments=12205  nbBacktracks=29557  nbVisitedNodes=68203  nbRestartNogoods=69
9.32	       =>  wckTime=8.468  cpuTime=8.39  mem=15M7
13.46	   
13.46	   search
13.46	     run=18  nbConstraintChecks=42088165  nbPropagations=2351972  nbRevisions=41416435  nbUselessRevisions=35603288
13.46	     nbAssignments=62922  nbFailedAssignments=18447  nbBacktracks=44335  nbVisitedNodes=102549  nbRestartNogoods=74
13.46	       =>  wckTime=12.615  cpuTime=12.54  mem=15M7
18.55	   
18.55	   search
18.55	     run=19  nbConstraintChecks=59649688  nbPropagations=3460693  nbRevisions=61065061  nbUselessRevisions=52481903
18.55	     nbAssignments=88099  nbFailedAssignments=25881  nbBacktracks=62079  nbVisitedNodes=143707  nbRestartNogoods=80
18.55	       =>  wckTime=17.699  cpuTime=17.61  mem=15M7
18.55	   
18.55	   global
18.55	     nbConstraintChecks=59649688  nbPropagations=3460733  nbRevisions=61065061  nbUselessRevisions=52481903
18.55	     nbRestartNogoods=80  solvingWckTime=17.7  solvingCpuTime=17.62  expiredTime=no  totalExploration=yes
18.55	     nbFoundSolutions=0  globalCpuTime=18.03
18.55	       =>  wckTime=18.253  cpuTime=17.99  mem=15M7
18.55	   
18.55	s UNSATISFIABLE
18.55	d NODES 88099
18.55	d CHECKS 59649688
18.55	   
18.55	   totalWckTime=18.328  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/node60/watcher-227372-1168080781 -o ROOT/results/node60/solver-227372-1168080781 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227372-1168080781/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.46 0.62 0.83 4/68 13082
/proc/meminfo: memFree=1475224/2055920 swapFree=4192812/4192956
[pid=13081] ppid=13079 vsize=1784 CPUtime=0
/proc/13081/stat : 13081 (java) D 13079 13081 12620 0 -1 0 194 0 0 0 0 0 0 0 18 0 1 0 156477005 1826816 160 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/13081/statm: 446 160 125 14 0 91 0

[startup+0.105507 s]
/proc/loadavg: 0.46 0.62 0.83 4/68 13082
/proc/meminfo: memFree=1475224/2055920 swapFree=4192812/4192956
[pid=13081] ppid=13079 vsize=914988 CPUtime=0.09
/proc/13081/stat : 13081 (java) R 13079 13081 12620 0 -1 0 3063 0 1 0 7 2 0 0 21 0 8 0 156477005 936947712 2809 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13081/statm: 228747 2809 1451 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.513553 s]
/proc/loadavg: 0.46 0.62 0.83 4/68 13082
/proc/meminfo: memFree=1475224/2055920 swapFree=4192812/4192956
[pid=13081] ppid=13079 vsize=915328 CPUtime=0.49
/proc/13081/stat : 13081 (java) R 13079 13081 12620 0 -1 0 6473 0 1 0 44 5 0 0 16 0 8 0 156477005 937295872 6212 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072941846 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13081/statm: 228832 6212 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33563 s]
/proc/loadavg: 0.50 0.63 0.83 2/75 13089
/proc/meminfo: memFree=1451680/2055920 swapFree=4192812/4192956
[pid=13081] ppid=13079 vsize=915584 CPUtime=1.31
/proc/13081/stat : 13081 (java) R 13079 13081 12620 0 -1 0 8671 0 1 0 124 7 0 0 16 0 8 0 156477005 937558016 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073905793 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13081/statm: 228896 8409 2513 14 0 215366 0
[pid=13081/tid=13083] ppid=13079 vsize=915584 CPUtime=0.03
/proc/13081/task/13083/stat : 13083 (java) S 13079 13081 12620 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156477009 937558016 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13081/tid=13084] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13084/stat : 13084 (java) S 13079 13081 12620 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156477009 937558016 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13085] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13085/stat : 13085 (java) S 13079 13081 12620 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156477009 937558016 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13086] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13086/stat : 13086 (java) S 13079 13081 12620 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156477012 937558016 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13087] ppid=13079 vsize=915584 CPUtime=0.23
/proc/13081/task/13087/stat : 13087 (java) S 13079 13081 12620 0 -1 64 411 0 0 0 22 1 0 0 16 0 8 0 156477012 937558016 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13088] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13088/stat : 13088 (java) S 13079 13081 12620 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156477012 937558016 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13089] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13089/stat : 13089 (java) S 13079 13081 12620 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156477012 937558016 8409 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) 915584

[startup+2.98779 s]
/proc/loadavg: 0.50 0.63 0.83 2/75 13089
/proc/meminfo: memFree=1451424/2055920 swapFree=4192812/4192956
[pid=13081] ppid=13079 vsize=915584 CPUtime=2.95
/proc/13081/stat : 13081 (java) R 13079 13081 12620 0 -1 0 8698 0 1 0 288 7 0 0 18 0 8 0 156477005 937558016 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073932816 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13081/statm: 228896 8435 2513 14 0 215366 0
[pid=13081/tid=13083] ppid=13079 vsize=915584 CPUtime=0.03
/proc/13081/task/13083/stat : 13083 (java) S 13079 13081 12620 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156477009 937558016 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13081/tid=13084] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13084/stat : 13084 (java) S 13079 13081 12620 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156477009 937558016 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13085] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13085/stat : 13085 (java) S 13079 13081 12620 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156477009 937558016 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13086] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13086/stat : 13086 (java) S 13079 13081 12620 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156477012 937558016 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13087] ppid=13079 vsize=915584 CPUtime=0.25
/proc/13081/task/13087/stat : 13087 (java) S 13079 13081 12620 0 -1 64 418 0 0 0 24 1 0 0 16 0 8 0 156477012 937558016 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13088] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13088/stat : 13088 (java) S 13079 13081 12620 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156477012 937558016 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13089] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13089/stat : 13089 (java) S 13079 13081 12620 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156477012 937558016 8435 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) 915584

[startup+6.26511 s]
/proc/loadavg: 0.50 0.63 0.83 2/75 13089
/proc/meminfo: memFree=1451432/2055920 swapFree=4192812/4192956
[pid=13081] ppid=13079 vsize=915584 CPUtime=6.24
/proc/13081/stat : 13081 (java) R 13079 13081 12620 0 -1 0 8704 0 1 0 616 8 0 0 18 0 8 0 156477005 937558016 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073912982 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13081/statm: 228896 8440 2513 14 0 215366 0
[pid=13081/tid=13083] ppid=13079 vsize=915584 CPUtime=0.03
/proc/13081/task/13083/stat : 13083 (java) S 13079 13081 12620 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156477009 937558016 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13081/tid=13084] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13084/stat : 13084 (java) S 13079 13081 12620 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156477009 937558016 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13085] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13085/stat : 13085 (java) S 13079 13081 12620 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156477009 937558016 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13086] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13086/stat : 13086 (java) S 13079 13081 12620 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156477012 937558016 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13087] ppid=13079 vsize=915584 CPUtime=0.25
/proc/13081/task/13087/stat : 13087 (java) S 13079 13081 12620 0 -1 64 418 0 0 0 24 1 0 0 16 0 8 0 156477012 937558016 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13088] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13088/stat : 13088 (java) S 13079 13081 12620 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156477012 937558016 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13089] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13089/stat : 13089 (java) S 13079 13081 12620 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156477012 937558016 8440 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) 915584

[startup+12.7477 s]
/proc/loadavg: 0.58 0.64 0.83 2/75 13089
/proc/meminfo: memFree=1451368/2055920 swapFree=4192812/4192956
[pid=13081] ppid=13079 vsize=915584 CPUtime=12.72
/proc/13081/stat : 13081 (java) R 13079 13081 12620 0 -1 0 8709 0 1 0 1264 8 0 0 25 0 8 0 156477005 937558016 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073911195 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13081/statm: 228896 8445 2513 14 0 215366 0
[pid=13081/tid=13083] ppid=13079 vsize=915584 CPUtime=0.03
/proc/13081/task/13083/stat : 13083 (java) S 13079 13081 12620 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156477009 937558016 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13081/tid=13084] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13084/stat : 13084 (java) S 13079 13081 12620 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156477009 937558016 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13085] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13085/stat : 13085 (java) S 13079 13081 12620 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156477009 937558016 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13086] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13086/stat : 13086 (java) S 13079 13081 12620 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156477012 937558016 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13087] ppid=13079 vsize=915584 CPUtime=0.25
/proc/13081/task/13087/stat : 13087 (java) S 13079 13081 12620 0 -1 64 418 0 0 0 24 1 0 0 16 0 8 0 156477012 937558016 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13088] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13088/stat : 13088 (java) S 13079 13081 12620 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156477012 937558016 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13081/tid=13089] ppid=13079 vsize=915584 CPUtime=0
/proc/13081/task/13089/stat : 13089 (java) S 13079 13081 12620 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156477012 937558016 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915584

Child status: 0
Real time (s): 18.5993
CPU time (s): 18.5372
CPU user time (s): 18.4462
CPU system time (s): 0.090986
CPU usage (%): 99.6658
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.4462
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8805
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= 1301
involuntary context switches= 643

runsolver used 0.028995 s user time and 0.047992 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Sat Jan  6 10:53:06 UTC 2007


IDJOB= 227372
IDBENCH= 6075
FILE ID= node60/227372-1168080781

PBS_JOBID= 3476169

Free space on /tmp= 66550 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  156ba157425b13420cde1c1c83c4a647

RANDOM SEED= 148686763

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:       1473848 kB
Buffers:         48160 kB
Cached:         439536 kB
SwapCached:          0 kB
Active:          68000 kB
Inactive:       439924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1473848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:          30444 kB
Slab:            59820 kB
Committed_AS:  3293724 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= 66552 MiB



End job on node60 on Sat Jan  6 10:53:33 UTC 2007