Trace number 224252

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 37.9262 38.2822

DiagnosticValue
CHECKS275117787
NODES220885

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-53_ext.xml
MD5SUMf86594c53a3ca65acac73f8c1ca7ed85
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 benchmark12.7871
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/224252-1168268234/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.42	       =>  wckTime=0.102  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.63	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.63	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=2
0.63	       =>  wckTime=0.314  cpuTime=0.24  mem=13M828
0.67	   
0.67	   solver IterativeSystematicSolver being built... 
0.84	       =>  wckTime=0.519  cpuTime=0.37  mem=14M839
0.89	   
0.89	   preprocessing
0.89	     nbConstraintChecks=63739  nbPropagations=717  nbRevisions=4259  nbUselessRevisions=3253  nbSingletonTests=48
0.89	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.89	       =>  wckTime=0.047  cpuTime=0.02  mem=14M839
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=33570  nbPropagations=1250  nbRevisions=7969  nbUselessRevisions=5950  nbAssignments=27
0.91	     nbFailedAssignments=9  nbBacktracks=12  nbVisitedNodes=44  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.069  cpuTime=0.04  mem=14M839
0.93	   
0.93	   search
0.93	     run=1  nbConstraintChecks=95405  nbPropagations=3433  nbRevisions=22684  nbUselessRevisions=16722  nbAssignments=76
0.93	     nbFailedAssignments=26  nbBacktracks=27  nbVisitedNodes=108  nbRestartNogoods=2  mapSize=23  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.089  cpuTime=0.05  mem=14M839
0.95	   
0.95	   search
0.95	     run=2  nbConstraintChecks=150068  nbPropagations=6564  nbRevisions=44387  nbUselessRevisions=32428
0.95	     nbAssignments=122  nbFailedAssignments=42  nbBacktracks=49  nbVisitedNodes=184  nbRestartNogoods=6  mapSize=41
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.107  cpuTime=0.07  mem=14M839
0.96	   
0.96	   search
0.96	     run=3  nbConstraintChecks=219889  nbPropagations=10993  nbRevisions=75435  nbUselessRevisions=54648
0.96	     nbAssignments=192  nbFailedAssignments=72  nbBacktracks=82  nbVisitedNodes=304  nbRestartNogoods=9  mapSize=67
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.123  cpuTime=0.08  mem=14M839
0.99	   
0.99	   search
0.99	     run=4  nbConstraintChecks=373042  nbPropagations=17747  nbRevisions=124773  nbUselessRevisions=89147
0.99	     nbAssignments=299  nbFailedAssignments=123  nbBacktracks=132  nbVisitedNodes=496  nbRestartNogoods=13  mapSize=111
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.152  cpuTime=0.11  mem=14M839
1.02	   
1.02	   search
1.02	     run=5  nbConstraintChecks=558555  nbPropagations=27750  nbRevisions=197818  nbUselessRevisions=140154
1.02	     nbAssignments=449  nbFailedAssignments=192  nbBacktracks=207  nbVisitedNodes=765  nbRestartNogoods=18  mapSize=183
1.02	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.185  cpuTime=0.14  mem=14M839
1.07	   
1.07	   search
1.07	     run=6  nbConstraintChecks=831947  nbPropagations=42281  nbRevisions=305340  nbUselessRevisions=214834
1.07	     nbAssignments=664  nbFailedAssignments=289  nbBacktracks=321  nbVisitedNodes=1141  nbRestartNogoods=21  mapSize=273
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.231  cpuTime=0.18  mem=14M839
1.14	   
1.14	   search
1.14	     run=7  nbConstraintChecks=1254914  nbPropagations=63612  nbRevisions=465225  nbUselessRevisions=325706
1.14	     nbAssignments=976  nbFailedAssignments=415  nbBacktracks=493  nbVisitedNodes=1671  nbRestartNogoods=28  mapSize=420
1.14	     nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.304  cpuTime=0.25  mem=14M839
1.25	   
1.25	   search
1.25	     run=8  nbConstraintChecks=1871060  nbPropagations=95096  nbRevisions=703033  nbUselessRevisions=489685
1.25	     nbAssignments=1435  nbFailedAssignments=615  nbBacktracks=749  nbVisitedNodes=2471  nbRestartNogoods=33
1.25	     mapSize=628  nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.405  cpuTime=0.35  mem=14M839
1.39	   
1.39	   search
1.39	     run=9  nbConstraintChecks=2687866  nbPropagations=140961  nbRevisions=1050334  nbUselessRevisions=729216
1.39	     nbAssignments=2115  nbFailedAssignments=904  nbBacktracks=1134  nbVisitedNodes=3649  nbRestartNogoods=39
1.39	     mapSize=949  nbInferences=0  nbTooLargeKeys=0
1.39	       =>  wckTime=0.55  cpuTime=0.48  mem=14M839
1.42	   
1.42	   INFO : Stopping hyperNogood (mapSize=1005, nbTooLargekeys=0, mem=14M839)
1.59	   
1.59	   search
1.59	     run=10  nbConstraintChecks=4034098  nbPropagations=208891  nbRevisions=1565625  nbUselessRevisions=1084650
1.59	     nbAssignments=3180  nbFailedAssignments=1387  nbBacktracks=1710  nbVisitedNodes=5544  nbRestartNogoods=46
1.59	       =>  wckTime=0.746  cpuTime=0.67  mem=14M839
1.84	   
1.84	   search
1.84	     run=11  nbConstraintChecks=5819030  nbPropagations=307348  nbRevisions=2308391  nbUselessRevisions=1595964
1.84	     nbAssignments=4697  nbFailedAssignments=2002  nbBacktracks=2576  nbVisitedNodes=8099  nbRestartNogoods=57
1.84	       =>  wckTime=1.0  cpuTime=0.91  mem=14M839
2.33	   
2.33	   search
2.33	     run=12  nbConstraintChecks=9601499  nbPropagations=463706  nbRevisions=3512940  nbUselessRevisions=2425120
2.33	     nbAssignments=7225  nbFailedAssignments=3214  nbBacktracks=3873  nbVisitedNodes=12683  nbRestartNogoods=70
2.33	       =>  wckTime=1.493  cpuTime=1.4  mem=14M839
2.94	   
2.94	   search
2.94	     run=13  nbConstraintChecks=14105099  nbPropagations=693667  nbRevisions=5274418  nbUselessRevisions=3632799
2.94	     nbAssignments=10684  nbFailedAssignments=4722  nbBacktracks=5819  nbVisitedNodes=18775  nbRestartNogoods=75
2.94	       =>  wckTime=2.102  cpuTime=2.0  mem=15M814
3.89	   
3.89	   search
3.89	     run=14  nbConstraintChecks=21135655  nbPropagations=1039620  nbRevisions=7942947  nbUselessRevisions=5467948
3.89	     nbAssignments=16039  nbFailedAssignments=7154  nbBacktracks=8739  nbVisitedNodes=28320  nbRestartNogoods=84
3.89	       =>  wckTime=3.054  cpuTime=2.95  mem=15M814
5.09	   
5.09	   search
5.09	     run=15  nbConstraintChecks=29891196  nbPropagations=1535305  nbRevisions=11736185  nbUselessRevisions=8076760
5.09	     nbAssignments=23421  nbFailedAssignments=10149  nbBacktracks=13120  nbVisitedNodes=41020  nbRestartNogoods=87
5.09	       =>  wckTime=4.252  cpuTime=4.13  mem=15M814
6.96	   
6.96	   search
6.96	     run=16  nbConstraintChecks=43525654  nbPropagations=2261538  nbRevisions=17262772  nbUselessRevisions=11869629
6.96	     nbAssignments=34564  nbFailedAssignments=14716  nbBacktracks=19692  nbVisitedNodes=60320  nbRestartNogoods=91
6.96	       =>  wckTime=6.116  cpuTime=5.98  mem=15M814
10.12	   
10.12	   search
10.12	     run=17  nbConstraintChecks=67037773  nbPropagations=3375183  nbRevisions=25815469  nbUselessRevisions=17753788
10.12	     nbAssignments=52624  nbFailedAssignments=22920  nbBacktracks=29544  nbVisitedNodes=92543  nbRestartNogoods=104
10.12	       =>  wckTime=9.279  cpuTime=9.12  mem=15M814
14.25	   
14.25	   search
14.25	     run=18  nbConstraintChecks=97054956  nbPropagations=5009683  nbRevisions=38332840  nbUselessRevisions=26371855
14.25	     nbAssignments=77992  nbFailedAssignments=33501  nbBacktracks=44326  nbVisitedNodes=136528  nbRestartNogoods=107
14.25	       =>  wckTime=13.405  cpuTime=13.21  mem=15M814
20.82	   
20.82	   search
20.82	     run=19  nbConstraintChecks=145410405  nbPropagations=7467450  nbRevisions=57177056  nbUselessRevisions=39357246
20.82	     nbAssignments=117552  nbFailedAssignments=50885  nbBacktracks=66496  nbVisitedNodes=206135  nbRestartNogoods=114
20.82	       =>  wckTime=19.98  cpuTime=19.73  mem=15M814
30.39	   
30.39	   search
30.39	     run=20  nbConstraintChecks=215553173  nbPropagations=11117666  nbRevisions=85079862  nbUselessRevisions=58586045
30.39	     nbAssignments=175223  nbFailedAssignments=75299  nbBacktracks=99749  nbVisitedNodes=306546  nbRestartNogoods=117
30.39	       =>  wckTime=29.554  cpuTime=29.23  mem=15M814
38.25	   
38.25	   search
38.25	     run=21  nbConstraintChecks=275054048  nbPropagations=15731119  nbRevisions=120392294  nbUselessRevisions=82914173
38.25	     nbAssignments=220885  nbFailedAssignments=94995  nbBacktracks=125716  nbVisitedNodes=386482  nbRestartNogoods=128
38.25	       =>  wckTime=37.406  cpuTime=37.01  mem=15M814
38.25	   
38.25	   global
38.25	     nbConstraintChecks=275117787  nbPropagations=15731836  nbRevisions=120396553  nbUselessRevisions=82917426
38.25	     nbRestartNogoods=128  solvingWckTime=37.407  solvingCpuTime=37.01  expiredTime=no  totalExploration=yes
38.25	     nbFoundSolutions=0  globalCpuTime=37.44
38.25	       =>  wckTime=37.929  cpuTime=37.38  mem=15M814
38.25	   
38.25	s UNSATISFIABLE
38.25	d NODES 220885
38.25	d CHECKS 275117787
38.25	   
38.25	   totalWckTime=38.012  totalCpuTime=37.44

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node39/watcher-224252-1168268234 -o ROOT/results/node39/solver-224252-1168268234 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224252-1168268234/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.91 1.97 1.99 4/74 21099
/proc/meminfo: memFree=349208/2055920 swapFree=4187312/4192956
[pid=21098] ppid=21096 vsize=9948 CPUtime=0
/proc/21098/stat : 21098 (java) S 21096 21098 20957 0 -1 0 723 0 0 0 0 0 0 0 16 0 1 0 175223039 10186752 472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 17 1 0 0
/proc/21098/statm: 2955 510 421 14 0 1602 0

