Trace number 225526

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 15.7866 16.0071

DiagnosticValue
CHECKS232066922
NODES32724

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-33_ext.xml
MD5SUM2c1d63f71aa62cd0d008f2331a6aee4a
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 benchmark4.44132
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
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=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/225526-1168080620/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=40  nbDomainTypes=1  minDomainSize=180  maxDomainSize=180
0.43	       =>  wckTime=0.111  cpuTime=0.08  mem=6M951
0.43	   
0.43	   relations being loaded...
0.79	   
0.79	   constraints being loaded...
0.93	     nbConstraints=84  nbRelationTypes=84  nbExtensionStructures=84  nbSharedExtensionStructures=0
0.93	     nbConflictsStructures=84  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=7  maxArity=2
0.93	       =>  wckTime=0.612  cpuTime=0.54  mem=36M311
0.99	   
0.99	   solver IterativeSystematicSolver being built... 
1.15	       =>  wckTime=0.829  cpuTime=0.67  mem=16M207
1.16	   
1.16	   preprocessing
1.16	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.16	     detectedInconsistency=no
1.16	       =>  wckTime=0.0020  cpuTime=0.0  mem=16M207
1.24	   
1.24	   search
1.24	     run=0  nbConstraintChecks=225703  nbPropagations=1348  nbRevisions=4057  nbUselessRevisions=1744  nbAssignments=40
1.24	     nbFailedAssignments=24  nbBacktracks=10  nbVisitedNodes=72  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.24	     nbTooLargeKeys=0
1.24	       =>  wckTime=0.086  cpuTime=0.06  mem=16M207
1.29	   
1.29	   search
1.29	     run=1  nbConstraintChecks=807391  nbPropagations=4943  nbRevisions=16032  nbUselessRevisions=7039
1.29	     nbAssignments=110  nbFailedAssignments=72  nbBacktracks=29  nbVisitedNodes=202  nbRestartNogoods=3  mapSize=24
1.29	     nbInferences=0  nbTooLargeKeys=0
1.29	       =>  wckTime=0.138  cpuTime=0.1  mem=16M207
1.37	   
1.37	   search
1.37	     run=2  nbConstraintChecks=1870183  nbPropagations=11867  nbRevisions=40568  nbUselessRevisions=17853
1.37	     nbAssignments=229  nbFailedAssignments=163  nbBacktracks=51  nbVisitedNodes=432  nbRestartNogoods=5  mapSize=46
1.37	     nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.216  cpuTime=0.17  mem=16M207
1.42	   
1.42	   search
1.42	     run=3  nbConstraintChecks=2416214  nbPropagations=21884  nbRevisions=75095  nbUselessRevisions=33044
1.42	     nbAssignments=324  nbFailedAssignments=218  nbBacktracks=85  nbVisitedNodes=602  nbRestartNogoods=13  mapSize=72
1.42	     nbInferences=0  nbTooLargeKeys=0
1.42	       =>  wckTime=0.261  cpuTime=0.21  mem=16M207
1.53	   
1.53	   search
1.53	     run=4  nbConstraintChecks=3988337  nbPropagations=38621  nbRevisions=132499  nbUselessRevisions=58325
1.53	     nbAssignments=537  nbFailedAssignments=375  nbBacktracks=137  nbVisitedNodes=1004  nbRestartNogoods=17  mapSize=110
1.53	     nbInferences=0  nbTooLargeKeys=0
1.53	       =>  wckTime=0.374  cpuTime=0.32  mem=16M207
1.67	   
1.67	   search
1.67	     run=5  nbConstraintChecks=6031267  nbPropagations=64314  nbRevisions=219725  nbUselessRevisions=97122
1.67	     nbAssignments=809  nbFailedAssignments=567  nbBacktracks=213  nbVisitedNodes=1522  nbRestartNogoods=28  mapSize=175
1.67	     nbInferences=0  nbTooLargeKeys=0
1.67	       =>  wckTime=0.51  cpuTime=0.45  mem=16M207
1.80	   
1.80	   search
1.80	     run=6  nbConstraintChecks=7636862  nbPropagations=100949  nbRevisions=341142  nbUselessRevisions=150126
1.80	     nbAssignments=1113  nbFailedAssignments=749  nbBacktracks=327  nbVisitedNodes=2085  nbRestartNogoods=31
1.80	     mapSize=269  nbInferences=0  nbTooLargeKeys=0
1.80	       =>  wckTime=0.642  cpuTime=0.58  mem=16M207
2.21	   
2.21	   search
2.21	     run=7  nbConstraintChecks=13841444  nbPropagations=160163  nbRevisions=545592  nbUselessRevisions=240830
2.21	     nbAssignments=1883  nbFailedAssignments=1344  nbBacktracks=497  nbVisitedNodes=3586  nbRestartNogoods=41
2.21	     mapSize=420  nbInferences=0  nbTooLargeKeys=0
2.21	       =>  wckTime=1.054  cpuTime=0.97  mem=17M179
2.51	   
2.51	   search
2.51	     run=8  nbConstraintChecks=17982829  nbPropagations=246412  nbRevisions=834597  nbUselessRevisions=367202
2.51	     nbAssignments=2721  nbFailedAssignments=1919  nbBacktracks=754  nbVisitedNodes=5169  nbRestartNogoods=60
2.51	     mapSize=634  nbInferences=0  nbTooLargeKeys=0
2.51	       =>  wckTime=1.356  cpuTime=1.26  mem=17M179
2.93	   
2.93	   search
2.93	     run=9  nbConstraintChecks=23960979  nbPropagations=371531  nbRevisions=1248222  nbUselessRevisions=547043
2.93	     nbAssignments=3875  nbFailedAssignments=2684  nbBacktracks=1138  nbVisitedNodes=7342  nbRestartNogoods=68
2.93	     mapSize=957  nbInferences=0  nbTooLargeKeys=0
2.93	       =>  wckTime=1.778  cpuTime=1.68  mem=17M179
3.01	   
3.01	   INFO : Stopping hyperNogood (mapSize=1006, nbTooLargekeys=0, mem=17M179)
3.76	   
3.76	   search
3.76	     run=10  nbConstraintChecks=37533358  nbPropagations=546276  nbRevisions=1841312  nbUselessRevisions=807970
3.76	     nbAssignments=5457  nbFailedAssignments=3685  nbBacktracks=1714  nbVisitedNodes=10311  nbRestartNogoods=76
3.76	       =>  wckTime=2.603  cpuTime=2.49  mem=17M179
4.63	   
4.63	   search
4.63	     run=11  nbConstraintChecks=50316146  nbPropagations=807053  nbRevisions=2709044  nbUselessRevisions=1184631
4.63	     nbAssignments=7722  nbFailedAssignments=5081  nbBacktracks=2578  nbVisitedNodes=14568  nbRestartNogoods=91
4.63	       =>  wckTime=3.475  cpuTime=3.35  mem=17M179
7.09	   
7.09	   search
7.09	     run=12  nbConstraintChecks=91477682  nbPropagations=1226461  nbRevisions=4154638  nbUselessRevisions=1818202
7.09	     nbAssignments=12848  nbFailedAssignments=8905  nbBacktracks=3875  nbVisitedNodes=24563  nbRestartNogoods=105
7.09	       =>  wckTime=5.939  cpuTime=5.79  mem=17M179
8.87	   
8.87	   search
8.87	     run=13  nbConstraintChecks=117865452  nbPropagations=1821773  nbRevisions=6168669  nbUselessRevisions=2694355
8.87	     nbAssignments=17922  nbFailedAssignments=12026  nbBacktracks=5822  nbVisitedNodes=33947  nbRestartNogoods=130
8.87	       =>  wckTime=7.718  cpuTime=7.55  mem=17M179
13.98	   
13.98	   search
13.98	     run=14  nbConstraintChecks=203246152  nbPropagations=2730035  nbRevisions=9338838  nbUselessRevisions=4088529
13.98	     nbAssignments=27507  nbFailedAssignments=18688  nbBacktracks=8741  nbVisitedNodes=52307  nbRestartNogoods=143
13.98	       =>  wckTime=12.823  cpuTime=12.61  mem=17M179
15.94	   
15.94	   search
15.94	     run=15  nbConstraintChecks=232066922  nbPropagations=3833566  nbRevisions=13130742  nbUselessRevisions=5746175
15.94	     nbAssignments=32724  nbFailedAssignments=21763  nbBacktracks=10843  nbVisitedNodes=61958  nbRestartNogoods=161
15.94	       =>  wckTime=14.785  cpuTime=14.56  mem=17M179
15.94	   
15.94	   global
15.94	     nbConstraintChecks=232066922  nbPropagations=3833606  nbRevisions=13130742  nbUselessRevisions=5746175
15.94	     nbRestartNogoods=161  solvingWckTime=14.786  solvingCpuTime=14.56  expiredTime=no  totalExploration=no
15.94	     nbFoundSolutions=1  globalCpuTime=15.29
15.94	       =>  wckTime=15.62  cpuTime=15.23  mem=17M179
15.94	   
15.94	s SATISFIABLE
15.94	v 157 74 139 23 95 156 178 171 156 13 34 103 51 80 100 104 119 165 63 113 38 44 50 69 147 91 92 3 47 14 134 30 94 63 120 77 21 178 30 143 
15.94	d NODES 32724
15.94	d CHECKS 232066922
15.94	   
15.94	   totalWckTime=15.702  totalCpuTime=15.29

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/node1/watcher-225526-1168080620 -o ROOT/results/node1/solver-225526-1168080620 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/225526-1168080620/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.27 1.71 1.88 4/93 17754
/proc/meminfo: memFree=1146088/2055920 swapFree=4165584/4192956
[pid=17753] ppid=17751 vsize=1784 CPUtime=0
/proc/17753/stat : 17753 (java) D 17751 17753 17574 0 -1 0 194 0 0 0 0 0 0 0 18 0 1 0 156458467 1826816 160 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/17753/statm: 446 160 125 14 0 91 0

