Trace number 231637

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 54.9186 55.0283

DiagnosticValue
CHECKS396982980
NODES195578

General information on the benchmark

Namegeom/
geo50-20-d4-75-70_ext.xml
MD5SUM3ff044f75ae42272ea5545f60b6b7319
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 benchmark19.0611
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables50
Number of constraints451
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension451
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.35	   
0.35	Abscon 109 (November, 2006)
0.35	   
0.35	   configuration
0.35	     name=mac.xml
0.39	   
0.39	   instance
0.39	     name=/tmp/evaluation/231637-1168081183/unknown.xml
0.42	   
0.42	   domains being loaded...
0.42	   
0.42	   variables being loaded...
0.46	     nbVariables=50  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.46	       =>  wckTime=0.103  cpuTime=0.09  mem=6M951
0.46	   
0.46	   relations being loaded...
0.59	   
0.59	   constraints being loaded...
0.72	     nbConstraints=451  nbRelationTypes=451  nbExtensionStructures=451  nbSharedExtensionStructures=0
0.72	     nbConflictsStructures=451  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=4261  maxDegree=31
0.72	     maxArity=2
0.72	       =>  wckTime=0.365  cpuTime=0.27  mem=14M818
0.77	   
0.77	   solver IterativeSystematicSolver being built... 
0.92	       =>  wckTime=0.566  cpuTime=0.4  mem=15M202
0.93	   
0.94	   preprocessing
0.94	     nbConstraintChecks=0  nbPropagations=50  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.94	     detectedInconsistency=no
0.94	       =>  wckTime=0.0090  cpuTime=0.01  mem=15M202
0.98	   
0.98	   search
0.98	     run=0  nbConstraintChecks=47312  nbPropagations=559  nbRevisions=7827  nbUselessRevisions=6482  nbAssignments=24
0.98	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=42  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.98	     nbTooLargeKeys=0
0.98	       =>  wckTime=0.059  cpuTime=0.03  mem=15M202
1.01	   
1.01	   search
1.01	     run=1  nbConstraintChecks=116690  nbPropagations=1829  nbRevisions=26318  nbUselessRevisions=21882
1.01	     nbAssignments=57  nbFailedAssignments=23  nbBacktracks=26  nbVisitedNodes=99  nbRestartNogoods=3  mapSize=25
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.088  cpuTime=0.05  mem=15M202
1.03	   
1.03	   search
1.03	     run=2  nbConstraintChecks=202984  nbPropagations=3992  nbRevisions=59361  nbUselessRevisions=49293
1.03	     nbAssignments=104  nbFailedAssignments=43  nbBacktracks=48  nbVisitedNodes=184  nbRestartNogoods=6  mapSize=47
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.108  cpuTime=0.06  mem=15M202
1.06	   
1.06	   search
1.06	     run=3  nbConstraintChecks=332064  nbPropagations=7411  nbRevisions=112073  nbUselessRevisions=92887
1.06	     nbAssignments=169  nbFailedAssignments=72  nbBacktracks=81  nbVisitedNodes=298  nbRestartNogoods=9  mapSize=77
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.132  cpuTime=0.09  mem=15M202
1.09	   
1.09	   search
1.09	     run=4  nbConstraintChecks=551770  nbPropagations=12861  nbRevisions=200088  nbUselessRevisions=165430
1.09	     nbAssignments=270  nbFailedAssignments=119  nbBacktracks=132  nbVisitedNodes=486  nbRestartNogoods=11  mapSize=127
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.169  cpuTime=0.12  mem=15M202
1.15	   
1.15	   search
1.15	     run=5  nbConstraintChecks=855323  nbPropagations=21295  nbRevisions=341610  nbUselessRevisions=282752
1.15	     nbAssignments=422  nbFailedAssignments=192  nbBacktracks=207  nbVisitedNodes=770  nbRestartNogoods=13  mapSize=201
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.228  cpuTime=0.18  mem=15M202
1.23	   
1.23	   search
1.23	     run=6  nbConstraintChecks=1300087  nbPropagations=33900  nbRevisions=554249  nbUselessRevisions=459107
1.23	     nbAssignments=636  nbFailedAssignments=287  nbBacktracks=321  nbVisitedNodes=1156  nbRestartNogoods=18  mapSize=311
1.23	     nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.304  cpuTime=0.25  mem=15M202
1.34	   
1.34	   search
1.34	     run=7  nbConstraintChecks=1951625  nbPropagations=52840  nbRevisions=875695  nbUselessRevisions=726168
1.34	     nbAssignments=963  nbFailedAssignments=439  nbBacktracks=493  nbVisitedNodes=1756  nbRestartNogoods=25  mapSize=474
1.34	     nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.412  cpuTime=0.36  mem=15M202
1.50	   
1.50	   search
1.50	     run=8  nbConstraintChecks=2952198  nbPropagations=81357  nbRevisions=1363097  nbUselessRevisions=1131722
1.50	     nbAssignments=1463  nbFailedAssignments=678  nbBacktracks=749  nbVisitedNodes=2685  nbRestartNogoods=32
1.50	     mapSize=725  nbInferences=0  nbTooLargeKeys=0
1.50	       =>  wckTime=0.571  cpuTime=0.51  mem=15M202
1.69	   
1.69	   INFO : Stopping hyperNogood (mapSize=1018, nbTooLargekeys=0, mem=15M202)
1.74	   
1.74	   search
1.74	     run=9  nbConstraintChecks=4541100  nbPropagations=124356  nbRevisions=2091156  nbUselessRevisions=1732719
1.74	     nbAssignments=2228  nbFailedAssignments=1053  nbBacktracks=1134  nbVisitedNodes=4106  nbRestartNogoods=42
1.74	       =>  wckTime=0.817  cpuTime=0.74  mem=15M202
2.04	   
2.04	   search
2.04	     run=10  nbConstraintChecks=6641824  nbPropagations=187503  nbRevisions=3158378  nbUselessRevisions=2614974
2.04	     nbAssignments=3320  nbFailedAssignments=1564  nbBacktracks=1710  nbVisitedNodes=6123  nbRestartNogoods=50
2.04	       =>  wckTime=1.112  cpuTime=1.03  mem=15M202
2.48	   
2.48	   search
2.48	     run=11  nbConstraintChecks=9899606  nbPropagations=281445  nbRevisions=4766738  nbUselessRevisions=3948022
2.48	     nbAssignments=4989  nbFailedAssignments=2364  nbBacktracks=2575  nbVisitedNodes=9187  nbRestartNogoods=61
2.48	       =>  wckTime=1.552  cpuTime=1.47  mem=15M202
3.16	   
3.16	   search
3.16	     run=12  nbConstraintChecks=14867071  nbPropagations=422031  nbRevisions=7196664  nbUselessRevisions=5964367
3.16	     nbAssignments=7464  nbFailedAssignments=3537  nbBacktracks=3872  nbVisitedNodes=13758  nbRestartNogoods=73
3.16	       =>  wckTime=2.234  cpuTime=2.15  mem=15M202
4.16	   
4.16	   search
4.16	     run=13  nbConstraintChecks=22192408  nbPropagations=632465  nbRevisions=10834201  nbUselessRevisions=8985880
4.16	     nbAssignments=11139  nbFailedAssignments=5260  nbBacktracks=5819  nbVisitedNodes=20530  nbRestartNogoods=85
4.16	       =>  wckTime=3.239  cpuTime=3.15  mem=15M202
5.70	   
5.70	   search
5.70	     run=14  nbConstraintChecks=33505241  nbPropagations=948688  nbRevisions=16335083  nbUselessRevisions=13554095
5.70	     nbAssignments=16689  nbFailedAssignments=7887  nbBacktracks=8739  nbVisitedNodes=30757  nbRestartNogoods=95
5.70	       =>  wckTime=4.778  cpuTime=4.69  mem=15M202
7.96	   
7.96	   search
7.96	     run=15  nbConstraintChecks=50131240  nbPropagations=1420184  nbRevisions=24556137  nbUselessRevisions=20387272
7.96	     nbAssignments=24856  nbFailedAssignments=11672  nbBacktracks=13118  nbVisitedNodes=45787  nbRestartNogoods=108
7.96	       =>  wckTime=7.039  cpuTime=6.95  mem=15M202
11.51	   
11.51	   search
11.51	     run=16  nbConstraintChecks=75671489  nbPropagations=2137979  nbRevisions=37215262  nbUselessRevisions=30941805
11.51	     nbAssignments=37788  nbFailedAssignments=18030  nbBacktracks=19686  nbVisitedNodes=69839  nbRestartNogoods=125
11.51	       =>  wckTime=10.582  cpuTime=10.49  mem=15M202
16.69	   
16.69	   search
16.69	     run=17  nbConstraintChecks=114473177  nbPropagations=3212061  nbRevisions=56107755  nbUselessRevisions=46669693
16.69	     nbAssignments=56528  nbFailedAssignments=26913  nbBacktracks=29540  nbVisitedNodes=104409  nbRestartNogoods=130
16.69	       =>  wckTime=15.767  cpuTime=15.66  mem=15M202
24.61	   
24.61	   search
24.61	     run=18  nbConstraintChecks=172687881  nbPropagations=4826724  nbRevisions=84667749  nbUselessRevisions=70468085
24.61	     nbAssignments=85426  nbFailedAssignments=41028  nbBacktracks=44318  nbVisitedNodes=157927  nbRestartNogoods=146
24.61	       =>  wckTime=23.688  cpuTime=23.58  mem=15M202
36.58	   
36.58	   search
36.58	     run=19  nbConstraintChecks=260878281  nbPropagations=7255233  nbRevisions=127669539  nbUselessRevisions=106290984
36.58	     nbAssignments=128238  nbFailedAssignments=61667  nbBacktracks=66486  nbVisitedNodes=237144  nbRestartNogoods=155
36.58	       =>  wckTime=35.658  cpuTime=35.55  mem=15M202
54.23	   
54.23	   search
54.23	     run=20  nbConstraintChecks=391334129  nbPropagations=10884732  nbRevisions=192334512  nbUselessRevisions=160251983
54.23	     nbAssignments=192871  nbFailedAssignments=93044  nbBacktracks=99738  nbVisitedNodes=356806  nbRestartNogoods=175
54.23	       =>  wckTime=53.309  cpuTime=53.19  mem=15M202
55.00	   
55.00	   search
55.00	     run=21  nbConstraintChecks=396982980  nbPropagations=14565476  nbRevisions=257944631  nbUselessRevisions=215008650
55.00	     nbAssignments=195578  nbFailedAssignments=94363  nbBacktracks=101127  nbVisitedNodes=361811  nbRestartNogoods=189
55.00	       =>  wckTime=54.073  cpuTime=53.96  mem=15M202
55.00	   
55.00	   global
55.00	     nbConstraintChecks=396982980  nbPropagations=14565526  nbRevisions=257944631  nbUselessRevisions=215008650
55.00	     nbRestartNogoods=189  solvingWckTime=54.074  solvingCpuTime=53.96  expiredTime=no  totalExploration=yes
55.00	     nbFoundSolutions=0  globalCpuTime=54.41
55.00	       =>  wckTime=54.643  cpuTime=54.36  mem=15M202
55.00	   
55.00	s UNSATISFIABLE
55.00	d NODES 195578
55.00	d CHECKS 396982980
55.00	   
55.00	   totalWckTime=54.723  totalCpuTime=54.41

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/node72/watcher-231637-1168081183 -o ROOT/results/node72/solver-231637-1168081183 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/231637-1168081183/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.11 0.37 1.01 4/83 2270
/proc/meminfo: memFree=1444352/2055920 swapFree=4192812/4192956
[pid=2269] ppid=2266 vsize=1784 CPUtime=0
/proc/2269/stat : 2269 (java) D 2266 2269 1655 0 -1 0 192 0 0 0 0 0 0 0 18 0 1 0 156528875 1826816 158 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/2269/statm: 446 158 123 14 0 91 0

