Trace number 224047

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ACUNSAT 9.74752 10.058

DiagnosticValue
CHECKS67043715
NODES44588

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-45_ext.xml
MD5SUM4465b053b0df8b5284c3d8372c597d64
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.01139
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.49	   
0.49	Abscon 109 (November, 2006)
0.49	   
0.49	   configuration
0.49	     name=mac.xml
0.52	   
0.52	   instance
0.52	     name=/tmp/evaluation/224047-1168080489/unknown.xml
0.55	   
0.55	   domains being loaded...
0.56	   
0.56	   variables being loaded...
0.59	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.59	       =>  wckTime=0.102  cpuTime=0.09  mem=6M951
0.59	   
0.59	   relations being loaded...
0.70	   
0.70	   constraints being loaded...
0.80	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.80	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=3  maxDegree=16  maxArity=2
0.80	       =>  wckTime=0.313  cpuTime=0.23  mem=13M810
0.84	   
0.84	   solver IterativeSystematicSolver being built... 
1.00	       =>  wckTime=0.508  cpuTime=0.37  mem=13M748
1.00	   
1.00	   preprocessing
1.01	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.01	     detectedInconsistency=no
1.01	       =>  wckTime=0.0020  cpuTime=0.0  mem=13M748
1.06	   
1.06	   search
1.06	     run=0  nbConstraintChecks=34475  nbPropagations=537  nbRevisions=3845  nbUselessRevisions=2665  nbAssignments=26
1.06	     nbFailedAssignments=11  nbBacktracks=11  nbVisitedNodes=44  nbRestartNogoods=0  mapSize=10  nbInferences=0
1.06	     nbTooLargeKeys=0
1.06	       =>  wckTime=0.053  cpuTime=0.03  mem=14M724
1.08	   
1.08	   search
1.08	     run=1  nbConstraintChecks=113807  nbPropagations=2129  nbRevisions=16288  nbUselessRevisions=11064
1.08	     nbAssignments=80  nbFailedAssignments=45  nbBacktracks=27  nbVisitedNodes=145  nbRestartNogoods=2  mapSize=26
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.08  cpuTime=0.05  mem=14M724
1.10	   
1.10	   search
1.10	     run=2  nbConstraintChecks=199316  nbPropagations=4936  nbRevisions=38693  nbUselessRevisions=26340
1.10	     nbAssignments=138  nbFailedAssignments=74  nbBacktracks=51  nbVisitedNodes=248  nbRestartNogoods=7  mapSize=48
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.103  cpuTime=0.06  mem=14M724
1.13	   
1.13	   search
1.13	     run=3  nbConstraintChecks=308994  nbPropagations=9478  nbRevisions=75158  nbUselessRevisions=51452
1.13	     nbAssignments=219  nbFailedAssignments=116  nbBacktracks=85  nbVisitedNodes=396  nbRestartNogoods=10  mapSize=80
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.128  cpuTime=0.08  mem=14M724
1.16	   
1.16	   search
1.16	     run=4  nbConstraintChecks=478846  nbPropagations=16684  nbRevisions=133074  nbUselessRevisions=91594
1.16	     nbAssignments=328  nbFailedAssignments=169  nbBacktracks=135  nbVisitedNodes=592  nbRestartNogoods=14  mapSize=121
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.16  cpuTime=0.11  mem=14M724
1.20	   
1.20	   search
1.20	     run=5  nbConstraintChecks=713285  nbPropagations=27328  nbRevisions=218767  nbUselessRevisions=151167
1.20	     nbAssignments=486  nbFailedAssignments=249  nbBacktracks=210  nbVisitedNodes=879  nbRestartNogoods=21  mapSize=189
1.20	     nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.196  cpuTime=0.15  mem=14M724
1.25	   
1.25	   search
1.25	     run=6  nbConstraintChecks=1055295  nbPropagations=43335  nbRevisions=348535  nbUselessRevisions=241575
1.25	     nbAssignments=724  nbFailedAssignments=369  nbBacktracks=325  nbVisitedNodes=1316  nbRestartNogoods=23  mapSize=299
1.25	     nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.252  cpuTime=0.2  mem=14M724
1.34	   
1.34	   search
1.34	     run=7  nbConstraintChecks=1599933  nbPropagations=67558  nbRevisions=544375  nbUselessRevisions=377122
1.34	     nbAssignments=1073  nbFailedAssignments=543  nbBacktracks=496  nbVisitedNodes=1959  nbRestartNogoods=27
1.34	     mapSize=455  nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.34  cpuTime=0.28  mem=14M724
1.48	   
1.48	   search
1.48	     run=8  nbConstraintChecks=2430163  nbPropagations=103875  nbRevisions=840499  nbUselessRevisions=581727
1.48	     nbAssignments=1605  nbFailedAssignments=814  nbBacktracks=754  nbVisitedNodes=2938  nbRestartNogoods=35
1.48	     mapSize=682  nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.479  cpuTime=0.4  mem=14M724
1.64	   
1.64	   search
1.64	     run=9  nbConstraintChecks=3509799  nbPropagations=157250  nbRevisions=1274333  nbUselessRevisions=881632
1.64	     nbAssignments=2336  nbFailedAssignments=1154  nbBacktracks=1139  nbVisitedNodes=4259  nbRestartNogoods=42
1.64	     mapSize=1021  nbInferences=0  nbTooLargeKeys=0
1.64	       =>  wckTime=0.639  cpuTime=0.56  mem=14M724
1.65	   
1.65	   INFO : Stopping hyperNogood (mapSize=1030, nbTooLargekeys=0, mem=14M724)
1.90	   
1.90	   search
1.90	     run=10  nbConstraintChecks=5419429  nbPropagations=238370  nbRevisions=1938449  nbUselessRevisions=1340042
1.90	     nbAssignments=3507  nbFailedAssignments=1745  nbBacktracks=1715  nbVisitedNodes=6395  nbRestartNogoods=47
1.90	       =>  wckTime=0.902  cpuTime=0.81  mem=14M724
2.24	   
2.24	   search
2.24	     run=11  nbConstraintChecks=7915918  nbPropagations=360257  nbRevisions=2936378  nbUselessRevisions=2029998
2.24	     nbAssignments=5366  nbFailedAssignments=2736  nbBacktracks=2579  nbVisitedNodes=9815  nbRestartNogoods=59
2.24	       =>  wckTime=1.242  cpuTime=1.15  mem=14M724
2.77	   
2.77	   search
2.77	     run=12  nbConstraintChecks=11918255  nbPropagations=542154  nbRevisions=4419338  nbUselessRevisions=3053760
2.77	     nbAssignments=7929  nbFailedAssignments=3997  nbBacktracks=3878  nbVisitedNodes=14458  nbRestartNogoods=69
2.77	       =>  wckTime=1.766  cpuTime=1.66  mem=14M724
3.55	   
3.55	   search
3.55	     run=13  nbConstraintChecks=17821603  nbPropagations=815196  nbRevisions=6645494  nbUselessRevisions=4591960
3.55	     nbAssignments=11924  nbFailedAssignments=6039  nbBacktracks=5826  nbVisitedNodes=21764  nbRestartNogoods=77
3.55	       =>  wckTime=2.547  cpuTime=2.43  mem=14M724
4.65	   
4.65	   search
4.65	     run=14  nbConstraintChecks=26114072  nbPropagations=1217360  nbRevisions=9924021  nbUselessRevisions=6858271
4.65	     nbAssignments=17568  nbFailedAssignments=8759  nbBacktracks=8745  nbVisitedNodes=31959  nbRestartNogoods=80
4.65	       =>  wckTime=3.648  cpuTime=3.52  mem=14M724
6.37	   
6.37	   search
6.37	     run=15  nbConstraintChecks=39302587  nbPropagations=1820063  nbRevisions=14851745  nbUselessRevisions=10266324
6.37	     nbAssignments=26316  nbFailedAssignments=13126  nbBacktracks=13125  nbVisitedNodes=47919  nbRestartNogoods=84
6.37	       =>  wckTime=5.372  cpuTime=5.23  mem=14M724
8.99	   
8.99	   search
8.99	     run=16  nbConstraintChecks=59230196  nbPropagations=2727857  nbRevisions=22272257  nbUselessRevisions=15399952
8.99	     nbAssignments=39402  nbFailedAssignments=19641  nbBacktracks=19693  nbVisitedNodes=71786  nbRestartNogoods=89
8.99	       =>  wckTime=7.984  cpuTime=7.82  mem=14M724
10.01	   
10.01	   search
10.01	     run=17  nbConstraintChecks=67043715  nbPropagations=3754416  nbRevisions=30664849  nbUselessRevisions=21204677
10.01	     nbAssignments=44588  nbFailedAssignments=22262  nbBacktracks=22259  nbVisitedNodes=81247  nbRestartNogoods=97
10.01	       =>  wckTime=9.01  cpuTime=8.84  mem=14M724
10.01	   
10.01	   global
10.01	     nbConstraintChecks=67043715  nbPropagations=3754456  nbRevisions=30664849  nbUselessRevisions=21204677
10.01	     nbRestartNogoods=97  solvingWckTime=9.011  solvingCpuTime=8.84  expiredTime=no  totalExploration=yes
10.01	     nbFoundSolutions=0  globalCpuTime=9.25
10.01	       =>  wckTime=9.523  cpuTime=9.21  mem=14M724
10.02	   
10.02	s UNSATISFIABLE
10.02	d NODES 44588
10.02	d CHECKS 67043715
10.02	   
10.02	   totalWckTime=9.603  totalCpuTime=9.25

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/node11/watcher-224047-1168080489 -o ROOT/results/node11/solver-224047-1168080489 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224047-1168080489/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.92 1.98 1.99 2/93 30088
/proc/meminfo: memFree=1595040/2055920 swapFree=4192812/4192956
[pid=30087] ppid=30085 vsize=18540 CPUtime=0
/proc/30087/stat : 30087 (runsolver) R 30085 30087 29790 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156443998 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30087/statm: 4635 279 244 17 0 2626 0