[startup+0.103672 s]
/proc/loadavg: 1.27 1.71 1.88 4/93 17754
/proc/meminfo: memFree=1146088/2055920 swapFree=4165584/4192956
[pid=17753] ppid=17751 vsize=913228 CPUtime=0.08
/proc/17753/stat : 17753 (java) R 17751 17753 17574 0 -1 0 2918 0 1 0 7 1 0 0 17 0 8 0 156458467 935145472 2664 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155079882 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17753/statm: 228307 2664 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913228

[startup+0.511722 s]
/proc/loadavg: 1.27 1.71 1.88 4/93 17754
/proc/meminfo: memFree=1146088/2055920 swapFree=4165584/4192956
[pid=17753] ppid=17751 vsize=915328 CPUtime=0.48
/proc/17753/stat : 17753 (java) R 17751 17753 17574 0 -1 0 7110 0 1 0 44 4 0 0 18 0 8 0 156458467 937295872 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073445387 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17753/statm: 228832 6849 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33481 s]
/proc/loadavg: 1.27 1.71 1.88 3/100 17761
/proc/meminfo: memFree=1099696/2055920 swapFree=4165584/4192956
[pid=17753] ppid=17751 vsize=915464 CPUtime=1.29
/proc/17753/stat : 17753 (java) R 17751 17753 17574 0 -1 0 14346 0 1 0 121 8 0 0 25 0 8 0 156458467 937435136 14084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072930657 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17753/statm: 228866 14084 2513 14 0 215336 0
[pid=17753/tid=17755] ppid=17751 vsize=915464 CPUtime=0.04
/proc/17753/task/17755/stat : 17755 (java) S 17751 17753 17574 0 -1 64 611 0 0 0 4 0 0 0 17 0 8 0 156458472 937435136 14084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17756] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17756/stat : 17756 (java) S 17751 17753 17574 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156458472 937435136 14084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17757] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17757/stat : 17757 (java) S 17751 17753 17574 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156458472 937435136 14084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17758] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17758/stat : 17758 (java) S 17751 17753 17574 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156458476 937435136 14084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17759] ppid=17751 vsize=915464 CPUtime=0.17
/proc/17753/task/17759/stat : 17759 (java) S 17751 17753 17574 0 -1 64 357 0 0 0 17 0 0 0 16 0 8 0 156458476 937435136 14084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17760] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17760/stat : 17760 (java) S 17751 17753 17574 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156458476 937435136 14084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17761] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17761/stat : 17761 (java) S 17751 17753 17574 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156458476 937435136 14084 18446744073709551615 134512640 134570532 4294956464 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) 915464

