Trace number 198761

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 159.537 160.31

DiagnosticValue
CHECKS473595273
NODES416714

General information on the benchmark

Namerlfap/rlfapScens11/
scen11-f3.xml
MD5SUMef05de44bc17daaf25b5294ac4693534
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.3299
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size41
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/198761-1168071292/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.48	     nbVariables=680  nbDomainTypes=5  minDomainSize=6  maxDomainSize=41
0.48	       =>  wckTime=0.165  cpuTime=0.13  mem=8M837
0.48	   
0.48	   predicates being loaded...
0.48	   
0.48	   constraints being loaded...
1.23	     nbConstraints=4103  nbConvertedConstraints=4103  nbConvertConstraintsChecks=206531  nbExtensionStructures=173
1.23	     nbSharedExtensionStructures=3930  nbConflictsStructures=173  nbSharedConflictsStructures=3930
1.23	     nbSharedBinaryRepresentations=11469  maxDegree=62  maxArity=2
1.23	       =>  wckTime=0.921  cpuTime=0.75  mem=29M316
1.31	   
1.31	   solver IterativeSystematicSolver being built... 
1.50	       =>  wckTime=1.19  cpuTime=0.91  mem=20M272
1.57	   
1.57	   preprocessing
1.57	     nbConstraintChecks=24960  nbPropagations=1014  nbRevisions=668  nbUselessRevisions=0  nbRemovedValues=1664
1.57	     detectedInconsistency=no
1.57	       =>  wckTime=0.063  cpuTime=0.05  mem=20M272
1.65	   
1.65	   search
1.65	     run=0  nbConstraintChecks=50666  nbPropagations=1559  nbRevisions=3416  nbUselessRevisions=1507  nbAssignments=46
1.65	     nbFailedAssignments=12  nbBacktracks=10  nbVisitedNodes=62  nbRestartNogoods=0  mapSize=4  nbInferences=0
1.65	     nbTooLargeKeys=0
1.65	       =>  wckTime=0.147  cpuTime=0.11  mem=20M272
1.68	   
1.68	   search
1.68	     run=1  nbConstraintChecks=120706  nbPropagations=3838  nbRevisions=11017  nbUselessRevisions=5467
1.68	     nbAssignments=102  nbFailedAssignments=28  nbBacktracks=26  nbVisitedNodes=141  nbRestartNogoods=2  mapSize=12
1.68	     nbInferences=0  nbTooLargeKeys=0
1.68	       =>  wckTime=0.177  cpuTime=0.14  mem=21M246
1.71	   
1.71	   search
1.71	     run=2  nbConstraintChecks=206930  nbPropagations=6954  nbRevisions=24408  nbUselessRevisions=13118
1.71	     nbAssignments=172  nbFailedAssignments=54  nbBacktracks=48  nbVisitedNodes=248  nbRestartNogoods=3  mapSize=23
1.71	     nbInferences=0  nbTooLargeKeys=0
1.71	       =>  wckTime=0.211  cpuTime=0.17  mem=21M246
1.76	   
1.76	   search
1.76	     run=3  nbConstraintChecks=307255  nbPropagations=11011  nbRevisions=44716  nbUselessRevisions=24909
1.76	     nbAssignments=261  nbFailedAssignments=91  nbBacktracks=82  nbVisitedNodes=390  nbRestartNogoods=6  mapSize=40
1.76	     nbInferences=0  nbTooLargeKeys=0
1.76	       =>  wckTime=0.253  cpuTime=0.21  mem=21M246
1.81	   
1.81	   search
1.81	     run=4  nbConstraintChecks=433918  nbPropagations=16224  nbRevisions=75508  nbUselessRevisions=43335
1.81	     nbAssignments=395  nbFailedAssignments=157  nbBacktracks=132  nbVisitedNodes=610  nbRestartNogoods=11  mapSize=63
1.81	     nbInferences=2  nbTooLargeKeys=0
1.81	       =>  wckTime=0.305  cpuTime=0.26  mem=21M246
1.88	   
1.88	   search
1.88	     run=5  nbConstraintChecks=659102  nbPropagations=23225  nbRevisions=121634  nbUselessRevisions=71497
1.88	     nbAssignments=581  nbFailedAssignments=247  nbBacktracks=208  nbVisitedNodes=922  nbRestartNogoods=17  mapSize=101
1.88	     nbInferences=4  nbTooLargeKeys=0
1.88	       =>  wckTime=0.381  cpuTime=0.34  mem=22M221
2.02	   
2.02	   search
2.02	     run=6  nbConstraintChecks=1047841  nbPropagations=33473  nbRevisions=195498  nbUselessRevisions=116513
2.02	     nbAssignments=898  nbFailedAssignments=435  nbBacktracks=322  nbVisitedNodes=1482  nbRestartNogoods=29  mapSize=157
2.02	     nbInferences=7  nbTooLargeKeys=0
2.02	       =>  wckTime=0.513  cpuTime=0.47  mem=23M195
2.16	   
2.16	   search
2.16	     run=7  nbConstraintChecks=1465636  nbPropagations=47141  nbRevisions=299731  nbUselessRevisions=181004
2.16	     nbAssignments=1243  nbFailedAssignments=598  nbBacktracks=492  nbVisitedNodes=2074  nbRestartNogoods=41
2.16	     mapSize=242  nbInferences=11  nbTooLargeKeys=0
2.16	       =>  wckTime=0.658  cpuTime=0.61  mem=24M169
2.40	   
2.40	   search
2.40	     run=8  nbConstraintChecks=2007165  nbPropagations=65853  nbRevisions=453830  nbUselessRevisions=276851
2.40	     nbAssignments=1878  nbFailedAssignments=965  nbBacktracks=749  nbVisitedNodes=3187  nbRestartNogoods=48
2.40	     mapSize=372  nbInferences=14  nbTooLargeKeys=0
2.40	       =>  wckTime=0.9  cpuTime=0.83  mem=25M143
2.73	   
2.73	   search
2.73	     run=9  nbConstraintChecks=2938214  nbPropagations=92704  nbRevisions=671038  nbUselessRevisions=409556
2.73	     nbAssignments=2768  nbFailedAssignments=1445  nbBacktracks=1134  nbVisitedNodes=4745  nbRestartNogoods=56
2.73	     mapSize=570  nbInferences=29  nbTooLargeKeys=0
2.73	       =>  wckTime=1.228  cpuTime=1.15  mem=27M91
3.24	   
3.24	   search
3.24	     run=10  nbConstraintChecks=4343867  nbPropagations=132748  nbRevisions=1004934  nbUselessRevisions=614378
3.24	     nbAssignments=4146  nbFailedAssignments=2219  nbBacktracks=1710  nbVisitedNodes=7180  nbRestartNogoods=73
3.24	     mapSize=869  nbInferences=48  nbTooLargeKeys=0
3.24	       =>  wckTime=1.741  cpuTime=1.65  mem=30M14
3.96	   
3.96	   search
3.96	     run=11  nbConstraintChecks=6483146  nbPropagations=191920  nbRevisions=1499208  nbUselessRevisions=921761
3.96	     nbAssignments=6050  nbFailedAssignments=3160  nbBacktracks=2575  nbVisitedNodes=10490  nbRestartNogoods=89
3.96	     mapSize=1299  nbInferences=138  nbTooLargeKeys=0
3.96	       =>  wckTime=2.461  cpuTime=2.37  mem=34M885
5.16	   
5.16	   search
5.16	     run=12  nbConstraintChecks=9869481  nbPropagations=281468  nbRevisions=2261795  nbUselessRevisions=1389635
5.16	     nbAssignments=9476  nbFailedAssignments=5216  nbBacktracks=3872  nbVisitedNodes=16600  nbRestartNogoods=109
5.16	     mapSize=1954  nbInferences=205  nbTooLargeKeys=0
5.16	       =>  wckTime=3.656  cpuTime=3.56  mem=41M704
6.95	   
6.95	   search
6.95	     run=13  nbConstraintChecks=15392577  nbPropagations=424559  nbRevisions=3455966  nbUselessRevisions=2134032
6.95	     nbAssignments=13945  nbFailedAssignments=7490  nbBacktracks=5818  nbVisitedNodes=24437  nbRestartNogoods=120
6.95	     mapSize=2935  nbInferences=450  nbTooLargeKeys=0
6.95	       =>  wckTime=5.447  cpuTime=5.34  mem=52M238
9.78	   
9.78	   search
9.78	     run=14  nbConstraintChecks=23083692  nbPropagations=638909  nbRevisions=5334721  nbUselessRevisions=3290584
9.78	     nbAssignments=22376  nbFailedAssignments=12858  nbBacktracks=8738  nbVisitedNodes=39677  nbRestartNogoods=146
9.78	     mapSize=4390  nbInferences=585  nbTooLargeKeys=0
9.78	       =>  wckTime=8.278  cpuTime=8.12  mem=36M18
13.89	   
13.89	   search
13.89	     run=15  nbConstraintChecks=35604314  nbPropagations=971310  nbRevisions=8173738  nbUselessRevisions=5056898
13.89	     nbAssignments=33261  nbFailedAssignments=18502  nbBacktracks=13116  nbVisitedNodes=58782  nbRestartNogoods=167
13.89	     mapSize=6577  nbInferences=1442  nbTooLargeKeys=0
13.89	       =>  wckTime=12.386  cpuTime=12.2  mem=61M700
19.96	   
19.96	   search
19.96	     run=16  nbConstraintChecks=53363973  nbPropagations=1471909  nbRevisions=12474188  nbUselessRevisions=7728603
19.96	     nbAssignments=50155  nbFailedAssignments=28188  nbBacktracks=19684  nbVisitedNodes=88800  nbRestartNogoods=192
19.96	     mapSize=9857  nbInferences=2080  nbTooLargeKeys=0
19.96	       =>  wckTime=18.453  cpuTime=18.19  mem=70M86
29.09	   
29.09	   search
29.09	     run=17  nbConstraintChecks=80200023  nbPropagations=2231459  nbRevisions=19082727  nbUselessRevisions=11905624
29.09	     nbAssignments=74621  nbFailedAssignments=41423  nbBacktracks=29537  nbVisitedNodes=131910  nbRestartNogoods=195
29.09	     mapSize=14754  nbInferences=3448  nbTooLargeKeys=0
29.09	       =>  wckTime=27.59  cpuTime=27.23  mem=99M807
43.01	   
43.01	   search
43.01	     run=18  nbConstraintChecks=123161092  nbPropagations=3392376  nbRevisions=29212765  nbUselessRevisions=18346562
43.01	     nbAssignments=112086  nbFailedAssignments=62188  nbBacktracks=44315  nbVisitedNodes=198205  nbRestartNogoods=224
43.01	     mapSize=22112  nbInferences=5364  nbTooLargeKeys=0
43.01	       =>  wckTime=41.507  cpuTime=40.98  mem=127M746
63.92	   
63.92	   search
63.92	     run=19  nbConstraintChecks=187240038  nbPropagations=5171435  nbRevisions=44431180  nbUselessRevisions=28108134
63.92	     nbAssignments=165596  nbFailedAssignments=89063  nbBacktracks=66483  nbVisitedNodes=292037  nbRestartNogoods=244
63.92	     mapSize=33181  nbInferences=9821  nbTooLargeKeys=0
63.92	       =>  wckTime=62.415  cpuTime=61.65  mem=174M511
93.76	   
93.76	   search
93.76	     run=20  nbConstraintChecks=273987838  nbPropagations=7792300  nbRevisions=67445403  nbUselessRevisions=42983278
93.76	     nbAssignments=246331  nbFailedAssignments=133614  nbBacktracks=99738  nbVisitedNodes=434535  nbRestartNogoods=266
93.76	     mapSize=49725  nbInferences=12742  nbTooLargeKeys=0
93.76	       =>  wckTime=92.261  cpuTime=91.22  mem=275M925
139.31	   
139.31	   search
139.31	     run=21  nbConstraintChecks=410025237  nbPropagations=11724575  nbRevisions=102264718  nbUselessRevisions=65617068
139.31	     nbAssignments=364861  nbFailedAssignments=195560  nbBacktracks=149620  nbVisitedNodes=642055  nbRestartNogoods=275
139.31	     mapSize=74506  nbInferences=19438  nbTooLargeKeys=0
139.31	       =>  wckTime=137.81  cpuTime=136.25  mem=394M272
160.21	   
160.21	   search
160.21	     run=22  nbConstraintChecks=473570313  nbPropagations=16286867  nbRevisions=142533546  nbUselessRevisions=91859262
160.21	     nbAssignments=416714  nbFailedAssignments=221019  nbBacktracks=171440  nbVisitedNodes=732290  nbRestartNogoods=287
160.21	     mapSize=85242  nbInferences=24013  nbTooLargeKeys=0
160.21	       =>  wckTime=158.709  cpuTime=156.91  mem=439M411
160.21	   
160.21	   global
160.21	     nbConstraintChecks=473595273  nbPropagations=16287881  nbRevisions=142534214  nbUselessRevisions=91859262
160.21	     nbRestartNogoods=287  solvingWckTime=158.71  solvingCpuTime=156.91  expiredTime=no  totalExploration=yes
160.21	     nbFoundSolutions=0  globalCpuTime=157.88
160.21	       =>  wckTime=159.902  cpuTime=157.82  mem=439M411
160.22	   
160.22	s UNSATISFIABLE
160.22	d NODES 416714
160.22	d CHECKS 473595273
160.22	   
160.22	   totalWckTime=159.983  totalCpuTime=157.88

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/node41/watcher-198761-1168071292 -o ROOT/results/node41/solver-198761-1168071292 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/198761-1168071292/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: 1.05 1.01 1.10 4/80 6607
/proc/meminfo: memFree=1633760/2055920 swapFree=4192812/4192956
[pid=6606] ppid=6604 vsize=1784 CPUtime=0
/proc/6606/stat : 6606 (java) R 6604 6606 6266 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 155528472 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/6606/statm: 446 140 106 14 0 91 0