[startup+0.101854 s]
/proc/loadavg: 1.92 1.98 1.99 2/93 30088
/proc/meminfo: memFree=1595040/2055920 swapFree=4192812/4192956
[pid=30087] ppid=30085 vsize=172 CPUtime=0
/proc/30087/stat : 30087 (java) R 30085 30087 29790 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 156443998 176128 24 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7979307 0 0 4096 0 0 0 0 17 1 0 0
/proc/30087/statm: 43 24 18 14 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 172

[startup+0.509942 s]
/proc/loadavg: 1.92 1.98 1.99 2/93 30088
/proc/meminfo: memFree=1595040/2055920 swapFree=4192812/4192956
[pid=30087] ppid=30085 vsize=915256 CPUtime=0.31
/proc/30087/stat : 30087 (java) R 30085 30087 29790 0 -1 0 5277 0 1 0 28 3 0 0 18 0 8 0 156443998 937222144 5023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 8441100 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30087/statm: 228814 5023 2004 14 0 215302 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 915256

[startup+1.3311 s]
/proc/loadavg: 1.92 1.98 1.99 4/100 30095
/proc/meminfo: memFree=1571368/2055920 swapFree=4192812/4192956
[pid=30087] ppid=30085 vsize=915452 CPUtime=1.12
/proc/30087/stat : 30087 (java) R 30085 30087 29790 0 -1 0 8637 0 1 0 106 6 0 0 23 0 8 0 156443998 937422848 8375 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073840251 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30087/statm: 228863 8375 2513 14 0 215333 0
[pid=30087/tid=30089] ppid=30085 vsize=915452 CPUtime=0.03
/proc/30087/task/30089/stat : 30089 (java) S 30085 30087 29790 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 156444019 937422848 8375 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30087/tid=30090] ppid=30085 vsize=915452 CPUtime=0
/proc/30087/task/30090/stat : 30090 (java) S 30085 30087 29790 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156444020 937422848 8375 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30087/tid=30091] ppid=30085 vsize=915452 CPUtime=0
/proc/30087/task/30091/stat : 30091 (java) S 30085 30087 29790 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156444020 937422848 8375 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30087/tid=30092] ppid=30085 vsize=915452 CPUtime=0
/proc/30087/task/30092/stat : 30092 (java) S 30085 30087 29790 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156444023 937422848 8375 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30087/tid=30093] ppid=30085 vsize=915452 CPUtime=0.19
/proc/30087/task/30093/stat : 30093 (java) S 30085 30087 29790 0 -1 64 373 0 0 0 19 0 0 0 15 0 8 0 156444023 937422848 8375 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30087/tid=30094] ppid=30085 vsize=915452 CPUtime=0
/proc/30087/task/30094/stat : 30094 (java) S 30085 30087 29790 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156444023 937422848 8375 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30087/tid=30095] ppid=30085 vsize=915452 CPUtime=0
/proc/30087/task/30095/stat : 30095 (java) S 30085 30087 29790 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156444023 937422848 8375 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 915452