[startup+2.98801 s]
/proc/loadavg: 1.27 1.71 1.88 4/100 17761
/proc/meminfo: memFree=1099312/2055920 swapFree=4165584/4192956
[pid=17753] ppid=17751 vsize=915464 CPUtime=2.92
/proc/17753/stat : 17753 (java) R 17751 17753 17574 0 -1 0 14364 0 1 0 284 8 0 0 25 0 8 0 156458467 937435136 14101 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073751622 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17753/statm: 228866 14101 2513 14 0 215336 0
[pid=17753/tid=17755] ppid=17751 vsize=915464 CPUtime=0.04
/proc/17753/task/17755/stat : 17755 (java) S 17751 17753 17574 0 -1 64 611 0 0 0 4 0 0 0 17 0 8 0 156458472 937435136 14101 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17756] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17756/stat : 17756 (java) S 17751 17753 17574 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156458472 937435136 14101 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17757] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17757/stat : 17757 (java) S 17751 17753 17574 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156458472 937435136 14101 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17758] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17758/stat : 17758 (java) S 17751 17753 17574 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156458476 937435136 14101 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17759] ppid=17751 vsize=915464 CPUtime=0.21
/proc/17753/task/17759/stat : 17759 (java) S 17751 17753 17574 0 -1 64 374 0 0 0 21 0 0 0 15 0 8 0 156458476 937435136 14101 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17760] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17760/stat : 17760 (java) S 17751 17753 17574 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156458476 937435136 14101 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17761] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17761/stat : 17761 (java) S 17751 17753 17574 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156458476 937435136 14101 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915464