[startup+0.108992 s]
/proc/loadavg: 1.05 1.01 1.10 4/80 6607
/proc/meminfo: memFree=1633760/2055920 swapFree=4192812/4192956
[pid=6606] ppid=6604 vsize=914988 CPUtime=0.08
/proc/6606/stat : 6606 (java) R 6604 6606 6266 0 -1 0 3037 0 1 0 7 1 0 0 17 0 8 0 155528472 936947712 2783 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155239863 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6606/statm: 228747 2783 1441 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.517028 s]
/proc/loadavg: 1.05 1.01 1.10 4/80 6607
/proc/meminfo: memFree=1633760/2055920 swapFree=4192812/4192956
[pid=6606] ppid=6604 vsize=915328 CPUtime=0.5
/proc/6606/stat : 6606 (java) R 6604 6606 6266 0 -1 0 6533 0 1 0 45 5 0 0 17 0 8 0 155528472 937295872 6272 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073341909 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6606/statm: 228832 6272 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.3381 s]
/proc/loadavg: 1.05 1.01 1.10 3/87 6614
/proc/meminfo: memFree=1597608/2055920 swapFree=4192812/4192956
[pid=6606] ppid=6604 vsize=915720 CPUtime=1.31
/proc/6606/stat : 6606 (java) R 6604 6606 6266 0 -1 0 12999 0 1 0 106 25 0 0 20 0 8 0 155528472 937697280 12736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072920114 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6606/statm: 228930 12736 2394 14 0 215400 0
[pid=6606/tid=6608] ppid=6604 vsize=915720 CPUtime=0.06
/proc/6606/task/6608/stat : 6608 (java) S 6604 6606 6266 0 -1 64 886 0 0 0 6 0 0 0 16 0 8 0 155528476 937697280 12736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6609] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6609/stat : 6609 (java) S 6604 6606 6266 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 155528476 937697280 12736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6610] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6610/stat : 6610 (java) S 6604 6606 6266 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155528476 937697280 12736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6611] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6611/stat : 6611 (java) S 6604 6606 6266 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155528480 937697280 12736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6612] ppid=6604 vsize=915720 CPUtime=0.2
/proc/6606/task/6612/stat : 6612 (java) S 6604 6606 6266 0 -1 64 436 0 0 0 19 1 0 0 16 0 8 0 155528480 937697280 12736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6613] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6613/stat : 6613 (java) S 6604 6606 6266 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155528480 937697280 12736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6614] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6614/stat : 6614 (java) S 6604 6606 6266 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155528480 937697280 12736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915720

