Trace number 229331

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 ACSAT 20.8458 20.9481

DiagnosticValue
CHECKS120402922
NODES124502

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-37_ext.xml
MD5SUM09cfc332665a0d7ee35db1c748e13164
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.21381
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/229331-1168080962/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.40	       =>  wckTime=0.095  cpuTime=0.09  mem=6M951
0.40	   
0.40	   relations being loaded...
0.47	   
0.47	   constraints being loaded...
0.57	     nbConstraints=250  nbRelationTypes=250  nbExtensionStructures=250  nbSharedExtensionStructures=0
0.57	     nbConflictsStructures=250  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1388  maxDegree=19
0.57	     maxArity=2
0.57	       =>  wckTime=0.268  cpuTime=0.21  mem=11M893
0.61	   
0.61	   solver IterativeSystematicSolver being built... 
0.76	       =>  wckTime=0.456  cpuTime=0.32  mem=13M734
0.76	   
0.76	   preprocessing
0.76	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.76	     detectedInconsistency=no
0.76	       =>  wckTime=0.0030  cpuTime=0.0  mem=13M734
0.81	   
0.81	   search
0.81	     run=0  nbConstraintChecks=20976  nbPropagations=429  nbRevisions=3733  nbUselessRevisions=2916  nbAssignments=22
0.81	     nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=35  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.81	     nbTooLargeKeys=0
0.81	       =>  wckTime=0.048  cpuTime=0.03  mem=14M709
0.83	   
0.83	   search
0.83	     run=1  nbConstraintChecks=59356  nbPropagations=1524  nbRevisions=14457  nbUselessRevisions=11109  nbAssignments=59
0.83	     nbFailedAssignments=22  nbBacktracks=26  nbVisitedNodes=96  nbRestartNogoods=1  mapSize=23  nbInferences=0
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.067  cpuTime=0.04  mem=14M709
0.85	   
0.85	   search
0.85	     run=2  nbConstraintChecks=101374  nbPropagations=3400  nbRevisions=33088  nbUselessRevisions=25487
0.85	     nbAssignments=102  nbFailedAssignments=34  nbBacktracks=48  nbVisitedNodes=165  nbRestartNogoods=2  mapSize=43
0.85	     nbInferences=0  nbTooLargeKeys=0
0.85	       =>  wckTime=0.087  cpuTime=0.05  mem=14M709
0.86	   
0.86	   search
0.86	     run=3  nbConstraintChecks=170123  nbPropagations=6532  nbRevisions=65592  nbUselessRevisions=50796
0.86	     nbAssignments=174  nbFailedAssignments=64  nbBacktracks=81  nbVisitedNodes=289  nbRestartNogoods=7  mapSize=75
0.86	     nbInferences=0  nbTooLargeKeys=0
0.86	       =>  wckTime=0.103  cpuTime=0.07  mem=14M709
0.89	   
0.89	   search
0.89	     run=4  nbConstraintChecks=271761  nbPropagations=11619  nbRevisions=119662  nbUselessRevisions=92786
0.89	     nbAssignments=277  nbFailedAssignments=110  nbBacktracks=131  nbVisitedNodes=473  nbRestartNogoods=10  mapSize=117
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.127  cpuTime=0.09  mem=14M709
0.92	   
0.92	   search
0.92	     run=5  nbConstraintChecks=416960  nbPropagations=19296  nbRevisions=201960  nbUselessRevisions=156432
0.92	     nbAssignments=416  nbFailedAssignments=167  nbBacktracks=206  nbVisitedNodes=717  nbRestartNogoods=13  mapSize=180
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.16  cpuTime=0.12  mem=14M709
0.96	   
0.96	   search
0.96	     run=6  nbConstraintChecks=620482  nbPropagations=30610  nbRevisions=322687  nbUselessRevisions=249151
0.96	     nbAssignments=626  nbFailedAssignments=256  nbBacktracks=321  nbVisitedNodes=1087  nbRestartNogoods=19  mapSize=280
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.203  cpuTime=0.16  mem=14M709
1.03	   
1.03	   search
1.03	     run=7  nbConstraintChecks=950271  nbPropagations=47922  nbRevisions=511478  nbUselessRevisions=394933
1.03	     nbAssignments=956  nbFailedAssignments=408  nbBacktracks=492  nbVisitedNodes=1673  nbRestartNogoods=23  mapSize=434
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.268  cpuTime=0.22  mem=14M709
1.13	   
1.13	   search
1.13	     run=8  nbConstraintChecks=1421839  nbPropagations=74001  nbRevisions=795896  nbUselessRevisions=614389
1.13	     nbAssignments=1423  nbFailedAssignments=612  nbBacktracks=750  nbVisitedNodes=2494  nbRestartNogoods=28
1.13	     mapSize=661  nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.367  cpuTime=0.32  mem=14M709
1.26	   
1.26	   search
1.26	     run=9  nbConstraintChecks=2096773  nbPropagations=112616  nbRevisions=1216280  nbUselessRevisions=938638
1.26	     nbAssignments=2105  nbFailedAssignments=902  nbBacktracks=1137  nbVisitedNodes=3696  nbRestartNogoods=34
1.26	     mapSize=992  nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.501  cpuTime=0.44  mem=14M709
1.27	   
1.27	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=14M709)
1.43	   
1.43	   search
1.43	     run=10  nbConstraintChecks=3116728  nbPropagations=169944  nbRevisions=1838810  nbUselessRevisions=1418320
1.43	     nbAssignments=3131  nbFailedAssignments=1345  nbBacktracks=1713  nbVisitedNodes=5516  nbRestartNogoods=41
1.43	       =>  wckTime=0.672  cpuTime=0.6  mem=14M709
1.66	   
1.66	   search
1.66	     run=11  nbConstraintChecks=4534934  nbPropagations=253430  nbRevisions=2746554  nbUselessRevisions=2117546
1.66	     nbAssignments=4588  nbFailedAssignments=1930  nbBacktracks=2579  nbVisitedNodes=8049  nbRestartNogoods=51
1.66	       =>  wckTime=0.9  cpuTime=0.83  mem=14M709
1.99	   
1.99	   search
1.99	     run=12  nbConstraintChecks=6582735  nbPropagations=377151  nbRevisions=4083833  nbUselessRevisions=3148516
1.99	     nbAssignments=6804  nbFailedAssignments=2842  nbBacktracks=3876  nbVisitedNodes=11934  nbRestartNogoods=63
1.99	       =>  wckTime=1.235  cpuTime=1.16  mem=14M709
2.50	   
2.50	   search
2.50	     run=13  nbConstraintChecks=9724400  nbPropagations=560526  nbRevisions=6061632  nbUselessRevisions=4674286
2.50	     nbAssignments=10077  nbFailedAssignments=4161  nbBacktracks=5824  nbVisitedNodes=17630  nbRestartNogoods=71
2.50	       =>  wckTime=1.74  cpuTime=1.66  mem=14M709
3.27	   
3.27	   search
3.27	     run=14  nbConstraintChecks=14594135  nbPropagations=833353  nbRevisions=9013417  nbUselessRevisions=6948296
3.27	     nbAssignments=15058  nbFailedAssignments=6217  nbBacktracks=8743  nbVisitedNodes=26304  nbRestartNogoods=78
3.27	       =>  wckTime=2.508  cpuTime=2.43  mem=14M709
4.39	   
4.39	   search
4.39	     run=15  nbConstraintChecks=21552478  nbPropagations=1238912  nbRevisions=13406040  nbUselessRevisions=10336050
4.39	     nbAssignments=22503  nbFailedAssignments=9274  nbBacktracks=13123  nbVisitedNodes=39328  nbRestartNogoods=88
4.39	       =>  wckTime=3.627  cpuTime=3.54  mem=14M709
6.14	   
6.14	   search
6.14	     run=16  nbConstraintChecks=32665141  nbPropagations=1846204  nbRevisions=19972365  nbUselessRevisions=15392633
6.14	     nbAssignments=33466  nbFailedAssignments=13663  nbBacktracks=19692  nbVisitedNodes=58356  nbRestartNogoods=94
6.14	       =>  wckTime=5.383  cpuTime=5.29  mem=14M709
8.99	   
8.99	   search
8.99	     run=17  nbConstraintChecks=49682437  nbPropagations=2764483  nbRevisions=29956942  nbUselessRevisions=23085567
8.99	     nbAssignments=50471  nbFailedAssignments=20808  nbBacktracks=29545  nbVisitedNodes=88219  nbRestartNogoods=110
8.99	       =>  wckTime=8.233  cpuTime=8.14  mem=14M709
12.86	   
12.86	   search
12.86	     run=18  nbConstraintChecks=72239725  nbPropagations=4116066  nbRevisions=44567993  nbUselessRevisions=34349962
12.86	     nbAssignments=74906  nbFailedAssignments=30457  nbBacktracks=44323  nbVisitedNodes=130493  nbRestartNogoods=122
12.86	       =>  wckTime=12.099  cpuTime=12.0  mem=14M709
18.89	   
18.89	   search
18.89	     run=19  nbConstraintChecks=108751523  nbPropagations=6137149  nbRevisions=66467838  nbUselessRevisions=51235687
18.89	     nbAssignments=111736  nbFailedAssignments=45111  nbBacktracks=66492  nbVisitedNodes=194276  nbRestartNogoods=136
18.89	       =>  wckTime=18.133  cpuTime=18.03  mem=14M709
20.88	   
20.88	   search
20.88	     run=20  nbConstraintChecks=120402922  nbPropagations=8384256  nbRevisions=90786913  nbUselessRevisions=69996369
20.88	     nbAssignments=124502  nbFailedAssignments=49928  nbBacktracks=74401  nbVisitedNodes=216215  nbRestartNogoods=150
20.88	       =>  wckTime=20.123  cpuTime=20.02  mem=14M709
20.88	   
20.88	   global
20.88	     nbConstraintChecks=120402922  nbPropagations=8384296  nbRevisions=90786913  nbUselessRevisions=69996369
20.88	     nbRestartNogoods=150  solvingWckTime=20.124  solvingCpuTime=20.02  expiredTime=no  totalExploration=no
20.88	     nbFoundSolutions=1  globalCpuTime=20.38
20.88	       =>  wckTime=20.584  cpuTime=20.34  mem=14M709
20.89	   
20.89	s SATISFIABLE
20.89	v 5 13 9 11 3 0 6 5 3 9 2 11 4 4 14 0 0 2 10 12 7 6 5 2 1 1 8 4 14 12 12 4 14 4 15 6 15 2 1 7 
20.89	d NODES 124502
20.89	d CHECKS 120402922
20.89	   
20.89	   totalWckTime=20.659  totalCpuTime=20.38

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node35/watcher-229331-1168080962 -o ROOT/results/node35/solver-229331-1168080962 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229331-1168080962/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: 0.12 1.12 1.62 5/70 14183
/proc/meminfo: memFree=1635984/2055920 swapFree=4192812/4192956
[pid=14182] ppid=14178 vsize=1784 CPUtime=0
/proc/14182/stat : 14182 (java) R 14178 14182 14049 0 -1 0 165 0 0 0 0 0 0 0 19 0 1 0 156491413 1826816 136 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/14182/statm: 446 136 102 14 0 91 0