[startup+0.103072 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 21099
/proc/meminfo: memFree=349208/2055920 swapFree=4187312/4192956
[pid=21098] ppid=21096 vsize=914988 CPUtime=0.08
/proc/21098/stat : 21098 (java) R 21096 21098 20957 0 -1 0 2979 0 1 0 7 1 0 0 17 0 8 0 175223039 936947712 2725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155191436 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 228747 2725 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511147 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 21099
/proc/meminfo: memFree=349208/2055920 swapFree=4187312/4192956
[pid=21098] ppid=21096 vsize=915328 CPUtime=0.49
/proc/21098/stat : 21098 (java) R 21096 21098 20957 0 -1 0 6959 0 1 0 45 4 0 0 18 0 8 0 175223039 937295872 6698 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072935154 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 228832 6698 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33218 s]
/proc/loadavg: 1.91 1.97 1.99 3/81 21106
/proc/meminfo: memFree=325536/2055920 swapFree=4187312/4192956
[pid=21098] ppid=21096 vsize=915452 CPUtime=1.29
/proc/21098/stat : 21098 (java) R 21096 21098 20957 0 -1 0 8700 0 1 0 123 6 0 0 24 0 8 0 175223039 937422848 8438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807332 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 228863 8438 2524 14 0 215333 0
[pid=21098/tid=21100] ppid=21096 vsize=915452 CPUtime=0.02
/proc/21098/task/21100/stat : 21100 (java) S 21096 21098 20957 0 -1 64 244 0 0 0 2 0 0 0 16 0 8 0 175223043 937422848 8438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21101] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21101/stat : 21101 (java) S 21096 21098 20957 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175223043 937422848 8438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21102] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21102/stat : 21102 (java) S 21096 21098 20957 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175223043 937422848 8438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21103] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21103/stat : 21103 (java) S 21096 21098 20957 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 175223046 937422848 8438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21104] ppid=21096 vsize=915452 CPUtime=0.21
/proc/21098/task/21104/stat : 21104 (java) S 21096 21098 20957 0 -1 64 381 0 0 0 20 1 0 0 16 0 8 0 175223046 937422848 8438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21105] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21105/stat : 21105 (java) S 21096 21098 20957 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175223047 937422848 8438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21106] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21106/stat : 21106 (java) S 21096 21098 20957 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175223047 937422848 8438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915452