[startup+0.10278 s]
/proc/loadavg: 0.11 0.37 1.01 4/83 2270
/proc/meminfo: memFree=1444352/2055920 swapFree=4192812/4192956
[pid=2269] ppid=2266 vsize=913068 CPUtime=0.08
/proc/2269/stat : 2269 (java) R 2266 2269 1655 0 -1 0 2857 0 1 0 6 2 0 0 20 0 8 0 156528875 934981632 2603 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2269/statm: 228267 2605 1395 14 0 215168 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913068

[startup+0.510817 s]
/proc/loadavg: 0.11 0.37 1.01 4/83 2270
/proc/meminfo: memFree=1444352/2055920 swapFree=4192812/4192956
[pid=2269] ppid=2266 vsize=915328 CPUtime=0.45
/proc/2269/stat : 2269 (java) R 2266 2269 1655 0 -1 0 6336 0 1 0 41 4 0 0 20 0 8 0 156528875 937295872 6075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073567198 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2269/statm: 228832 6077 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.33389 s]
/proc/loadavg: 0.11 0.37 1.01 2/88 2287
/proc/meminfo: memFree=1419288/2055920 swapFree=4192812/4192956
[pid=2269] ppid=2266 vsize=915460 CPUtime=1.25
/proc/2269/stat : 2269 (java) R 2266 2269 1655 0 -1 0 9031 0 1 0 120 5 0 0 18 0 8 0 156528875 937431040 8769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804480 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2269/statm: 228865 8769 2513 14 0 215335 0
[pid=2269/tid=2275] ppid=2266 vsize=915460 CPUtime=0.03
/proc/2269/task/2275/stat : 2275 (java) S 2266 2269 1655 0 -1 64 367 0 0 0 3 0 0 0 17 0 8 0 156528880 937431040 8769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2278] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2278/stat : 2278 (java) S 2266 2269 1655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156528881 937431040 8769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2279] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2279/stat : 2279 (java) S 2266 2269 1655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156528881 937431040 8769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2284] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2284/stat : 2284 (java) S 2266 2269 1655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156528884 937431040 8769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2285] ppid=2266 vsize=915460 CPUtime=0.2
/proc/2269/task/2285/stat : 2285 (java) S 2266 2269 1655 0 -1 64 376 0 0 0 20 0 0 0 16 0 8 0 156528884 937431040 8769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2286] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2286/stat : 2286 (java) S 2266 2269 1655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156528884 937431040 8769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2287] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2287/stat : 2287 (java) S 2266 2269 1655 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156528884 937431040 8769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 915460

