Trace number 223828

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 11.6042 11.6985

DiagnosticValue
CHECKS79975288
NODES52330

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-57_ext.xml
MD5SUM55bc74fe7a83ba25e257573c1718d9d5
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 benchmark4.92925
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/223828-1168266635/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.42	       =>  wckTime=0.103  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=1  maxDegree=15  maxArity=2
0.63	       =>  wckTime=0.313  cpuTime=0.24  mem=13M943
0.67	   
0.67	   solver IterativeSystematicSolver being built... 
0.84	       =>  wckTime=0.52  cpuTime=0.38  mem=14M839
0.89	   
0.89	   preprocessing
0.89	     nbConstraintChecks=81099  nbPropagations=862  nbRevisions=5589  nbUselessRevisions=4265  nbSingletonTests=54
0.89	     nbEffectiveSingletonTests=0  nbESACBranches=8  nbRemovedValues=0  detectedInconsistency=no
0.89	       =>  wckTime=0.05  cpuTime=0.02  mem=14M839
0.92	   
0.92	   search
0.92	     run=0  nbConstraintChecks=42113  nbPropagations=1499  nbRevisions=10490  nbUselessRevisions=7702  nbAssignments=29
0.92	     nbFailedAssignments=11  nbBacktracks=10  nbVisitedNodes=48  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.92	     nbTooLargeKeys=0
0.92	       =>  wckTime=0.074  cpuTime=0.04  mem=14M839
0.93	   
0.93	   search
0.93	     run=1  nbConstraintChecks=94885  nbPropagations=3751  nbRevisions=27064  nbUselessRevisions=19677  nbAssignments=63
0.93	     nbFailedAssignments=25  nbBacktracks=25  nbVisitedNodes=106  nbRestartNogoods=3  mapSize=25  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.092  cpuTime=0.05  mem=14M839
0.95	   
0.95	   search
0.95	     run=2  nbConstraintChecks=167194  nbPropagations=7074  nbRevisions=52258  nbUselessRevisions=37570
0.95	     nbAssignments=110  nbFailedAssignments=48  nbBacktracks=47  nbVisitedNodes=189  nbRestartNogoods=7  mapSize=45
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.112  cpuTime=0.07  mem=14M839
0.98	   
0.98	   search
0.98	     run=3  nbConstraintChecks=292140  nbPropagations=12256  nbRevisions=93004  nbUselessRevisions=66132
0.98	     nbAssignments=187  nbFailedAssignments=87  nbBacktracks=82  nbVisitedNodes=328  nbRestartNogoods=8  mapSize=76
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.135  cpuTime=0.09  mem=14M839
1.01	   
1.01	   search
1.01	     run=4  nbConstraintChecks=423966  nbPropagations=19842  nbRevisions=152373  nbUselessRevisions=107557
1.01	     nbAssignments=292  nbFailedAssignments=135  nbBacktracks=137  nbVisitedNodes=512  nbRestartNogoods=10  mapSize=125
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.164  cpuTime=0.11  mem=14M839
1.05	   
1.05	   search
1.05	     run=5  nbConstraintChecks=660013  nbPropagations=31056  nbRevisions=242610  nbUselessRevisions=170277
1.05	     nbAssignments=457  nbFailedAssignments=220  nbBacktracks=212  nbVisitedNodes=810  nbRestartNogoods=11  mapSize=194
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.205  cpuTime=0.15  mem=14M839
1.10	   
1.10	   search
1.10	     run=6  nbConstraintChecks=986711  nbPropagations=47152  nbRevisions=372571  nbUselessRevisions=260656
1.10	     nbAssignments=688  nbFailedAssignments=325  nbBacktracks=326  nbVisitedNodes=1203  nbRestartNogoods=17  mapSize=290
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.258  cpuTime=0.2  mem=14M839
1.18	   
1.18	   search
1.18	     run=7  nbConstraintChecks=1456723  nbPropagations=70530  nbRevisions=561098  nbUselessRevisions=391367
1.18	     nbAssignments=1012  nbFailedAssignments=476  nbBacktracks=496  nbVisitedNodes=1793  nbRestartNogoods=22
1.18	     mapSize=447  nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.341  cpuTime=0.28  mem=14M839
1.33	   
1.33	   search
1.33	     run=8  nbConstraintChecks=2240924  nbPropagations=106463  nbRevisions=851385  nbUselessRevisions=592040
1.33	     nbAssignments=1550  nbFailedAssignments=753  nbBacktracks=753  nbVisitedNodes=2789  nbRestartNogoods=29
1.33	     mapSize=693  nbInferences=0  nbTooLargeKeys=0
1.33	       =>  wckTime=0.485  cpuTime=0.4  mem=14M839
1.50	   
1.50	   INFO : Stopping hyperNogood (mapSize=1018, nbTooLargekeys=0, mem=14M839)
1.52	   
1.52	   search
1.52	     run=9  nbConstraintChecks=3540545  nbPropagations=161617  nbRevisions=1301383  nbUselessRevisions=902787
1.52	     nbAssignments=2381  nbFailedAssignments=1195  nbBacktracks=1138  nbVisitedNodes=4317  nbRestartNogoods=35
1.52	       =>  wckTime=0.673  cpuTime=0.59  mem=14M839
1.76	   
1.76	   search
1.76	     run=10  nbConstraintChecks=5221319  nbPropagations=241857  nbRevisions=1959487  nbUselessRevisions=1357038
1.76	     nbAssignments=3505  nbFailedAssignments=1739  nbBacktracks=1714  nbVisitedNodes=6349  nbRestartNogoods=44
1.76	       =>  wckTime=0.914  cpuTime=0.82  mem=14M839
2.12	   
2.12	   search
2.12	     run=11  nbConstraintChecks=7971375  nbPropagations=363926  nbRevisions=2960417  nbUselessRevisions=2046905
2.12	     nbAssignments=5262  nbFailedAssignments=2627  nbBacktracks=2578  nbVisitedNodes=9564  nbRestartNogoods=59
2.12	       =>  wckTime=1.278  cpuTime=1.18  mem=14M839
2.66	   
2.66	   search
2.66	     run=12  nbConstraintChecks=11982007  nbPropagations=547721  nbRevisions=4459910  nbUselessRevisions=3076789
2.66	     nbAssignments=7823  nbFailedAssignments=3877  nbBacktracks=3875  nbVisitedNodes=14206  nbRestartNogoods=70
2.66	       =>  wckTime=1.819  cpuTime=1.72  mem=14M839
3.41	   
3.41	   search
3.41	     run=13  nbConstraintChecks=17578508  nbPropagations=819149  nbRevisions=6668237  nbUselessRevisions=4595683
3.41	     nbAssignments=11630  nbFailedAssignments=5725  nbBacktracks=5821  nbVisitedNodes=21090  nbRestartNogoods=87
3.41	       =>  wckTime=2.571  cpuTime=2.46  mem=14M839
4.56	   
4.56	   search
4.56	     run=14  nbConstraintChecks=26123095  nbPropagations=1223344  nbRevisions=9975620  nbUselessRevisions=6874152
4.56	     nbAssignments=17507  nbFailedAssignments=8680  nbBacktracks=8740  nbVisitedNodes=31862  nbRestartNogoods=95
4.56	       =>  wckTime=3.716  cpuTime=3.6  mem=14M839
6.24	   
6.24	   search
6.25	     run=15  nbConstraintChecks=38826809  nbPropagations=1822810  nbRevisions=14896789  nbUselessRevisions=10267945
6.25	     nbAssignments=25935  nbFailedAssignments=12724  nbBacktracks=13119  nbVisitedNodes=47163  nbRestartNogoods=99
6.25	       =>  wckTime=5.403  cpuTime=5.29  mem=15M815
8.86	   
8.86	   search
8.86	     run=16  nbConstraintChecks=58564736  nbPropagations=2722698  nbRevisions=22288724  nbUselessRevisions=15365362
8.86	     nbAssignments=38775  nbFailedAssignments=18986  nbBacktracks=19687  nbVisitedNodes=70535  nbRestartNogoods=113
8.86	       =>  wckTime=8.015  cpuTime=7.9  mem=15M815
11.65	   
11.65	   search
11.65	     run=17  nbConstraintChecks=79894189  nbPropagations=3940276  nbRevisions=32306559  nbUselessRevisions=22270912
11.65	     nbAssignments=52330  nbFailedAssignments=25719  nbBacktracks=26510  nbVisitedNodes=95239  nbRestartNogoods=119
11.65	       =>  wckTime=10.811  cpuTime=10.68  mem=15M815
11.66	   
11.66	   global
11.66	     nbConstraintChecks=79975288  nbPropagations=3941138  nbRevisions=32312148  nbUselessRevisions=22275177
11.66	     nbRestartNogoods=119  solvingWckTime=10.812  solvingCpuTime=10.68  expiredTime=no  totalExploration=yes
11.66	     nbFoundSolutions=0  globalCpuTime=11.11
11.66	       =>  wckTime=11.336  cpuTime=11.07  mem=15M815
11.66	   
11.66	s UNSATISFIABLE
11.66	d NODES 52330
11.66	d CHECKS 79975288
11.66	   
11.66	   totalWckTime=11.419  totalCpuTime=11.11

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/node16/watcher-223828-1168266635 -o ROOT/results/node16/solver-223828-1168266635 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/223828-1168266635/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.98 1.58 1.48 4/95 28740
/proc/meminfo: memFree=1574936/2055920 swapFree=4191880/4192956
[pid=28739] ppid=28737 vsize=907676 CPUtime=0.03
/proc/28739/stat : 28739 (java) S 28737 28739 28603 0 -1 0 2171 0 1 0 2 1 0 0 19 0 4 0 175058369 929460224 1920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/28739/statm: 226919 1920 1089 14 0 214502 0
[pid=28739/tid=28741] ppid=28737 vsize=907676 CPUtime=0
/proc/28739/task/28741/stat : 28741 (java) S 28737 28739 28603 0 -1 64 6 0 0 0 0 0 0 0 19 0 4 0 175058373 929460224 1920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0
[pid=28739/tid=28742] ppid=28737 vsize=907676 CPUtime=0
/proc/28739/task/28742/stat : 28742 (java) S 28737 28739 28603 0 -1 64 10 0 0 0 0 0 0 0 19 0 4 0 175058373 929460224 1920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 1 0 0
[pid=28739/tid=28743] ppid=28737 vsize=907676 CPUtime=0
/proc/28739/task/28743/stat : 28743 (java) R 28737 28739 28603 0 -1 64 0 0 0 0 0 0 0 0 20 0 4 0 175058373 929460224 1920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 8052696 0 4 0 7368 0 0 0 -1 1 0 0