[startup+2.96933 s]
/proc/loadavg: 1.91 1.97 1.99 3/81 21106
/proc/meminfo: memFree=325280/2055920 swapFree=4187312/4192956
[pid=21098] ppid=21096 vsize=915452 CPUtime=2.91
/proc/21098/stat : 21098 (java) R 21096 21098 20957 0 -1 0 8734 0 1 0 285 6 0 0 25 0 8 0 175223039 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791052 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 228863 8471 2524 14 0 215333 0
[pid=21098/tid=21100] ppid=21096 vsize=915452 CPUtime=0.02
/proc/21098/task/21100/stat : 21100 (java) S 21096 21098 20957 0 -1 64 244 0 0 0 2 0 0 0 16 0 8 0 175223043 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21101] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21101/stat : 21101 (java) S 21096 21098 20957 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175223043 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21102] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21102/stat : 21102 (java) S 21096 21098 20957 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175223043 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21103] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21103/stat : 21103 (java) S 21096 21098 20957 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 175223046 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21104] ppid=21096 vsize=915452 CPUtime=0.23
/proc/21098/task/21104/stat : 21104 (java) S 21096 21098 20957 0 -1 64 388 0 0 0 22 1 0 0 16 0 8 0 175223046 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21105] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21105/stat : 21105 (java) S 21096 21098 20957 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175223047 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21106] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21106/stat : 21106 (java) S 21096 21098 20957 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175223047 937422848 8471 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) 915452

