Trace number 224131

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 28.1027 28.226

DiagnosticValue
CHECKS216856785
NODES151207

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-29_ext.xml
MD5SUMc38004291fa3b8cfe69355ece43a58e6
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 benchmark10.5424
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
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.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/224131-1168080494/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.39	       =>  wckTime=0.097  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.59	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1  maxDegree=14  maxArity=2
0.59	       =>  wckTime=0.292  cpuTime=0.22  mem=13M828
0.63	   
0.63	   solver IterativeSystematicSolver being built... 
0.77	       =>  wckTime=0.478  cpuTime=0.34  mem=13M748
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.0030  cpuTime=0.0  mem=13M748
0.83	   
0.83	   search
0.83	     run=0  nbConstraintChecks=37075  nbPropagations=597  nbRevisions=4221  nbUselessRevisions=2992  nbAssignments=27
0.83	     nbFailedAssignments=10  nbBacktracks=11  nbVisitedNodes=45  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.05  cpuTime=0.03  mem=14M724
0.84	   
0.84	   search
0.84	     run=1  nbConstraintChecks=75841  nbPropagations=1805  nbRevisions=13167  nbUselessRevisions=9321  nbAssignments=53
0.84	     nbFailedAssignments=17  nbBacktracks=27  nbVisitedNodes=89  nbRestartNogoods=3  mapSize=22  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.066  cpuTime=0.04  mem=14M724
0.87	   
0.87	   search
0.87	     run=2  nbConstraintChecks=168079  nbPropagations=4343  nbRevisions=33213  nbUselessRevisions=23366
0.87	     nbAssignments=109  nbFailedAssignments=46  nbBacktracks=50  nbVisitedNodes=194  nbRestartNogoods=4  mapSize=45
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.089  cpuTime=0.06  mem=14M724
0.89	   
0.89	   search
0.89	     run=3  nbConstraintChecks=270453  nbPropagations=8414  nbRevisions=65833  nbUselessRevisions=46226
0.89	     nbAssignments=182  nbFailedAssignments=82  nbBacktracks=83  nbVisitedNodes=326  nbRestartNogoods=6  mapSize=75
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.109  cpuTime=0.07  mem=14M724
0.91	   
0.91	   search
0.91	     run=4  nbConstraintChecks=426213  nbPropagations=14973  nbRevisions=118919  nbUselessRevisions=83219
0.91	     nbAssignments=292  nbFailedAssignments=137  nbBacktracks=134  nbVisitedNodes=524  nbRestartNogoods=9  mapSize=122
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.137  cpuTime=0.1  mem=14M724
0.95	   
0.95	   search
0.95	     run=5  nbConstraintChecks=606261  nbPropagations=24488  nbRevisions=195868  nbUselessRevisions=136824
0.95	     nbAssignments=434  nbFailedAssignments=200  nbBacktracks=210  nbVisitedNodes=771  nbRestartNogoods=15  mapSize=184
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.17  cpuTime=0.13  mem=14M724
1.00	   
1.00	   search
1.00	     run=6  nbConstraintChecks=937862  nbPropagations=39555  nbRevisions=317973  nbUselessRevisions=221585
1.00	     nbAssignments=672  nbFailedAssignments=319  nbBacktracks=324  nbVisitedNodes=1206  nbRestartNogoods=17  mapSize=290
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.228  cpuTime=0.18  mem=14M724
1.09	   
1.09	   search
1.09	     run=7  nbConstraintChecks=1464927  nbPropagations=62923  nbRevisions=507584  nbUselessRevisions=352268
1.09	     nbAssignments=1047  nbFailedAssignments=518  nbBacktracks=497  nbVisitedNodes=1891  nbRestartNogoods=27
1.09	     mapSize=445  nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.314  cpuTime=0.27  mem=14M724
1.21	   
1.21	   search
1.21	     run=8  nbConstraintChecks=2129339  nbPropagations=97559  nbRevisions=784346  nbUselessRevisions=542840
1.21	     nbAssignments=1552  nbFailedAssignments=761  nbBacktracks=753  nbVisitedNodes=2802  nbRestartNogoods=29
1.21	     mapSize=686  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.43  cpuTime=0.37  mem=14M724
1.36	   
1.36	   search
1.36	     run=9  nbConstraintChecks=3231817  nbPropagations=148968  nbRevisions=1201334  nbUselessRevisions=831173
1.36	     nbAssignments=2280  nbFailedAssignments=1097  nbBacktracks=1140  nbVisitedNodes=4124  nbRestartNogoods=33
1.36	     mapSize=1028  nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.587  cpuTime=0.52  mem=14M724
1.37	   
1.37	   INFO : Stopping hyperNogood (mapSize=1036, nbTooLargekeys=0, mem=14M724)
1.61	   
1.61	   search
1.61	     run=10  nbConstraintChecks=4959332  nbPropagations=227500  nbRevisions=1840155  nbUselessRevisions=1272601
1.61	     nbAssignments=3460  nbFailedAssignments=1695  nbBacktracks=1719  nbVisitedNodes=6290  nbRestartNogoods=39
1.61	       =>  wckTime=0.83  cpuTime=0.76  mem=14M724
1.93	   
1.93	   search
1.93	     run=11  nbConstraintChecks=7338002  nbPropagations=345176  nbRevisions=2796327  nbUselessRevisions=1933232
1.93	     nbAssignments=5204  nbFailedAssignments=2570  nbBacktracks=2583  nbVisitedNodes=9478  nbRestartNogoods=46
1.93	       =>  wckTime=1.154  cpuTime=1.08  mem=14M724
2.39	   
2.39	   search
2.39	     run=12  nbConstraintChecks=10765723  nbPropagations=519421  nbRevisions=4208858  nbUselessRevisions=2910509
2.39	     nbAssignments=7659  nbFailedAssignments=3722  nbBacktracks=3881  nbVisitedNodes=13911  nbRestartNogoods=56
2.39	       =>  wckTime=1.611  cpuTime=1.54  mem=14M724
3.06	   
3.06	   search
3.06	     run=13  nbConstraintChecks=16167886  nbPropagations=782022  nbRevisions=6340021  nbUselessRevisions=4386472
3.06	     nbAssignments=11579  nbFailedAssignments=5694  nbBacktracks=5827  nbVisitedNodes=21083  nbRestartNogoods=70
3.06	       =>  wckTime=2.285  cpuTime=2.21  mem=14M724
4.05	   
4.05	   search
4.05	     run=14  nbConstraintChecks=24184109  nbPropagations=1174974  nbRevisions=9521863  nbUselessRevisions=6590804
4.05	     nbAssignments=17306  nbFailedAssignments=8500  nbBacktracks=8746  nbVisitedNodes=31512  nbRestartNogoods=77
4.05	       =>  wckTime=3.277  cpuTime=3.2  mem=14M724
5.49	   
5.49	   search
5.49	     run=15  nbConstraintChecks=35827903  nbPropagations=1758296  nbRevisions=14220731  nbUselessRevisions=9842242
5.49	     nbAssignments=25888  nbFailedAssignments=12698  nbBacktracks=13126  nbVisitedNodes=47084  nbRestartNogoods=83
5.49	       =>  wckTime=4.717  cpuTime=4.64  mem=14M724
7.78	   
7.78	   search
7.78	     run=16  nbConstraintChecks=54535029  nbPropagations=2638183  nbRevisions=21351797  nbUselessRevisions=14778327
7.78	     nbAssignments=38813  nbFailedAssignments=19050  nbBacktracks=19694  nbVisitedNodes=70588  nbRestartNogoods=88
7.78	       =>  wckTime=7.001  cpuTime=6.92  mem=14M724
11.18	   
11.18	   search
11.18	     run=17  nbConstraintChecks=82197969  nbPropagations=3963941  nbRevisions=32120755  nbUselessRevisions=22239966
11.18	     nbAssignments=58123  nbFailedAssignments=28503  nbBacktracks=29546  nbVisitedNodes=105764  nbRestartNogoods=100
11.18	       =>  wckTime=10.4  cpuTime=10.32  mem=14M724
16.36	   
16.36	   search
16.36	     run=18  nbConstraintChecks=124164971  nbPropagations=5962671  nbRevisions=48359835  nbUselessRevisions=33486324
16.36	     nbAssignments=87411  nbFailedAssignments=43007  nbBacktracks=44325  nbVisitedNodes=159400  nbRestartNogoods=108
16.36	       =>  wckTime=15.582  cpuTime=15.5  mem=14M724
24.55	   
24.55	   search
24.55	     run=19  nbConstraintChecks=187303938  nbPropagations=8975310  nbRevisions=72844065  nbUselessRevisions=50442944
24.55	     nbAssignments=131257  nbFailedAssignments=64679  nbBacktracks=66493  nbVisitedNodes=239462  nbRestartNogoods=119
24.55	       =>  wckTime=23.773  cpuTime=23.64  mem=14M724
28.16	   
28.16	   search
28.16	     run=20  nbConstraintChecks=216856785  nbPropagations=12455915  nbRevisions=101137629  nbUselessRevisions=70038030
28.16	     nbAssignments=151207  nbFailedAssignments=74658  nbBacktracks=76465  nbVisitedNodes=276008  nbRestartNogoods=132
28.16	       =>  wckTime=27.387  cpuTime=27.25  mem=14M724
28.16	   
28.16	   global
28.16	     nbConstraintChecks=216856785  nbPropagations=12455955  nbRevisions=101137629  nbUselessRevisions=70038030
28.16	     nbRestartNogoods=132  solvingWckTime=27.388  solvingCpuTime=27.25  expiredTime=no  totalExploration=yes
28.16	     nbFoundSolutions=0  globalCpuTime=27.66
28.17	       =>  wckTime=27.869  cpuTime=27.6  mem=14M724
28.17	   
28.17	s UNSATISFIABLE
28.17	d NODES 151207
28.17	d CHECKS 216856785
28.17	   
28.17	   totalWckTime=27.945  totalCpuTime=27.66

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/node39/watcher-224131-1168080494 -o ROOT/results/node39/solver-224131-1168080494 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224131-1168080494/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.77 1.05 1.49 3/68 21076
/proc/meminfo: memFree=1737448/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=172 CPUtime=0
/proc/21075/stat : 21075 (java) R 21073 21075 20700 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 156449618 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 11092267 0 0 4096 0 0 0 0 17 0 0 0
/proc/21075/statm: 43 24 18 14 0 3 0