[startup+2.98604 s]
/proc/loadavg: 0.11 0.37 1.01 2/88 2287
/proc/meminfo: memFree=1419224/2055920 swapFree=4192812/4192956
[pid=2269] ppid=2266 vsize=915460 CPUtime=2.91
/proc/2269/stat : 2269 (java) R 2266 2269 1655 0 -1 0 9048 0 1 0 285 6 0 0 25 0 8 0 156528875 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805640 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2269/statm: 228865 8785 2513 14 0 215335 0
[pid=2269/tid=2275] ppid=2266 vsize=915460 CPUtime=0.03
/proc/2269/task/2275/stat : 2275 (java) S 2266 2269 1655 0 -1 64 367 0 0 0 3 0 0 0 17 0 8 0 156528880 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2278] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2278/stat : 2278 (java) S 2266 2269 1655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156528881 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2279] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2279/stat : 2279 (java) S 2266 2269 1655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156528881 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2284] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2284/stat : 2284 (java) S 2266 2269 1655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156528884 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2285] ppid=2266 vsize=915460 CPUtime=0.24
/proc/2269/task/2285/stat : 2285 (java) S 2266 2269 1655 0 -1 64 393 0 0 0 23 1 0 0 15 0 8 0 156528884 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2286] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2286/stat : 2286 (java) S 2266 2269 1655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156528884 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2287] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2287/stat : 2287 (java) S 2266 2269 1655 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156528884 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915460