[startup+2.97624 s]
/proc/loadavg: 1.05 1.01 1.10 3/87 6614
/proc/meminfo: memFree=1591720/2055920 swapFree=4192812/4192956
[pid=6606] ppid=6604 vsize=915720 CPUtime=2.94
/proc/6606/stat : 6606 (java) R 6604 6606 6266 0 -1 0 13235 0 1 0 267 27 0 0 25 0 8 0 155528472 937697280 12971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074010601 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6606/statm: 228930 12971 2530 14 0 215400 0
[pid=6606/tid=6608] ppid=6604 vsize=915720 CPUtime=0.06
/proc/6606/task/6608/stat : 6608 (java) S 6604 6606 6266 0 -1 64 886 0 0 0 6 0 0 0 17 0 8 0 155528476 937697280 12971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6609] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6609/stat : 6609 (java) S 6604 6606 6266 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 155528476 937697280 12971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6610] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6610/stat : 6610 (java) S 6604 6606 6266 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155528476 937697280 12971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6611] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6611/stat : 6611 (java) S 6604 6606 6266 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155528480 937697280 12971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6612] ppid=6604 vsize=915720 CPUtime=0.32
/proc/6606/task/6612/stat : 6612 (java) S 6604 6606 6266 0 -1 64 496 0 0 0 30 2 0 0 16 0 8 0 155528480 937697280 12971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6613] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6613/stat : 6613 (java) S 6604 6606 6266 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155528480 937697280 12971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6614] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6614/stat : 6614 (java) S 6604 6606 6266 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155528480 937697280 12971 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915720