[startup+0.107204 s]
/proc/loadavg: 0.77 1.05 1.49 3/68 21076
/proc/meminfo: memFree=1737448/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=914988 CPUtime=0.09
/proc/21075/stat : 21075 (java) R 21073 21075 20700 0 -1 0 3075 0 1 0 8 1 0 0 22 0 8 0 156449618 936947712 2821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21075/statm: 228747 2821 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.51525 s]
/proc/loadavg: 0.77 1.05 1.49 3/68 21076
/proc/meminfo: memFree=1737448/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=915328 CPUtime=0.49
/proc/21075/stat : 21075 (java) R 21073 21075 20700 0 -1 0 7367 0 1 0 45 4 0 0 16 0 8 0 156449618 937295872 7106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448427 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21075/statm: 228832 7106 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33632 s]
/proc/loadavg: 0.77 1.05 1.49 2/75 21083
/proc/meminfo: memFree=1713712/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=915452 CPUtime=1.32
/proc/21075/stat : 21075 (java) R 21073 21075 20700 0 -1 0 8643 0 1 0 126 6 0 0 17 0 8 0 156449618 937422848 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21075/statm: 228863 8381 2513 14 0 215333 0
[pid=21075/tid=21077] ppid=21073 vsize=915452 CPUtime=0.03
/proc/21075/task/21077/stat : 21077 (java) S 21073 21075 20700 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 156449622 937422848 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21075/tid=21078] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21078/stat : 21078 (java) S 21073 21075 20700 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156449622 937422848 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21079] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21079/stat : 21079 (java) S 21073 21075 20700 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156449622 937422848 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21080] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21080/stat : 21080 (java) S 21073 21075 20700 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156449626 937422848 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21081] ppid=21073 vsize=915452 CPUtime=0.18
/proc/21075/task/21081/stat : 21081 (java) S 21073 21075 20700 0 -1 64 381 0 0 0 17 1 0 0 16 0 8 0 156449626 937422848 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21082] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21082/stat : 21082 (java) S 21073 21075 20700 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156449626 937422848 8381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21083] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21083/stat : 21083 (java) S 21073 21075 20700 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156449626 937422848 8381 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) 915452