[startup+0.103096 s]
/proc/loadavg: 1.98 1.58 1.48 4/95 28740
/proc/meminfo: memFree=1574936/2055920 swapFree=4191880/4192956
[pid=28739] ppid=28737 vsize=914988 CPUtime=0.08
/proc/28739/stat : 28739 (java) R 28737 28739 28603 0 -1 0 2979 0 1 0 7 1 0 0 19 0 8 0 175058369 936947712 2725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153794836 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28739/statm: 228747 2725 1422 14 0 215242 0
[pid=28739/tid=28741] ppid=28737 vsize=914988 CPUtime=0
/proc/28739/task/28741/stat : 28741 (java) S 28737 28739 28603 0 -1 64 6 0 0 0 0 0 0 0 19 0 8 0 175058373 936947712 2725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28742] ppid=28737 vsize=914988 CPUtime=0
/proc/28739/task/28742/stat : 28742 (java) S 28737 28739 28603 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 175058373 936947712 2725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28743] ppid=28737 vsize=914988 CPUtime=0
/proc/28739/task/28743/stat : 28743 (java) S 28737 28739 28603 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175058373 936947712 2725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511021 s]
/proc/loadavg: 1.98 1.58 1.48 4/95 28740
/proc/meminfo: memFree=1574936/2055920 swapFree=4191880/4192956
[pid=28739] ppid=28737 vsize=915328 CPUtime=0.49
/proc/28739/stat : 28739 (java) R 28737 28739 28603 0 -1 0 7002 0 1 0 45 4 0 0 18 0 8 0 175058369 937295872 6741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072946497 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28739/statm: 228832 6741 2137 14 0 215302 0
[pid=28739/tid=28741] ppid=28737 vsize=915328 CPUtime=0
/proc/28739/task/28741/stat : 28741 (java) S 28737 28739 28603 0 -1 64 6 0 0 0 0 0 0 0 19 0 8 0 175058373 937295872 6741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28742] ppid=28737 vsize=915328 CPUtime=0
/proc/28739/task/28742/stat : 28742 (java) S 28737 28739 28603 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 175058373 937295872 6741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28743] ppid=28737 vsize=915328 CPUtime=0
/proc/28739/task/28743/stat : 28743 (java) S 28737 28739 28603 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 175058373 937295872 6741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33186 s]
/proc/loadavg: 1.98 1.59 1.48 3/102 28747
/proc/meminfo: memFree=1551200/2055920 swapFree=4191880/4192956
[pid=28739] ppid=28737 vsize=915452 CPUtime=1.3
/proc/28739/stat : 28739 (java) R 28737 28739 28603 0 -1 0 8690 0 1 0 124 6 0 0 24 0 8 0 175058369 937422848 8428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073703761 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28739/statm: 228863 8428 2524 14 0 215333 0
[pid=28739/tid=28741] ppid=28737 vsize=915452 CPUtime=0.03
/proc/28739/task/28741/stat : 28741 (java) S 28737 28739 28603 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 175058373 937422848 8428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28742] ppid=28737 vsize=915452 CPUtime=0
/proc/28739/task/28742/stat : 28742 (java) S 28737 28739 28603 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175058373 937422848 8428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28743] ppid=28737 vsize=915452 CPUtime=0
/proc/28739/task/28743/stat : 28743 (java) S 28737 28739 28603 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175058373 937422848 8428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28744] ppid=28737 vsize=915452 CPUtime=0
/proc/28739/task/28744/stat : 28744 (java) S 28737 28739 28603 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 175058377 937422848 8428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28745] ppid=28737 vsize=915452 CPUtime=0.21
/proc/28739/task/28745/stat : 28745 (java) S 28737 28739 28603 0 -1 64 381 0 0 0 19 2 0 0 16 0 8 0 175058377 937422848 8428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28746] ppid=28737 vsize=915452 CPUtime=0
/proc/28739/task/28746/stat : 28746 (java) S 28737 28739 28603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175058377 937422848 8428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28747] ppid=28737 vsize=915452 CPUtime=0
/proc/28739/task/28747/stat : 28747 (java) S 28737 28739 28603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175058377 937422848 8428 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915452

