Trace number 210879

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 ESACUNSAT 160.73 162.232

DiagnosticValue
CHECKS16410166
NODES11071

General information on the benchmark

NamepseudoSeries/uclid/
cache-inv10-ucl.xml
MD5SUM61921989f4c9e5006b2c7f4d8ca68340
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.01008
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables8937
Number of constraints26318
Maximum constraint arity9
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26318
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=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/210879-1168203487/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.62	     nbVariables=8937  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2
0.62	       =>  wckTime=0.326  cpuTime=0.24  mem=21M516
0.62	   
0.62	   predicates being loaded...
0.63	   
0.63	   constraints being loaded...
3.82	     nbConstraints=25981  nbMergedConstraints=337  nbSingletonDomainVariables=48  nbConvertedConstraints=17297
3.82	     nbConvertConstraintsChecks=3134  nbExtensionStructures=8  nbSharedExtensionStructures=17289
3.82	     nbConflictsStructures=23  nbSharedConflictsStructures=25958  nbSharedBinaryRepresentations=19
3.82	     nbEvaluationManagers=15  nbSharedEvaluationManagers=8669  maxDegree=331  maxArity=9
3.82	       =>  wckTime=3.523  cpuTime=2.96  mem=39M624
3.99	   
3.99	   solver IterativeSystematicSolver being built... 
4.59	       =>  wckTime=4.301  cpuTime=3.46  mem=82M269
70.83	   
70.83	   INFO : Stopping ESAC
70.84	   
70.84	   preprocessing
70.84	     nbConstraintChecks=111225  nbValidityChecks=24563  nbPropagations=31741  nbRevisions=93816
70.84	     nbUselessRevisions=77454  nbSingletonTests=6497  nbEffectiveSingletonTests=1  nbESACBranches=4  nbRemovedValues=7
70.84	     detectedInconsistency=no
70.84	       =>  wckTime=66.234  cpuTime=65.55  mem=36M560
71.19	   
71.19	   search
71.19	     run=0  nbConstraintChecks=64040  nbValidityChecks=14316  nbPropagations=42715  nbRevisions=149942
71.19	     nbUselessRevisions=122335  nbAssignments=28  nbFailedAssignments=5  nbBacktracks=10  nbVisitedNodes=36
71.19	     nbRestartNogoods=0  mapSize=2  nbInferences=0  nbTooLargeKeys=0
71.19	       =>  wckTime=66.584  cpuTime=65.88  mem=37M618
71.65	   
71.65	   search
71.65	     run=1  nbConstraintChecks=187988  nbValidityChecks=41894  nbPropagations=107445  nbRevisions=405880
71.65	     nbUselessRevisions=327859  nbAssignments=69  nbFailedAssignments=10  nbBacktracks=32  nbVisitedNodes=82
71.65	     nbRestartNogoods=3  mapSize=11  nbInferences=0  nbTooLargeKeys=0
71.65	       =>  wckTime=67.053  cpuTime=66.34  mem=37M618
72.37	   
72.37	   search
72.37	     run=2  nbConstraintChecks=262167  nbValidityChecks=58156  nbPropagations=185151  nbRevisions=726560
72.37	     nbUselessRevisions=584291  nbAssignments=136  nbFailedAssignments=18  nbBacktracks=59  nbVisitedNodes=161
72.37	     nbRestartNogoods=4  mapSize=17  nbInferences=0  nbTooLargeKeys=0
72.37	       =>  wckTime=67.77  cpuTime=67.05  mem=37M618
73.74	   
73.74	   search
73.74	     run=3  nbConstraintChecks=354807  nbValidityChecks=80697  nbPropagations=278336  nbRevisions=1132128
73.74	     nbUselessRevisions=909505  nbAssignments=275  nbFailedAssignments=27  nbBacktracks=94  nbVisitedNodes=276
73.74	     nbRestartNogoods=9  mapSize=29  nbInferences=0  nbTooLargeKeys=0
73.74	       =>  wckTime=69.139  cpuTime=68.41  mem=37M618
75.45	   
75.45	   search
75.45	     run=4  nbConstraintChecks=448272  nbValidityChecks=105018  nbPropagations=387262  nbRevisions=1626938
75.45	     nbUselessRevisions=1308076  nbAssignments=440  nbFailedAssignments=34  nbBacktracks=149  nbVisitedNodes=408
75.45	     nbRestartNogoods=12  mapSize=40  nbInferences=0  nbTooLargeKeys=0
75.45	       =>  wckTime=70.846  cpuTime=70.1  mem=37M618
76.91	   
76.91	   search
76.91	     run=5  nbConstraintChecks=547988  nbValidityChecks=127757  nbPropagations=513950  nbRevisions=2210459
76.91	     nbUselessRevisions=1777183  nbAssignments=558  nbFailedAssignments=41  nbBacktracks=228  nbVisitedNodes=542
76.91	     nbRestartNogoods=14  mapSize=50  nbInferences=0  nbTooLargeKeys=0
76.91	       =>  wckTime=72.311  cpuTime=71.55  mem=37M618
79.52	   
79.52	   search
79.52	     run=6  nbConstraintChecks=682968  nbValidityChecks=165443  nbPropagations=662955  nbRevisions=2927397
79.52	     nbUselessRevisions=2356966  nbAssignments=780  nbFailedAssignments=57  nbBacktracks=384  nbVisitedNodes=753
79.52	     nbRestartNogoods=20  mapSize=82  nbInferences=0  nbTooLargeKeys=0
79.52	       =>  wckTime=74.922  cpuTime=74.12  mem=37M618
83.31	   
83.31	   search
83.31	     run=7  nbConstraintChecks=1016862  nbValidityChecks=247258  nbPropagations=868784  nbRevisions=3950766
83.31	     nbUselessRevisions=3184480  nbAssignments=1064  nbFailedAssignments=88  nbBacktracks=557  nbVisitedNodes=1103
83.31	     nbRestartNogoods=21  mapSize=136  nbInferences=0  nbTooLargeKeys=0
83.31	       =>  wckTime=78.71  cpuTime=77.87  mem=38M626
88.43	   
88.43	   search
88.43	     run=8  nbConstraintChecks=1411034  nbValidityChecks=346002  nbPropagations=1142499  nbRevisions=5343732
88.43	     nbUselessRevisions=4311822  nbAssignments=1555  nbFailedAssignments=113  nbBacktracks=820  nbVisitedNodes=1515
88.43	     nbRestartNogoods=33  mapSize=194  nbInferences=0  nbTooLargeKeys=0
88.43	       =>  wckTime=83.827  cpuTime=82.94  mem=38M626
95.39	   
95.39	   search
95.39	     run=9  nbConstraintChecks=1866811  nbValidityChecks=465830  nbPropagations=1494514  nbRevisions=7170578
95.40	     nbUselessRevisions=5791809  nbAssignments=2106  nbFailedAssignments=170  nbBacktracks=1272  nbVisitedNodes=2153
95.40	     nbRestartNogoods=41  mapSize=308  nbInferences=0  nbTooLargeKeys=0
95.40	       =>  wckTime=90.794  cpuTime=89.83  mem=39M635
105.16	   
105.16	   search
105.16	     run=10  nbConstraintChecks=2650370  nbValidityChecks=662277  nbPropagations=1982407  nbRevisions=9726173
105.16	     nbUselessRevisions=7859659  nbAssignments=2854  nbFailedAssignments=261  nbBacktracks=1857  nbVisitedNodes=3078
105.16	     nbRestartNogoods=45  mapSize=473  nbInferences=0  nbTooLargeKeys=0
105.16	       =>  wckTime=100.556  cpuTime=99.51  mem=40M643
117.39	   
117.39	   search
117.39	     run=11  nbConstraintChecks=4322808  nbValidityChecks=1045219  nbPropagations=2768278  nbRevisions=13765332
117.39	     nbUselessRevisions=11100560  nbAssignments=3916  nbFailedAssignments=382  nbBacktracks=2727  nbVisitedNodes=4352
117.39	     nbRestartNogoods=57  mapSize=711  nbInferences=0  nbTooLargeKeys=0
117.39	       =>  wckTime=112.793  cpuTime=111.64  mem=41M651
132.60	   
132.60	   INFO : Stopping hyperNogood (mapSize=1010, nbTooLargekeys=0, mem=43M668)
133.39	   
133.39	   search
133.39	     run=12  nbConstraintChecks=6268491  nbValidityChecks=1494815  nbPropagations=3900903  nbRevisions=19531736
133.39	     nbUselessRevisions=15706728  nbAssignments=5460  nbFailedAssignments=551  nbBacktracks=4026  nbVisitedNodes=6208
133.39	     nbRestartNogoods=67
133.39	       =>  wckTime=128.787  cpuTime=127.47  mem=43M668
144.13	   
144.13	   search
144.13	     run=13  nbConstraintChecks=9429094  nbValidityChecks=2239588  nbPropagations=5593810  nbRevisions=28071089
144.13	     nbUselessRevisions=22487039  nbAssignments=7798  nbFailedAssignments=862  nbBacktracks=5973  nbVisitedNodes=9083
144.13	     nbRestartNogoods=76
144.13	       =>  wckTime=139.53  cpuTime=138.11  mem=43M668
162.18	   
162.18	   search
162.18	     run=14  nbConstraintChecks=16298941  nbValidityChecks=3909287  nbPropagations=8489695  nbRevisions=42650974
162.18	     nbUselessRevisions=33986102  nbAssignments=11071  nbFailedAssignments=1443  nbBacktracks=8595  nbVisitedNodes=13344
162.18	     nbRestartNogoods=88
162.18	       =>  wckTime=157.576  cpuTime=156.01  mem=43M668
162.18	   
162.18	   global
162.18	     nbConstraintChecks=16410166  nbValidityChecks=3933850  nbPropagations=8521436  nbRevisions=42744790
162.18	     nbUselessRevisions=34063556  nbRestartNogoods=88  solvingWckTime=157.577  solvingCpuTime=156.01  expiredTime=no
162.18	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=159.52
162.18	       =>  wckTime=161.886  cpuTime=159.47  mem=43M668
162.18	   
162.18	s UNSATISFIABLE
162.18	d NODES 11071
162.18	d CHECKS 16410166
162.18	   
162.18	   totalWckTime=161.965  totalCpuTime=159.52

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/node40/watcher-210879-1168203487 -o ROOT/results/node40/solver-210879-1168203487 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210879-1168203487/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.93 1.98 1.93 2/81 30167
/proc/meminfo: memFree=1332760/2055920 swapFree=4192812/4192956
[pid=30166] ppid=30164 vsize=9600 CPUtime=0
/proc/30166/stat : 30166 (java) R 30164 30166 29124 0 -1 0 379 0 0 0 0 0 0 0 18 0 1 0 168748099 9830400 167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 6910756 0 0 4096 0 0 0 0 17 1 0 0
/proc/30166/statm: 2400 167 130 14 0 1138 0