[startup+2.97347 s]
/proc/loadavg: 0.77 1.05 1.49 2/75 21084
/proc/meminfo: memFree=1715376/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=915452 CPUtime=2.95
/proc/21075/stat : 21075 (java) R 21073 21075 20700 0 -1 0 8649 0 1 0 289 6 0 0 18 0 8 0 156449618 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336188 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21075/statm: 228863 8386 2513 14 0 215333 0
[pid=21075/tid=21077] ppid=21073 vsize=915452 CPUtime=0.03
/proc/21075/task/21077/stat : 21077 (java) S 21073 21075 20700 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 156449622 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21075/tid=21078] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21078/stat : 21078 (java) S 21073 21075 20700 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156449622 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21079] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21079/stat : 21079 (java) S 21073 21075 20700 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156449622 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21080] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21080/stat : 21080 (java) S 21073 21075 20700 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156449626 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21081] ppid=21073 vsize=915452 CPUtime=0.19
/proc/21075/task/21081/stat : 21081 (java) S 21073 21075 20700 0 -1 64 387 0 0 0 18 1 0 0 16 0 8 0 156449626 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21082] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21082/stat : 21082 (java) S 21073 21075 20700 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156449626 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21083] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21083/stat : 21083 (java) S 21073 21075 20700 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156449626 937422848 8386 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) 915452