[startup+6.18151 s]
/proc/loadavg: 1.12 1.03 1.11 3/87 6614
/proc/meminfo: memFree=1580328/2055920 swapFree=4192812/4192956
[pid=6606] ppid=6604 vsize=915720 CPUtime=6.13
/proc/6606/stat : 6606 (java) R 6604 6606 6266 0 -1 0 16773 0 1 0 584 29 0 0 25 0 8 0 155528472 937697280 16508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336163 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6606/statm: 228930 16508 2530 14 0 215400 0
[pid=6606/tid=6608] ppid=6604 vsize=915720 CPUtime=0.06
/proc/6606/task/6608/stat : 6608 (java) S 6604 6606 6266 0 -1 64 886 0 0 0 6 0 0 0 16 0 8 0 155528476 937697280 16508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6609] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6609/stat : 6609 (java) S 6604 6606 6266 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 155528476 937697280 16508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6610] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6610/stat : 6610 (java) S 6604 6606 6266 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155528476 937697280 16508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6611] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6611/stat : 6611 (java) S 6604 6606 6266 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155528480 937697280 16508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6612] ppid=6604 vsize=915720 CPUtime=0.32
/proc/6606/task/6612/stat : 6612 (java) S 6604 6606 6266 0 -1 64 498 0 0 0 30 2 0 0 15 0 8 0 155528480 937697280 16508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6613] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6613/stat : 6613 (java) S 6604 6606 6266 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155528480 937697280 16508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6614] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6614/stat : 6614 (java) S 6604 6606 6266 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155528480 937697280 16508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 915720