[startup+6.26334 s]
/proc/loadavg: 0.18 0.38 1.01 2/88 2287
/proc/meminfo: memFree=1419224/2055920 swapFree=4192812/4192956
[pid=2269] ppid=2266 vsize=915460 CPUtime=6.18
/proc/2269/stat : 2269 (java) R 2266 2269 1655 0 -1 0 9050 0 1 0 612 6 0 0 25 0 8 0 156528875 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073822823 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2269/statm: 228865 8785 2513 14 0 215335 0
[pid=2269/tid=2275] ppid=2266 vsize=915460 CPUtime=0.03
/proc/2269/task/2275/stat : 2275 (java) S 2266 2269 1655 0 -1 64 367 0 0 0 3 0 0 0 16 0 8 0 156528880 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2278] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2278/stat : 2278 (java) S 2266 2269 1655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156528881 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2279] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2279/stat : 2279 (java) S 2266 2269 1655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156528881 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2284] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2284/stat : 2284 (java) S 2266 2269 1655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156528884 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2285] ppid=2266 vsize=915460 CPUtime=0.24
/proc/2269/task/2285/stat : 2285 (java) S 2266 2269 1655 0 -1 64 393 0 0 0 23 1 0 0 16 0 8 0 156528884 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2286] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2286/stat : 2286 (java) S 2266 2269 1655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156528884 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2287] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2287/stat : 2287 (java) S 2266 2269 1655 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156528884 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915460