[startup+0.10294 s]
/proc/loadavg: 1.93 1.98 1.93 2/81 30167
/proc/meminfo: memFree=1332760/2055920 swapFree=4192812/4192956
[pid=30166] ppid=30164 vsize=914988 CPUtime=0.09
/proc/30166/stat : 30166 (java) R 30164 30166 29124 0 -1 0 3069 0 1 0 8 1 0 0 23 0 8 0 168748099 936947712 2815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072949297 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30166/statm: 228747 2815 1452 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.510992 s]
/proc/loadavg: 1.93 1.98 1.93 2/81 30167
/proc/meminfo: memFree=1332760/2055920 swapFree=4192812/4192956
[pid=30166] ppid=30164 vsize=915328 CPUtime=0.49
/proc/30166/stat : 30166 (java) R 30164 30166 29124 0 -1 0 6725 0 1 0 45 4 0 0 25 0 8 0 168748099 937295872 6464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30166/statm: 228832 6464 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.3331 s]
/proc/loadavg: 1.93 1.98 1.93 3/82 30175
/proc/meminfo: memFree=1308184/2055920 swapFree=4192812/4192956
[pid=30166] ppid=30164 vsize=915620 CPUtime=1.31
/proc/30166/stat : 30166 (java) R 30164 30166 29124 0 -1 0 19153 0 1 0 121 10 0 0 25 0 8 0 168748099 937594880 18890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30166/statm: 228905 18890 2158 14 0 215375 0
[pid=30166/tid=30168] ppid=30164 vsize=915620 CPUtime=0.08
/proc/30166/task/30168/stat : 30168 (java) R 30164 30166 29124 0 -1 64 2607 0 0 0 8 0 0 0 16 0 8 0 168748102 937594880 18890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30169] ppid=30164 vsize=915620 CPUtime=0
/proc/30166/task/30169/stat : 30169 (java) S 30164 30166 29124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168748103 937594880 18890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30170] ppid=30164 vsize=915620 CPUtime=0
/proc/30166/task/30170/stat : 30170 (java) S 30164 30166 29124 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168748103 937594880 18890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30171] ppid=30164 vsize=915620 CPUtime=0
/proc/30166/task/30171/stat : 30171 (java) S 30164 30166 29124 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 168748106 937594880 18890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30172] ppid=30164 vsize=915620 CPUtime=0.15
/proc/30166/task/30172/stat : 30172 (java) S 30164 30166 29124 0 -1 64 415 0 0 0 14 1 0 0 16 0 8 0 168748106 937594880 18890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30173] ppid=30164 vsize=915620 CPUtime=0
/proc/30166/task/30173/stat : 30173 (java) S 30164 30166 29124 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168748106 937594880 18890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30174] ppid=30164 vsize=915620 CPUtime=0
/proc/30166/task/30174/stat : 30174 (java) S 30164 30166 29124 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168748106 937594880 18890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915620