[startup+12.6521 s]
/proc/loadavg: 1.19 1.05 1.11 3/87 6614
/proc/meminfo: memFree=1557160/2055920 swapFree=4192812/4192956
[pid=6606] ppid=6604 vsize=915720 CPUtime=12.56
/proc/6606/stat : 6606 (java) R 6604 6606 6266 0 -1 0 21855 0 1 0 1226 30 0 0 25 0 8 0 155528472 937697280 21588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073992110 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6606/statm: 228930 21588 2534 14 0 215400 0
[pid=6606/tid=6608] ppid=6604 vsize=915720 CPUtime=0.08
/proc/6606/task/6608/stat : 6608 (java) S 6604 6606 6266 0 -1 64 4738 0 0 0 7 1 0 0 17 0 8 0 155528476 937697280 21588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6609] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6609/stat : 6609 (java) S 6604 6606 6266 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155528476 937697280 21588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6610] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6610/stat : 6610 (java) S 6604 6606 6266 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155528476 937697280 21588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6611] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6611/stat : 6611 (java) S 6604 6606 6266 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155528480 937697280 21588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6612] ppid=6604 vsize=915720 CPUtime=0.33
/proc/6606/task/6612/stat : 6612 (java) S 6604 6606 6266 0 -1 64 500 0 0 0 31 2 0 0 16 0 8 0 155528480 937697280 21588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6613] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6613/stat : 6613 (java) S 6604 6606 6266 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155528480 937697280 21588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6614] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6614/stat : 6614 (java) S 6604 6606 6266 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155528480 937697280 21588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 915720