[startup+12.7459 s]
/proc/loadavg: 0.25 0.39 1.00 2/88 2287
/proc/meminfo: memFree=1419232/2055920 swapFree=4192812/4192956
[pid=2269] ppid=2266 vsize=915460 CPUtime=12.66
/proc/2269/stat : 2269 (java) R 2266 2269 1655 0 -1 0 9050 0 1 0 1260 6 0 0 25 0 8 0 156528875 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803599 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2269/statm: 228865 8785 2513 14 0 215335 0
[pid=2269/tid=2275] ppid=2266 vsize=915460 CPUtime=0.03
/proc/2269/task/2275/stat : 2275 (java) S 2266 2269 1655 0 -1 64 367 0 0 0 3 0 0 0 16 0 8 0 156528880 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2278] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2278/stat : 2278 (java) S 2266 2269 1655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156528881 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2279] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2279/stat : 2279 (java) S 2266 2269 1655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156528881 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2284] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2284/stat : 2284 (java) S 2266 2269 1655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156528884 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2285] ppid=2266 vsize=915460 CPUtime=0.24
/proc/2269/task/2285/stat : 2285 (java) S 2266 2269 1655 0 -1 64 393 0 0 0 23 1 0 0 16 0 8 0 156528884 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2286] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2286/stat : 2286 (java) S 2266 2269 1655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156528884 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2287] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2287/stat : 2287 (java) S 2266 2269 1655 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156528884 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 915460