[startup+2.98532 s]
/proc/loadavg: 1.93 1.98 1.93 4/82 30175
/proc/meminfo: memFree=1221592/2055920 swapFree=4192812/4192956
[pid=30166] ppid=30164 vsize=915624 CPUtime=2.93
/proc/30166/stat : 30166 (java) R 30164 30166 29124 0 -1 0 21130 0 1 0 217 76 0 0 25 0 8 0 168748099 937598976 20865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30166/statm: 228906 20865 2178 14 0 215376 0
[pid=30166/tid=30168] ppid=30164 vsize=915624 CPUtime=0.18
/proc/30166/task/30168/stat : 30168 (java) S 30164 30166 29124 0 -1 64 4501 0 0 0 17 1 0 0 17 0 8 0 168748102 937598976 20865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30169] ppid=30164 vsize=915624 CPUtime=0
/proc/30166/task/30169/stat : 30169 (java) S 30164 30166 29124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168748103 937598976 20865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30170] ppid=30164 vsize=915624 CPUtime=0
/proc/30166/task/30170/stat : 30170 (java) S 30164 30166 29124 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168748103 937598976 20865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30171] ppid=30164 vsize=915624 CPUtime=0
/proc/30166/task/30171/stat : 30171 (java) S 30164 30166 29124 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 168748106 937598976 20865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30172] ppid=30164 vsize=915624 CPUtime=0.19
/proc/30166/task/30172/stat : 30172 (java) S 30164 30166 29124 0 -1 64 435 0 0 0 18 1 0 0 15 0 8 0 168748106 937598976 20865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30173] ppid=30164 vsize=915624 CPUtime=0
/proc/30166/task/30173/stat : 30173 (java) S 30164 30166 29124 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168748106 937598976 20865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30174] ppid=30164 vsize=915624 CPUtime=0
/proc/30166/task/30174/stat : 30174 (java) R 30164 30166 29124 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168748106 937598976 20865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915624