[startup+0.105325 s]
/proc/loadavg: 0.12 1.12 1.62 5/70 14183
/proc/meminfo: memFree=1635984/2055920 swapFree=4192812/4192956
[pid=14182] ppid=14178 vsize=914988 CPUtime=0.08
/proc/14182/stat : 14182 (java) R 14178 14182 14049 0 -1 0 2997 0 1 0 6 2 0 0 23 0 8 0 156491413 936947712 2743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14182/statm: 228747 2743 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513362 s]
/proc/loadavg: 0.12 1.12 1.62 5/70 14183
/proc/meminfo: memFree=1635984/2055920 swapFree=4192812/4192956
[pid=14182] ppid=14178 vsize=915328 CPUtime=0.49
/proc/14182/stat : 14182 (java) R 14178 14182 14049 0 -1 0 6818 0 1 0 44 5 0 0 25 0 8 0 156491413 937295872 6557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14182/statm: 228832 6557 2142 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33445 s]
/proc/loadavg: 0.43 1.16 1.64 4/87 14200
/proc/meminfo: memFree=1588984/2055920 swapFree=4192812/4192956
[pid=14182] ppid=14178 vsize=915452 CPUtime=1.31
/proc/14182/stat : 14182 (java) R 14178 14182 14049 0 -1 0 8591 0 1 0 124 7 0 0 25 0 8 0 156491413 937422848 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073798694 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14182/statm: 228863 8329 2513 14 0 215333 0
[pid=14182/tid=14187] ppid=14178 vsize=915452 CPUtime=0.02
/proc/14182/task/14187/stat : 14187 (java) S 14178 14182 14049 0 -1 64 242 0 0 0 2 0 0 0 16 0 8 0 156491418 937422848 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14189] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14189/stat : 14189 (java) S 14178 14182 14049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156491418 937422848 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14190] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14190/stat : 14190 (java) S 14178 14182 14049 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156491418 937422848 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14193] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14193/stat : 14193 (java) S 14178 14182 14049 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156491421 937422848 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14194] ppid=14178 vsize=915452 CPUtime=0.21
/proc/14182/task/14194/stat : 14194 (java) S 14178 14182 14049 0 -1 64 383 0 0 0 21 0 0 0 15 0 8 0 156491421 937422848 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14195] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14195/stat : 14195 (java) S 14178 14182 14049 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156491421 937422848 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14196] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14196/stat : 14196 (java) S 14178 14182 14049 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156491421 937422848 8329 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) 915452