[startup+25.5751 s]
/proc/loadavg: 0.41 0.42 1.00 2/88 2295
/proc/meminfo: memFree=1419040/2055920 swapFree=4192812/4192956
[pid=2269] ppid=2266 vsize=915460 CPUtime=25.48
/proc/2269/stat : 2269 (java) R 2266 2269 1655 0 -1 0 9050 0 1 0 2542 6 0 0 25 0 8 0 156528875 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073848699 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2269/statm: 228865 8785 2513 14 0 215335 0
[pid=2269/tid=2275] ppid=2266 vsize=915460 CPUtime=0.03
/proc/2269/task/2275/stat : 2275 (java) S 2266 2269 1655 0 -1 64 367 0 0 0 3 0 0 0 16 0 8 0 156528880 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2278] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2278/stat : 2278 (java) S 2266 2269 1655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156528881 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2279] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2279/stat : 2279 (java) S 2266 2269 1655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156528881 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2284] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2284/stat : 2284 (java) S 2266 2269 1655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156528884 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2285] ppid=2266 vsize=915460 CPUtime=0.24
/proc/2269/task/2285/stat : 2285 (java) S 2266 2269 1655 0 -1 64 393 0 0 0 23 1 0 0 16 0 8 0 156528884 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2286] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2286/stat : 2286 (java) S 2266 2269 1655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156528884 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2287] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2287/stat : 2287 (java) S 2266 2269 1655 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156528884 937431040 8785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 915460

[startup+51.2625 s]
/proc/loadavg: 0.68 0.48 1.01 2/88 2296
/proc/meminfo: memFree=1421088/2055920 swapFree=4192812/4192956
[pid=2269] ppid=2266 vsize=915460 CPUtime=51.16
/proc/2269/stat : 2269 (java) R 2266 2269 1655 0 -1 0 9051 0 1 0 5110 6 0 0 25 0 8 0 156528875 937431040 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803655 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2269/statm: 228865 8786 2513 14 0 215335 0
[pid=2269/tid=2275] ppid=2266 vsize=915460 CPUtime=0.03
/proc/2269/task/2275/stat : 2275 (java) S 2266 2269 1655 0 -1 64 367 0 0 0 3 0 0 0 16 0 8 0 156528880 937431040 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2278] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2278/stat : 2278 (java) S 2266 2269 1655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156528881 937431040 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2279] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2279/stat : 2279 (java) S 2266 2269 1655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156528881 937431040 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2284] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2284/stat : 2284 (java) S 2266 2269 1655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156528884 937431040 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2285] ppid=2266 vsize=915460 CPUtime=0.24
/proc/2269/task/2285/stat : 2285 (java) S 2266 2269 1655 0 -1 64 394 0 0 0 23 1 0 0 16 0 8 0 156528884 937431040 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2286] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2286/stat : 2286 (java) S 2266 2269 1655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156528884 937431040 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2269/tid=2287] ppid=2266 vsize=915460 CPUtime=0
/proc/2269/task/2287/stat : 2287 (java) S 2266 2269 1655 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156528884 937431040 8786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 55.0283
CPU time (s): 54.9186
CPU user time (s): 54.8417
CPU system time (s): 0.076988
CPU usage (%): 99.8008
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.8417
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9059
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= 2243
involuntary context switches= 3192

runsolver used 0.054991 s user time and 0.151976 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sat Jan  6 10:59:47 UTC 2007


IDJOB= 231637
IDBENCH= 6477
FILE ID= node72/231637-1168081183

PBS_JOBID= 3476176

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/geom/geo50-20-d4-75-70_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/231637-1168081183/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-231637-1168081183 -o ROOT/results/node72/solver-231637-1168081183 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/231637-1168081183/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3ff044f75ae42272ea5545f60b6b7319

RANDOM SEED= 189598005

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.223
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.223
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:       1445160 kB
Buffers:         42324 kB
Cached:         448024 kB
SwapCached:          0 kB
Active:         153476 kB
Inactive:       385128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3932 kB
Writeback:           0 kB
Mapped:          67216 kB
Slab:            57220 kB
Committed_AS:  2632148 kB
PageTables:       2112 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 node72 on Sat Jan  6 11:01:00 UTC 2007