[startup+6.26163 s]
/proc/loadavg: 1.92 1.97 1.99 3/81 21106
/proc/meminfo: memFree=325152/2055920 swapFree=4187312/4192956
[pid=21098] ppid=21096 vsize=915452 CPUtime=6.18
/proc/21098/stat : 21098 (java) R 21096 21098 20957 0 -1 0 8740 0 1 0 612 6 0 0 25 0 8 0 175223039 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791049 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 228863 8476 2524 14 0 215333 0
[pid=21098/tid=21100] ppid=21096 vsize=915452 CPUtime=0.02
/proc/21098/task/21100/stat : 21100 (java) S 21096 21098 20957 0 -1 64 244 0 0 0 2 0 0 0 16 0 8 0 175223043 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21101] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21101/stat : 21101 (java) S 21096 21098 20957 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175223043 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21102] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21102/stat : 21102 (java) S 21096 21098 20957 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175223043 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21103] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21103/stat : 21103 (java) S 21096 21098 20957 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 175223046 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21104] ppid=21096 vsize=915452 CPUtime=0.23
/proc/21098/task/21104/stat : 21104 (java) S 21096 21098 20957 0 -1 64 389 0 0 0 22 1 0 0 16 0 8 0 175223046 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21105] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21105/stat : 21105 (java) S 21096 21098 20957 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175223047 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21106] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21106/stat : 21106 (java) S 21096 21098 20957 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175223047 937422848 8476 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) 915452