[startup+2.97165 s]
/proc/loadavg: 0.43 1.16 1.64 3/87 14200
/proc/meminfo: memFree=1588600/2055920 swapFree=4192812/4192956
[pid=14182] ppid=14178 vsize=915452 CPUtime=2.94
/proc/14182/stat : 14182 (java) R 14178 14182 14049 0 -1 0 8606 0 1 0 287 7 0 0 25 0 8 0 156491413 937422848 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073792358 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14182/statm: 228863 8343 2513 14 0 215333 0
[pid=14182/tid=14187] ppid=14178 vsize=915452 CPUtime=0.02
/proc/14182/task/14187/stat : 14187 (java) S 14178 14182 14049 0 -1 64 242 0 0 0 2 0 0 0 16 0 8 0 156491418 937422848 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14189] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14189/stat : 14189 (java) S 14178 14182 14049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156491418 937422848 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14190] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14190/stat : 14190 (java) S 14178 14182 14049 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156491418 937422848 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14193] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14193/stat : 14193 (java) S 14178 14182 14049 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156491421 937422848 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14194] ppid=14178 vsize=915452 CPUtime=0.21
/proc/14182/task/14194/stat : 14194 (java) S 14178 14182 14049 0 -1 64 387 0 0 0 21 0 0 0 16 0 8 0 156491421 937422848 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14195] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14195/stat : 14195 (java) S 14178 14182 14049 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156491421 937422848 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14196] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14196/stat : 14196 (java) S 14178 14182 14049 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156491421 937422848 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915452