[startup+6.28074 s]
/proc/loadavg: 1.93 1.98 1.93 3/82 30175
/proc/meminfo: memFree=950104/2055920 swapFree=4192812/4192956
[pid=30166] ppid=30164 vsize=915868 CPUtime=6.21
/proc/30166/stat : 30166 (java) R 30164 30166 29124 0 -1 0 28344 0 1 0 507 114 0 0 25 0 8 0 168748099 937848832 28054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074182434 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30166/statm: 228967 28054 2539 14 0 215437 0
[pid=30166/tid=30168] ppid=30164 vsize=915868 CPUtime=0.57
/proc/30166/task/30168/stat : 30168 (java) S 30164 30166 29124 0 -1 64 11183 0 0 0 53 4 0 0 16 0 8 0 168748102 937848832 28054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30169] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30169/stat : 30169 (java) S 30164 30166 29124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168748103 937848832 28054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30170] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30170/stat : 30170 (java) S 30164 30166 29124 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168748103 937848832 28054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30171] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30171/stat : 30171 (java) S 30164 30166 29124 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 168748106 937848832 28054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30172] ppid=30164 vsize=915868 CPUtime=0.33
/proc/30166/task/30172/stat : 30172 (java) S 30164 30166 29124 0 -1 64 514 0 0 0 31 2 0 0 15 0 8 0 168748106 937848832 28054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30173] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30173/stat : 30173 (java) S 30164 30166 29124 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168748106 937848832 28054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30174] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30174/stat : 30174 (java) S 30164 30166 29124 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168748106 937848832 28054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915868