[startup+12.7362 s]
/proc/loadavg: 1.93 1.97 1.99 3/81 21106
/proc/meminfo: memFree=325088/2055920 swapFree=4187312/4192956
[pid=21098] ppid=21096 vsize=915452 CPUtime=12.6
/proc/21098/stat : 21098 (java) R 21096 21098 20957 0 -1 0 8745 0 1 0 1254 6 0 0 25 0 8 0 175223039 937422848 8481 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073781497 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 228863 8481 2524 14 0 215333 0
[pid=21098/tid=21100] ppid=21096 vsize=915452 CPUtime=0.02
/proc/21098/task/21100/stat : 21100 (java) S 21096 21098 20957 0 -1 64 244 0 0 0 2 0 0 0 16 0 8 0 175223043 937422848 8481 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21101] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21101/stat : 21101 (java) S 21096 21098 20957 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175223043 937422848 8481 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21102] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21102/stat : 21102 (java) S 21096 21098 20957 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175223043 937422848 8481 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21103] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21103/stat : 21103 (java) S 21096 21098 20957 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 175223046 937422848 8481 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21104] ppid=21096 vsize=915452 CPUtime=0.23
/proc/21098/task/21104/stat : 21104 (java) S 21096 21098 20957 0 -1 64 389 0 0 0 22 1 0 0 16 0 8 0 175223046 937422848 8481 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21105] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21105/stat : 21105 (java) S 21096 21098 20957 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175223047 937422848 8481 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21106] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21106/stat : 21106 (java) S 21096 21098 20957 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175223047 937422848 8481 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915452

[startup+25.6024 s]
/proc/loadavg: 1.94 1.97 1.99 3/81 21106
/proc/meminfo: memFree=325088/2055920 swapFree=4187312/4192956
[pid=21098] ppid=21096 vsize=915452 CPUtime=25.37
/proc/21098/stat : 21098 (java) R 21096 21098 20957 0 -1 0 8750 0 1 0 2530 7 0 0 25 0 8 0 175223039 937422848 8486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795931 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21098/statm: 228863 8486 2524 14 0 215333 0
[pid=21098/tid=21100] ppid=21096 vsize=915452 CPUtime=0.02
/proc/21098/task/21100/stat : 21100 (java) S 21096 21098 20957 0 -1 64 244 0 0 0 2 0 0 0 16 0 8 0 175223043 937422848 8486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21101] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21101/stat : 21101 (java) S 21096 21098 20957 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175223043 937422848 8486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21102] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21102/stat : 21102 (java) S 21096 21098 20957 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175223043 937422848 8486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21103] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21103/stat : 21103 (java) S 21096 21098 20957 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 175223046 937422848 8486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21104] ppid=21096 vsize=915452 CPUtime=0.23
/proc/21098/task/21104/stat : 21104 (java) S 21096 21098 20957 0 -1 64 389 0 0 0 22 1 0 0 16 0 8 0 175223046 937422848 8486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21105] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21105/stat : 21105 (java) S 21096 21098 20957 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175223047 937422848 8486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21098/tid=21106] ppid=21096 vsize=915452 CPUtime=0
/proc/21098/task/21106/stat : 21106 (java) S 21096 21098 20957 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175223047 937422848 8486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 38.2822
CPU time (s): 37.9262
CPU user time (s): 37.8472
CPU system time (s): 0.078987
CPU usage (%): 99.0702
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.8472
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8845
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= 1849
involuntary context switches= 2872

runsolver used 0.048992 s user time and 0.13098 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Mon Jan  8 14:57:14 UTC 2007


IDJOB= 224252
IDBENCH= 5730
FILE ID= node39/224252-1168268234

PBS_JOBID= 3482914

Free space on /tmp= 66485 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f86594c53a3ca65acac73f8c1ca7ed85

RANDOM SEED= 864697146

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        349688 kB
Buffers:          3216 kB
Cached:        1380564 kB
SwapCached:        904 kB
Active:        1130020 kB
Inactive:       522744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        349688 kB
SwapTotal:     4192956 kB
SwapFree:      4187312 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:         277420 kB
Slab:            38304 kB
Committed_AS:  3906868 kB
PageTables:       2284 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= 66485 MiB



End job on node39 on Mon Jan  8 14:57:53 UTC 2007