[startup+2.96942 s]
/proc/loadavg: 1.93 1.98 1.99 3/100 30095
/proc/meminfo: memFree=1571248/2055920 swapFree=4192812/4192956
[pid=30087] ppid=30085 vsize=915452 CPUtime=2.74
/proc/30087/stat : 30087 (java) R 30085 30087 29790 0 -1 0 8652 0 1 0 268 6 0 0 25 0 8 0 156443998 937422848 8389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073787803 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30087/statm: 228863 8389 2513 14 0 215333 0
[pid=30087/tid=30089] ppid=30085 vsize=915452 CPUtime=0.03
/proc/30087/task/30089/stat : 30089 (java) S 30085 30087 29790 0 -1 64 244 0 0 0 3 0 0 0 17 0 8 0 156444019 937422848 8389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30087/tid=30090] ppid=30085 vsize=915452 CPUtime=0
/proc/30087/task/30090/stat : 30090 (java) S 30085 30087 29790 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156444020 937422848 8389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30087/tid=30091] ppid=30085 vsize=915452 CPUtime=0
/proc/30087/task/30091/stat : 30091 (java) S 30085 30087 29790 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156444020 937422848 8389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30087/tid=30092] ppid=30085 vsize=915452 CPUtime=0
/proc/30087/task/30092/stat : 30092 (java) S 30085 30087 29790 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156444023 937422848 8389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30087/tid=30093] ppid=30085 vsize=915452 CPUtime=0.24
/proc/30087/task/30093/stat : 30093 (java) S 30085 30087 29790 0 -1 64 387 0 0 0 23 1 0 0 15 0 8 0 156444023 937422848 8389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30087/tid=30094] ppid=30085 vsize=915452 CPUtime=0
/proc/30087/task/30094/stat : 30094 (java) S 30085 30087 29790 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156444023 937422848 8389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30087/tid=30095] ppid=30085 vsize=915452 CPUtime=0
/proc/30087/task/30095/stat : 30095 (java) S 30085 30087 29790 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156444023 937422848 8389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 915452