[startup+12.7726 s]
/proc/loadavg: 1.94 1.98 1.93 4/82 30175
/proc/meminfo: memFree=723480/2055920 swapFree=4192812/4192956
[pid=30166] ppid=30164 vsize=915868 CPUtime=12.64
/proc/30166/stat : 30166 (java) R 30164 30166 29124 0 -1 0 28346 0 1 0 1150 114 0 0 25 0 8 0 168748099 937848832 28055 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074182384 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30166/statm: 228967 28055 2539 14 0 215437 0
[pid=30166/tid=30168] ppid=30164 vsize=915868 CPUtime=0.57
/proc/30166/task/30168/stat : 30168 (java) S 30164 30166 29124 0 -1 64 11183 0 0 0 53 4 0 0 16 0 8 0 168748102 937848832 28055 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30169] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30169/stat : 30169 (java) S 30164 30166 29124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168748103 937848832 28055 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30170] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30170/stat : 30170 (java) S 30164 30166 29124 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168748103 937848832 28055 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30171] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30171/stat : 30171 (java) S 30164 30166 29124 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 168748106 937848832 28055 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30172] ppid=30164 vsize=915868 CPUtime=0.33
/proc/30166/task/30172/stat : 30172 (java) S 30164 30166 29124 0 -1 64 516 0 0 0 31 2 0 0 16 0 8 0 168748106 937848832 28055 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30173] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30173/stat : 30173 (java) S 30164 30166 29124 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168748106 937848832 28055 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30174] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30174/stat : 30174 (java) S 30164 30166 29124 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168748106 937848832 28055 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915868

[startup+25.6222 s]
/proc/loadavg: 1.95 1.98 1.93 3/82 30175
/proc/meminfo: memFree=702296/2055920 swapFree=4192812/4192956
[pid=30166] ppid=30164 vsize=915868 CPUtime=25.38
/proc/30166/stat : 30166 (java) R 30164 30166 29124 0 -1 0 28352 0 1 0 2424 114 0 0 25 0 8 0 168748099 937848832 28058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074182384 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30166/statm: 228967 28058 2539 14 0 215437 0
[pid=30166/tid=30168] ppid=30164 vsize=915868 CPUtime=0.57
/proc/30166/task/30168/stat : 30168 (java) S 30164 30166 29124 0 -1 64 11183 0 0 0 53 4 0 0 16 0 8 0 168748102 937848832 28058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30169] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30169/stat : 30169 (java) S 30164 30166 29124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168748103 937848832 28058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30170] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30170/stat : 30170 (java) S 30164 30166 29124 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168748103 937848832 28058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30171] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30171/stat : 30171 (java) S 30164 30166 29124 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 168748106 937848832 28058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30172] ppid=30164 vsize=915868 CPUtime=0.34
/proc/30166/task/30172/stat : 30172 (java) S 30164 30166 29124 0 -1 64 522 0 0 0 32 2 0 0 15 0 8 0 168748106 937848832 28058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30173] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30173/stat : 30173 (java) S 30164 30166 29124 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168748106 937848832 28058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30174] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30174/stat : 30174 (java) S 30164 30166 29124 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168748106 937848832 28058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 915868