[startup+6.27139 s]
/proc/loadavg: 1.33 1.72 1.88 3/100 17761
/proc/meminfo: memFree=1099312/2055920 swapFree=4165584/4192956
[pid=17753] ppid=17751 vsize=915464 CPUtime=6.18
/proc/17753/stat : 17753 (java) R 17751 17753 17574 0 -1 0 14368 0 1 0 610 8 0 0 25 0 8 0 156458467 937435136 14104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073740729 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17753/statm: 228866 14104 2513 14 0 215336 0
[pid=17753/tid=17755] ppid=17751 vsize=915464 CPUtime=0.04
/proc/17753/task/17755/stat : 17755 (java) S 17751 17753 17574 0 -1 64 611 0 0 0 4 0 0 0 16 0 8 0 156458472 937435136 14104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17756] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17756/stat : 17756 (java) S 17751 17753 17574 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156458472 937435136 14104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17757] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17757/stat : 17757 (java) S 17751 17753 17574 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156458472 937435136 14104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17758] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17758/stat : 17758 (java) S 17751 17753 17574 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156458476 937435136 14104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17759] ppid=17751 vsize=915464 CPUtime=0.22
/proc/17753/task/17759/stat : 17759 (java) S 17751 17753 17574 0 -1 64 377 0 0 0 22 0 0 0 15 0 8 0 156458476 937435136 14104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17760] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17760/stat : 17760 (java) S 17751 17753 17574 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156458476 937435136 14104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17761] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17761/stat : 17761 (java) S 17751 17753 17574 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156458476 937435136 14104 18446744073709551615 134512640 134570532 4294956464 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) 915464

[startup+12.7642 s]
/proc/loadavg: 1.38 1.72 1.88 3/100 17761
/proc/meminfo: memFree=1099440/2055920 swapFree=4165584/4192956
[pid=17753] ppid=17751 vsize=915464 CPUtime=12.62
/proc/17753/stat : 17753 (java) R 17751 17753 17574 0 -1 0 14368 0 1 0 1253 9 0 0 25 0 8 0 156458467 937435136 14104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918564 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17753/statm: 228866 14104 2513 14 0 215336 0
[pid=17753/tid=17755] ppid=17751 vsize=915464 CPUtime=0.04
/proc/17753/task/17755/stat : 17755 (java) S 17751 17753 17574 0 -1 64 611 0 0 0 4 0 0 0 16 0 8 0 156458472 937435136 14104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17756] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17756/stat : 17756 (java) S 17751 17753 17574 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156458472 937435136 14104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17757] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17757/stat : 17757 (java) S 17751 17753 17574 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156458472 937435136 14104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17758] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17758/stat : 17758 (java) S 17751 17753 17574 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156458476 937435136 14104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17759] ppid=17751 vsize=915464 CPUtime=0.22
/proc/17753/task/17759/stat : 17759 (java) S 17751 17753 17574 0 -1 64 377 0 0 0 22 0 0 0 15 0 8 0 156458476 937435136 14104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17760] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17760/stat : 17760 (java) S 17751 17753 17574 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156458476 937435136 14104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17753/tid=17761] ppid=17751 vsize=915464 CPUtime=0
/proc/17753/task/17761/stat : 17761 (java) S 17751 17753 17574 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156458476 937435136 14104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 16.0071
CPU time (s): 15.7866
CPU user time (s): 15.6846
CPU system time (s): 0.101984
CPU usage (%): 98.6225
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.6846
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14378
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= 1334
involuntary context switches= 2295

runsolver used 0.030995 s user time and 0.056991 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Jan  6 10:50:24 UTC 2007


IDJOB= 225526
IDBENCH= 5868
FILE ID= node1/225526-1168080620

PBS_JOBID= 3475868

Free space on /tmp= 66300 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.9/rand-2-40-180-84-900-33_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/225526-1168080620/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-225526-1168080620 -o ROOT/results/node1/solver-225526-1168080620 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/225526-1168080620/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2c1d63f71aa62cd0d008f2331a6aee4a

RANDOM SEED= 621286917

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:       1146568 kB
Buffers:         70000 kB
Cached:         643300 kB
SwapCached:       3692 kB
Active:         432084 kB
Inactive:       379664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1146568 kB
SwapTotal:     4192956 kB
SwapFree:      4165584 kB
Dirty:            3580 kB
Writeback:           0 kB
Mapped:         118368 kB
Slab:            82060 kB
Committed_AS:  4970248 kB
PageTables:       2512 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= 66300 MiB



End job on node1 on Sat Jan  6 10:50:46 UTC 2007