[startup+25.5202 s]
/proc/loadavg: 1.37 1.09 1.12 3/87 6614
/proc/meminfo: memFree=1508904/2055920 swapFree=4192812/4192956
[pid=6606] ppid=6604 vsize=915720 CPUtime=25.38
/proc/6606/stat : 6606 (java) R 6604 6606 6266 0 -1 0 33924 0 1 0 2502 36 0 0 25 0 8 0 155528472 937697280 33655 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074006968 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6606/statm: 228930 33655 2534 14 0 215400 0
[pid=6606/tid=6608] ppid=6604 vsize=915720 CPUtime=0.19
/proc/6606/task/6608/stat : 6608 (java) S 6604 6606 6266 0 -1 64 16805 0 0 0 13 6 0 0 16 0 8 0 155528476 937697280 33655 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6609] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6609/stat : 6609 (java) S 6604 6606 6266 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155528476 937697280 33655 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6610] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6610/stat : 6610 (java) S 6604 6606 6266 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155528476 937697280 33655 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6611] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6611/stat : 6611 (java) S 6604 6606 6266 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155528480 937697280 33655 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6612] ppid=6604 vsize=915720 CPUtime=0.33
/proc/6606/task/6612/stat : 6612 (java) S 6604 6606 6266 0 -1 64 500 0 0 0 31 2 0 0 16 0 8 0 155528480 937697280 33655 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6613] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6613/stat : 6613 (java) S 6604 6606 6266 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155528480 937697280 33655 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6614] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6614/stat : 6614 (java) S 6604 6606 6266 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155528480 937697280 33655 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 915720