[startup+6.25703 s]
/proc/loadavg: 0.48 1.16 1.63 2/75 14200
/proc/meminfo: memFree=1612568/2055920 swapFree=4192812/4192956
[pid=14182] ppid=14178 vsize=915452 CPUtime=6.21
/proc/14182/stat : 14182 (java) R 14178 14182 14049 0 -1 0 8615 0 1 0 614 7 0 0 25 0 8 0 156491413 937422848 8351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812389 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14182/statm: 228863 8351 2513 14 0 215333 0
[pid=14182/tid=14187] ppid=14178 vsize=915452 CPUtime=0.02
/proc/14182/task/14187/stat : 14187 (java) S 14178 14182 14049 0 -1 64 242 0 0 0 2 0 0 0 16 0 8 0 156491418 937422848 8351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14189] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14189/stat : 14189 (java) S 14178 14182 14049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156491418 937422848 8351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14190] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14190/stat : 14190 (java) S 14178 14182 14049 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156491418 937422848 8351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14193] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14193/stat : 14193 (java) S 14178 14182 14049 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156491421 937422848 8351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14194] ppid=14178 vsize=915452 CPUtime=0.21
/proc/14182/task/14194/stat : 14194 (java) S 14178 14182 14049 0 -1 64 388 0 0 0 21 0 0 0 15 0 8 0 156491421 937422848 8351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14195] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14195/stat : 14195 (java) S 14178 14182 14049 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156491421 937422848 8351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14196] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14196/stat : 14196 (java) S 14178 14182 14049 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156491421 937422848 8351 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) 915452