[startup+6.26477 s]
/proc/loadavg: 0.79 1.05 1.49 2/75 21085
/proc/meminfo: memFree=1715376/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=915452 CPUtime=6.23
/proc/21075/stat : 21075 (java) R 21073 21075 20700 0 -1 0 8650 0 1 0 617 6 0 0 20 0 8 0 156449618 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073826939 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21075/statm: 228863 8386 2513 14 0 215333 0
[pid=21075/tid=21077] ppid=21073 vsize=915452 CPUtime=0.03
/proc/21075/task/21077/stat : 21077 (java) S 21073 21075 20700 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 156449622 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21075/tid=21078] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21078/stat : 21078 (java) S 21073 21075 20700 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156449622 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21079] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21079/stat : 21079 (java) S 21073 21075 20700 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156449622 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21080] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21080/stat : 21080 (java) S 21073 21075 20700 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156449626 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21081] ppid=21073 vsize=915452 CPUtime=0.19
/proc/21075/task/21081/stat : 21081 (java) S 21073 21075 20700 0 -1 64 387 0 0 0 18 1 0 0 16 0 8 0 156449626 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21082] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21082/stat : 21082 (java) S 21073 21075 20700 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156449626 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21083] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21083/stat : 21083 (java) S 21073 21075 20700 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156449626 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915452