[startup+2.96856 s]
/proc/loadavg: 1.98 1.59 1.48 3/102 28747
/proc/meminfo: memFree=1550880/2055920 swapFree=4191880/4192956
[pid=28739] ppid=28737 vsize=915452 CPUtime=2.93
/proc/28739/stat : 28739 (java) R 28737 28739 28603 0 -1 0 8729 0 1 0 287 6 0 0 25 0 8 0 175058369 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28739/statm: 228863 8466 2524 14 0 215333 0
[pid=28739/tid=28741] ppid=28737 vsize=915452 CPUtime=0.03
/proc/28739/task/28741/stat : 28741 (java) S 28737 28739 28603 0 -1 64 244 0 0 0 3 0 0 0 17 0 8 0 175058373 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28742] ppid=28737 vsize=915452 CPUtime=0
/proc/28739/task/28742/stat : 28742 (java) S 28737 28739 28603 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175058373 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28743] ppid=28737 vsize=915452 CPUtime=0
/proc/28739/task/28743/stat : 28743 (java) S 28737 28739 28603 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175058373 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28744] ppid=28737 vsize=915452 CPUtime=0
/proc/28739/task/28744/stat : 28744 (java) S 28737 28739 28603 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 175058377 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28745] ppid=28737 vsize=915452 CPUtime=0.23
/proc/28739/task/28745/stat : 28745 (java) S 28737 28739 28603 0 -1 64 389 0 0 0 21 2 0 0 15 0 8 0 175058377 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28746] ppid=28737 vsize=915452 CPUtime=0
/proc/28739/task/28746/stat : 28746 (java) S 28737 28739 28603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175058377 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28747] ppid=28737 vsize=915452 CPUtime=0
/proc/28739/task/28747/stat : 28747 (java) S 28737 28739 28603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175058377 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915452