[startup+12.7328 s]
/proc/loadavg: 0.52 1.16 1.63 2/75 14200
/proc/meminfo: memFree=1612576/2055920 swapFree=4192812/4192956
[pid=14182] ppid=14178 vsize=915452 CPUtime=12.68
/proc/14182/stat : 14182 (java) R 14178 14182 14049 0 -1 0 8617 0 1 0 1261 7 0 0 25 0 8 0 156491413 937422848 8353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073794316 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14182/statm: 228863 8353 2513 14 0 215333 0
[pid=14182/tid=14187] ppid=14178 vsize=915452 CPUtime=0.02
/proc/14182/task/14187/stat : 14187 (java) S 14178 14182 14049 0 -1 64 242 0 0 0 2 0 0 0 16 0 8 0 156491418 937422848 8353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14189] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14189/stat : 14189 (java) S 14178 14182 14049 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156491418 937422848 8353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14190] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14190/stat : 14190 (java) S 14178 14182 14049 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156491418 937422848 8353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14193] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14193/stat : 14193 (java) S 14178 14182 14049 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156491421 937422848 8353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14194] ppid=14178 vsize=915452 CPUtime=0.21
/proc/14182/task/14194/stat : 14194 (java) S 14178 14182 14049 0 -1 64 388 0 0 0 21 0 0 0 15 0 8 0 156491421 937422848 8353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14195] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14195/stat : 14195 (java) S 14178 14182 14049 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156491421 937422848 8353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14182/tid=14196] ppid=14178 vsize=915452 CPUtime=0
/proc/14182/task/14196/stat : 14196 (java) S 14178 14182 14049 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156491421 937422848 8353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 20.9481
CPU time (s): 20.8458
CPU user time (s): 20.7638
CPU system time (s): 0.081987
CPU usage (%): 99.5116
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.7638
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8712
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= 1556
involuntary context switches= 1502

runsolver used 0.033994 s user time and 0.056991 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Sat Jan  6 10:56:09 UTC 2007


IDJOB= 229331
IDBENCH= 6297
FILE ID= node35/229331-1168080962

PBS_JOBID= 3476110

Free space on /tmp= 66558 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.35/rand-2-40-16-250-350-37_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229331-1168080962/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-229331-1168080962 -o ROOT/results/node35/solver-229331-1168080962 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229331-1168080962/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  09cfc332665a0d7ee35db1c748e13164

RANDOM SEED= 327891304

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1636760 kB
Buffers:         28120 kB
Cached:         295288 kB
SwapCached:          0 kB
Active:          79708 kB
Inactive:       263900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1636760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3796 kB
Writeback:           0 kB
Mapped:          30360 kB
Slab:            61268 kB
Committed_AS:  3052816 kB
PageTables:       1700 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= 66558 MiB



End job on node35 on Sat Jan  6 10:56:51 UTC 2007