[startup+51.2526 s]
/proc/loadavg: 1.97 1.98 1.93 3/82 30175
/proc/meminfo: memFree=696664/2055920 swapFree=4192812/4192956
[pid=30166] ppid=30164 vsize=915868 CPUtime=50.76
/proc/30166/stat : 30166 (java) R 30164 30166 29124 0 -1 0 28360 0 1 0 4962 114 0 0 25 0 8 0 168748099 937848832 28063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074182384 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30166/statm: 228967 28063 2539 14 0 215437 0
[pid=30166/tid=30168] ppid=30164 vsize=915868 CPUtime=0.57
/proc/30166/task/30168/stat : 30168 (java) S 30164 30166 29124 0 -1 64 11183 0 0 0 53 4 0 0 16 0 8 0 168748102 937848832 28063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30169] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30169/stat : 30169 (java) S 30164 30166 29124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168748103 937848832 28063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30170] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30170/stat : 30170 (java) S 30164 30166 29124 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168748103 937848832 28063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30171] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30171/stat : 30171 (java) S 30164 30166 29124 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 168748106 937848832 28063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30172] ppid=30164 vsize=915868 CPUtime=0.35
/proc/30166/task/30172/stat : 30172 (java) S 30164 30166 29124 0 -1 64 527 0 0 0 33 2 0 0 15 0 8 0 168748106 937848832 28063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30173] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30173/stat : 30173 (java) S 30164 30166 29124 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168748106 937848832 28063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30174] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30174/stat : 30174 (java) S 30164 30166 29124 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168748106 937848832 28063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 915868

[startup+102.501 s]
/proc/loadavg: 1.98 1.98 1.93 3/82 30175
/proc/meminfo: memFree=695832/2055920 swapFree=4192812/4192956
[pid=30166] ppid=30164 vsize=915868 CPUtime=101.55
/proc/30166/stat : 30166 (java) R 30164 30166 29124 0 -1 0 28391 0 1 0 10040 115 0 0 25 0 8 0 168748099 937848832 28086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074257293 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30166/statm: 228967 28086 2540 14 0 215437 0
[pid=30166/tid=30168] ppid=30164 vsize=915868 CPUtime=0.57
/proc/30166/task/30168/stat : 30168 (java) S 30164 30166 29124 0 -1 64 11183 0 0 0 53 4 0 0 16 0 8 0 168748102 937848832 28086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30169] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30169/stat : 30169 (java) S 30164 30166 29124 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168748103 937848832 28086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30170] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30170/stat : 30170 (java) S 30164 30166 29124 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168748103 937848832 28086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30171] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30171/stat : 30171 (java) S 30164 30166 29124 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 168748106 937848832 28086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30172] ppid=30164 vsize=915868 CPUtime=0.4
/proc/30166/task/30172/stat : 30172 (java) S 30164 30166 29124 0 -1 64 551 0 0 0 38 2 0 0 17 0 8 0 168748106 937848832 28086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30173] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30173/stat : 30173 (java) S 30164 30166 29124 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168748106 937848832 28086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30166/tid=30174] ppid=30164 vsize=915868 CPUtime=0
/proc/30166/task/30174/stat : 30174 (java) S 30164 30166 29124 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168748106 937848832 28086 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 915868

Child status: 0
Real time (s): 162.232
CPU time (s): 160.73
CPU user time (s): 159.557
CPU system time (s): 1.17282
CPU usage (%): 99.0738
Max. virtual memory (cumulated for all children) (KiB): 915960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159.557
system time used= 1.17282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28406
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= 5135
involuntary context switches= 8818

runsolver used 0.214967 s user time and 0.518921 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Jan  7 20:58:08 UTC 2007


IDJOB= 210879
IDBENCH= 4653
FILE ID= node40/210879-1168203487

PBS_JOBID= 3480740

Free space on /tmp= 66304 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/cache-inv10-ucl.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210879-1168203487/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-210879-1168203487 -o ROOT/results/node40/solver-210879-1168203487 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210879-1168203487/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  61921989f4c9e5006b2c7f4d8ca68340

RANDOM SEED= 789743791

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.239
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.239
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:       1335736 kB
Buffers:         25840 kB
Cached:         490552 kB
SwapCached:          0 kB
Active:         255616 kB
Inactive:       404416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1335736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          207716 kB
Writeback:        2020 kB
Mapped:         160436 kB
Slab:            45264 kB
Committed_AS:  3690320 kB
PageTables:       2096 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= 66301 MiB



End job on node40 on Sun Jan  7 21:00:50 UTC 2007