[startup+12.7364 s]
/proc/loadavg: 0.80 1.05 1.49 2/75 21086
/proc/meminfo: memFree=1715392/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=915452 CPUtime=12.7
/proc/21075/stat : 21075 (java) R 21073 21075 20700 0 -1 0 8650 0 1 0 1264 6 0 0 25 0 8 0 156449618 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814610 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21075/statm: 228863 8386 2513 14 0 215333 0
[pid=21075/tid=21077] ppid=21073 vsize=915452 CPUtime=0.03
/proc/21075/task/21077/stat : 21077 (java) S 21073 21075 20700 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 156449622 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21075/tid=21078] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21078/stat : 21078 (java) S 21073 21075 20700 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156449622 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21079] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21079/stat : 21079 (java) S 21073 21075 20700 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156449622 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21080] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21080/stat : 21080 (java) S 21073 21075 20700 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156449626 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21081] ppid=21073 vsize=915452 CPUtime=0.19
/proc/21075/task/21081/stat : 21081 (java) S 21073 21075 20700 0 -1 64 387 0 0 0 18 1 0 0 16 0 8 0 156449626 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21082] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21082/stat : 21082 (java) S 21073 21075 20700 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156449626 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21083] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21083/stat : 21083 (java) S 21073 21075 20700 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156449626 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 915452

[startup+25.5995 s]
/proc/loadavg: 0.93 1.06 1.48 3/77 21139
/proc/meminfo: memFree=1709480/2055920 swapFree=4192812/4192956
[pid=21075] ppid=21073 vsize=915452 CPUtime=25.51
/proc/21075/stat : 21075 (java) R 21073 21075 20700 0 -1 0 8650 0 1 0 2544 7 0 0 25 0 8 0 156449618 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073799703 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21075/statm: 228863 8386 2513 14 0 215333 0
[pid=21075/tid=21077] ppid=21073 vsize=915452 CPUtime=0.03
/proc/21075/task/21077/stat : 21077 (java) S 21073 21075 20700 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 156449622 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21075/tid=21078] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21078/stat : 21078 (java) S 21073 21075 20700 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156449622 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21079] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21079/stat : 21079 (java) S 21073 21075 20700 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156449622 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21080] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21080/stat : 21080 (java) S 21073 21075 20700 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156449626 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21081] ppid=21073 vsize=915452 CPUtime=0.19
/proc/21075/task/21081/stat : 21081 (java) S 21073 21075 20700 0 -1 64 387 0 0 0 18 1 0 0 16 0 8 0 156449626 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21082] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21082/stat : 21082 (java) S 21073 21075 20700 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156449626 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21075/tid=21083] ppid=21073 vsize=915452 CPUtime=0
/proc/21075/task/21083/stat : 21083 (java) S 21073 21075 20700 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156449626 937422848 8386 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 28.226
CPU time (s): 28.1027
CPU user time (s): 28.0217
CPU system time (s): 0.080987
CPU usage (%): 99.5632
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.0217
system time used= 0.080987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8736
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= 1363
involuntary context switches= 871

runsolver used 0.027995 s user time and 0.087986 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Jan  6 10:48:18 UTC 2007


IDJOB= 224131
IDBENCH= 5710
FILE ID= node39/224131-1168080494

PBS_JOBID= 3476098

Free space on /tmp= 66529 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-29_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224131-1168080494/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-224131-1168080494 -o ROOT/results/node39/solver-224131-1168080494 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224131-1168080494/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c38004291fa3b8cfe69355ece43a58e6

RANDOM SEED= 166897515

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:       1737992 kB
Buffers:         27048 kB
Cached:         199936 kB
SwapCached:          0 kB
Active:          71100 kB
Inactive:       176124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4024 kB
Writeback:           0 kB
Mapped:          30412 kB
Slab:            56508 kB
Committed_AS:  2988504 kB
PageTables:       1620 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= 66529 MiB



End job on node39 on Sat Jan  6 10:48:52 UTC 2007