[startup+6.25896 s]
/proc/loadavg: 1.98 1.59 1.48 3/102 28747
/proc/meminfo: memFree=1550752/2055920 swapFree=4191880/4192956
[pid=28739] ppid=28737 vsize=915452 CPUtime=6.21
/proc/28739/stat : 28739 (java) R 28737 28739 28603 0 -1 0 8737 0 1 0 614 7 0 0 25 0 8 0 175058369 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791400 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28739/statm: 228863 8473 2524 14 0 215333 0
[pid=28739/tid=28741] ppid=28737 vsize=915452 CPUtime=0.03
/proc/28739/task/28741/stat : 28741 (java) S 28737 28739 28603 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 175058373 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28742] ppid=28737 vsize=915452 CPUtime=0
/proc/28739/task/28742/stat : 28742 (java) S 28737 28739 28603 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175058373 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28743] ppid=28737 vsize=915452 CPUtime=0
/proc/28739/task/28743/stat : 28743 (java) S 28737 28739 28603 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175058373 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28744] ppid=28737 vsize=915452 CPUtime=0
/proc/28739/task/28744/stat : 28744 (java) S 28737 28739 28603 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 175058377 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28745] ppid=28737 vsize=915452 CPUtime=0.23
/proc/28739/task/28745/stat : 28745 (java) S 28737 28739 28603 0 -1 64 389 0 0 0 21 2 0 0 15 0 8 0 175058377 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28746] ppid=28737 vsize=915452 CPUtime=0
/proc/28739/task/28746/stat : 28746 (java) S 28737 28739 28603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175058377 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28739/tid=28747] ppid=28737 vsize=915452 CPUtime=0
/proc/28739/task/28747/stat : 28747 (java) S 28737 28739 28603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175058377 937422848 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 11.6985
CPU time (s): 11.6042
CPU user time (s): 11.5262
CPU system time (s): 0.077988
CPU usage (%): 99.1943
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5262
system time used= 0.077988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8830
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= 1307
involuntary context switches= 1813

runsolver used 0.020996 s user time and 0.046992 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Jan  8 14:30:35 UTC 2007


IDJOB= 223828
IDBENCH= 5682
FILE ID= node16/223828-1168266635

PBS_JOBID= 3482841

Free space on /tmp= 66518 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  55bc74fe7a83ba25e257573c1718d9d5

RANDOM SEED= 5713976

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.220
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.220
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:       1575416 kB
Buffers:         71276 kB
Cached:         210952 kB
SwapCached:        448 kB
Active:         278192 kB
Inactive:       148920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1575416 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1964 kB
Writeback:           0 kB
Mapped:         172076 kB
Slab:            37816 kB
Committed_AS:  5619852 kB
PageTables:       2652 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= 66518 MiB



End job on node16 on Mon Jan  8 14:30:47 UTC 2007