[startup+51.1374 s]
/proc/loadavg: 1.58 1.16 1.15 3/87 6614
/proc/meminfo: memFree=1447272/2055920 swapFree=4192812/4192956
[pid=6606] ppid=6604 vsize=915720 CPUtime=50.87
/proc/6606/stat : 6606 (java) R 6604 6606 6266 0 -1 0 49309 0 1 0 5046 41 0 0 25 0 8 0 155528472 937697280 49036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074053658 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6606/statm: 228930 49036 2534 14 0 215400 0
[pid=6606/tid=6608] ppid=6604 vsize=915720 CPUtime=0.33
/proc/6606/task/6608/stat : 6608 (java) S 6604 6606 6266 0 -1 64 32185 0 0 0 22 11 0 0 16 0 8 0 155528476 937697280 49036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6609] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6609/stat : 6609 (java) S 6604 6606 6266 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155528476 937697280 49036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6610] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6610/stat : 6610 (java) S 6604 6606 6266 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155528476 937697280 49036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6611] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6611/stat : 6611 (java) S 6604 6606 6266 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155528480 937697280 49036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6612] ppid=6604 vsize=915720 CPUtime=0.33
/proc/6606/task/6612/stat : 6612 (java) S 6604 6606 6266 0 -1 64 501 0 0 0 31 2 0 0 16 0 8 0 155528480 937697280 49036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6613] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6613/stat : 6613 (java) S 6604 6606 6266 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155528480 937697280 49036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6614] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6614/stat : 6614 (java) S 6604 6606 6266 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155528480 937697280 49036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 915720

[startup+102.364 s]
/proc/loadavg: 1.82 1.29 1.19 3/87 6614
/proc/meminfo: memFree=1320360/2055920 swapFree=4192812/4192956
[pid=6606] ppid=6604 vsize=915720 CPUtime=101.86
/proc/6606/stat : 6606 (java) R 6604 6606 6266 0 -1 0 80998 0 1 0 10131 55 0 0 25 0 8 0 155528472 937697280 80719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074027536 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6606/statm: 228930 80719 2534 14 0 215400 0
[pid=6606/tid=6608] ppid=6604 vsize=915720 CPUtime=0.63
/proc/6606/task/6608/stat : 6608 (java) S 6604 6606 6266 0 -1 64 63868 0 0 0 38 25 0 0 16 0 8 0 155528476 937697280 80719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6609] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6609/stat : 6609 (java) S 6604 6606 6266 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155528476 937697280 80719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6610] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6610/stat : 6610 (java) S 6604 6606 6266 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155528476 937697280 80719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6611] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6611/stat : 6611 (java) S 6604 6606 6266 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155528480 937697280 80719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6612] ppid=6604 vsize=915720 CPUtime=0.33
/proc/6606/task/6612/stat : 6612 (java) S 6604 6606 6266 0 -1 64 501 0 0 0 31 2 0 0 16 0 8 0 155528480 937697280 80719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6613] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6613/stat : 6613 (java) S 6604 6606 6266 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155528480 937697280 80719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6606/tid=6614] ppid=6604 vsize=915720 CPUtime=0
/proc/6606/task/6614/stat : 6614 (java) S 6604 6606 6266 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155528480 937697280 80719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 915720

Child status: 0
Real time (s): 160.31
CPU time (s): 159.537
CPU user time (s): 158.759
CPU system time (s): 0.777881
CPU usage (%): 99.5178
Max. virtual memory (cumulated for all children) (KiB): 915720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.759
system time used= 0.777881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122150
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= 4599
involuntary context switches= 6700

runsolver used 0.187971 s user time and 0.535918 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Sat Jan  6 08:14:52 UTC 2007


IDJOB= 198761
IDBENCH= 3574
FILE ID= node41/198761-1168071292

PBS_JOBID= 3475951

Free space on /tmp= 66529 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapScens11/scen11-f3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/198761-1168071292/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-198761-1168071292 -o ROOT/results/node41/solver-198761-1168071292 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/198761-1168071292/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  ef05de44bc17daaf25b5294ac4693534

RANDOM SEED= 867934776

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.234
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.234
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:       1634240 kB
Buffers:         32548 kB
Cached:         263184 kB
SwapCached:          0 kB
Active:          87348 kB
Inactive:       258532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1634240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2328 kB
Writeback:           0 kB
Mapped:          70424 kB
Slab:            60864 kB
Committed_AS:  3321204 kB
PageTables:       1984 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 node41 on Sat Jan  6 08:17:33 UTC 2007