[startup+6.26608 s]
/proc/loadavg: 1.93 1.98 1.99 3/100 30095
/proc/meminfo: memFree=1571184/2055920 swapFree=4192812/4192956
[pid=30087] ppid=30085 vsize=915452 CPUtime=6.01
/proc/30087/stat : 30087 (java) R 30085 30087 29790 0 -1 0 8653 0 1 0 595 6 0 0 25 0 8 0 156443998 937422848 8389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073788601 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30087/statm: 228863 8389 2513 14 0 215333 0
[pid=30087/tid=30089] ppid=30085 vsize=915452 CPUtime=0.03
/proc/30087/task/30089/stat : 30089 (java) S 30085 30087 29790 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 156444019 937422848 8389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30087/tid=30090] ppid=30085 vsize=915452 CPUtime=0
/proc/30087/task/30090/stat : 30090 (java) S 30085 30087 29790 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156444020 937422848 8389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30087/tid=30091] ppid=30085 vsize=915452 CPUtime=0
/proc/30087/task/30091/stat : 30091 (java) S 30085 30087 29790 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156444020 937422848 8389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30087/tid=30092] ppid=30085 vsize=915452 CPUtime=0
/proc/30087/task/30092/stat : 30092 (java) S 30085 30087 29790 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156444023 937422848 8389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30087/tid=30093] ppid=30085 vsize=915452 CPUtime=0.24
/proc/30087/task/30093/stat : 30093 (java) S 30085 30087 29790 0 -1 64 387 0 0 0 23 1 0 0 15 0 8 0 156444023 937422848 8389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30087/tid=30094] ppid=30085 vsize=915452 CPUtime=0
/proc/30087/task/30094/stat : 30094 (java) S 30085 30087 29790 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156444023 937422848 8389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30087/tid=30095] ppid=30085 vsize=915452 CPUtime=0
/proc/30087/task/30095/stat : 30095 (java) S 30085 30087 29790 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156444023 937422848 8389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 10.058
CPU time (s): 9.74752
CPU user time (s): 9.67453
CPU system time (s): 0.072988
CPU usage (%): 96.9131
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.67453
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8728
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= 1256
involuntary context switches= 2003

runsolver used 0.012998 s user time and 0.035994 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Sat Jan  6 10:48:10 UTC 2007


IDJOB= 224047
IDBENCH= 5703
FILE ID= node11/224047-1168080489

PBS_JOBID= 3475827

Free space on /tmp= 66319 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  4465b053b0df8b5284c3d8372c597d64

RANDOM SEED= 450702025

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.261
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	: 5931.00
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.261
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:       1595456 kB
Buffers:         40672 kB
Cached:         246424 kB
SwapCached:          0 kB
Active:         159912 kB
Inactive:       216564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1595456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2092 kB
Writeback:           0 kB
Mapped:         118400 kB
Slab:            68524 kB
Committed_AS:  5140288 kB
PageTables:       2480 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= 66319 MiB



End job on node11 on Sat Jan  6 10:48:22 UTC 2007